diff --git a/.openpublishing.publish.config.json b/.openpublishing.publish.config.json index deca9f4be9..ca6fc1d508 100644 --- a/.openpublishing.publish.config.json +++ b/.openpublishing.publish.config.json @@ -60,7 +60,7 @@ { "path_to_root": "_themes", "url": "https://github.com/Microsoft/templates.docs.msft", - "branch": "master", + "branch": "main", "branch_mapping": {} } ], diff --git a/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityButtonController+AccessibilityButtonCallback.xml b/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityButtonController+AccessibilityButtonCallback.xml index ec20d8e51e..c4cb1f78fb 100644 --- a/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityButtonController+AccessibilityButtonCallback.xml +++ b/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityButtonController+AccessibilityButtonCallback.xml @@ -18,14 +18,19 @@ - To be added. + Callback for interaction with and changes to state of the accessibility button + within the system's navigation area. - Android platform documentation + Java documentation for android.accessibilityservice.AccessibilityButtonController.AccessibilityButtonCallback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -130,11 +135,23 @@ - To be added. - To be added. - To be added. + the controller used to register for this callback + + true if the accessibility button is available to this + service, false otherwise + Called when the availability of the accessibility button in the system's + navigation area has changed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.accessibilityservice.AccessibilityButtonController.AccessibilityButtonCallback.onAvailabilityChanged(android.accessibilityservice.AccessibilityButtonController, boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -161,10 +178,19 @@ - To be added. - To be added. + the controller used to register for this callback + Called when the accessibility button in the system's navigation area is clicked. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.accessibilityservice.AccessibilityButtonController.AccessibilityButtonCallback.onClicked(android.accessibilityservice.AccessibilityButtonController). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityGestureEvent.xml b/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityGestureEvent.xml index 3e77bfdda0..20be46b1a9 100644 --- a/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityGestureEvent.xml +++ b/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityGestureEvent.xml @@ -107,7 +107,7 @@ - [TODO: @inheritDoc] + To be added To be added. diff --git a/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityService+GestureResultCallback.xml b/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityService+GestureResultCallback.xml index 073a0a71ff..af9b8862cc 100644 --- a/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityService+GestureResultCallback.xml +++ b/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityService+GestureResultCallback.xml @@ -18,14 +18,18 @@ - To be added. + Class used to report status of dispatched gestures - Android platform documentation + Java documentation for android.accessibilityservice.AccessibilityService.GestureResultCallback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -129,10 +133,19 @@ - To be added. - To be added. + The description of the gesture that was cancelled. + Called when the gesture was cancelled - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.accessibilityservice.AccessibilityService.GestureResultCallback.onCancelled(android.accessibilityservice.GestureDescription). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -159,10 +172,19 @@ - To be added. - To be added. + The description of the gesture that completed. + Called when the gesture has completed successfully - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.accessibilityservice.AccessibilityService.GestureResultCallback.onCompleted(android.accessibilityservice.GestureDescription). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityService+ITakeScreenshotCallback.xml b/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityService+ITakeScreenshotCallback.xml index 4b64f6525a..e28e6364dd 100644 --- a/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityService+ITakeScreenshotCallback.xml +++ b/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityService+ITakeScreenshotCallback.xml @@ -25,8 +25,19 @@ - To be added. - To be added. + Interface used to report status of taking screenshot. + + + + Java documentation for android.accessibilityservice.AccessibilityService.TakeScreenshotCallback. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -52,9 +63,20 @@ - To be added. - To be added. - To be added. + The error code of this operation. + Called when taking screenshot has failed. + + + + Java documentation for android.accessibilityservice.AccessibilityService.TakeScreenshotCallback.onFailure(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityService+MagnificationController.xml b/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityService+MagnificationController.xml index bf0c3ad575..4b245b2f5a 100644 --- a/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityService+MagnificationController.xml +++ b/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityService+MagnificationController.xml @@ -18,14 +18,18 @@ - To be added. + Used to control and query the state of display magnification. - Android platform documentation + Java documentation for android.accessibilityservice.AccessibilityService.MagnificationController. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -111,10 +115,21 @@ System.Single - To be added. - To be added. + Returns the unscaled screen-relative X coordinate of the focal + center of the magnified region. + the unscaled screen-relative X coordinate of the center of + the magnified region - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.accessibilityservice.AccessibilityService.MagnificationController.getCenterX(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -138,10 +153,21 @@ System.Single - To be added. - To be added. + Returns the unscaled screen-relative Y coordinate of the focal + center of the magnified region. + the unscaled screen-relative Y coordinate of the center of + the magnified region - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.accessibilityservice.AccessibilityService.MagnificationController.getCenterY(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -196,10 +222,20 @@ Android.Graphics.Region - To be added. - To be added. + Returns the region of the screen currently active for magnification. + the region of the screen currently active for magnification, or an empty region + if magnification is not active. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.accessibilityservice.AccessibilityService.MagnificationController.getMagnificationRegion(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -257,11 +293,24 @@ - To be added. - To be added. - To be added. + + true to animate from the current scale and + center or false to reset the scale and center + immediately + Resets magnification scale and center to their default (e. + + true on success, false on failure - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.accessibilityservice.AccessibilityService.MagnificationController.reset(boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -285,10 +334,19 @@ System.Single - To be added. - To be added. + Returns the current magnification scale. + the current magnification scale - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.accessibilityservice.AccessibilityService.MagnificationController.getScale(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -317,13 +375,27 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + the unscaled screen-relative X coordinate on which to + center the viewport + the unscaled screen-relative Y coordinate on which to + center the viewport + + true to animate from the current viewport + center or false to set the center immediately + Sets the center of the magnified viewport. + + true on success, false on failure - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.accessibilityservice.AccessibilityService.MagnificationController.setCenter(float, float, boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityService+ScreenshotResult.xml b/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityService+ScreenshotResult.xml index 625d601fa7..7b5ff14e41 100644 --- a/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityService+ScreenshotResult.xml +++ b/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityService+ScreenshotResult.xml @@ -18,8 +18,20 @@ - To be added. - To be added. + Can be used to construct a bitmap of the screenshot or any other operations for + AccessibilityService#takeScreenshot API. + + + + Java documentation for android.accessibilityservice.AccessibilityService.ScreenshotResult. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -42,9 +54,21 @@ Android.Graphics.ColorSpace - To be added. - To be added. - To be added. + Gets the ColorSpace identifying a specific organization of colors of the + screenshot. + the color space + + + + Java documentation for android.accessibilityservice.AccessibilityService.ScreenshotResult.getColorSpace(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -67,9 +91,20 @@ Android.Hardware.HardwareBuffer - To be added. - To be added. - To be added. + Gets the HardwareBuffer representing a memory buffer of the screenshot. + the hardware buffer + + + + Java documentation for android.accessibilityservice.AccessibilityService.ScreenshotResult.getHardwareBuffer(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -179,9 +214,21 @@ System.Int64 - To be added. - To be added. - To be added. + Gets the timestamp of taking the screenshot. + milliseconds of non-sleep uptime before screenshot since boot and it's from + SystemClock#uptimeMillis() + + + + Java documentation for android.accessibilityservice.AccessibilityService.ScreenshotResult.getTimestamp(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityService+SoftKeyboardController.xml b/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityService+SoftKeyboardController.xml index a6e527b7d0..1ba9352818 100644 --- a/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityService+SoftKeyboardController.xml +++ b/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityService+SoftKeyboardController.xml @@ -18,14 +18,18 @@ - To be added. + Used to control, query, and listen for changes to the soft keyboard show mode. - Android platform documentation + Java documentation for android.accessibilityservice.AccessibilityService.SoftKeyboardController. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -183,11 +187,21 @@ - To be added. - To be added. - To be added. + the new show mode for the soft keyboard + Sets the soft keyboard show mode. + + true on success - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.accessibilityservice.AccessibilityService.SoftKeyboardController.setShowMode(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -211,10 +225,19 @@ Android.AccessibilityServices.AccessibilityServiceShowMode - To be added. - To be added. + Returns the show mode of the soft keyboard. + the current soft keyboard show mode - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.accessibilityservice.AccessibilityService.SoftKeyboardController.getShowMode(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -261,10 +284,26 @@ - To be added. - To be added. - To be added. - To be added. + The ID of the input method to make current. This IME must be installed and + enabled. + Switches the current IME for the user for whom the service is enabled. + + true if the current input method was successfully switched to the input + method by imeId, + false if the input method specified is not installed, not enabled, or + otherwise not available to become the current IME + + + + Java documentation for android.accessibilityservice.AccessibilityService.SoftKeyboardController.switchToInputMethod(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityServiceInfo.xml b/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityServiceInfo.xml index e2a55d73ca..ff81a5aaab 100644 --- a/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityServiceInfo.xml +++ b/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityServiceInfo.xml @@ -690,7 +690,7 @@ - [TODO: @inheritDoc] + To be added To be added. diff --git a/docs/Mono.Android/en/Android.AccessibilityServices/FingerprintGestureController+FingerprintGestureCallback.xml b/docs/Mono.Android/en/Android.AccessibilityServices/FingerprintGestureController+FingerprintGestureCallback.xml index ce61a5fdaa..bd2aab0d14 100644 --- a/docs/Mono.Android/en/Android.AccessibilityServices/FingerprintGestureController+FingerprintGestureCallback.xml +++ b/docs/Mono.Android/en/Android.AccessibilityServices/FingerprintGestureController+FingerprintGestureCallback.xml @@ -18,14 +18,18 @@ - To be added. + Class that is called back when fingerprint gestures are being used for accessibility. - Android platform documentation + Java documentation for android.accessibilityservice.FingerprintGestureController.FingerprintGestureCallback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -136,10 +140,20 @@ - To be added. - To be added. + The id of the gesture that was detected. For example, + #FINGERPRINT_GESTURE_SWIPE_RIGHT. + Called when the fingerprint sensor detects gestures. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.accessibilityservice.FingerprintGestureController.FingerprintGestureCallback.onGestureDetected(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -166,10 +180,19 @@ - To be added. - To be added. + Whether or not the sensor's gesture detection is now available. + Called when the fingerprint sensor's gesture detection becomes available or unavailable. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.accessibilityservice.FingerprintGestureController.FingerprintGestureCallback.onGestureDetectionAvailabilityChanged(boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.AccessibilityServices/FingerprintGestureController.xml b/docs/Mono.Android/en/Android.AccessibilityServices/FingerprintGestureController.xml index d1bf3710b3..eb4eeee70f 100644 --- a/docs/Mono.Android/en/Android.AccessibilityServices/FingerprintGestureController.xml +++ b/docs/Mono.Android/en/Android.AccessibilityServices/FingerprintGestureController.xml @@ -18,14 +18,19 @@ - To be added. + An AccessibilityService can capture gestures performed on a device's fingerprint + sensor, as long as the device has a sensor capable of detecting gestures. - Android platform documentation + Java documentation for android.accessibilityservice.FingerprintGestureController. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.AccessibilityServices/GestureDescription+Builder.xml b/docs/Mono.Android/en/Android.AccessibilityServices/GestureDescription+Builder.xml index 0c76d91214..21873a58b0 100644 --- a/docs/Mono.Android/en/Android.AccessibilityServices/GestureDescription+Builder.xml +++ b/docs/Mono.Android/en/Android.AccessibilityServices/GestureDescription+Builder.xml @@ -18,14 +18,18 @@ - To be added. + Builder for a GestureDescription - Android platform documentation + Java documentation for android.accessibilityservice.GestureDescription.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.AccessibilityServices/GestureDescription+StrokeDescription.xml b/docs/Mono.Android/en/Android.AccessibilityServices/GestureDescription+StrokeDescription.xml index 5617efab1f..b5fe6669cd 100644 --- a/docs/Mono.Android/en/Android.AccessibilityServices/GestureDescription+StrokeDescription.xml +++ b/docs/Mono.Android/en/Android.AccessibilityServices/GestureDescription+StrokeDescription.xml @@ -18,14 +18,18 @@ - To be added. + Immutable description of stroke that can be part of a gesture. - Android platform documentation + Java documentation for android.accessibilityservice.GestureDescription.StrokeDescription. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -74,12 +78,25 @@ - To be added. - To be added. - To be added. + The path to follow. Must have exactly one contour. The bounds of the path + must not be negative. The path must not be empty. If the path has zero length + (for example, a single moveTo()), the stroke is a touch that doesn't move. + The time, in milliseconds, from the time the gesture starts to the + time the stroke should start. Must not be negative. + The duration, in milliseconds, the stroke takes to traverse the path. + Must be positive. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.accessibilityservice.GestureDescription.StrokeDescription.GestureDescription$StrokeDescription(android.graphics.Path, long, long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -106,13 +123,29 @@ - To be added. - To be added. - To be added. - To be added. + The path to follow. Must have exactly one contour. The bounds of the path + must not be negative. The path must not be empty. If the path has zero length + (for example, a single moveTo()), the stroke is a touch that doesn't move. + The time, in milliseconds, from the time the gesture starts to the + time the stroke should start. Must not be negative. + The duration, in milliseconds, the stroke takes to traverse the path. + Must be positive. + + true if this stroke will be continued by one in the + next gesture false otherwise. Continued strokes keep their pointers down when + the gesture completes. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.accessibilityservice.GestureDescription.StrokeDescription.GestureDescription$StrokeDescription(android.graphics.Path, long, long, boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -173,10 +206,19 @@ System.Int64 - To be added. - To be added. + Get the stroke's duration + the duration for this stroke - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.accessibilityservice.GestureDescription.StrokeDescription.getDuration(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -231,10 +273,19 @@ Android.Graphics.Path - To be added. - To be added. + Retrieve a copy of the path for this stroke + A copy of the path - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.accessibilityservice.GestureDescription.StrokeDescription.getPath(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -258,10 +309,19 @@ System.Int64 - To be added. - To be added. + Get the stroke's start time + the start time for this stroke. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.accessibilityservice.GestureDescription.StrokeDescription.getStartTime(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -348,10 +408,20 @@ - To be added. - To be added. + Check if this stroke is marked to continue in the next gesture. + + true if the stroke is to be continued. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.accessibilityservice.GestureDescription.StrokeDescription.willContinue(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Accounts/AuthenticatorDescription.xml b/docs/Mono.Android/en/Android.Accounts/AuthenticatorDescription.xml index cab2e784c4..32d6cf8828 100644 --- a/docs/Mono.Android/en/Android.Accounts/AuthenticatorDescription.xml +++ b/docs/Mono.Android/en/Android.Accounts/AuthenticatorDescription.xml @@ -306,7 +306,16 @@ marshalled representation. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.accounts.AuthenticatorDescription.describeContents(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -674,7 +683,16 @@ Flatten this object in to a Parcel. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.accounts.AuthenticatorDescription.writeToParcel(android.os.Parcel, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Animation/Animator+IAnimatorListener.xml b/docs/Mono.Android/en/Android.Animation/Animator+IAnimatorListener.xml index b7dcc2e1aa..1865824b35 100644 --- a/docs/Mono.Android/en/Android.Animation/Animator+IAnimatorListener.xml +++ b/docs/Mono.Android/en/Android.Animation/Animator+IAnimatorListener.xml @@ -25,15 +25,18 @@ - - + An animation listener receives notifications from an animation. - Android platform documentation + Java documentation for android.animation.Animator.AnimatorListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -61,12 +64,19 @@ - The animation which was canceled. - - - + The animation which was canceled. + Notifies the cancellation of the animation. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.animation.Animator.AnimatorListener.onAnimationCancel(android.animation.Animator). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -94,12 +104,19 @@ - The animation which reached its end. - - - + The animation which reached its end. + Notifies the end of the animation. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.animation.Animator.AnimatorListener.onAnimationEnd(android.animation.Animator). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -127,12 +144,19 @@ - The animation which was repeated. - - - + The animation which was repeated. + Notifies the repetition of the animation. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.animation.Animator.AnimatorListener.onAnimationRepeat(android.animation.Animator). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -160,12 +184,19 @@ - The started animation. - - - + The started animation. + Notifies the start of the animation. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.animation.Animator.AnimatorListener.onAnimationStart(android.animation.Animator). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Animation/Animator+IAnimatorPauseListener.xml b/docs/Mono.Android/en/Android.Animation/Animator+IAnimatorPauseListener.xml index c6ffdecca8..862ae438a4 100644 --- a/docs/Mono.Android/en/Android.Animation/Animator+IAnimatorPauseListener.xml +++ b/docs/Mono.Android/en/Android.Animation/Animator+IAnimatorPauseListener.xml @@ -25,14 +25,19 @@ - To be added. + A pause listener receives notifications from an animation when the + animation is #pause() paused or #resume() resumed. - Android platform documentation + Java documentation for android.animation.Animator.AnimatorPauseListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -59,10 +64,19 @@ - To be added. - To be added. + The animaton being paused. + Notifies that the animation was paused. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.animation.Animator.AnimatorPauseListener.onAnimationPause(android.animation.Animator). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -89,10 +103,20 @@ - To be added. - To be added. + The animation being resumed. + Notifies that the animation was resumed, after being + previously paused. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.animation.Animator.AnimatorPauseListener.onAnimationResume(android.animation.Animator). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Animation/AnimatorListenerAdapter.xml b/docs/Mono.Android/en/Android.Animation/AnimatorListenerAdapter.xml index 7d321072fe..cc1a51d15c 100644 --- a/docs/Mono.Android/en/Android.Animation/AnimatorListenerAdapter.xml +++ b/docs/Mono.Android/en/Android.Animation/AnimatorListenerAdapter.xml @@ -160,7 +160,7 @@ The animation which was canceled. - [TODO: @inheritDoc] + To be added @@ -204,7 +204,7 @@ The animation which reached its end. - [TODO: @inheritDoc] + To be added @@ -247,7 +247,7 @@ The animaton being paused. - [TODO: @inheritDoc] + To be added @@ -290,7 +290,7 @@ The animation which was repeated. - [TODO: @inheritDoc] + To be added @@ -333,7 +333,7 @@ The animation being resumed. - [TODO: @inheritDoc] + To be added @@ -376,7 +376,7 @@ The started animation. - [TODO: @inheritDoc] + To be added diff --git a/docs/Mono.Android/en/Android.Animation/AnimatorSet+Builder.xml b/docs/Mono.Android/en/Android.Animation/AnimatorSet+Builder.xml index 3a3a1cd7a6..5eca9dc2b1 100644 --- a/docs/Mono.Android/en/Android.Animation/AnimatorSet+Builder.xml +++ b/docs/Mono.Android/en/Android.Animation/AnimatorSet+Builder.xml @@ -18,15 +18,19 @@ - The Builder object is a utility class to facilitate adding animations to a - AnimatorSet along with the relationships between the various animations. + The <code>Builder</code> object is a utility class to facilitate adding animations to a + <code>AnimatorSet</code> along with the relationships between the various animations. - Android platform documentation + Java documentation for android.animation.AnimatorSet.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Animation/Keyframe.xml b/docs/Mono.Android/en/Android.Animation/Keyframe.xml index 05e75e31de..dc630ba86c 100644 --- a/docs/Mono.Android/en/Android.Animation/Keyframe.xml +++ b/docs/Mono.Android/en/Android.Animation/Keyframe.xml @@ -237,7 +237,7 @@ Gets the optional interpolator for this Keyframe. -or- Sets the optional interpolator for this Keyframe. - The optional interpolator for this Keyframe. + The optional interpolator for this Keyframe. Property getter documentation: diff --git a/docs/Mono.Android/en/Android.Animation/LayoutTransition+ITransitionListener.xml b/docs/Mono.Android/en/Android.Animation/LayoutTransition+ITransitionListener.xml index fcb067f924..24af98db2f 100644 --- a/docs/Mono.Android/en/Android.Animation/LayoutTransition+ITransitionListener.xml +++ b/docs/Mono.Android/en/Android.Animation/LayoutTransition+ITransitionListener.xml @@ -29,10 +29,14 @@ - Android platform documentation + Java documentation for android.animation.LayoutTransition.TransitionListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -74,14 +78,22 @@ The ViewGroup on which the transition is playing. The View object being affected by the transition animation. The type of transition that is ending, - , - , - , or - . - + android.animation.LayoutTransition#APPEARING, + android.animation.LayoutTransition#DISAPPEARING, + android.animation.LayoutTransition#CHANGE_APPEARING, or + android.animation.LayoutTransition#CHANGE_DISAPPEARING. This event is sent to listeners when any type of transition animation ends. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.animation.LayoutTransition.TransitionListener.endTransition(android.animation.LayoutTransition, android.view.ViewGroup, android.view.View, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -123,14 +135,22 @@ The ViewGroup on which the transition is playing. The View object being affected by the transition animation. The type of transition that is beginning, - , - , - , or - . - + android.animation.LayoutTransition#APPEARING, + android.animation.LayoutTransition#DISAPPEARING, + android.animation.LayoutTransition#CHANGE_APPEARING, or + android.animation.LayoutTransition#CHANGE_DISAPPEARING. This event is sent to listeners when any type of transition animation begins. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.animation.LayoutTransition.TransitionListener.startTransition(android.animation.LayoutTransition, android.view.ViewGroup, android.view.View, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Animation/PropertyValuesHolder.xml b/docs/Mono.Android/en/Android.Animation/PropertyValuesHolder.xml index 95e79fd84c..656a68859c 100644 --- a/docs/Mono.Android/en/Android.Animation/PropertyValuesHolder.xml +++ b/docs/Mono.Android/en/Android.Animation/PropertyValuesHolder.xml @@ -1235,11 +1235,20 @@ - To be added. + evaluator The TypeEvaluator will be automatically determined based on the type of values - supplied to PropertyValuesHolder. + supplied to PropertyValuesHolder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.animation.PropertyValuesHolder.setEvaluator(android.animation.TypeEvaluator). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Animation/TimeAnimator+ITimeListener.xml b/docs/Mono.Android/en/Android.Animation/TimeAnimator+ITimeListener.xml index 25262b0506..a3b78c793e 100644 --- a/docs/Mono.Android/en/Android.Animation/TimeAnimator+ITimeListener.xml +++ b/docs/Mono.Android/en/Android.Animation/TimeAnimator+ITimeListener.xml @@ -25,14 +25,21 @@ - To be added. + Implementors of this interface can set themselves as update listeners + to a <code>TimeAnimator</code> instance to receive callbacks on every animation + frame to receive the total time since the animator started and the delta time + since the last frame. - Android platform documentation + Java documentation for android.animation.TimeAnimator.TimeListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,12 +71,20 @@ The animator sending out the notification. The total time elapsed since the animator started, in milliseconds. - The time elapsed since the previous frame, in milliseconds. - - - + The time elapsed since the previous frame, in milliseconds. + Notifies listeners of the occurrence of another frame of the animation, + along with information about the elapsed time. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.animation.TimeAnimator.TimeListener.onTimeUpdate(android.animation.TimeAnimator, long, long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Animation/ValueAnimator+IAnimatorUpdateListener.xml b/docs/Mono.Android/en/Android.Animation/ValueAnimator+IAnimatorUpdateListener.xml index 5ea6dbcc0a..4bc594214c 100644 --- a/docs/Mono.Android/en/Android.Animation/ValueAnimator+IAnimatorUpdateListener.xml +++ b/docs/Mono.Android/en/Android.Animation/ValueAnimator+IAnimatorUpdateListener.xml @@ -25,14 +25,21 @@ - To be added. + Implementors of this interface can add themselves as update listeners + to an <code>ValueAnimator</code> instance to receive callbacks on every animation + frame, after the current frame's values have been calculated for that + <code>ValueAnimator</code>. - Android platform documentation + Java documentation for android.animation.ValueAnimator.AnimatorUpdateListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -60,12 +67,19 @@ - The animation which was repeated. - - - + The animation which was repeated. + Notifies the occurrence of another frame of the animation. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.animation.ValueAnimator.AnimatorUpdateListener.onAnimationUpdate(android.animation.ValueAnimator). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App.Admin/DeviceAdminReceiver.xml b/docs/Mono.Android/en/Android.App.Admin/DeviceAdminReceiver.xml index 2e7e2a8678..84a5d41318 100644 --- a/docs/Mono.Android/en/Android.App.Admin/DeviceAdminReceiver.xml +++ b/docs/Mono.Android/en/Android.App.Admin/DeviceAdminReceiver.xml @@ -1278,13 +1278,21 @@ - The running context as per . - The received intent as per . - + The running context as per #onReceive. + The received intent as per #onReceive. Called after the administrator is first enabled, as a result of - receiving . + receiving #ACTION_DEVICE_ADMIN_ENABLED. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.admin.DeviceAdminReceiver.onEnabled(android.content.Context, android.content.Intent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App.Admin/DevicePolicyManager+IOnClearApplicationUserDataListener.xml b/docs/Mono.Android/en/Android.App.Admin/DevicePolicyManager+IOnClearApplicationUserDataListener.xml index 957d5b8005..78d99f1c02 100644 --- a/docs/Mono.Android/en/Android.App.Admin/DevicePolicyManager+IOnClearApplicationUserDataListener.xml +++ b/docs/Mono.Android/en/Android.App.Admin/DevicePolicyManager+IOnClearApplicationUserDataListener.xml @@ -25,8 +25,20 @@ - To be added. - To be added. + Callback used in #clearApplicationUserData + to indicate that the clearing of an application's user data is done. + + + + Java documentation for android.app.admin.DevicePolicyManager.OnClearApplicationUserDataListener. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -53,10 +65,22 @@ - To be added. - To be added. - To be added. - To be added. + The name of the package which had its user data cleared. + Whether the clearing succeeded. Clearing fails for device administrator + apps and protected system packages. + Method invoked when clearing the application user data has completed. + + + + Java documentation for android.app.admin.DevicePolicyManager.OnClearApplicationUserDataListener.onApplicationUserDataCleared(java.lang.String, boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.App.Admin/DevicePolicyManager+InstallSystemUpdateCallback.xml b/docs/Mono.Android/en/Android.App.Admin/DevicePolicyManager+InstallSystemUpdateCallback.xml index dfb60eadb1..5dab705bc4 100644 --- a/docs/Mono.Android/en/Android.App.Admin/DevicePolicyManager+InstallSystemUpdateCallback.xml +++ b/docs/Mono.Android/en/Android.App.Admin/DevicePolicyManager+InstallSystemUpdateCallback.xml @@ -18,8 +18,20 @@ - To be added. - To be added. + Callback used in #installSystemUpdate to indicate that there was an error while + trying to install an update. + + + + Java documentation for android.app.admin.DevicePolicyManager.InstallSystemUpdateCallback. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -126,8 +138,19 @@ To be added. To be added. - To be added. - To be added. + Method invoked when there was an error while installing an update. + + + + Java documentation for android.app.admin.DevicePolicyManager.InstallSystemUpdateCallback.onInstallUpdateError(int, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -213,8 +236,19 @@ 5 - To be added. - To be added. + Represents the battery being too low to apply an update. + + + + Java documentation for android.app.admin.DevicePolicyManager.InstallSystemUpdateCallback.UPDATE_ERROR_BATTERY_LOW. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -242,8 +276,19 @@ 4 - To be added. - To be added. + Represents that the file could not be found. + + + + Java documentation for android.app.admin.DevicePolicyManager.InstallSystemUpdateCallback.UPDATE_ERROR_FILE_NOT_FOUND. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -271,8 +316,19 @@ 2 - To be added. - To be added. + Represents the update file being intended for different OS version. + + + + Java documentation for android.app.admin.DevicePolicyManager.InstallSystemUpdateCallback.UPDATE_ERROR_INCORRECT_OS_VERSION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -300,8 +356,19 @@ 1 - To be added. - To be added. + Represents an unknown error while trying to install an update. + + + + Java documentation for android.app.admin.DevicePolicyManager.InstallSystemUpdateCallback.UPDATE_ERROR_UNKNOWN. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -329,8 +396,19 @@ 3 - To be added. - To be added. + Represents the update file being wrong; e. + + + + Java documentation for android.app.admin.DevicePolicyManager.InstallSystemUpdateCallback.UPDATE_ERROR_UPDATE_FILE_INVALID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.App.Admin/FactoryResetProtectionPolicy+Builder.xml b/docs/Mono.Android/en/Android.App.Admin/FactoryResetProtectionPolicy+Builder.xml index d7f76105e0..27b150923c 100644 --- a/docs/Mono.Android/en/Android.App.Admin/FactoryResetProtectionPolicy+Builder.xml +++ b/docs/Mono.Android/en/Android.App.Admin/FactoryResetProtectionPolicy+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Builder class for FactoryResetProtectionPolicy objects. + + + + Java documentation for android.app.admin.FactoryResetProtectionPolicy.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -39,8 +50,19 @@ - To be added. - To be added. + Initialize a new Builder to construct a FactoryResetProtectionPolicy. + + + + Java documentation for android.app.admin.FactoryResetProtectionPolicy.Builder.FactoryResetProtectionPolicy$Builder(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -85,9 +107,20 @@ - To be added. - To be added. - To be added. + Combines all of the attributes that have been set on this Builder + a new FactoryResetProtectionPolicy object. + + + + Java documentation for android.app.admin.FactoryResetProtectionPolicy.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.App.Admin/SecurityLog+SecurityEvent.xml b/docs/Mono.Android/en/Android.App.Admin/SecurityLog+SecurityEvent.xml index 58dc2a5944..0b7afcac67 100644 --- a/docs/Mono.Android/en/Android.App.Admin/SecurityLog+SecurityEvent.xml +++ b/docs/Mono.Android/en/Android.App.Admin/SecurityLog+SecurityEvent.xml @@ -31,14 +31,18 @@ - To be added. + A class representing a security event log entry. - Android platform documentation + Java documentation for android.app.admin.SecurityLog.SecurityEvent. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -89,10 +93,19 @@ Java.Lang.Object - To be added. + Returns the payload contained in this log entry or null if there is no payload. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.admin.SecurityLog.SecurityEvent.getData(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -147,9 +160,20 @@ System.Int64 - To be added. + Returns the id of the event, where the id monotonically increases for each event. To be added. - To be added. + + + + Java documentation for android.app.admin.SecurityLog.SecurityEvent.getId(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -206,9 +230,20 @@ System.Int32 - To be added. + Returns severity level for the event. To be added. - To be added. + + + + Java documentation for android.app.admin.SecurityLog.SecurityEvent.getLogLevel(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -231,10 +266,19 @@ Android.App.Admin.SecurityLogTags - To be added. + Returns the tag of this log entry, which specifies entry's semantics. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.admin.SecurityLog.SecurityEvent.getTag(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -320,10 +364,19 @@ System.Int64 - To be added. + Returns the timestamp in nano seconds when this event was logged. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.admin.SecurityLog.SecurityEvent.getTimeNanos(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App.Admin/SystemUpdatePolicy+ValidationFailedException.xml b/docs/Mono.Android/en/Android.App.Admin/SystemUpdatePolicy+ValidationFailedException.xml index 3831f58af9..a247259af5 100644 --- a/docs/Mono.Android/en/Android.App.Admin/SystemUpdatePolicy+ValidationFailedException.xml +++ b/docs/Mono.Android/en/Android.App.Admin/SystemUpdatePolicy+ValidationFailedException.xml @@ -31,8 +31,21 @@ - To be added. - To be added. + An exception class that represents various validation errors thrown from + SystemUpdatePolicy#setFreezePeriods and + DevicePolicyManager#setSystemUpdatePolicy + + + + Java documentation for android.app.admin.SystemUpdatePolicy.ValidationFailedException. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -109,9 +122,20 @@ Android.App.Admin.SystemUpdatePolicyErrorCode - To be added. + Returns the type of validation error associated with this exception. To be added. - To be added. + + + + Java documentation for android.app.admin.SystemUpdatePolicy.ValidationFailedException.getErrorCode(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -142,8 +166,20 @@ 6 - To be added. - To be added. + The device has been in a freeze period and some new freeze period to be set is less + than 60 days from the end of the last freeze period the device went through. + + + + Java documentation for android.app.admin.SystemUpdatePolicy.ValidationFailedException.ERROR_COMBINED_FREEZE_PERIOD_TOO_CLOSE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -174,8 +210,20 @@ 5 - To be added. - To be added. + The device has been in a freeze period and when combining with the new freeze period + to be set, it will result in the total freeze period being longer than 90 days. + + + + Java documentation for android.app.admin.SystemUpdatePolicy.ValidationFailedException.ERROR_COMBINED_FREEZE_PERIOD_TOO_LONG. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -206,8 +254,20 @@ 2 - To be added. - To be added. + The freeze periods contains duplicates, periods that overlap with each + other or periods whose start and end joins. + + + + Java documentation for android.app.admin.SystemUpdatePolicy.ValidationFailedException.ERROR_DUPLICATE_OR_OVERLAP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -238,8 +298,20 @@ 4 - To be added. - To be added. + There exists some freeze period which starts within 60 days of the preceding period's + end time. + + + + Java documentation for android.app.admin.SystemUpdatePolicy.ValidationFailedException.ERROR_NEW_FREEZE_PERIOD_TOO_CLOSE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -270,8 +342,19 @@ 3 - To be added. - To be added. + There exists at least one freeze period whose length exceeds 90 days. + + + + Java documentation for android.app.admin.SystemUpdatePolicy.ValidationFailedException.ERROR_NEW_FREEZE_PERIOD_TOO_LONG. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -302,8 +385,19 @@ 1 - To be added. - To be added. + Validation failed with unknown error. + + + + Java documentation for android.app.admin.SystemUpdatePolicy.ValidationFailedException.ERROR_UNKNOWN. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.App.AppSearch/AppSearchBatchResult+Builder.xml b/docs/Mono.Android/en/Android.App.AppSearch/AppSearchBatchResult+Builder.xml index fe22dfd883..450b6ccd56 100644 --- a/docs/Mono.Android/en/Android.App.AppSearch/AppSearchBatchResult+Builder.xml +++ b/docs/Mono.Android/en/Android.App.AppSearch/AppSearchBatchResult+Builder.xml @@ -22,8 +22,21 @@ - To be added. - To be added. + The type of the keys for which the results will be reported. + The type of the result objects for successful results. + Builder for AppSearchBatchResult objects. + + + + Java documentation for android.app.appsearch.AppSearchBatchResult.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -68,9 +81,20 @@ - To be added. + Builds an AppSearchBatchResult object from the contents of this Builder. To be added. - To be added. + + + + Java documentation for android.app.appsearch.AppSearchBatchResult.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.App.AppSearch/AppSearchManager+SearchContext.xml b/docs/Mono.Android/en/Android.App.AppSearch/AppSearchManager+SearchContext.xml index e113645a54..3289b6ac5f 100644 --- a/docs/Mono.Android/en/Android.App.AppSearch/AppSearchManager+SearchContext.xml +++ b/docs/Mono.Android/en/Android.App.AppSearch/AppSearchManager+SearchContext.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Contains information about how to create the search session. + + + + Java documentation for android.app.appsearch.AppSearchManager.SearchContext. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -42,9 +53,20 @@ System.String - To be added. + Returns the name of the database to create or open. To be added. - To be added. + + + + Java documentation for android.app.appsearch.AppSearchManager.SearchContext.getDatabaseName(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.App.AppSearch/AppSearchSchema+BooleanPropertyConfig.xml b/docs/Mono.Android/en/Android.App.AppSearch/AppSearchSchema+BooleanPropertyConfig.xml index 8508b70f23..f4d2a3add7 100644 --- a/docs/Mono.Android/en/Android.App.AppSearch/AppSearchSchema+BooleanPropertyConfig.xml +++ b/docs/Mono.Android/en/Android.App.AppSearch/AppSearchSchema+BooleanPropertyConfig.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Configuration for a property containing a boolean. + + + + Java documentation for android.app.appsearch.AppSearchSchema.BooleanPropertyConfig. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.App.AppSearch/AppSearchSchema+Builder.xml b/docs/Mono.Android/en/Android.App.AppSearch/AppSearchSchema+Builder.xml index a6ebd5d0c4..f5f2dd38c8 100644 --- a/docs/Mono.Android/en/Android.App.AppSearch/AppSearchSchema+Builder.xml +++ b/docs/Mono.Android/en/Android.App.AppSearch/AppSearchSchema+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Builder for AppSearchSchema objects. + + + + Java documentation for android.app.appsearch.AppSearchSchema.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -43,8 +54,19 @@ To be added. - To be added. - To be added. + Creates a new AppSearchSchema.Builder. + + + + Java documentation for android.app.appsearch.AppSearchSchema.Builder.AppSearchSchema$Builder(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -97,9 +119,20 @@ - To be added. + Constructs a new AppSearchSchema from the contents of this builder. To be added. - To be added. + + + + Java documentation for android.app.appsearch.AppSearchSchema.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.App.AppSearch/AppSearchSchema+BytesPropertyConfig.xml b/docs/Mono.Android/en/Android.App.AppSearch/AppSearchSchema+BytesPropertyConfig.xml index ad88a584ed..969aaea620 100644 --- a/docs/Mono.Android/en/Android.App.AppSearch/AppSearchSchema+BytesPropertyConfig.xml +++ b/docs/Mono.Android/en/Android.App.AppSearch/AppSearchSchema+BytesPropertyConfig.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Configuration for a property containing a byte array. + + + + Java documentation for android.app.appsearch.AppSearchSchema.BytesPropertyConfig. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.App.AppSearch/AppSearchSchema+DocumentPropertyConfig.xml b/docs/Mono.Android/en/Android.App.AppSearch/AppSearchSchema+DocumentPropertyConfig.xml index 271f18f0ff..575cf15db3 100644 --- a/docs/Mono.Android/en/Android.App.AppSearch/AppSearchSchema+DocumentPropertyConfig.xml +++ b/docs/Mono.Android/en/Android.App.AppSearch/AppSearchSchema+DocumentPropertyConfig.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Configuration for a property containing another Document. + + + + Java documentation for android.app.appsearch.AppSearchSchema.DocumentPropertyConfig. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -71,9 +82,20 @@ System.String - To be added. + Returns the logical schema-type of the contents of this document property. To be added. - To be added. + + + + Java documentation for android.app.appsearch.AppSearchSchema.DocumentPropertyConfig.getSchemaType(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -97,9 +119,21 @@ - To be added. + Returns whether fields in the nested document should be indexed according to that + document's schema. To be added. - To be added. + + + + Java documentation for android.app.appsearch.AppSearchSchema.DocumentPropertyConfig.shouldIndexNestedProperties(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.App.AppSearch/AppSearchSchema+DoublePropertyConfig.xml b/docs/Mono.Android/en/Android.App.AppSearch/AppSearchSchema+DoublePropertyConfig.xml index ba734590e5..d6e6fbb3f7 100644 --- a/docs/Mono.Android/en/Android.App.AppSearch/AppSearchSchema+DoublePropertyConfig.xml +++ b/docs/Mono.Android/en/Android.App.AppSearch/AppSearchSchema+DoublePropertyConfig.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Configuration for a property containing a double-precision decimal number. + + + + Java documentation for android.app.appsearch.AppSearchSchema.DoublePropertyConfig. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.App.AppSearch/AppSearchSchema+LongPropertyConfig.xml b/docs/Mono.Android/en/Android.App.AppSearch/AppSearchSchema+LongPropertyConfig.xml index 7be5dc605c..91c6194d72 100644 --- a/docs/Mono.Android/en/Android.App.AppSearch/AppSearchSchema+LongPropertyConfig.xml +++ b/docs/Mono.Android/en/Android.App.AppSearch/AppSearchSchema+LongPropertyConfig.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Configuration for a property containing a 64-bit integer. + + + + Java documentation for android.app.appsearch.AppSearchSchema.LongPropertyConfig. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.App.AppSearch/AppSearchSchema+PropertyConfig.xml b/docs/Mono.Android/en/Android.App.AppSearch/AppSearchSchema+PropertyConfig.xml index b6f02ef968..451bd8c07d 100644 --- a/docs/Mono.Android/en/Android.App.AppSearch/AppSearchSchema+PropertyConfig.xml +++ b/docs/Mono.Android/en/Android.App.AppSearch/AppSearchSchema+PropertyConfig.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Common configuration for a single property (field) in a Document. + + + + Java documentation for android.app.appsearch.AppSearchSchema.PropertyConfig. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -63,9 +74,20 @@ System.Int32 - To be added. + Returns the cardinality of the property (whether it is optional, required or repeated). To be added. - To be added. + + + + Java documentation for android.app.appsearch.AppSearchSchema.PropertyConfig.getCardinality(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -93,8 +115,19 @@ 2 - To be added. - To be added. + Zero or one value [0,1]. + + + + Java documentation for android.app.appsearch.AppSearchSchema.PropertyConfig.CARDINALITY_OPTIONAL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -122,8 +155,19 @@ 1 - To be added. - To be added. + Any number of items (including zero) [0. + + + + Java documentation for android.app.appsearch.AppSearchSchema.PropertyConfig.CARDINALITY_REPEATED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -151,8 +195,19 @@ 3 - To be added. - To be added. + Exactly one value [1]. + + + + Java documentation for android.app.appsearch.AppSearchSchema.PropertyConfig.CARDINALITY_REQUIRED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -204,9 +259,20 @@ System.String - To be added. + Returns the name of this property. To be added. - To be added. + + + + Java documentation for android.app.appsearch.AppSearchSchema.PropertyConfig.getName(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.App.AppSearch/AppSearchSchema+StringPropertyConfig.xml b/docs/Mono.Android/en/Android.App.AppSearch/AppSearchSchema+StringPropertyConfig.xml index 3cad16b960..4e096e8862 100644 --- a/docs/Mono.Android/en/Android.App.AppSearch/AppSearchSchema+StringPropertyConfig.xml +++ b/docs/Mono.Android/en/Android.App.AppSearch/AppSearchSchema+StringPropertyConfig.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Configuration for a property of type String in a Document. + + + + Java documentation for android.app.appsearch.AppSearchSchema.StringPropertyConfig. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -42,9 +53,20 @@ System.Int32 - To be added. + Returns how the property is indexed. To be added. - To be added. + + + + Java documentation for android.app.appsearch.AppSearchSchema.StringPropertyConfig.getIndexingType(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -72,8 +94,20 @@ 1 - To be added. - To be added. + Content in this property should only be returned for queries matching the exact tokens + appearing in this property. + + + + Java documentation for android.app.appsearch.AppSearchSchema.StringPropertyConfig.INDEXING_TYPE_EXACT_TERMS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -101,8 +135,19 @@ 0 - To be added. - To be added. + Content in this property will not be tokenized or indexed. + + + + Java documentation for android.app.appsearch.AppSearchSchema.StringPropertyConfig.INDEXING_TYPE_NONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -130,8 +175,20 @@ 2 - To be added. - To be added. + Content in this property should be returned for queries that are either exact matches or + query matches of the tokens appearing in this property. + + + + Java documentation for android.app.appsearch.AppSearchSchema.StringPropertyConfig.INDEXING_TYPE_PREFIXES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -241,9 +298,20 @@ System.Int32 - To be added. + Returns how this property is tokenized (split into words). To be added. - To be added. + + + + Java documentation for android.app.appsearch.AppSearchSchema.StringPropertyConfig.getTokenizerType(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -271,8 +339,19 @@ 0 - To be added. - To be added. + This value indicates that no tokens should be extracted from this property. + + + + Java documentation for android.app.appsearch.AppSearchSchema.StringPropertyConfig.TOKENIZER_TYPE_NONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -300,8 +379,19 @@ 1 - To be added. - To be added. + Tokenization for plain text. + + + + Java documentation for android.app.appsearch.AppSearchSchema.StringPropertyConfig.TOKENIZER_TYPE_PLAIN. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.App.AppSearch/GenericDocument+Builder.xml b/docs/Mono.Android/en/Android.App.AppSearch/GenericDocument+Builder.xml index f3697c04e5..6dc641b581 100644 --- a/docs/Mono.Android/en/Android.App.AppSearch/GenericDocument+Builder.xml +++ b/docs/Mono.Android/en/Android.App.AppSearch/GenericDocument+Builder.xml @@ -22,8 +22,20 @@ - To be added. - To be added. + Type of subclass who extends this. + The builder class for GenericDocument. + + + + Java documentation for android.app.appsearch.GenericDocument.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -69,11 +81,26 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + the namespace to set for the GenericDocument. + the unique identifier for the GenericDocument in its namespace. + the AppSearchSchema type of the GenericDocument. The + provided schemaType must be defined using AppSearchSession#setSchema + prior to inserting a document of this schemaType into the AppSearch index + using AppSearchSession#put. Otherwise, the document will be rejected by + AppSearchSession#put with result code AppSearchResult#RESULT_NOT_FOUND. + Creates a new GenericDocument.Builder. + + + + Java documentation for android.app.appsearch.GenericDocument.Builder.GenericDocument$Builder(java.lang.String, java.lang.String, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -97,9 +124,20 @@ - To be added. + Builds the GenericDocument object. To be added. - To be added. + + + + Java documentation for android.app.appsearch.GenericDocument.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.App.AppSearch/GetByDocumentIdRequest+Builder.xml b/docs/Mono.Android/en/Android.App.AppSearch/GetByDocumentIdRequest+Builder.xml index d205914858..cd93ad5b3b 100644 --- a/docs/Mono.Android/en/Android.App.AppSearch/GetByDocumentIdRequest+Builder.xml +++ b/docs/Mono.Android/en/Android.App.AppSearch/GetByDocumentIdRequest+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Builder for GetByDocumentIdRequest objects. + + + + Java documentation for android.app.appsearch.GetByDocumentIdRequest.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -43,8 +54,19 @@ To be added. - To be added. - To be added. + Creates a GetByDocumentIdRequest.Builder instance. + + + + Java documentation for android.app.appsearch.GetByDocumentIdRequest.Builder.GetByDocumentIdRequest$Builder(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -164,9 +186,20 @@ - To be added. + Builds a new GetByDocumentIdRequest. To be added. - To be added. + + + + Java documentation for android.app.appsearch.GetByDocumentIdRequest.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.App.AppSearch/GetSchemaResponse+Builder.xml b/docs/Mono.Android/en/Android.App.AppSearch/GetSchemaResponse+Builder.xml index ec2619d107..a2cdd47c95 100644 --- a/docs/Mono.Android/en/Android.App.AppSearch/GetSchemaResponse+Builder.xml +++ b/docs/Mono.Android/en/Android.App.AppSearch/GetSchemaResponse+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Builder for GetSchemaResponse objects. + + + + Java documentation for android.app.appsearch.GetSchemaResponse.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -93,9 +104,20 @@ - To be added. + Builds a GetSchemaResponse object. To be added. - To be added. + + + + Java documentation for android.app.appsearch.GetSchemaResponse.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.App.AppSearch/PutDocumentsRequest+Builder.xml b/docs/Mono.Android/en/Android.App.AppSearch/PutDocumentsRequest+Builder.xml index f55c43137f..a79bee58d8 100644 --- a/docs/Mono.Android/en/Android.App.AppSearch/PutDocumentsRequest+Builder.xml +++ b/docs/Mono.Android/en/Android.App.AppSearch/PutDocumentsRequest+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Builder for PutDocumentsRequest objects. + + + + Java documentation for android.app.appsearch.PutDocumentsRequest.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -129,9 +140,20 @@ - To be added. + Creates a new PutDocumentsRequest object. To be added. - To be added. + + + + Java documentation for android.app.appsearch.PutDocumentsRequest.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.App.AppSearch/RemoveByDocumentIdRequest+Builder.xml b/docs/Mono.Android/en/Android.App.AppSearch/RemoveByDocumentIdRequest+Builder.xml index f26e8685a0..acb15ba940 100644 --- a/docs/Mono.Android/en/Android.App.AppSearch/RemoveByDocumentIdRequest+Builder.xml +++ b/docs/Mono.Android/en/Android.App.AppSearch/RemoveByDocumentIdRequest+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Builder for RemoveByDocumentIdRequest objects. + + + + Java documentation for android.app.appsearch.RemoveByDocumentIdRequest.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -43,8 +54,19 @@ To be added. - To be added. - To be added. + Creates a RemoveByDocumentIdRequest.Builder instance. + + + + Java documentation for android.app.appsearch.RemoveByDocumentIdRequest.Builder.RemoveByDocumentIdRequest$Builder(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -133,9 +155,20 @@ - To be added. + Builds a new RemoveByDocumentIdRequest. To be added. - To be added. + + + + Java documentation for android.app.appsearch.RemoveByDocumentIdRequest.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.App.AppSearch/ReportSystemUsageRequest+Builder.xml b/docs/Mono.Android/en/Android.App.AppSearch/ReportSystemUsageRequest+Builder.xml index 91e0395929..e4e564033e 100644 --- a/docs/Mono.Android/en/Android.App.AppSearch/ReportSystemUsageRequest+Builder.xml +++ b/docs/Mono.Android/en/Android.App.AppSearch/ReportSystemUsageRequest+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Builder for ReportSystemUsageRequest objects. + + + + Java documentation for android.app.appsearch.ReportSystemUsageRequest.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -45,12 +56,25 @@ - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. + The package name of the app which owns the document that was used + (e.g. from SearchResult#getPackageName). + The database in which the document that was used resides (e.g. from + SearchResult#getDatabaseName). + The namespace of the document that was used (e.g. from GenericDocument#getNamespace. + The ID of document that was used (e.g. from GenericDocument#getId. + Creates a ReportSystemUsageRequest.Builder instance. + + + + Java documentation for android.app.appsearch.ReportSystemUsageRequest.Builder.ReportSystemUsageRequest$Builder(java.lang.String, java.lang.String, java.lang.String, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -74,9 +98,20 @@ - To be added. + Builds a new ReportSystemUsageRequest. To be added. - To be added. + + + + Java documentation for android.app.appsearch.ReportSystemUsageRequest.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.App.AppSearch/ReportUsageRequest+Builder.xml b/docs/Mono.Android/en/Android.App.AppSearch/ReportUsageRequest+Builder.xml index 488996cb1f..4214ced92d 100644 --- a/docs/Mono.Android/en/Android.App.AppSearch/ReportUsageRequest+Builder.xml +++ b/docs/Mono.Android/en/Android.App.AppSearch/ReportUsageRequest+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Builder for ReportUsageRequest objects. + + + + Java documentation for android.app.appsearch.ReportUsageRequest.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -43,10 +54,21 @@ - To be added. - To be added. - To be added. - To be added. + The namespace of the document that was used (e.g. from GenericDocument#getNamespace. + The ID of document that was used (e.g. from GenericDocument#getId. + Creates a new ReportUsageRequest.Builder instance. + + + + Java documentation for android.app.appsearch.ReportUsageRequest.Builder.ReportUsageRequest$Builder(java.lang.String, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -70,9 +92,20 @@ - To be added. + Builds a new ReportUsageRequest. To be added. - To be added. + + + + Java documentation for android.app.appsearch.ReportUsageRequest.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.App.AppSearch/SearchResult+Builder.xml b/docs/Mono.Android/en/Android.App.AppSearch/SearchResult+Builder.xml index 6d74a74b10..12be3d8c7d 100644 --- a/docs/Mono.Android/en/Android.App.AppSearch/SearchResult+Builder.xml +++ b/docs/Mono.Android/en/Android.App.AppSearch/SearchResult+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Builder for SearchResult objects. + + + + Java documentation for android.app.appsearch.SearchResult.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -43,10 +54,21 @@ - To be added. - To be added. - To be added. - To be added. + the package name the matched document belongs to + the database name the matched document belongs to. + Constructs a new builder for SearchResult objects. + + + + Java documentation for android.app.appsearch.SearchResult.Builder.SearchResult$Builder(java.lang.String, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -99,9 +121,20 @@ - To be added. + Constructs a new SearchResult. To be added. - To be added. + + + + Java documentation for android.app.appsearch.SearchResult.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.App.AppSearch/SearchResult+MatchInfo.xml b/docs/Mono.Android/en/Android.App.AppSearch/SearchResult+MatchInfo.xml index 40712430fe..72a4591823 100644 --- a/docs/Mono.Android/en/Android.App.AppSearch/SearchResult+MatchInfo.xml +++ b/docs/Mono.Android/en/Android.App.AppSearch/SearchResult+MatchInfo.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + This class represents a match objects for any Snippets that might be present in SearchResults from query. + + + + Java documentation for android.app.appsearch.SearchResult.MatchInfo. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -61,9 +72,20 @@ Java.Lang.ICharSequence - To be added. + Gets the MatchRange corresponding to the given entry. To be added. - To be added. + + + + Java documentation for android.app.appsearch.SearchResult.MatchInfo.getExactMatch(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -111,9 +133,20 @@ System.String - To be added. + Gets the full text corresponding to the given entry. To be added. - To be added. + + + + Java documentation for android.app.appsearch.SearchResult.MatchInfo.getFullText(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -165,9 +198,20 @@ System.String - To be added. + Gets the property path corresponding to the given entry. To be added. - To be added. + + + + Java documentation for android.app.appsearch.SearchResult.MatchInfo.getPropertyPath(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -209,9 +253,20 @@ Java.Lang.ICharSequence - To be added. + Gets the snippet corresponding to the given entry. To be added. - To be added. + + + + Java documentation for android.app.appsearch.SearchResult.MatchInfo.getSnippet(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.App.AppSearch/SearchResult+MatchRange.xml b/docs/Mono.Android/en/Android.App.AppSearch/SearchResult+MatchRange.xml index 3e153ff366..b7ee4e78a8 100644 --- a/docs/Mono.Android/en/Android.App.AppSearch/SearchResult+MatchRange.xml +++ b/docs/Mono.Android/en/Android.App.AppSearch/SearchResult+MatchRange.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Class providing the position range of matching information. + + + + Java documentation for android.app.appsearch.SearchResult.MatchRange. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -43,10 +54,21 @@ - To be added. - To be added. - To be added. - To be added. + The start point (inclusive) + The end point (exclusive) + Creates a new immutable range. + + + + Java documentation for android.app.appsearch.SearchResult.MatchRange.SearchResult$MatchRange(int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -69,9 +91,20 @@ System.Int32 - To be added. + Gets the end point (exclusive). To be added. - To be added. + + + + Java documentation for android.app.appsearch.SearchResult.MatchRange.getEnd(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -123,9 +156,20 @@ System.Int32 - To be added. + Gets the start point (inclusive). To be added. - To be added. + + + + Java documentation for android.app.appsearch.SearchResult.MatchRange.getStart(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.App.AppSearch/SearchSpec+Builder.xml b/docs/Mono.Android/en/Android.App.AppSearch/SearchSpec+Builder.xml index e275da11c9..09456eb840 100644 --- a/docs/Mono.Android/en/Android.App.AppSearch/SearchSpec+Builder.xml +++ b/docs/Mono.Android/en/Android.App.AppSearch/SearchSpec+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Builder for SearchSpec objects. + + + + Java documentation for android.app.appsearch.SearchSpec.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -290,9 +301,20 @@ - To be added. + Constructs a new SearchSpec from the contents of this builder. To be added. - To be added. + + + + Java documentation for android.app.appsearch.SearchSpec.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.App.AppSearch/SetSchemaRequest+Builder.xml b/docs/Mono.Android/en/Android.App.AppSearch/SetSchemaRequest+Builder.xml index b961153d77..f02efb945a 100644 --- a/docs/Mono.Android/en/Android.App.AppSearch/SetSchemaRequest+Builder.xml +++ b/docs/Mono.Android/en/Android.App.AppSearch/SetSchemaRequest+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Builder for SetSchemaRequest objects. + + + + Java documentation for android.app.appsearch.SetSchemaRequest.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -129,9 +140,20 @@ - To be added. + Builds a new SetSchemaRequest object. To be added. - To be added. + + + + Java documentation for android.app.appsearch.SetSchemaRequest.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.App.AppSearch/SetSchemaResponse+Builder.xml b/docs/Mono.Android/en/Android.App.AppSearch/SetSchemaResponse+Builder.xml index 76c1e200c0..f5c7dcd16f 100644 --- a/docs/Mono.Android/en/Android.App.AppSearch/SetSchemaResponse+Builder.xml +++ b/docs/Mono.Android/en/Android.App.AppSearch/SetSchemaResponse+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Builder for SetSchemaResponse objects. + + + + Java documentation for android.app.appsearch.SetSchemaResponse.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -296,9 +307,20 @@ - To be added. + Builds a SetSchemaResponse object. To be added. - To be added. + + + + Java documentation for android.app.appsearch.SetSchemaResponse.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.App.AppSearch/SetSchemaResponse+MigrationFailure.xml b/docs/Mono.Android/en/Android.App.AppSearch/SetSchemaResponse+MigrationFailure.xml index 2ba5e3de1d..392744033f 100644 --- a/docs/Mono.Android/en/Android.App.AppSearch/SetSchemaResponse+MigrationFailure.xml +++ b/docs/Mono.Android/en/Android.App.AppSearch/SetSchemaResponse+MigrationFailure.xml @@ -18,8 +18,20 @@ - To be added. - To be added. + The class represents a post-migrated GenericDocument that failed to be saved by + AppSearchSession#setSchema. + + + + Java documentation for android.app.appsearch.SetSchemaResponse.MigrationFailure. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -66,12 +78,23 @@ - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. + The namespace of the document which failed to be migrated. + The id of the document which failed to be migrated. + The type of the document which failed to be migrated. + The reason why the document failed to be indexed. + Constructs a new MigrationFailure. + + + + Java documentation for android.app.appsearch.SetSchemaResponse.MigrationFailure.SetSchemaResponse$MigrationFailure(java.lang.String, java.lang.String, java.lang.String, android.app.appsearch.AppSearchResult<?>). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -94,9 +117,20 @@ Android.App.AppSearch.AppSearchResult - To be added. + Returns the AppSearchResult that indicates why the post-migration GenericDocument failed to be indexed. To be added. - To be added. + + + + Java documentation for android.app.appsearch.SetSchemaResponse.MigrationFailure.getAppSearchResult(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -119,9 +153,20 @@ System.String - To be added. + Returns the id of the GenericDocument that failed to be migrated. To be added. - To be added. + + + + Java documentation for android.app.appsearch.SetSchemaResponse.MigrationFailure.getDocumentId(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -173,9 +218,20 @@ System.String - To be added. + Returns the namespace of the GenericDocument that failed to be migrated. To be added. - To be added. + + + + Java documentation for android.app.appsearch.SetSchemaResponse.MigrationFailure.getNamespace(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -198,9 +254,20 @@ System.String - To be added. + Returns the schema type of the GenericDocument that failed to be migrated. To be added. - To be added. + + + + Java documentation for android.app.appsearch.SetSchemaResponse.MigrationFailure.getSchemaType(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.App.AppSearch/StorageInfo+Builder.xml b/docs/Mono.Android/en/Android.App.AppSearch/StorageInfo+Builder.xml index 029823785b..06610386dd 100644 --- a/docs/Mono.Android/en/Android.App.AppSearch/StorageInfo+Builder.xml +++ b/docs/Mono.Android/en/Android.App.AppSearch/StorageInfo+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Builder for StorageInfo objects. + + + + Java documentation for android.app.appsearch.StorageInfo.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -64,9 +75,20 @@ - To be added. + Builds a StorageInfo object. To be added. - To be added. + + + + Java documentation for android.app.appsearch.StorageInfo.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.App.Assist/AssistStructure+ViewNode.xml b/docs/Mono.Android/en/Android.App.Assist/AssistStructure+ViewNode.xml index 462ca26a3f..9c711661d0 100644 --- a/docs/Mono.Android/en/Android.App.Assist/AssistStructure+ViewNode.xml +++ b/docs/Mono.Android/en/Android.App.Assist/AssistStructure+ViewNode.xml @@ -18,14 +18,18 @@ - To be added. + Describes a single view in the assist data. - Android platform documentation + Java documentation for android.app.assist.AssistStructure.ViewNode. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -72,10 +76,21 @@ System.Single - To be added. + Returns the alpha transformation of the view, used to reduce the overall opacity + of the view's contents, as set by ViewStructure#setAlpha + ViewStructure.setAlpha(float). To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.assist.AssistStructure.ViewNode.getAlpha(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -99,10 +114,20 @@ Android.Views.Autofill.AutofillId - To be added. - To be added. + Gets the id that can be used to autofill the view contents. + id that can be used to autofill the view contents, or null if the + structure was created for assist purposes. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.assist.AssistStructure.ViewNode.getAutofillId(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -126,10 +151,20 @@ Android.Views.AutofillType - To be added. - To be added. + Gets the type of value that can be used to autofill the view contents. + autofill type as defined by View#getAutofillType(), + or View#AUTOFILL_TYPE_NONE if the structure was created for assist purposes. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.assist.AssistStructure.ViewNode.getAutofillType(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -153,10 +188,20 @@ Android.Views.Autofill.AutofillValue - To be added. - To be added. + Gets the value of this view. + the autofill value of this view, or null if the structure was created + for assist purposes. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.assist.AssistStructure.ViewNode.getAutofillValue(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -180,10 +225,19 @@ System.Int32 - To be added. + Return the number of children this node has. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.assist.AssistStructure.ViewNode.getChildCount(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -207,10 +261,19 @@ System.String - To be added. + Returns the class name of the node's implementation, indicating its behavior. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.assist.AssistStructure.ViewNode.getClassName(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -255,10 +318,20 @@ Java.Lang.ICharSequence - To be added. + Returns any content description associated with the node, which semantically describes + its purpose for accessibility and other uses. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.assist.AssistStructure.ViewNode.getContentDescription(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -282,10 +355,21 @@ System.Single - To be added. + Returns the visual elevation of the view, used for shadowing and other visual + characterstics, as set by ViewStructure#setElevation + ViewStructure.setElevation(float). To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.assist.AssistStructure.ViewNode.getElevation(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -309,10 +393,19 @@ Android.OS.Bundle - To be added. + Return a Bundle containing optional vendor-specific extension information. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.assist.AssistStructure.ViewNode.getExtras(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -337,10 +430,21 @@ - To be added. - To be added. + Describes the content of a view so that a autofill service can fill in the appropriate + data. + The autofill hints for this view, or null if the structure was created + for assist purposes. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.assist.AssistStructure.ViewNode.getAutofillHints(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -359,10 +463,20 @@ - To be added. - To be added. + Gets the options that can be used to autofill this view. + the options that can be used to autofill this view, or null if the + structure was created for assist purposes. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.assist.AssistStructure.ViewNode.getAutofillOptions(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -387,10 +501,20 @@ - To be added. - To be added. + Gets the options that can be used to autofill this view. + the options that can be used to autofill this view, or null if the + structure was created for assist purposes. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.assist.AssistStructure.ViewNode.getAutofillOptions(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -446,9 +570,20 @@ - To be added. + Returns the MIME types accepted by View#performReceiveContent for this view. To be added. - To be added. + + + + Java documentation for android.app.assist.AssistStructure.ViewNode.getReceiveContentMimeTypes(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -472,10 +607,19 @@ - To be added. + Return per-line baselines into the text returned by #getText(). To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.assist.AssistStructure.ViewNode.getTextLineBaselines(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -500,10 +644,19 @@ - To be added. + Return per-line offsets into the text returned by #getText(). To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.assist.AssistStructure.ViewNode.getTextLineCharOffsets(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -527,10 +680,19 @@ System.Int32 - To be added. + Returns the height of this view, in pixels. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.assist.AssistStructure.ViewNode.getHeight(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -554,10 +716,20 @@ System.String - To be added. + Return additional hint text associated with the node; this is typically used with + a node that takes user input, describing to the user what the input means. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.assist.AssistStructure.ViewNode.getHint(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -581,9 +753,20 @@ System.String - To be added. + Gets the identifier used to set the hint associated with this view. To be added. - To be added. + + + + Java documentation for android.app.assist.AssistStructure.ViewNode.getHintIdEntry(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -633,10 +816,19 @@ System.Int32 - To be added. + Returns the ID associated with this view, as per View#getId() View.getId(). To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.assist.AssistStructure.ViewNode.getId(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -660,10 +852,20 @@ System.String - To be added. + If #getId() is a resource identifier, this is the entry name of that + identifier. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.assist.AssistStructure.ViewNode.getIdEntry(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -687,10 +889,20 @@ System.String - To be added. + If #getId() is a resource identifier, this is the package name of that + identifier. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.assist.AssistStructure.ViewNode.getIdPackage(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -714,10 +926,20 @@ System.String - To be added. + If #getId() is a resource identifier, this is the type name of that + identifier. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.assist.AssistStructure.ViewNode.getIdType(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -741,9 +963,21 @@ Android.Views.ImportantForAutofill - To be added. + Gets the View#setImportantForAutofill(int) importantForAutofill mode of + the view associated with this node. To be added. - To be added. + + + + Java documentation for android.app.assist.AssistStructure.ViewNode.getImportantForAutofill(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -766,10 +1000,19 @@ Android.Text.InputTypes - To be added. - To be added. + Gets the android.text.InputType bits of this structure. + bits as defined by android.text.InputType. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.assist.AssistStructure.ViewNode.getInputType(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -793,10 +1036,20 @@ System.Boolean - To be added. + Returns true if this node currently had accessibility focus at the time that the + structure was collected. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.assist.AssistStructure.ViewNode.isAccessibilityFocused(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -820,10 +1073,19 @@ System.Boolean - To be added. + Returns true if this node has currently been activated by the user. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.assist.AssistStructure.ViewNode.isActivated(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -847,10 +1109,19 @@ System.Boolean - To be added. + Returns true if assist data has been blocked starting at this node in the hierarchy. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.assist.AssistStructure.ViewNode.isAssistBlocked(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -874,10 +1145,19 @@ System.Boolean - To be added. + Returns true if this node represents something that is checkable by the user. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.assist.AssistStructure.ViewNode.isCheckable(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -901,10 +1181,19 @@ System.Boolean - To be added. + Returns true if this node is currently in a checked state. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.assist.AssistStructure.ViewNode.isChecked(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -928,10 +1217,19 @@ System.Boolean - To be added. + Returns true if this node is clickable by the user. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.assist.AssistStructure.ViewNode.isClickable(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -955,10 +1253,19 @@ System.Boolean - To be added. + Returns true if this node is something the user can perform a context click on. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.assist.AssistStructure.ViewNode.isContextClickable(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -982,10 +1289,19 @@ System.Boolean - To be added. + Returns true if this node is in an enabled state. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.assist.AssistStructure.ViewNode.isEnabled(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1009,10 +1325,19 @@ System.Boolean - To be added. + Returns true if this node can take input focus. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.assist.AssistStructure.ViewNode.isFocusable(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1036,10 +1361,20 @@ System.Boolean - To be added. + Returns true if this node currently had input focus at the time that the + structure was collected. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.assist.AssistStructure.ViewNode.isFocused(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1063,10 +1398,19 @@ System.Boolean - To be added. + Returns true if this node is something the user can perform a long click/press on. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.assist.AssistStructure.ViewNode.isLongClickable(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1090,10 +1434,19 @@ System.Boolean - To be added. + Returns true if this node is opaque. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.assist.AssistStructure.ViewNode.isOpaque(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1117,10 +1470,19 @@ System.Boolean - To be added. + Returns true if this node has currently been selected by the user. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.assist.AssistStructure.ViewNode.isSelected(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1175,10 +1537,19 @@ System.Int32 - To be added. + Returns the left edge of this view, in pixels, relative to the left edge of its parent. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.assist.AssistStructure.ViewNode.getLeft(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1202,10 +1573,19 @@ Android.OS.LocaleList - To be added. + Returns the list of locales associated with this view. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.assist.AssistStructure.ViewNode.getLocaleList(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1229,9 +1609,21 @@ System.Int32 - To be added. + Returns the maximum width in ems of the text associated with this node, or -1 + if not supported by the node. To be added. - To be added. + + + + Java documentation for android.app.assist.AssistStructure.ViewNode.getMaxTextEms(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1254,9 +1646,21 @@ System.Int32 - To be added. + Returns the maximum length of the text associated with this node, or -1 if not + supported by the node or not set. To be added. - To be added. + + + + Java documentation for android.app.assist.AssistStructure.ViewNode.getMaxTextLength(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1279,9 +1683,21 @@ System.Int32 - To be added. + Returns the minimum width in ems of the text associated with this node, or -1 + if not supported by the node. To be added. - To be added. + + + + Java documentation for android.app.assist.AssistStructure.ViewNode.getMinTextEms(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1304,10 +1720,20 @@ System.Int32 - To be added. + Returns the current X scroll offset of this view, as per + android.view.View#getScrollX() View.getScrollX(). To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.assist.AssistStructure.ViewNode.getScrollX(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1331,10 +1757,20 @@ System.Int32 - To be added. + Returns the current Y scroll offset of this view, as per + android.view.View#getScrollX() View.getScrollY(). To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.assist.AssistStructure.ViewNode.getScrollY(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1379,10 +1815,20 @@ System.Int32 - To be added. + If #getText() is non-null, this is the main text background color associated + with it. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.assist.AssistStructure.ViewNode.getTextBackgroundColor(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1406,10 +1852,19 @@ System.Int32 - To be added. + If #getText() is non-null, this is the main text color associated with it. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.assist.AssistStructure.ViewNode.getTextColor(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1434,9 +1889,19 @@ 1 - To be added. + Magic value for text color that has not been defined, which is very unlikely + to be confused with a real text color. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.assist.AssistStructure.ViewNode.TEXT_COLOR_UNDEFINED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1460,10 +1925,20 @@ Java.Lang.ICharSequence - To be added. + Returns any text associated with the node that is displayed to the user, or null + if there is none. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.assist.AssistStructure.ViewNode.getText(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1487,9 +1962,20 @@ System.String - To be added. + Gets the identifier used to set the text associated with this view. To be added. - To be added. + + + + Java documentation for android.app.assist.AssistStructure.ViewNode.getTextIdEntry(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1512,10 +1998,19 @@ System.Int32 - To be added. + If #getText() is non-null, this is where the current selection starts. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.assist.AssistStructure.ViewNode.getTextSelectionEnd(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1539,10 +2034,19 @@ System.Int32 - To be added. + If #getText() is non-null, this is where the current selection starts. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.assist.AssistStructure.ViewNode.getTextSelectionStart(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1566,10 +2070,20 @@ System.Single - To be added. + If #getText() is non-null, this is the main text size (in pixels) associated + with it. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.assist.AssistStructure.ViewNode.getTextSize(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1593,10 +2107,22 @@ Android.App.Assist.AssistTextStyle - To be added. + If #getText() is non-null, this is the main text style associated + with it, containing a bit mask of #TEXT_STYLE_BOLD, + #TEXT_STYLE_BOLD, #TEXT_STYLE_STRIKE_THRU, and/or + #TEXT_STYLE_UNDERLINE. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.assist.AssistStructure.ViewNode.getTextStyle(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1682,10 +2208,19 @@ System.Int32 - To be added. + Returns the top edge of this view, in pixels, relative to the top edge of its parent. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.assist.AssistStructure.ViewNode.getTop(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1709,10 +2244,20 @@ Android.Graphics.Matrix - To be added. + Returns the transformation that has been applied to this view, such as a translation + or scaling. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.assist.AssistStructure.ViewNode.getTransformation(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1736,10 +2281,20 @@ Android.Views.ViewStates - To be added. + Returns the visibility mode of this view, as per + android.view.View#getVisibility() View.getVisibility(). To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.assist.AssistStructure.ViewNode.getVisibility(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1763,10 +2318,20 @@ System.String - To be added. - To be added. + Returns the domain of the HTML document represented by this view. + domain-only part of the document. For example, if the full URL is + https://example.com/login?user=my_user, it returns example.com. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.assist.AssistStructure.ViewNode.getWebDomain(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1790,9 +2355,21 @@ System.String - To be added. - To be added. - To be added. + Returns the scheme of the HTML document represented by this view. + scheme-only part of the document. For example, if the full URL is + https://example.com/login?user=my_user, it returns https. + + + + Java documentation for android.app.assist.AssistStructure.ViewNode.getWebScheme(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1815,10 +2392,19 @@ System.Int32 - To be added. + Returns the width of this view, in pixels. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.assist.AssistStructure.ViewNode.getWidth(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App.Assist/AssistStructure+WindowNode.xml b/docs/Mono.Android/en/Android.App.Assist/AssistStructure+WindowNode.xml index 32d51ad423..0788fd210d 100644 --- a/docs/Mono.Android/en/Android.App.Assist/AssistStructure+WindowNode.xml +++ b/docs/Mono.Android/en/Android.App.Assist/AssistStructure+WindowNode.xml @@ -18,14 +18,18 @@ - To be added. + Describes a window in the assist data. - Android platform documentation + Java documentation for android.app.assist.AssistStructure.WindowNode. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -72,10 +76,20 @@ System.Int32 - To be added. + Returns the ID of the display this window is on, for use with + android.hardware.display.DisplayManager#getDisplay DisplayManager.getDisplay(). To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.assist.AssistStructure.WindowNode.getDisplayId(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -99,10 +113,19 @@ System.Int32 - To be added. + Returns the total height of the window in pixels. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.assist.AssistStructure.WindowNode.getHeight(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -157,10 +180,20 @@ System.Int32 - To be added. + Returns the left edge of the window, in pixels, relative to the left + edge of the screen. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.assist.AssistStructure.WindowNode.getLeft(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -294,10 +327,19 @@ Java.Lang.ICharSequence - To be added. + Returns the title associated with the window, if it has one. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.assist.AssistStructure.WindowNode.getTitle(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -321,10 +363,20 @@ System.Int32 - To be added. + Returns the top edge of the window, in pixels, relative to the top + edge of the screen. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.assist.AssistStructure.WindowNode.getTop(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -348,10 +400,19 @@ System.Int32 - To be added. + Returns the total width of the window in pixels. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.assist.AssistStructure.WindowNode.getWidth(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App.Backup/BackupAgent.xml b/docs/Mono.Android/en/Android.App.Backup/BackupAgent.xml index 8800a3a12b..6dc8d6e645 100644 --- a/docs/Mono.Android/en/Android.App.Backup/BackupAgent.xml +++ b/docs/Mono.Android/en/Android.App.Backup/BackupAgent.xml @@ -519,8 +519,7 @@ file descriptor pointing to a full snapshot of the application's data. The application should consume every entity represented in this data stream. - The value of the <a - href="[TODO: @docRoot]guide/topics/manifest/manifest-element.html#vcode">android:versionCode</a> manifest attribute, + The value of the android:versionCode manifest attribute, from the application that backed up this particular data set. This makes it possible for an application's agent to distinguish among any possible older data versions when asked to perform the restore @@ -638,21 +637,30 @@ A read-only file descriptor from which the agent can read size - bytes of file data. + bytes of file data. The number of bytes of file content to be restored to the given - destination. If the file system object being restored is a directory, size - will be zero. + destination. If the file system object being restored is a directory, size + will be zero. The File on disk to be restored with the given data. The kind of file system object being restored. This will be either - or . + BackupAgent#TYPE_FILE or BackupAgent#TYPE_DIRECTORY. The access mode to be assigned to the destination after its data is - written. This is in the standard format used by chmod(). + written. This is in the standard format used by chmod(). The modification time of the file when it was backed up, suitable to - be assigned to the file after its data is written. + be assigned to the file after its data is written. Handle the data delivered via the given file descriptor during a full restore - operation. + operation. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.backup.BackupAgent.onRestoreFile(android.os.ParcelFileDescriptor, long, java.io.File, int, long, long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App.Blob/BlobStoreManager+Session.xml b/docs/Mono.Android/en/Android.App.Blob/BlobStoreManager+Session.xml index 75696cfe42..e64a60fd9a 100644 --- a/docs/Mono.Android/en/Android.App.Blob/BlobStoreManager+Session.xml +++ b/docs/Mono.Android/en/Android.App.Blob/BlobStoreManager+Session.xml @@ -31,8 +31,20 @@ - To be added. - To be added. + Represents an ongoing session of a blob's contribution to the blob store managed by the + system. + + + + Java documentation for android.app.blob.BlobStoreManager.Session. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -77,8 +89,19 @@ - To be added. - To be added. + Abandon this session and delete any data that was written to this session so far. + + + + Java documentation for android.app.blob.BlobStoreManager.Session.abandon(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -105,10 +128,23 @@ - To be added. - To be added. - To be added. - To be added. + the name of the package which should be allowed to access the blob. + the input bytes representing a certificate of type + android.content.pm.PackageManager#CERT_INPUT_SHA256. + Allow packageName with a particular signing certificate to access this blob + data once it is committed using a BlobHandle representing the blob. + + + + Java documentation for android.app.blob.BlobStoreManager.Session.allowPackageAccess(java.lang.String, byte[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -132,8 +168,20 @@ - To be added. - To be added. + Allow any app on the device to access this blob data once it is committed using + a BlobHandle representing the blob. + + + + Java documentation for android.app.blob.BlobStoreManager.Session.allowPublicAccess(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -157,8 +205,20 @@ - To be added. - To be added. + Allow packages which are signed with the same certificate as the caller to access this + blob data once it is committed using a BlobHandle representing the blob. + + + + Java documentation for android.app.blob.BlobStoreManager.Session.allowSameSignatureAccess(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -185,8 +245,19 @@ - To be added. - To be added. + Close this session. + + + + Java documentation for android.app.blob.BlobStoreManager.Session.close(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -243,11 +314,24 @@ - To be added. - To be added. - To be added. + the name of the package to check the access for. + the input bytes representing a certificate of type + android.content.pm.PackageManager#CERT_INPUT_SHA256. + Returns true if access has been allowed for a packageName using either + #allowPackageAccess(String, byte[]). To be added. - To be added. + + + + Java documentation for android.app.blob.BlobStoreManager.Session.isPackageAccessAllowed(java.lang.String, byte[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -270,9 +354,21 @@ System.Boolean - To be added. + Returns true if public access has been allowed by using + #allowPublicAccess(). To be added. - To be added. + + + + Java documentation for android.app.blob.BlobStoreManager.Session.isPublicAccessAllowed(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -295,9 +391,21 @@ System.Boolean - To be added. + Returns true if access has been allowed for packages signed with the same + certificate as the caller by using #allowSameSignatureAccess(). To be added. - To be added. + + + + Java documentation for android.app.blob.BlobStoreManager.Session.isSameSignatureAccessAllowed(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -353,9 +461,20 @@ - To be added. - To be added. - To be added. + Opens a file descriptor to read the blob content already written into this session. + a ParcelFileDescriptor for reading from the blob file. + + + + Java documentation for android.app.blob.BlobStoreManager.Session.openRead(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -382,11 +501,26 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + offset into the file to begin writing at, or 0 to + start at the beginning of the file. + total size of the file being written, used to + preallocate the underlying disk space, or -1 if unknown. + The system may clear various caches as needed to allocate + this space. + Opens a file descriptor to write a blob into the session. + a ParcelFileDescriptor for writing to the blob file. + + + + Java documentation for android.app.blob.BlobStoreManager.Session.openWrite(long, long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -409,9 +543,20 @@ System.Int64 - To be added. - To be added. - To be added. + Gets the size of the blob file that was written to the session so far. + the size of the blob file so far. + + + + Java documentation for android.app.blob.BlobStoreManager.Session.getSize(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.App.Job/JobInfo+Builder.xml b/docs/Mono.Android/en/Android.App.Job/JobInfo+Builder.xml index dfee2c9685..bd5b8bda62 100644 --- a/docs/Mono.Android/en/Android.App.Job/JobInfo+Builder.xml +++ b/docs/Mono.Android/en/Android.App.Job/JobInfo+Builder.xml @@ -18,14 +18,18 @@ - To be added. + Builder class for constructing JobInfo objects. - Android platform documentation + Java documentation for android.app.job.JobInfo.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -50,11 +54,25 @@ - To be added. - To be added. - To be added. + Application-provided id for this job. Subsequent calls to cancel, or + jobs created with the same jobId, will update the pre-existing job with + the same id. This ID must be unique across all clients of the same uid + (not just the same package). You will want to make sure this is a stable + id across app updates, so probably not based on a resource ID. + The endpoint that you implement that will receive the callback from the + JobScheduler. + Initialize a new Builder to construct a JobInfo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.job.JobInfo.Builder.JobInfo$Builder(int, android.content.ComponentName). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -111,9 +129,18 @@ To be added. - To be added. + The job object to hand to the JobScheduler. This object is immutable. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.job.JobInfo.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App.Job/JobInfo+TriggerContentUri.xml b/docs/Mono.Android/en/Android.App.Job/JobInfo+TriggerContentUri.xml index dd48a79926..ec11a85b65 100644 --- a/docs/Mono.Android/en/Android.App.Job/JobInfo+TriggerContentUri.xml +++ b/docs/Mono.Android/en/Android.App.Job/JobInfo+TriggerContentUri.xml @@ -31,14 +31,19 @@ - To be added. + Information about a content URI modification that a job would like to + trigger on. - Android platform documentation + Java documentation for android.app.job.JobInfo.TriggerContentUri. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -70,11 +75,20 @@ - To be added. - To be added. - To be added. + The URI to observe. Must be non-null. + Flags for the observer. + Create a new trigger description. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.job.JobInfo.TriggerContentUri.JobInfo$TriggerContentUri(android.net.Uri, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -164,9 +178,18 @@ 1 - To be added. + Flag for trigger: also trigger if any descendants of the given URI change. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.job.JobInfo.TriggerContentUri.FLAG_NOTIFY_FOR_DESCENDANTS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -190,10 +213,19 @@ Android.App.Job.TriggerContentUriFlags - To be added. + Return the flags supplied for the trigger. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.job.JobInfo.TriggerContentUri.getFlags(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -313,10 +345,19 @@ Android.Net.Uri - To be added. + Return the Uri this trigger was created for. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.job.JobInfo.TriggerContentUri.getUri(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App.Job/JobService.xml b/docs/Mono.Android/en/Android.App.Job/JobService.xml index fede77b2d1..da1dd84eeb 100644 --- a/docs/Mono.Android/en/Android.App.Job/JobService.xml +++ b/docs/Mono.Android/en/Android.App.Job/JobService.xml @@ -183,7 +183,16 @@ To be added. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.job.JobService.onBind(android.content.Intent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App.People/ConversationStatus+Builder.xml b/docs/Mono.Android/en/Android.App.People/ConversationStatus+Builder.xml index 61c98b4e1d..46f71a6af4 100644 --- a/docs/Mono.Android/en/Android.App.People/ConversationStatus+Builder.xml +++ b/docs/Mono.Android/en/Android.App.People/ConversationStatus+Builder.xml @@ -43,10 +43,21 @@ - To be added. - To be added. - To be added. - To be added. + The unique id for this status + The type of status + Creates a new builder. + + + + Java documentation for android.app.people.ConversationStatus.Builder.ConversationStatus$Builder(java.lang.String, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.App.Slices/Slice+Builder.xml b/docs/Mono.Android/en/Android.App.Slices/Slice+Builder.xml index 6f8b30a914..82cdfcec03 100644 --- a/docs/Mono.Android/en/Android.App.Slices/Slice+Builder.xml +++ b/docs/Mono.Android/en/Android.App.Slices/Slice+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + A Builder used to construct Slices + + + + Java documentation for android.app.slice.Slice.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -68,10 +79,21 @@ - To be added. - To be added. - To be added. - To be added. + Uri to tag for this slice. + the spec for this slice. + Create a builder which will construct a Slice for the given Uri. + + + + Java documentation for android.app.slice.Slice.Builder.Slice$Builder(android.net.Uri, android.app.slice.SliceSpec). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -434,9 +456,20 @@ - To be added. + Construct the slice. To be added. - To be added. + + + + Java documentation for android.app.slice.Slice.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.App.Usage/NetworkStats+Bucket.xml b/docs/Mono.Android/en/Android.App.Usage/NetworkStats+Bucket.xml index 0a97931b53..649d9616a6 100644 --- a/docs/Mono.Android/en/Android.App.Usage/NetworkStats+Bucket.xml +++ b/docs/Mono.Android/en/Android.App.Usage/NetworkStats+Bucket.xml @@ -18,14 +18,18 @@ - To be added. + Buckets are the smallest elements of a query result. - Android platform documentation + Java documentation for android.app.usage.NetworkStats.Bucket. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -100,8 +104,19 @@ -1 - To be added. - To be added. + Combined usage for this network regardless of default network status. + + + + Java documentation for android.app.usage.NetworkStats.Bucket.DEFAULT_NETWORK_ALL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -129,8 +144,19 @@ 1 - To be added. - To be added. + Usage that occurs while this network is not a default network. + + + + Java documentation for android.app.usage.NetworkStats.Bucket.DEFAULT_NETWORK_NO. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -153,9 +179,20 @@ Android.App.Usage.NetworkStatsDefault - To be added. + Default network status. To be added. - To be added. + + + + Java documentation for android.app.usage.NetworkStats.Bucket.getDefaultNetworkStatus(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -183,8 +220,19 @@ 2 - To be added. - To be added. + Usage that occurs while this network is a default network. + + + + Java documentation for android.app.usage.NetworkStats.Bucket.DEFAULT_NETWORK_YES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -207,10 +255,19 @@ System.Int64 - To be added. - To be added. + End timestamp of the bucket's time interval. + End of interval. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.usage.NetworkStats.Bucket.getEndTimeStamp(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -265,10 +322,19 @@ Android.App.Usage.MeteredStates - To be added. + Metered state. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.usage.NetworkStats.Bucket.getMetered(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -292,10 +358,19 @@ Android.App.Usage.NetworkUsageRoaming - To be added. + Roaming state. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.usage.NetworkStats.Bucket.getRoaming(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -324,9 +399,18 @@ -1 - To be added. + Combined usage across all roaming states. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.usage.NetworkStats.Bucket.ROAMING_ALL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -355,9 +439,18 @@ 1 - To be added. + Usage that occurs on a home, non-roaming network. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.usage.NetworkStats.Bucket.ROAMING_NO. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -386,9 +479,18 @@ 2 - To be added. + Usage that occurs on a roaming network. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.usage.NetworkStats.Bucket.ROAMING_YES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -412,10 +514,19 @@ System.Int64 - To be added. - To be added. + Number of bytes received during the bucket's time interval. + Number of bytes. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.usage.NetworkStats.Bucket.getRxBytes(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -439,10 +550,19 @@ System.Int64 - To be added. - To be added. + Number of packets received during the bucket's time interval. + Number of packets. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.usage.NetworkStats.Bucket.getRxPackets(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -466,10 +586,19 @@ System.Int64 - To be added. - To be added. + Start timestamp of the bucket's time interval. + Start of interval. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.usage.NetworkStats.Bucket.getStartTimeStamp(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -493,10 +622,19 @@ Android.App.Usage.NetworkUsageState - To be added. - To be added. + Usage state. + Usage state. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.usage.NetworkStats.Bucket.getState(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -520,10 +658,19 @@ System.Int32 - To be added. - To be added. + Tag of the bucket. + Bucket tag. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.usage.NetworkStats.Bucket.getTag(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -548,9 +695,18 @@ 0 - To be added. + Special TAG value for total data across all tags - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.usage.NetworkStats.Bucket.TAG_NONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -636,10 +792,19 @@ System.Int64 - To be added. - To be added. + Number of bytes transmitted during the bucket's time interval. + Number of bytes. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.usage.NetworkStats.Bucket.getTxBytes(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -663,10 +828,19 @@ System.Int64 - To be added. - To be added. + Number of packets transmitted during the bucket's time interval. + Number of packets. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.usage.NetworkStats.Bucket.getTxPackets(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -690,10 +864,19 @@ System.Int32 - To be added. - To be added. + Key of the bucket. + Bucket key. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.usage.NetworkStats.Bucket.getUid(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -718,9 +901,18 @@ -1 - To be added. + Special UID value for aggregate/unspecified. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.usage.NetworkStats.Bucket.UID_ALL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -745,9 +937,18 @@ -4 - To be added. + Special UID value for removed apps. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.usage.NetworkStats.Bucket.UID_REMOVED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -772,9 +973,18 @@ -5 - To be added. + Special UID value for data usage by tethering. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.usage.NetworkStats.Bucket.UID_TETHERING. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App.Usage/NetworkStatsManager+UsageCallback.xml b/docs/Mono.Android/en/Android.App.Usage/NetworkStatsManager+UsageCallback.xml index 9d3cdf5da5..81a3920d22 100644 --- a/docs/Mono.Android/en/Android.App.Usage/NetworkStatsManager+UsageCallback.xml +++ b/docs/Mono.Android/en/Android.App.Usage/NetworkStatsManager+UsageCallback.xml @@ -18,14 +18,18 @@ - To be added. + Base class for usage callbacks. - Android platform documentation + Java documentation for android.app.usage.NetworkStatsManager.UsageCallback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -139,9 +143,18 @@ To be added. To be added. - To be added. + Called when data usage has reached the given threshold. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.usage.NetworkStatsManager.UsageCallback.onThresholdReached(int, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App.Usage/UsageEvents+Event.xml b/docs/Mono.Android/en/Android.App.Usage/UsageEvents+Event.xml index df5f7f9b42..39cbc71b12 100644 --- a/docs/Mono.Android/en/Android.App.Usage/UsageEvents+Event.xml +++ b/docs/Mono.Android/en/Android.App.Usage/UsageEvents+Event.xml @@ -18,14 +18,18 @@ - To be added. + An event representing a state change for a component. - Android platform documentation + Java documentation for android.app.usage.UsageEvents.Event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -72,9 +76,21 @@ System.Int32 - To be added. - To be added. - To be added. + Returns the standby bucket of the app, if the event is of type + #STANDBY_BUCKET_CHANGED, otherwise returns 0. + the standby bucket associated with the event. + + + + Java documentation for android.app.usage.UsageEvents.Event.getAppStandbyBucket(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -97,10 +113,19 @@ System.String - To be added. + The class name of the source of this event. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.usage.UsageEvents.Event.getClassName(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -124,10 +149,20 @@ Android.Content.Res.Configuration - To be added. + Returns a Configuration for this event if the event is of type + #CONFIGURATION_CHANGE, otherwise it returns null. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.usage.UsageEvents.Event.getConfiguration(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -151,10 +186,19 @@ Android.App.Usage.UsageEventType - To be added. + The event type. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.usage.UsageEvents.Event.getEventType(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -209,10 +253,19 @@ System.String - To be added. + The package name of the source of this event. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.usage.UsageEvents.Event.getPackageName(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -236,10 +289,20 @@ System.String - To be added. + Returns the ID of a android.content.pm.ShortcutInfo for this event + if the event is of type #SHORTCUT_INVOCATION, otherwise it returns null. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.usage.UsageEvents.Event.getShortcutId(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -325,10 +388,19 @@ System.Int64 - To be added. + The time at which this event occurred, measured in milliseconds since the epoch. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.usage.UsageEvents.Event.getTimeStamp(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/ActionBar+IOnMenuVisibilityListener.xml b/docs/Mono.Android/en/Android.App/ActionBar+IOnMenuVisibilityListener.xml index 2f3e0992fc..bf4bff7740 100644 --- a/docs/Mono.Android/en/Android.App/ActionBar+IOnMenuVisibilityListener.xml +++ b/docs/Mono.Android/en/Android.App/ActionBar+IOnMenuVisibilityListener.xml @@ -29,10 +29,14 @@ - Android platform documentation + Java documentation for android.app.ActionBar.OnMenuVisibilityListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -61,11 +65,19 @@ True if an action bar menu is now visible, false if no action bar - menus are visible. - + menus are visible. Called when an action bar menu is shown or hidden. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActionBar.OnMenuVisibilityListener.onMenuVisibilityChanged(boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/ActionBar+IOnNavigationListener.xml b/docs/Mono.Android/en/Android.App/ActionBar+IOnNavigationListener.xml index ca0cc114b1..133c20359e 100644 --- a/docs/Mono.Android/en/Android.App/ActionBar+IOnNavigationListener.xml +++ b/docs/Mono.Android/en/Android.App/ActionBar+IOnNavigationListener.xml @@ -31,7 +31,16 @@ Listener interface for ActionBar navigation events. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActionBar.OnNavigationListener. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -67,10 +76,19 @@ Position of the item clicked. ID of the item clicked. This method is called whenever a navigation item in your action bar - is selected. - To be added. + is selected. + True if the event was handled, false otherwise. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActionBar.OnNavigationListener.onNavigationItemSelected(int, long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/ActionBar+ITabListener.xml b/docs/Mono.Android/en/Android.App/ActionBar+ITabListener.xml index 4016dc66b6..00308f0982 100644 --- a/docs/Mono.Android/en/Android.App/ActionBar+ITabListener.xml +++ b/docs/Mono.Android/en/Android.App/ActionBar+ITabListener.xml @@ -31,7 +31,16 @@ Callback interface invoked when a tab is focused, unfocused, added, or removed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActionBar.TabListener. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/ActionBar+LayoutParams.xml b/docs/Mono.Android/en/Android.App/ActionBar+LayoutParams.xml index baf2ac2dce..a7b1ff1346 100644 --- a/docs/Mono.Android/en/Android.App/ActionBar+LayoutParams.xml +++ b/docs/Mono.Android/en/Android.App/ActionBar+LayoutParams.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.app.ActionBar.LayoutParams. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -272,7 +276,16 @@ Gravity for the view associated with these LayoutParams. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActionBar.LayoutParams.gravity. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/ActionBar+Tab.xml b/docs/Mono.Android/en/Android.App/ActionBar+Tab.xml index 304b751ebb..1cc1c257e1 100644 --- a/docs/Mono.Android/en/Android.App/ActionBar+Tab.xml +++ b/docs/Mono.Android/en/Android.App/ActionBar+Tab.xml @@ -24,7 +24,16 @@ A tab in the action bar. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActionBar.Tab. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -215,7 +224,16 @@ An invalid position for a tab. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActionBar.Tab.INVALID_POSITION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -295,6 +313,10 @@ [Android.Runtime.Register("select", "()V", "GetSelectHandler")] [<Android.Runtime.Register("select", "()V", "GetSelectHandler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void @@ -303,7 +325,16 @@ Select this tab. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActionBar.Tab.select(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -323,6 +354,10 @@ [Android.Runtime.Register("setContentDescription", "(Ljava/lang/CharSequence;)Landroid/app/ActionBar$Tab;", "GetSetContentDescription_Ljava_lang_CharSequence_Handler")] [<Android.Runtime.Register("setContentDescription", "(Ljava/lang/CharSequence;)Landroid/app/ActionBar$Tab;", "GetSetContentDescription_Ljava_lang_CharSequence_Handler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + Android.App.ActionBar+Tab @@ -357,6 +392,10 @@ [Android.Runtime.Register("setContentDescription", "(I)Landroid/app/ActionBar$Tab;", "GetSetContentDescription_IHandler")] [<Android.Runtime.Register("setContentDescription", "(I)Landroid/app/ActionBar$Tab;", "GetSetContentDescription_IHandler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + Android.App.ActionBar+Tab @@ -422,6 +461,10 @@ [Android.Runtime.Register("setCustomView", "(Landroid/view/View;)Landroid/app/ActionBar$Tab;", "GetSetCustomView_Landroid_view_View_Handler")] [<Android.Runtime.Register("setCustomView", "(Landroid/view/View;)Landroid/app/ActionBar$Tab;", "GetSetCustomView_Landroid_view_View_Handler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + Android.App.ActionBar+Tab @@ -454,6 +497,10 @@ [Android.Runtime.Register("setCustomView", "(I)Landroid/app/ActionBar$Tab;", "GetSetCustomView_IHandler")] [<Android.Runtime.Register("setCustomView", "(I)Landroid/app/ActionBar$Tab;", "GetSetCustomView_IHandler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + Android.App.ActionBar+Tab @@ -486,6 +533,10 @@ [Android.Runtime.Register("setIcon", "(Landroid/graphics/drawable/Drawable;)Landroid/app/ActionBar$Tab;", "GetSetIcon_Landroid_graphics_drawable_Drawable_Handler")] [<Android.Runtime.Register("setIcon", "(Landroid/graphics/drawable/Drawable;)Landroid/app/ActionBar$Tab;", "GetSetIcon_Landroid_graphics_drawable_Drawable_Handler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + Android.App.ActionBar+Tab @@ -518,6 +569,10 @@ [Android.Runtime.Register("setIcon", "(I)Landroid/app/ActionBar$Tab;", "GetSetIcon_IHandler")] [<Android.Runtime.Register("setIcon", "(I)Landroid/app/ActionBar$Tab;", "GetSetIcon_IHandler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + Android.App.ActionBar+Tab @@ -550,6 +605,10 @@ [Android.Runtime.Register("setTabListener", "(Landroid/app/ActionBar$TabListener;)Landroid/app/ActionBar$Tab;", "GetSetTabListener_Landroid_app_ActionBar_TabListener_Handler")] [<Android.Runtime.Register("setTabListener", "(Landroid/app/ActionBar$TabListener;)Landroid/app/ActionBar$Tab;", "GetSetTabListener_Landroid_app_ActionBar_TabListener_Handler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + Android.App.ActionBar+Tab @@ -582,6 +641,10 @@ [Android.Runtime.Register("setTag", "(Ljava/lang/Object;)Landroid/app/ActionBar$Tab;", "GetSetTag_Ljava_lang_Object_Handler")] [<Android.Runtime.Register("setTag", "(Ljava/lang/Object;)Landroid/app/ActionBar$Tab;", "GetSetTag_Ljava_lang_Object_Handler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + Android.App.ActionBar+Tab @@ -614,6 +677,10 @@ [Android.Runtime.Register("setText", "(Ljava/lang/CharSequence;)Landroid/app/ActionBar$Tab;", "GetSetText_Ljava_lang_CharSequence_Handler")] [<Android.Runtime.Register("setText", "(Ljava/lang/CharSequence;)Landroid/app/ActionBar$Tab;", "GetSetText_Ljava_lang_CharSequence_Handler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + Android.App.ActionBar+Tab @@ -646,6 +713,10 @@ [Android.Runtime.Register("setText", "(I)Landroid/app/ActionBar$Tab;", "GetSetText_IHandler")] [<Android.Runtime.Register("setText", "(I)Landroid/app/ActionBar$Tab;", "GetSetText_IHandler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + Android.App.ActionBar+Tab diff --git a/docs/Mono.Android/en/Android.App/ActionBar.xml b/docs/Mono.Android/en/Android.App/ActionBar.xml index 706bdd9fdc..12b7c6581a 100644 --- a/docs/Mono.Android/en/Android.App/ActionBar.xml +++ b/docs/Mono.Android/en/Android.App/ActionBar.xml @@ -138,6 +138,10 @@ [Android.Runtime.Register("addTab", "(Landroid/app/ActionBar$Tab;)V", "GetAddTab_Landroid_app_ActionBar_Tab_Handler")] [<Android.Runtime.Register("addTab", "(Landroid/app/ActionBar$Tab;)V", "GetAddTab_Landroid_app_ActionBar_Tab_Handler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void @@ -178,6 +182,10 @@ [Android.Runtime.Register("addTab", "(Landroid/app/ActionBar$Tab;Z)V", "GetAddTab_Landroid_app_ActionBar_Tab_ZHandler")] [<Android.Runtime.Register("addTab", "(Landroid/app/ActionBar$Tab;Z)V", "GetAddTab_Landroid_app_ActionBar_Tab_ZHandler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void @@ -220,6 +228,10 @@ [Android.Runtime.Register("addTab", "(Landroid/app/ActionBar$Tab;I)V", "GetAddTab_Landroid_app_ActionBar_Tab_IHandler")] [<Android.Runtime.Register("addTab", "(Landroid/app/ActionBar$Tab;I)V", "GetAddTab_Landroid_app_ActionBar_Tab_IHandler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void @@ -262,6 +274,10 @@ [Android.Runtime.Register("addTab", "(Landroid/app/ActionBar$Tab;IZ)V", "GetAddTab_Landroid_app_ActionBar_Tab_IZHandler")] [<Android.Runtime.Register("addTab", "(Landroid/app/ActionBar$Tab;IZ)V", "GetAddTab_Landroid_app_ActionBar_Tab_IZHandler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void @@ -420,6 +436,10 @@ [Android.Runtime.Register("getTabAt", "(I)Landroid/app/ActionBar$Tab;", "GetGetTabAt_IHandler")] [<Android.Runtime.Register("getTabAt", "(I)Landroid/app/ActionBar$Tab;", "GetGetTabAt_IHandler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + Android.App.ActionBar+Tab @@ -755,6 +775,10 @@ [Android.Runtime.Register("newTab", "()Landroid/app/ActionBar$Tab;", "GetNewTabHandler")] [<Android.Runtime.Register("newTab", "()Landroid/app/ActionBar$Tab;", "GetNewTabHandler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + Android.App.ActionBar+Tab @@ -785,6 +809,10 @@ [Android.Runtime.Register("removeAllTabs", "()V", "GetRemoveAllTabsHandler")] [<Android.Runtime.Register("removeAllTabs", "()V", "GetRemoveAllTabsHandler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void @@ -862,6 +890,10 @@ [Android.Runtime.Register("removeTab", "(Landroid/app/ActionBar$Tab;)V", "GetRemoveTab_Landroid_app_ActionBar_Tab_Handler")] [<Android.Runtime.Register("removeTab", "(Landroid/app/ActionBar$Tab;)V", "GetRemoveTab_Landroid_app_ActionBar_Tab_Handler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void @@ -902,6 +934,10 @@ [Android.Runtime.Register("removeTabAt", "(I)V", "GetRemoveTabAt_IHandler")] [<Android.Runtime.Register("removeTabAt", "(I)V", "GetRemoveTabAt_IHandler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void @@ -999,6 +1035,10 @@ [Android.Runtime.Register("selectTab", "(Landroid/app/ActionBar$Tab;)V", "GetSelectTab_Landroid_app_ActionBar_Tab_Handler")] [<Android.Runtime.Register("selectTab", "(Landroid/app/ActionBar$Tab;)V", "GetSelectTab_Landroid_app_ActionBar_Tab_Handler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void @@ -1766,6 +1806,10 @@ [Android.Runtime.Register("setListNavigationCallbacks", "(Landroid/widget/SpinnerAdapter;Landroid/app/ActionBar$OnNavigationListener;)V", "GetSetListNavigationCallbacks_Landroid_widget_SpinnerAdapter_Landroid_app_ActionBar_OnNavigationListener_Handler")] [<Android.Runtime.Register("setListNavigationCallbacks", "(Landroid/widget/SpinnerAdapter;Landroid/app/ActionBar$OnNavigationListener;)V", "GetSetListNavigationCallbacks_Landroid_widget_SpinnerAdapter_Landroid_app_ActionBar_OnNavigationListener_Handler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void @@ -1895,6 +1939,10 @@ [Android.Runtime.Register("setSelectedNavigationItem", "(I)V", "GetSetSelectedNavigationItem_IHandler")] [<Android.Runtime.Register("setSelectedNavigationItem", "(I)V", "GetSetSelectedNavigationItem_IHandler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void diff --git a/docs/Mono.Android/en/Android.App/Activity.xml b/docs/Mono.Android/en/Android.App/Activity.xml index 0c68996a52..ca2d21b93b 100644 --- a/docs/Mono.Android/en/Android.App/Activity.xml +++ b/docs/Mono.Android/en/Android.App/Activity.xml @@ -4628,7 +4628,7 @@ The panel that the menu is in. The menu that is opened. - [TODO: @inheritDoc] + To be added The default implementation returns true. @@ -8484,7 +8484,16 @@ To be added. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Activity.setPersistent(boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/ActivityManager+AppTask.xml b/docs/Mono.Android/en/Android.App/ActivityManager+AppTask.xml index edad234a87..37920858f7 100644 --- a/docs/Mono.Android/en/Android.App/ActivityManager+AppTask.xml +++ b/docs/Mono.Android/en/Android.App/ActivityManager+AppTask.xml @@ -18,14 +18,18 @@ - To be added. + The AppTask allows you to manage your own application's tasks. - Android platform documentation + Java documentation for android.app.ActivityManager.AppTask. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -73,9 +77,18 @@ - To be added. + Finishes all activities in this task and removes it from the recent tasks list. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.AppTask.finishAndRemoveTask(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -131,9 +144,18 @@ - To be added. + Bring this task to the foreground. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.AppTask.moveToFront(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -160,10 +182,21 @@ - To be added. - To be added. + If true, Intent#FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS will + be set; otherwise, it will be cleared. + Modify the Intent#FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS flag in the root + Intent of this AppTask. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.AppTask.setExcludeFromRecents(boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -193,11 +226,20 @@ To be added. - To be added. - To be added. - To be added. + The Intent describing the new activity to be launched on the task. + Optional launch options. + Start an activity in this task. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.AppTask.startActivity(android.content.Context, android.content.Intent, android.os.Bundle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/ActivityManager+MemoryInfo.xml b/docs/Mono.Android/en/Android.App/ActivityManager+MemoryInfo.xml index 0e6e53763d..da7cf4f3ac 100644 --- a/docs/Mono.Android/en/Android.App/ActivityManager+MemoryInfo.xml +++ b/docs/Mono.Android/en/Android.App/ActivityManager+MemoryInfo.xml @@ -32,14 +32,18 @@ Information you can retrieve about the available memory through - . + ActivityManager#getMemoryInfo. - Android platform documentation + Java documentation for android.app.ActivityManager.MemoryInfo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -115,7 +119,16 @@ The available memory on the system. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.MemoryInfo.availMem. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -237,10 +250,19 @@ Set to true if the system considers itself to currently be in a low - memory situation. + memory situation. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.MemoryInfo.lowMemory. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -297,12 +319,21 @@ System.Int64 - The threshold of at which we consider memory to be - low and start killing background services and other non-extraneous - processes. + The threshold of #availMem at which we consider memory to be + low and start killing background services and other non-extraneous + processes. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.MemoryInfo.threshold. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -392,7 +423,16 @@ The total memory accessible by the kernel. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.MemoryInfo.totalMem. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/ActivityManager+ProcessErrorStateInfo.xml b/docs/Mono.Android/en/Android.App/ActivityManager+ProcessErrorStateInfo.xml index b315701f86..c3b6bd897c 100644 --- a/docs/Mono.Android/en/Android.App/ActivityManager+ProcessErrorStateInfo.xml +++ b/docs/Mono.Android/en/Android.App/ActivityManager+ProcessErrorStateInfo.xml @@ -35,10 +35,14 @@ - Android platform documentation + Java documentation for android.app.ActivityManager.ProcessErrorStateInfo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -114,7 +118,16 @@ The condition that the process is in. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.ProcessErrorStateInfo.condition. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -142,7 +155,16 @@ to be deprecated: This value will always be null. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.ProcessErrorStateInfo.crashData. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -302,7 +324,16 @@ A long message describing the error condition. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.ProcessErrorStateInfo.longMsg. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -335,10 +366,18 @@ 0 - Condition codes - + Condition codes - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.ProcessErrorStateInfo.NO_ERROR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -399,11 +438,19 @@ System.Int32 - The pid of this process; 0 if none - + The pid of this process; 0 if none To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.ProcessErrorStateInfo.pid. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -431,7 +478,16 @@ The process name in which the crash or error occurred. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.ProcessErrorStateInfo.processName. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -491,7 +547,16 @@ A short message describing the error condition. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.ProcessErrorStateInfo.shortMsg. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -519,7 +584,16 @@ The stack trace where the error originated. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.ProcessErrorStateInfo.stackTrace. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -547,7 +621,16 @@ The activity name associated with the error, if known. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.ProcessErrorStateInfo.tag. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -635,11 +718,20 @@ The kernel user-ID that has been assigned to this process; - currently this is not a unique ID (multiple applications can have - the same uid). + currently this is not a unique ID (multiple applications can have + the same uid). To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.ProcessErrorStateInfo.uid. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/ActivityManager+RecentTaskInfo.xml b/docs/Mono.Android/en/Android.App/ActivityManager+RecentTaskInfo.xml index dc9dd07ec6..78c7df77b7 100644 --- a/docs/Mono.Android/en/Android.App/ActivityManager+RecentTaskInfo.xml +++ b/docs/Mono.Android/en/Android.App/ActivityManager+RecentTaskInfo.xml @@ -32,14 +32,18 @@ Information you can retrieve about tasks that the user has most recently - started or visited. + started or visited. - Android platform documentation + Java documentation for android.app.ActivityManager.RecentTaskInfo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -116,10 +120,19 @@ System.Int32 - To be added. + Task affiliation for grouping with other tasks. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.RecentTaskInfo.affiliatedTaskId. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -267,7 +280,16 @@ Description of the task's last state. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.RecentTaskInfo.description. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -299,7 +321,16 @@ If this task is currently running, this is the identifier for it. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.RecentTaskInfo.id. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -420,7 +451,16 @@ The true identifier of this task, valid even if it is not running. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.RecentTaskInfo.persistentId. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/ActivityManager+RunningAppProcessInfo.xml b/docs/Mono.Android/en/Android.App/ActivityManager+RunningAppProcessInfo.xml index 851810e56b..584e4899f4 100644 --- a/docs/Mono.Android/en/Android.App/ActivityManager+RunningAppProcessInfo.xml +++ b/docs/Mono.Android/en/Android.App/ActivityManager+RunningAppProcessInfo.xml @@ -35,10 +35,14 @@ - Android platform documentation + Java documentation for android.app.ActivityManager.RunningAppProcessInfo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -206,11 +210,19 @@ Android.App.Importance - The relative importance level that the system places on this - process. + The relative importance level that the system places on this process. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.RunningAppProcessInfo.importance. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -246,7 +258,16 @@ Constant for P:Android.App.ActivityManager+RunningAppProcessInfo.Importance: this process process contains background code that is expendable. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.RunningAppProcessInfo.IMPORTANCE_BACKGROUND. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -279,9 +300,20 @@ 400 - To be added. + Constant for #importance: This process process contains + cached code that is expendable, not actively running any app components + we care about. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.RunningAppProcessInfo.IMPORTANCE_CACHED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -313,8 +345,21 @@ 350 - To be added. - To be added. + Constant for #importance: This process is running an + application that can not save its state, and thus can't be killed + while in the background. + + + + Java documentation for android.app.ActivityManager.RunningAppProcessInfo.IMPORTANCE_CANT_SAVE_STATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -345,10 +390,19 @@ 500 - Constant for P:Android.App.ActivityManager+RunningAppProcessInfo.Importance: this process is empty of any - actively running code. + Constant for #importance: This process is empty of any + actively running code. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.RunningAppProcessInfo.IMPORTANCE_EMPTY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -381,10 +435,20 @@ 100 - Constant for P:Android.App.ActivityManager+RunningAppProcessInfo.Importance: this process is running the - foreground UI. + Constant for #importance: This process is running the + foreground UI; that is, it is the thing currently at the top of the screen + that the user is interacting with. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.RunningAppProcessInfo.IMPORTANCE_FOREGROUND. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -417,9 +481,20 @@ 125 - To be added. + Constant for #importance: This process is running a foreground + service, for example to perform music playback even while the user is + not immediately in the app. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.RunningAppProcessInfo.IMPORTANCE_FOREGROUND_SERVICE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -451,9 +526,18 @@ 1000 - To be added. + Constant for #importance: This process does not exist. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.RunningAppProcessInfo.IMPORTANCE_GONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -485,10 +569,19 @@ 130 - Constant for P:Android.App.ActivityManager+RunningAppProcessInfo.Importance: this process is running something - that is considered to be actively perceptible to the user. + Constant for #importance: This process is not something the user + is directly aware of, but is otherwise perceptible to them to some degree. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.RunningAppProcessInfo.IMPORTANCE_PERCEPTIBLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -521,9 +614,19 @@ 130 - To be added. + Constant for #importance: #IMPORTANCE_PERCEPTIBLE had this wrong value + before Build.VERSION_CODES#O. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.RunningAppProcessInfo.IMPORTANCE_PERCEPTIBLE_PRE_26. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -547,10 +650,19 @@ Android.App.ImportanceReason - The reason for P:Android.App.ActivityManager+RunningAppProcessInfo.Importance, if any. + The reason for #importance, if any. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.RunningAppProcessInfo.importanceReasonCode. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -575,11 +687,20 @@ Android.Content.ComponentName - For the specified values of P:Android.App.ActivityManager+RunningAppProcessInfo.Importance, this - is the name of the component that is being used in this process. + For the specified values of #importanceReasonCode, this + is the name of the component that is being used in this process. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.RunningAppProcessInfo.importanceReasonComponent. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -604,12 +725,21 @@ System.Int32 - For the specified values of P:Android.App.ActivityManager+RunningAppProcessInfo.Importance, this - is the process ID of the other process that is a client of this - process. + For the specified values of #importanceReasonCode, this + is the process ID of the other process that is a client of this + process. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.RunningAppProcessInfo.importanceReasonPid. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -642,10 +772,19 @@ 300 - Constant for P:Android.App.ActivityManager+RunningAppProcessInfo.Importance: this process is contains services - that should remain running. + Constant for #importance: This process contains services + that should remain running. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.RunningAppProcessInfo.IMPORTANCE_SERVICE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -678,9 +817,19 @@ 150 - To be added. + Constant for #importance: This process is running the foreground + UI, but the device is asleep so it is not visible to the user. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.RunningAppProcessInfo.IMPORTANCE_TOP_SLEEPING. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -713,7 +862,18 @@ 150 To be added. - To be added. + + + + Java documentation for android.app.ActivityManager.RunningAppProcessInfo.IMPORTANCE_TOP_SLEEPING_PRE_28. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -744,11 +904,20 @@ 200 - Constant for P:Android.App.ActivityManager+RunningAppProcessInfo.Importance: this process is running something - that is actively visible to the user, though not in the immediate - foreground. + Constant for #importance: This process is running something + that is actively visible to the user, though not in the immediate + foreground. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.RunningAppProcessInfo.IMPORTANCE_VISIBLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -808,10 +977,20 @@ Last memory trim level reported to the process: corresponds to - the values supplied to M:Android.App.Application.OnTrimMemory. + the values supplied to android.content.ComponentCallbacks2#onTrimMemory(int) + ComponentCallbacks2.onTrimMemory(int). To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.RunningAppProcessInfo.lastTrimLevel. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -836,10 +1015,21 @@ System.Int32 - To be added. + An additional ordering within a particular #importance + category, providing finer-grained information about the relative + utility of processes within a category. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.RunningAppProcessInfo.lru. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -864,11 +1054,19 @@ System.Int32 - The pid of this process; 0 if none - + The pid of this process; 0 if none To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.RunningAppProcessInfo.pid. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -896,7 +1094,16 @@ All packages that have been loaded into the process. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.RunningAppProcessInfo.pkgList. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -921,11 +1128,19 @@ System.String - The name of the process that this object is associated with - + The name of the process that this object is associated with To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.RunningAppProcessInfo.processName. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -990,10 +1205,19 @@ 1 - Constant for P:Android.App.ActivityManager+RunningAppProcessInfo.Importance: one of the application's - content providers is being used by another process. + Constant for #importanceReasonCode: one of the application's + content providers is being used by another process. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.RunningAppProcessInfo.REASON_PROVIDER_IN_USE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1026,10 +1250,19 @@ 2 - Constant for P:Android.App.ActivityManager+RunningAppProcessInfo.Importance: one of the application's - content providers is being used by another process. + Constant for #importanceReasonCode: one of the application's + content providers is being used by another process. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.RunningAppProcessInfo.REASON_SERVICE_IN_USE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1062,10 +1295,19 @@ 0 - Constant for P:Android.App.ActivityManager+RunningAppProcessInfo.Importance: nothing special has - been specified for the reason for this level. + Constant for #importanceReasonCode: nothing special has + been specified for the reason for this level. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.RunningAppProcessInfo.REASON_UNKNOWN. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1155,7 +1397,16 @@ The user id of this process. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.RunningAppProcessInfo.uid. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/ActivityManager+RunningServiceInfo.xml b/docs/Mono.Android/en/Android.App/ActivityManager+RunningServiceInfo.xml index d1b836c4a9..2e89d304c9 100644 --- a/docs/Mono.Android/en/Android.App/ActivityManager+RunningServiceInfo.xml +++ b/docs/Mono.Android/en/Android.App/ActivityManager+RunningServiceInfo.xml @@ -32,14 +32,18 @@ Information you can retrieve about a particular Service that is - currently running in the system. + currently running in the system. - Android platform documentation + Java documentation for android.app.ActivityManager.RunningServiceInfo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -113,10 +117,19 @@ The time when the service was first made active, either by someone - starting or binding to it. + starting or binding to it. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.RunningServiceInfo.activeSince. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -144,7 +157,16 @@ Number of clients connected to the service. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.RunningServiceInfo.clientCount. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -170,11 +192,20 @@ For special services that are bound to by system code, this is - a string resource providing a user-visible label for who the - client is. + a string resource providing a user-visible label for who the + client is. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.RunningServiceInfo.clientLabel. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -200,10 +231,19 @@ For special services that are bound to by system code, this is - the package that holds the binding. + the package that holds the binding. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.RunningServiceInfo.clientPackage. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -229,10 +269,19 @@ Number of times the service's process has crashed while the service - is running. + is running. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.RunningServiceInfo.crashCount. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -327,10 +376,19 @@ 2 - Bit for : set if the service has asked to - run as a foreground process. + Bit for #flags: set if the service has asked to + run as a foreground process. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.RunningServiceInfo.FLAG_FOREGROUND. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -363,10 +421,19 @@ 8 - Bit for {@link #flags): set if the service is running in a - persistent process. + Bit for #flags: set if the service is running in a + persistent process. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.RunningServiceInfo.FLAG_PERSISTENT_PROCESS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -394,7 +461,16 @@ Running flags. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.RunningServiceInfo.flags. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -427,10 +503,19 @@ 1 - Bit for : set if this service has been - explicitly started. + Bit for #flags: set if this service has been + explicitly started. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.RunningServiceInfo.FLAG_STARTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -463,10 +548,19 @@ 4 - Bit for {@link #flags): set if the service is running in a - core system process. + Bit for #flags: set if the service is running in a + core system process. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.RunningServiceInfo.FLAG_SYSTEM_PROCESS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -494,7 +588,16 @@ Set to true if the service has asked to run as a foreground process. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.RunningServiceInfo.foreground. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -554,10 +657,19 @@ The time when there was last activity in the service (either - explicit requests to start it or clients binding to it). + explicit requests to start it or clients binding to it). To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.RunningServiceInfo.lastActivityTime. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -585,7 +697,16 @@ If non-zero, this is the process the service is running in. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.RunningServiceInfo.pid. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -613,7 +734,16 @@ The name of the process this service runs in. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.RunningServiceInfo.process. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -671,10 +801,19 @@ If non-zero, this service is not currently running, but scheduled to - restart at the given time. + restart at the given time. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.RunningServiceInfo.restarting. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -702,7 +841,16 @@ The service component. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.RunningServiceInfo.service. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -730,7 +878,16 @@ Set to true if this service has been explicitly started. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.RunningServiceInfo.started. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -820,7 +977,16 @@ The UID that owns this service. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.RunningServiceInfo.uid. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/ActivityManager+RunningTaskInfo.xml b/docs/Mono.Android/en/Android.App/ActivityManager+RunningTaskInfo.xml index 2e67355dcb..20488acafd 100644 --- a/docs/Mono.Android/en/Android.App/ActivityManager+RunningTaskInfo.xml +++ b/docs/Mono.Android/en/Android.App/ActivityManager+RunningTaskInfo.xml @@ -32,14 +32,18 @@ Information you can retrieve about a particular task that is currently - "running" in the system. + "running" in the system. - Android platform documentation + Java documentation for android.app.ActivityManager.RunningTaskInfo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -209,7 +213,16 @@ Description of the task's current state. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.RunningTaskInfo.description. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -241,7 +254,16 @@ A unique identifier for this task. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.RunningTaskInfo.id. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -332,11 +354,19 @@ System.Int32 - Number of activities that are currently running (not stopped - and persisted) in this task. + Number of activities that are currently running (not stopped and persisted) in this task. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.RunningTaskInfo.numRunning. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -462,7 +492,16 @@ Thumbnail representation of the task's current state. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.RunningTaskInfo.thumbnail. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/ActivityManager+TaskDescription.xml b/docs/Mono.Android/en/Android.App/ActivityManager+TaskDescription.xml index 439d8e96df..103ef56786 100644 --- a/docs/Mono.Android/en/Android.App/ActivityManager+TaskDescription.xml +++ b/docs/Mono.Android/en/Android.App/ActivityManager+TaskDescription.xml @@ -31,14 +31,18 @@ - To be added. + Information you can set and retrieve about the current activity within the recent task list. - Android platform documentation + Java documentation for android.app.ActivityManager.TaskDescription. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -59,9 +63,18 @@ - To be added. + Creates an empty TaskDescription. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.TaskDescription.ActivityManager$TaskDescription(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -112,10 +125,19 @@ - To be added. - To be added. + A label and description of the current state of this activity. + Creates the TaskDescription to the specified values. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.TaskDescription.ActivityManager$TaskDescription(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -167,11 +189,20 @@ - To be added. - To be added. - To be added. + A label and description of the current state of this activity. + An icon that represents the current state of this activity. + Creates the TaskDescription to the specified values. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.TaskDescription.ActivityManager$TaskDescription(java.lang.String, android.graphics.Bitmap). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -196,10 +227,22 @@ - To be added. - To be added. - To be added. - To be added. + A label and description of the current state of this activity. + A drawable resource of an icon that represents the current state of this + activity. + Creates the TaskDescription to the specified values. + + + + Java documentation for android.app.ActivityManager.TaskDescription.ActivityManager$TaskDescription(java.lang.String, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -228,12 +271,22 @@ - To be added. - To be added. - To be added. - To be added. + A label and description of the current state of this task. + An icon that represents the current state of this task. + A color to override the theme's primary color. This color must be + opaque. + Creates the TaskDescription to the specified values. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.TaskDescription.ActivityManager$TaskDescription(java.lang.String, android.graphics.Bitmap, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -259,11 +312,24 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + A label and description of the current state of this task. + A drawable resource of an icon that represents the current state of this + activity. + A color to override the theme's primary color. This color must be + opaque. + Creates the TaskDescription to the specified values. + + + + Java documentation for android.app.ActivityManager.TaskDescription.ActivityManager$TaskDescription(java.lang.String, int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -349,9 +415,18 @@ To be added. - To be added. + The in-memory or loaded icon that represents the current state of this task. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.TaskDescription.getIcon(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -410,9 +485,18 @@ To be added. - To be added. + The label and description of the current state of this task. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.TaskDescription.getLabel(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -437,9 +521,18 @@ To be added. - To be added. + The color override on the theme's primary color. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.TaskDescription.getPrimaryColor(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/ActivityManager.xml b/docs/Mono.Android/en/Android.App/ActivityManager.xml index c6fe50500c..247873f1df 100644 --- a/docs/Mono.Android/en/Android.App/ActivityManager.xml +++ b/docs/Mono.Android/en/Android.App/ActivityManager.xml @@ -211,9 +211,18 @@ Get the list of tasks associated with the calling application. - To be added. + The list of tasks associated with the application making this call. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ActivityManager.getAppTasks(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1435,7 +1444,11 @@ System.String - <a href="[TODO: @docRoot]guide/topics/manifest/meta-data-element. + + + <meta-data> + name for a 'home' Activity that declares a package that is to be + uninstalled in lieu of the declaring one. diff --git a/docs/Mono.Android/en/Android.App/AlarmManager+AlarmClockInfo.xml b/docs/Mono.Android/en/Android.App/AlarmManager+AlarmClockInfo.xml index 111bcd66b5..eb6090d78f 100644 --- a/docs/Mono.Android/en/Android.App/AlarmManager+AlarmClockInfo.xml +++ b/docs/Mono.Android/en/Android.App/AlarmManager+AlarmClockInfo.xml @@ -31,14 +31,18 @@ - To be added. + An immutable description of a scheduled "alarm clock" event. - Android platform documentation + Java documentation for android.app.AlarmManager.AlarmClockInfo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -63,11 +67,22 @@ - To be added. - To be added. - To be added. + time at which the underlying alarm is triggered in wall time + milliseconds since the epoch + an intent that can be used to show or edit details of + the alarm clock. + Creates a new alarm clock description. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.AlarmManager.AlarmClockInfo.AlarmManager$AlarmClockInfo(long, android.app.PendingIntent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -183,10 +198,20 @@ Android.App.PendingIntent - To be added. + Returns an intent that can be used to show or edit details of the alarm clock in + the application that scheduled it. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.AlarmManager.AlarmClockInfo.getShowIntent(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -272,10 +297,19 @@ System.Int64 - To be added. + Returns the time at which the alarm is going to trigger. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.AlarmManager.AlarmClockInfo.getTriggerTime(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/AlarmManager+IOnAlarmListener.xml b/docs/Mono.Android/en/Android.App/AlarmManager+IOnAlarmListener.xml index e073126123..ad33c9ddf7 100644 --- a/docs/Mono.Android/en/Android.App/AlarmManager+IOnAlarmListener.xml +++ b/docs/Mono.Android/en/Android.App/AlarmManager+IOnAlarmListener.xml @@ -25,14 +25,19 @@ - To be added. + Direct-notification alarms: the requester must be running continuously from the + time the alarm is set to the time it is delivered, or delivery will fail. - Android platform documentation + Java documentation for android.app.AlarmManager.OnAlarmListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -57,9 +62,18 @@ - To be added. + Callback method that is invoked by the system when the alarm time is reached. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.AlarmManager.OnAlarmListener.onAlarm(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/AlertDialog+Builder.xml b/docs/Mono.Android/en/Android.App/AlertDialog+Builder.xml index 5fc9cfce09..0b5bc64906 100644 --- a/docs/Mono.Android/en/Android.App/AlertDialog+Builder.xml +++ b/docs/Mono.Android/en/Android.App/AlertDialog+Builder.xml @@ -49,10 +49,20 @@ - To be added. - Constructor using a context for this builder and the it creates. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + the parent context + Creates a builder for an alert dialog that uses the default alert + dialog theme. + + + + Java documentation for android.app.AlertDialog.Builder.AlertDialog$Builder(android.content.Context). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -78,12 +88,23 @@ - To be added. - To be added. - Constructor using a context and theme for this builder and - the it creates. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + the parent context + the resource ID of the theme against which to inflate + this dialog, or 0 to use the parent + context's default alert dialog theme + Creates a builder for an alert dialog that uses an explicit theme + resource. + + + + Java documentation for android.app.AlertDialog.Builder.AlertDialog$Builder(android.content.Context, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -131,10 +152,19 @@ Android.Content.Context - Returns a with the appropriate theme for dialogs created by this Builder. - To be added. + Returns a Context with the appropriate theme for dialogs created by this Builder. + A Context for built Dialogs. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.AlertDialog.Builder.getContext(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -160,10 +190,20 @@ - Creates a with the arguments supplied to this builder. + Creates an AlertDialog with the arguments supplied to this + builder. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.AlertDialog.Builder.create(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2301,11 +2341,20 @@ - Creates a with the arguments supplied to this builder and - 's the dialog. + Creates an AlertDialog with the arguments supplied to this + builder and immediately displays the dialog. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.AlertDialog.Builder.show(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/AppOpsManager+IOnOpActiveChangedListener.xml b/docs/Mono.Android/en/Android.App/AppOpsManager+IOnOpActiveChangedListener.xml index 58c20d0d69..42d3c61669 100644 --- a/docs/Mono.Android/en/Android.App/AppOpsManager+IOnOpActiveChangedListener.xml +++ b/docs/Mono.Android/en/Android.App/AppOpsManager+IOnOpActiveChangedListener.xml @@ -25,8 +25,19 @@ - To be added. - To be added. + Callback for notification of changes to operation active state. + + + + Java documentation for android.app.AppOpsManager.OnOpActiveChangedListener. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -55,12 +66,23 @@ - To be added. To be added. - To be added. - To be added. - To be added. - To be added. + The operation that changed. + The package performing the operation. + Whether the operation became active or inactive. + Called when the active state of an app-op changes. + + + + Java documentation for android.app.AppOpsManager.OnOpActiveChangedListener.onOpActiveChanged(java.lang.String, int, java.lang.String, boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.App/AppOpsManager+IOnOpChangedListener.xml b/docs/Mono.Android/en/Android.App/AppOpsManager+IOnOpChangedListener.xml index 7773bfc157..9d0507f41d 100644 --- a/docs/Mono.Android/en/Android.App/AppOpsManager+IOnOpChangedListener.xml +++ b/docs/Mono.Android/en/Android.App/AppOpsManager+IOnOpChangedListener.xml @@ -25,14 +25,18 @@ - To be added. + Callback for notification of changes to operation state. - Android platform documentation + Java documentation for android.app.AppOpsManager.OnOpChangedListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/AppOpsManager+OnOpNotedCallback.xml b/docs/Mono.Android/en/Android.App/AppOpsManager+OnOpNotedCallback.xml index 028e1f1e29..24d443d4d1 100644 --- a/docs/Mono.Android/en/Android.App/AppOpsManager+OnOpNotedCallback.xml +++ b/docs/Mono.Android/en/Android.App/AppOpsManager+OnOpNotedCallback.xml @@ -18,8 +18,20 @@ - To be added. - To be added. + Callback an app can #setOnOpNotedCallback set to monitor the app-ops the + system has tracked for it. + + + + Java documentation for android.app.AppOpsManager.OnOpNotedCallback. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -116,9 +128,21 @@ - To be added. - To be added. - To be added. + op noted + Called when an app-op was noted for this package which cannot be delivered via the other + two mechanisms. + + + + Java documentation for android.app.AppOpsManager.OnOpNotedCallback.onAsyncNoted(android.app.AsyncNotedAppOp). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -144,9 +168,21 @@ - To be added. - To be added. - To be added. + op noted + Called when an app-op was #noteOp noted for this package inside of a synchronous + API call, i. + + + + Java documentation for android.app.AppOpsManager.OnOpNotedCallback.onNoted(android.app.SyncNotedAppOp). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -172,9 +208,20 @@ - To be added. - To be added. - To be added. + op noted + Called when this app noted an app-op for its own package, + + + + Java documentation for android.app.AppOpsManager.OnOpNotedCallback.onSelfNoted(android.app.SyncNotedAppOp). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.App/Application+IActivityLifecycleCallbacks.xml b/docs/Mono.Android/en/Android.App/Application+IActivityLifecycleCallbacks.xml index b94ad36b82..0857e2568a 100644 --- a/docs/Mono.Android/en/Android.App/Application+IActivityLifecycleCallbacks.xml +++ b/docs/Mono.Android/en/Android.App/Application+IActivityLifecycleCallbacks.xml @@ -62,10 +62,18 @@ To be added. To be added. - - + Called when the Activity calls Activity#onCreate super.onCreate(). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Application.ActivityLifecycleCallbacks.onActivityCreated(android.app.Activity, android.os.Bundle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -94,10 +102,18 @@ To be added. - - + Called when the Activity calls Activity#onDestroy super.onDestroy(). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Application.ActivityLifecycleCallbacks.onActivityDestroyed(android.app.Activity). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -126,10 +142,18 @@ To be added. - - + Called when the Activity calls Activity#onPause super.onPause(). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Application.ActivityLifecycleCallbacks.onActivityPaused(android.app.Activity). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -160,8 +184,19 @@ To be added. To be added. - To be added. - To be added. + Called as the last step of the Activity being created. + + + + Java documentation for android.app.Application.ActivityLifecycleCallbacks.onActivityPostCreated(android.app.Activity, android.os.Bundle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -188,8 +223,19 @@ To be added. - To be added. - To be added. + Called as the last step of the Activity being destroyed. + + + + Java documentation for android.app.Application.ActivityLifecycleCallbacks.onActivityPostDestroyed(android.app.Activity). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -216,8 +262,19 @@ To be added. - To be added. - To be added. + Called as the last step of the Activity being paused. + + + + Java documentation for android.app.Application.ActivityLifecycleCallbacks.onActivityPostPaused(android.app.Activity). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -244,8 +301,19 @@ To be added. - To be added. - To be added. + Called as the last step of the Activity being resumed. + + + + Java documentation for android.app.Application.ActivityLifecycleCallbacks.onActivityPostResumed(android.app.Activity). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -274,8 +342,19 @@ To be added. To be added. - To be added. - To be added. + Called as the last step of the Activity saving its instance state. + + + + Java documentation for android.app.Application.ActivityLifecycleCallbacks.onActivityPostSaveInstanceState(android.app.Activity, android.os.Bundle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -302,8 +381,19 @@ To be added. - To be added. - To be added. + Called as the last step of the Activity being started. + + + + Java documentation for android.app.Application.ActivityLifecycleCallbacks.onActivityPostStarted(android.app.Activity). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -330,8 +420,19 @@ To be added. - To be added. - To be added. + Called as the last step of the Activity being stopped. + + + + Java documentation for android.app.Application.ActivityLifecycleCallbacks.onActivityPostStopped(android.app.Activity). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -360,8 +461,19 @@ To be added. To be added. - To be added. - To be added. + Called as the first step of the Activity being created. + + + + Java documentation for android.app.Application.ActivityLifecycleCallbacks.onActivityPreCreated(android.app.Activity, android.os.Bundle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -388,8 +500,19 @@ To be added. - To be added. - To be added. + Called as the first step of the Activity being destroyed. + + + + Java documentation for android.app.Application.ActivityLifecycleCallbacks.onActivityPreDestroyed(android.app.Activity). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -416,8 +539,19 @@ To be added. - To be added. - To be added. + Called as the first step of the Activity being paused. + + + + Java documentation for android.app.Application.ActivityLifecycleCallbacks.onActivityPrePaused(android.app.Activity). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -444,8 +578,19 @@ To be added. - To be added. - To be added. + Called as the first step of the Activity being resumed. + + + + Java documentation for android.app.Application.ActivityLifecycleCallbacks.onActivityPreResumed(android.app.Activity). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -474,8 +619,19 @@ To be added. To be added. - To be added. - To be added. + Called as the first step of the Activity saving its instance state. + + + + Java documentation for android.app.Application.ActivityLifecycleCallbacks.onActivityPreSaveInstanceState(android.app.Activity, android.os.Bundle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -502,8 +658,19 @@ To be added. - To be added. - To be added. + Called as the first step of the Activity being started. + + + + Java documentation for android.app.Application.ActivityLifecycleCallbacks.onActivityPreStarted(android.app.Activity). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -530,8 +697,19 @@ To be added. - To be added. - To be added. + Called as the first step of the Activity being stopped. + + + + Java documentation for android.app.Application.ActivityLifecycleCallbacks.onActivityPreStopped(android.app.Activity). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -558,10 +736,18 @@ To be added. - - + Called when the Activity calls Activity#onResume super.onResume(). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Application.ActivityLifecycleCallbacks.onActivityResumed(android.app.Activity). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -592,10 +778,19 @@ To be added. To be added. - - + Called when the Activity calls + Activity#onSaveInstanceState super.onSaveInstanceState(). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Application.ActivityLifecycleCallbacks.onActivitySaveInstanceState(android.app.Activity, android.os.Bundle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -624,10 +819,18 @@ To be added. - - + Called when the Activity calls Activity#onStart super.onStart(). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Application.ActivityLifecycleCallbacks.onActivityStarted(android.app.Activity). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -656,10 +859,18 @@ To be added. - - + Called when the Activity calls Activity#onStop super.onStop(). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Application.ActivityLifecycleCallbacks.onActivityStopped(android.app.Activity). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/Application+IOnProvideAssistDataListener.xml b/docs/Mono.Android/en/Android.App/Application+IOnProvideAssistDataListener.xml index 08534cee46..15c2d91fa0 100644 --- a/docs/Mono.Android/en/Android.App/Application+IOnProvideAssistDataListener.xml +++ b/docs/Mono.Android/en/Android.App/Application+IOnProvideAssistDataListener.xml @@ -25,15 +25,19 @@ - Callback interface for use with - and . + Callback interface for use with Application#registerOnProvideAssistDataListener + and Application#unregisterOnProvideAssistDataListener. - Android platform documentation + Java documentation for android.app.Application.OnProvideAssistDataListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -65,10 +69,19 @@ To be added. To be added. This is called when the user is requesting an assist, to build a full - Intent with all of the context of the current - application. + Intent#ACTION_ASSIST Intent with all of the context of the current + application. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Application.OnProvideAssistDataListener.onProvideAssistData(android.app.Activity, android.os.Bundle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/ApplicationErrorReport+AnrInfo.xml b/docs/Mono.Android/en/Android.App/ApplicationErrorReport+AnrInfo.xml index 541832fff9..f569f98519 100644 --- a/docs/Mono.Android/en/Android.App/ApplicationErrorReport+AnrInfo.xml +++ b/docs/Mono.Android/en/Android.App/ApplicationErrorReport+AnrInfo.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.app.ApplicationErrorReport.AnrInfo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -49,7 +53,16 @@ Create an uninitialized instance of AnrInfo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ApplicationErrorReport.AnrInfo.ApplicationErrorReport$AnrInfo(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -77,7 +90,16 @@ To be added. Create an instance of AnrInfo initialized from a Parcel. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ApplicationErrorReport.AnrInfo.ApplicationErrorReport$AnrInfo(android.os.Parcel). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -128,7 +150,16 @@ Activity name. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ApplicationErrorReport.AnrInfo.activity. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -156,7 +187,16 @@ Description of the operation that timed out. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ApplicationErrorReport.AnrInfo.cause. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -189,7 +229,16 @@ To be added. Dump an AnrInfo instance to a Printer. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ApplicationErrorReport.AnrInfo.dump(android.util.Printer, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -217,7 +266,16 @@ Additional info, including CPU stats. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ApplicationErrorReport.AnrInfo.info. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -350,7 +408,16 @@ To be added. Save an AnrInfo instance to a parcel. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ApplicationErrorReport.AnrInfo.writeToParcel(android.os.Parcel, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/ApplicationErrorReport+BatteryInfo.xml b/docs/Mono.Android/en/Android.App/ApplicationErrorReport+BatteryInfo.xml index fa3112d7ee..4ddb95de1c 100644 --- a/docs/Mono.Android/en/Android.App/ApplicationErrorReport+BatteryInfo.xml +++ b/docs/Mono.Android/en/Android.App/ApplicationErrorReport+BatteryInfo.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.app.ApplicationErrorReport.BatteryInfo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -49,7 +53,16 @@ Create an uninitialized instance of BatteryInfo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ApplicationErrorReport.BatteryInfo.ApplicationErrorReport$BatteryInfo(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -77,7 +90,16 @@ To be added. Create an instance of BatteryInfo initialized from a Parcel. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ApplicationErrorReport.BatteryInfo.ApplicationErrorReport$BatteryInfo(android.os.Parcel). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -128,7 +150,16 @@ Checkin details. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ApplicationErrorReport.BatteryInfo.checkinDetails. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -161,7 +192,16 @@ To be added. Dump a BatteryInfo instance to a Printer. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ApplicationErrorReport.BatteryInfo.dump(android.util.Printer, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -187,10 +227,19 @@ Duration in microseconds over which the process used the above - percentage of battery. + percentage of battery. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ApplicationErrorReport.BatteryInfo.durationMicros. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -311,7 +360,16 @@ Dump of various info impacting battery use. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ApplicationErrorReport.BatteryInfo.usageDetails. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -339,7 +397,16 @@ Percentage of the battery that was used up by the process. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ApplicationErrorReport.BatteryInfo.usagePercent. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -379,7 +446,16 @@ To be added. Save a BatteryInfo instance to a parcel. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ApplicationErrorReport.BatteryInfo.writeToParcel(android.os.Parcel, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/ApplicationErrorReport+CrashInfo.xml b/docs/Mono.Android/en/Android.App/ApplicationErrorReport+CrashInfo.xml index 990c1cdc87..b97a1b42db 100644 --- a/docs/Mono.Android/en/Android.App/ApplicationErrorReport+CrashInfo.xml +++ b/docs/Mono.Android/en/Android.App/ApplicationErrorReport+CrashInfo.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.app.ApplicationErrorReport.CrashInfo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -49,7 +53,16 @@ Create an uninitialized instance of CrashInfo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ApplicationErrorReport.CrashInfo.ApplicationErrorReport$CrashInfo(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -77,7 +90,16 @@ To be added. Create an instance of CrashInfo initialized from a Parcel. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ApplicationErrorReport.CrashInfo.ApplicationErrorReport$CrashInfo(android.os.Parcel). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -105,7 +127,16 @@ To be added. Create an instance of CrashInfo initialized from an exception. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ApplicationErrorReport.CrashInfo.ApplicationErrorReport$CrashInfo(java.lang.Throwable). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -161,7 +192,16 @@ To be added. Dump a CrashInfo instance to a Printer. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ApplicationErrorReport.CrashInfo.dump(android.util.Printer, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -189,7 +229,16 @@ Class name of the exception that caused the crash. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ApplicationErrorReport.CrashInfo.exceptionClassName. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -217,7 +266,16 @@ Message stored in the exception. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ApplicationErrorReport.CrashInfo.exceptionMessage. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -276,7 +334,16 @@ Stack trace. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ApplicationErrorReport.CrashInfo.stackTrace. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -366,7 +433,16 @@ Class which the exception was thrown from. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ApplicationErrorReport.CrashInfo.throwClassName. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -394,7 +470,16 @@ File which the exception was thrown from. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ApplicationErrorReport.CrashInfo.throwFileName. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -422,7 +507,16 @@ Line number the exception was thrown from. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ApplicationErrorReport.CrashInfo.throwLineNumber. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -450,7 +544,16 @@ Method which the exception was thrown from. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ApplicationErrorReport.CrashInfo.throwMethodName. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -490,7 +593,16 @@ To be added. Save a CrashInfo instance to a parcel. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ApplicationErrorReport.CrashInfo.writeToParcel(android.os.Parcel, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/ApplicationErrorReport+RunningServiceInfo.xml b/docs/Mono.Android/en/Android.App/ApplicationErrorReport+RunningServiceInfo.xml index f03898d460..fc9f46411c 100644 --- a/docs/Mono.Android/en/Android.App/ApplicationErrorReport+RunningServiceInfo.xml +++ b/docs/Mono.Android/en/Android.App/ApplicationErrorReport+RunningServiceInfo.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.app.ApplicationErrorReport.RunningServiceInfo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -49,7 +53,16 @@ Create an uninitialized instance of RunningServiceInfo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ApplicationErrorReport.RunningServiceInfo.ApplicationErrorReport$RunningServiceInfo(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -77,7 +90,16 @@ To be added. Create an instance of RunningServiceInfo initialized from a Parcel. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ApplicationErrorReport.RunningServiceInfo.ApplicationErrorReport$RunningServiceInfo(android.os.Parcel). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -133,7 +155,16 @@ To be added. Dump a BatteryInfo instance to a Printer. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ApplicationErrorReport.RunningServiceInfo.dump(android.util.Printer, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -161,7 +192,16 @@ Duration in milliseconds that the service has been running. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ApplicationErrorReport.RunningServiceInfo.durationMillis. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -220,7 +260,16 @@ Dump of debug information about the service. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ApplicationErrorReport.RunningServiceInfo.serviceDetails. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -322,7 +371,16 @@ To be added. Save a RunningServiceInfo instance to a parcel. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ApplicationErrorReport.RunningServiceInfo.writeToParcel(android.os.Parcel, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/DatePickerDialog+IOnDateSetListener.xml b/docs/Mono.Android/en/Android.App/DatePickerDialog+IOnDateSetListener.xml index 1542c05668..298bea96c4 100644 --- a/docs/Mono.Android/en/Android.App/DatePickerDialog+IOnDateSetListener.xml +++ b/docs/Mono.Android/en/Android.App/DatePickerDialog+IOnDateSetListener.xml @@ -25,14 +25,18 @@ - The callback used to indicate the user is done filling in the date. + The listener used to indicate the user has finished selecting a date. - Android platform documentation + Java documentation for android.app.DatePickerDialog.OnDateSetListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -63,15 +67,25 @@ - The view associated with this listener. - The year that was set. - To be added. - The day of the month that was set. - + the picker associated with the dialog + the selected year + the selected month (0-11 for compatibility with + Calendar#MONTH) + the selected day of the month (1-31, depending on + month) - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.DatePickerDialog.OnDateSetListener.onDateSet(android.widget.DatePicker, int, int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/Dialog.xml b/docs/Mono.Android/en/Android.App/Dialog.xml index 64db190231..4c4406fdba 100644 --- a/docs/Mono.Android/en/Android.App/Dialog.xml +++ b/docs/Mono.Android/en/Android.App/Dialog.xml @@ -1138,7 +1138,7 @@ The mode that was just finished. - [TODO: @inheritDoc] + To be added Note that if you override this method you should always call through to the superclass implementation by calling super. @@ -1185,7 +1185,7 @@ The new mode that has just been started. - [TODO: @inheritDoc] + To be added Note that if you override this method you should always call through to the superclass implementation by calling super. diff --git a/docs/Mono.Android/en/Android.App/DirectAction+Builder.xml b/docs/Mono.Android/en/Android.App/DirectAction+Builder.xml index d0b8c8f749..ab5fa0dd95 100644 --- a/docs/Mono.Android/en/Android.App/DirectAction+Builder.xml +++ b/docs/Mono.Android/en/Android.App/DirectAction+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Builder for construction of DirectAction. + + + + Java documentation for android.app.DirectAction.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -42,9 +53,21 @@ - To be added. - To be added. - To be added. + The mandatory action id which must be unique in the + current application state. + Creates a new instance. + + + + Java documentation for android.app.DirectAction.Builder.DirectAction$Builder(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -69,8 +92,19 @@ To be added. - To be added. - To be added. + A newly constructed instance. + + + + Java documentation for android.app.DirectAction.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.App/DownloadManager+Query.xml b/docs/Mono.Android/en/Android.App/DownloadManager+Query.xml index be1595c71f..bb9a68a2b9 100644 --- a/docs/Mono.Android/en/Android.App/DownloadManager+Query.xml +++ b/docs/Mono.Android/en/Android.App/DownloadManager+Query.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.app.DownloadManager.Query. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/DownloadManager+Request.xml b/docs/Mono.Android/en/Android.App/DownloadManager+Request.xml index 88f9aa81ee..64cfe74bc4 100644 --- a/docs/Mono.Android/en/Android.App/DownloadManager+Request.xml +++ b/docs/Mono.Android/en/Android.App/DownloadManager+Request.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.app.DownloadManager.Request. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -50,11 +54,20 @@ - To be added. + the HTTP or HTTPS URI to download. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.DownloadManager.Request.DownloadManager$Request(android.net.Uri). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -142,9 +155,18 @@ If the file to be downloaded is to be scanned by MediaScanner, this method - should be called before is called. + should be called before DownloadManager#enqueue(Request) is called. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.DownloadManager.Request.allowScanningByMediaScanner(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -205,10 +227,19 @@ 1 - Bit flag for corresponding to - . + Bit flag for #setAllowedNetworkTypes corresponding to + ConnectivityManager#TYPE_MOBILE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.DownloadManager.Request.NETWORK_MOBILE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -238,10 +269,19 @@ 2 - Bit flag for corresponding to - . + Bit flag for #setAllowedNetworkTypes corresponding to + ConnectivityManager#TYPE_WIFI. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.DownloadManager.Request.NETWORK_WIFI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -877,7 +917,16 @@ This download doesn't show in the UI or in the notifications. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.DownloadManager.Request.VISIBILITY_HIDDEN. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -908,9 +957,18 @@ 0 This download is visible but only shows in the notifications - while it's in progress. + while it's in progress. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.DownloadManager.Request.VISIBILITY_VISIBLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -941,9 +999,18 @@ 1 This download is visible and shows in the notifications while - in progress and after completion. + in progress and after completion. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.DownloadManager.Request.VISIBILITY_VISIBLE_NOTIFY_COMPLETED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -975,7 +1042,16 @@ This download shows in the notifications after completion ONLY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.DownloadManager.Request.VISIBILITY_VISIBLE_NOTIFY_ONLY_COMPLETION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/Fragment+InstantiationException.xml b/docs/Mono.Android/en/Android.App/Fragment+InstantiationException.xml index 616ffaac90..40927fae2f 100644 --- a/docs/Mono.Android/en/Android.App/Fragment+InstantiationException.xml +++ b/docs/Mono.Android/en/Android.App/Fragment+InstantiationException.xml @@ -22,15 +22,19 @@ - Thrown by M:Android.App.Fragment.Instantiate(Android.Content.Context,System.String,System.String) when - there is an instantiation failure. + Thrown by Fragment#instantiate(Context, String, Bundle) when + there is an instantiation failure. - Android platform documentation + Java documentation for android.app.Fragment.InstantiationException. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/Fragment+SavedState.xml b/docs/Mono.Android/en/Android.App/Fragment+SavedState.xml index 1c98dc2e55..2e6bb7beea 100644 --- a/docs/Mono.Android/en/Android.App/Fragment+SavedState.xml +++ b/docs/Mono.Android/en/Android.App/Fragment+SavedState.xml @@ -36,14 +36,19 @@ State information that has been retrieved from a fragment instance - through . + through FragmentManager#saveFragmentInstanceState(Fragment) + FragmentManager.saveFragmentInstanceState. - Android platform documentation + Java documentation for android.app.Fragment.SavedState. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/FragmentBreadCrumbs+IOnBreadCrumbClickListener.xml b/docs/Mono.Android/en/Android.App/FragmentBreadCrumbs+IOnBreadCrumbClickListener.xml index 8b30352a16..a3c65f4dfd 100644 --- a/docs/Mono.Android/en/Android.App/FragmentBreadCrumbs+IOnBreadCrumbClickListener.xml +++ b/docs/Mono.Android/en/Android.App/FragmentBreadCrumbs+IOnBreadCrumbClickListener.xml @@ -33,10 +33,14 @@ - Android platform documentation + Java documentation for android.app.FragmentBreadCrumbs.OnBreadCrumbClickListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/FragmentContainer.xml b/docs/Mono.Android/en/Android.App/FragmentContainer.xml index b29cdbe93e..afc1699756 100644 --- a/docs/Mono.Android/en/Android.App/FragmentContainer.xml +++ b/docs/Mono.Android/en/Android.App/FragmentContainer.xml @@ -133,6 +133,10 @@ [Android.Runtime.Register("onFindViewById", "(I)Landroid/view/View;", "GetOnFindViewById_IHandler", ApiSince=23)] [<Android.Runtime.Register("onFindViewById", "(I)Landroid/view/View;", "GetOnFindViewById_IHandler", ApiSince=23)>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + Android.Views.View @@ -173,6 +177,10 @@ [Android.Runtime.Register("onHasView", "()Z", "GetOnHasViewHandler", ApiSince=23)] [<Android.Runtime.Register("onHasView", "()Z", "GetOnHasViewHandler", ApiSince=23)>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Boolean diff --git a/docs/Mono.Android/en/Android.App/FragmentHostCallback.xml b/docs/Mono.Android/en/Android.App/FragmentHostCallback.xml index 58853715e9..9726107528 100644 --- a/docs/Mono.Android/en/Android.App/FragmentHostCallback.xml +++ b/docs/Mono.Android/en/Android.App/FragmentHostCallback.xml @@ -275,6 +275,10 @@ [Android.Runtime.Register("onGetHost", "()Ljava/lang/Object;", "GetOnGetHostHandler", ApiSince=23)] [<Android.Runtime.Register("onGetHost", "()Ljava/lang/Object;", "GetOnGetHostHandler", ApiSince=23)>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + Java.Lang.Object diff --git a/docs/Mono.Android/en/Android.App/FragmentManager+FragmentLifecycleCallbacks.xml b/docs/Mono.Android/en/Android.App/FragmentManager+FragmentLifecycleCallbacks.xml index 25f5159ddf..a57006811c 100644 --- a/docs/Mono.Android/en/Android.App/FragmentManager+FragmentLifecycleCallbacks.xml +++ b/docs/Mono.Android/en/Android.App/FragmentManager+FragmentLifecycleCallbacks.xml @@ -22,14 +22,19 @@ - To be added. + Callback interface for listening to fragment state changes that happen + within a given FragmentManager. - Android platform documentation + Java documentation for android.app.FragmentManager.FragmentLifecycleCallbacks. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -143,12 +148,22 @@ - To be added. - To be added. - To be added. - To be added. + Host FragmentManager + Fragment changing state + Saved instance bundle from a previous instance + Called after the fragment has returned from the FragmentManager's call to + Fragment#onActivityCreated(Bundle). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.FragmentManager.FragmentLifecycleCallbacks.onFragmentActivityCreated(android.app.FragmentManager, android.app.Fragment, android.os.Bundle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -181,12 +196,21 @@ - To be added. - To be added. - To be added. - To be added. + Host FragmentManager + Fragment changing state + Context that the Fragment was attached to + Called after the fragment has been attached to its host. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.FragmentManager.FragmentLifecycleCallbacks.onFragmentAttached(android.app.FragmentManager, android.app.Fragment, android.content.Context). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -219,12 +243,22 @@ - To be added. - To be added. - To be added. - To be added. + Host FragmentManager + Fragment changing state + Saved instance bundle from a previous instance + Called after the fragment has returned from the FragmentManager's call to + Fragment#onCreate(Bundle). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.FragmentManager.FragmentLifecycleCallbacks.onFragmentCreated(android.app.FragmentManager, android.app.Fragment, android.os.Bundle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -256,11 +290,21 @@ - To be added. - To be added. - To be added. + Host FragmentManager + Fragment changing state + Called after the fragment has returned from the FragmentManager's call to + Fragment#onDestroy(). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.FragmentManager.FragmentLifecycleCallbacks.onFragmentDestroyed(android.app.FragmentManager, android.app.Fragment). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -292,11 +336,21 @@ - To be added. - To be added. - To be added. + Host FragmentManager + Fragment changing state + Called after the fragment has returned from the FragmentManager's call to + Fragment#onDetach(). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.FragmentManager.FragmentLifecycleCallbacks.onFragmentDetached(android.app.FragmentManager, android.app.Fragment). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -328,11 +382,21 @@ - To be added. - To be added. - To be added. + Host FragmentManager + Fragment changing state + Called after the fragment has returned from the FragmentManager's call to + Fragment#onPause(). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.FragmentManager.FragmentLifecycleCallbacks.onFragmentPaused(android.app.FragmentManager, android.app.Fragment). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -365,12 +429,21 @@ - To be added. - To be added. - To be added. - To be added. + Host FragmentManager + Fragment changing state + Context that the Fragment is being attached to + Called right before the fragment's Fragment#onAttach(Context) method is called. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.FragmentManager.FragmentLifecycleCallbacks.onFragmentPreAttached(android.app.FragmentManager, android.app.Fragment, android.content.Context). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -403,12 +476,21 @@ - To be added. - To be added. - To be added. - To be added. + Host FragmentManager + Fragment changing state + Saved instance bundle from a previous instance + Called right before the fragment's Fragment#onCreate(Bundle) method is called. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.FragmentManager.FragmentLifecycleCallbacks.onFragmentPreCreated(android.app.FragmentManager, android.app.Fragment, android.os.Bundle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -440,11 +522,21 @@ - To be added. - To be added. - To be added. + Host FragmentManager + Fragment changing state + Called after the fragment has returned from the FragmentManager's call to + Fragment#onResume(). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.FragmentManager.FragmentLifecycleCallbacks.onFragmentResumed(android.app.FragmentManager, android.app.Fragment). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -477,12 +569,22 @@ - To be added. - To be added. - To be added. - To be added. + Host FragmentManager + Fragment changing state + Saved state bundle for the fragment + Called after the fragment has returned from the FragmentManager's call to + Fragment#onSaveInstanceState(Bundle). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.FragmentManager.FragmentLifecycleCallbacks.onFragmentSaveInstanceState(android.app.FragmentManager, android.app.Fragment, android.os.Bundle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -514,11 +616,21 @@ - To be added. - To be added. - To be added. + Host FragmentManager + Fragment changing state + Called after the fragment has returned from the FragmentManager's call to + Fragment#onStart(). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.FragmentManager.FragmentLifecycleCallbacks.onFragmentStarted(android.app.FragmentManager, android.app.Fragment). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -550,11 +662,21 @@ - To be added. - To be added. - To be added. + Host FragmentManager + Fragment changing state + Called after the fragment has returned from the FragmentManager's call to + Fragment#onStop(). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.FragmentManager.FragmentLifecycleCallbacks.onFragmentStopped(android.app.FragmentManager, android.app.Fragment). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -588,13 +710,23 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + Host FragmentManager + Fragment that created and owns the view + View returned by the fragment + Saved instance bundle from a previous instance + Called after the fragment has returned a non-null view from the FragmentManager's + request to Fragment#onCreateView(LayoutInflater, ViewGroup, Bundle). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.FragmentManager.FragmentLifecycleCallbacks.onFragmentViewCreated(android.app.FragmentManager, android.app.Fragment, android.view.View, android.os.Bundle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -626,11 +758,21 @@ - To be added. - To be added. - To be added. + Host FragmentManager + Fragment changing state + Called after the fragment has returned from the FragmentManager's call to + Fragment#onDestroyView(). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.FragmentManager.FragmentLifecycleCallbacks.onFragmentViewDestroyed(android.app.FragmentManager, android.app.Fragment). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/FragmentManager+IBackStackEntry.xml b/docs/Mono.Android/en/Android.App/FragmentManager+IBackStackEntry.xml index 988cdce272..f672b13ae9 100644 --- a/docs/Mono.Android/en/Android.App/FragmentManager+IBackStackEntry.xml +++ b/docs/Mono.Android/en/Android.App/FragmentManager+IBackStackEntry.xml @@ -30,14 +30,19 @@ Representation of an entry on the fragment back stack, as created - with . + with FragmentTransaction#addToBackStack(String) + FragmentTransaction.addToBackStack(). - Android platform documentation + Java documentation for android.app.FragmentManager.BackStackEntry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/FragmentManager+IOnBackStackChangedListener.xml b/docs/Mono.Android/en/Android.App/FragmentManager+IOnBackStackChangedListener.xml index 5c3e64860f..ac3826b7c7 100644 --- a/docs/Mono.Android/en/Android.App/FragmentManager+IOnBackStackChangedListener.xml +++ b/docs/Mono.Android/en/Android.App/FragmentManager+IOnBackStackChangedListener.xml @@ -33,10 +33,14 @@ - Android platform documentation + Java documentation for android.app.FragmentManager.OnBackStackChangedListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -68,7 +72,16 @@ Called whenever the contents of the back stack change. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.FragmentManager.OnBackStackChangedListener.onBackStackChanged(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/FragmentManager.xml b/docs/Mono.Android/en/Android.App/FragmentManager.xml index 28a1e07b44..e3a4200497 100644 --- a/docs/Mono.Android/en/Android.App/FragmentManager.xml +++ b/docs/Mono.Android/en/Android.App/FragmentManager.xml @@ -107,6 +107,10 @@ [Android.Runtime.Register("addOnBackStackChangedListener", "(Landroid/app/FragmentManager$OnBackStackChangedListener;)V", "GetAddOnBackStackChangedListener_Landroid_app_FragmentManager_OnBackStackChangedListener_Handler")] [<Android.Runtime.Register("addOnBackStackChangedListener", "(Landroid/app/FragmentManager$OnBackStackChangedListener;)V", "GetAddOnBackStackChangedListener_Landroid_app_FragmentManager_OnBackStackChangedListener_Handler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void @@ -195,6 +199,10 @@ [Android.Runtime.Register("beginTransaction", "()Landroid/app/FragmentTransaction;", "GetBeginTransactionHandler")] [<Android.Runtime.Register("beginTransaction", "()Landroid/app/FragmentTransaction;", "GetBeginTransactionHandler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + Android.App.FragmentTransaction @@ -234,6 +242,10 @@ [Android.Runtime.Register("dump", "(Ljava/lang/String;Ljava/io/FileDescriptor;Ljava/io/PrintWriter;[Ljava/lang/String;)V", "GetDump_Ljava_lang_String_Ljava_io_FileDescriptor_Ljava_io_PrintWriter_arrayLjava_lang_String_Handler")] [<Android.Runtime.Register("dump", "(Ljava/lang/String;Ljava/io/FileDescriptor;Ljava/io/PrintWriter;[Ljava/lang/String;)V", "GetDump_Ljava_lang_String_Ljava_io_FileDescriptor_Ljava_io_PrintWriter_arrayLjava_lang_String_Handler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void @@ -325,6 +337,10 @@ [Android.Runtime.Register("executePendingTransactions", "()Z", "GetExecutePendingTransactionsHandler")] [<Android.Runtime.Register("executePendingTransactions", "()Z", "GetExecutePendingTransactionsHandler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Boolean @@ -366,6 +382,10 @@ [Android.Runtime.Register("findFragmentById", "(I)Landroid/app/Fragment;", "GetFindFragmentById_IHandler")] [<Android.Runtime.Register("findFragmentById", "(I)Landroid/app/Fragment;", "GetFindFragmentById_IHandler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + Android.App.Fragment @@ -447,6 +467,10 @@ [Android.Runtime.Register("findFragmentByTag", "(Ljava/lang/String;)Landroid/app/Fragment;", "GetFindFragmentByTag_Ljava_lang_String_Handler")] [<Android.Runtime.Register("findFragmentByTag", "(Ljava/lang/String;)Landroid/app/Fragment;", "GetFindFragmentByTag_Ljava_lang_String_Handler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + Android.App.Fragment @@ -555,6 +579,10 @@ [Android.Runtime.Register("getBackStackEntryAt", "(I)Landroid/app/FragmentManager$BackStackEntry;", "GetGetBackStackEntryAt_IHandler")] [<Android.Runtime.Register("getBackStackEntryAt", "(I)Landroid/app/FragmentManager$BackStackEntry;", "GetGetBackStackEntryAt_IHandler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + Android.App.FragmentManager+IBackStackEntry @@ -597,6 +625,10 @@ [Android.Runtime.Register("getFragment", "(Landroid/os/Bundle;Ljava/lang/String;)Landroid/app/Fragment;", "GetGetFragment_Landroid_os_Bundle_Ljava_lang_String_Handler")] [<Android.Runtime.Register("getFragment", "(Landroid/os/Bundle;Ljava/lang/String;)Landroid/app/Fragment;", "GetGetFragment_Landroid_os_Bundle_Ljava_lang_String_Handler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + Android.App.Fragment @@ -811,6 +843,10 @@ [Android.Runtime.Register("popBackStack", "()V", "GetPopBackStackHandler")] [<Android.Runtime.Register("popBackStack", "()V", "GetPopBackStackHandler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void @@ -848,6 +884,10 @@ [Android.Runtime.Register("popBackStack", "(II)V", "GetPopBackStack_IIHandler")] [<Android.Runtime.Register("popBackStack", "(II)V", "GetPopBackStack_IIHandler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void @@ -902,6 +942,10 @@ [Android.Runtime.Register("popBackStack", "(Ljava/lang/String;I)V", "GetPopBackStack_Ljava_lang_String_IHandler")] [<Android.Runtime.Register("popBackStack", "(Ljava/lang/String;I)V", "GetPopBackStack_Ljava_lang_String_IHandler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void @@ -955,6 +999,10 @@ [Android.Runtime.Register("popBackStackImmediate", "()Z", "GetPopBackStackImmediateHandler")] [<Android.Runtime.Register("popBackStackImmediate", "()Z", "GetPopBackStackImmediateHandler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Boolean @@ -994,6 +1042,10 @@ [Android.Runtime.Register("popBackStackImmediate", "(II)Z", "GetPopBackStackImmediate_IIHandler")] [<Android.Runtime.Register("popBackStackImmediate", "(II)Z", "GetPopBackStackImmediate_IIHandler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Boolean @@ -1045,6 +1097,10 @@ [Android.Runtime.Register("popBackStackImmediate", "(Ljava/lang/String;I)Z", "GetPopBackStackImmediate_Ljava_lang_String_IHandler")] [<Android.Runtime.Register("popBackStackImmediate", "(Ljava/lang/String;I)Z", "GetPopBackStackImmediate_Ljava_lang_String_IHandler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Boolean @@ -1168,6 +1224,10 @@ [Android.Runtime.Register("putFragment", "(Landroid/os/Bundle;Ljava/lang/String;Landroid/app/Fragment;)V", "GetPutFragment_Landroid_os_Bundle_Ljava_lang_String_Landroid_app_Fragment_Handler")] [<Android.Runtime.Register("putFragment", "(Landroid/os/Bundle;Ljava/lang/String;Landroid/app/Fragment;)V", "GetPutFragment_Landroid_os_Bundle_Ljava_lang_String_Landroid_app_Fragment_Handler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void @@ -1212,6 +1272,10 @@ [Android.Runtime.Register("registerFragmentLifecycleCallbacks", "(Landroid/app/FragmentManager$FragmentLifecycleCallbacks;Z)V", "GetRegisterFragmentLifecycleCallbacks_Landroid_app_FragmentManager_FragmentLifecycleCallbacks_ZHandler", ApiSince=26)] [<Android.Runtime.Register("registerFragmentLifecycleCallbacks", "(Landroid/app/FragmentManager$FragmentLifecycleCallbacks;Z)V", "GetRegisterFragmentLifecycleCallbacks_Landroid_app_FragmentManager_FragmentLifecycleCallbacks_ZHandler", ApiSince=26)>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void @@ -1254,6 +1318,10 @@ [Android.Runtime.Register("removeOnBackStackChangedListener", "(Landroid/app/FragmentManager$OnBackStackChangedListener;)V", "GetRemoveOnBackStackChangedListener_Landroid_app_FragmentManager_OnBackStackChangedListener_Handler")] [<Android.Runtime.Register("removeOnBackStackChangedListener", "(Landroid/app/FragmentManager$OnBackStackChangedListener;)V", "GetRemoveOnBackStackChangedListener_Landroid_app_FragmentManager_OnBackStackChangedListener_Handler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void @@ -1295,6 +1363,10 @@ [Android.Runtime.Register("saveFragmentInstanceState", "(Landroid/app/Fragment;)Landroid/app/Fragment$SavedState;", "GetSaveFragmentInstanceState_Landroid_app_Fragment_Handler")] [<Android.Runtime.Register("saveFragmentInstanceState", "(Landroid/app/Fragment;)Landroid/app/Fragment$SavedState;", "GetSaveFragmentInstanceState_Landroid_app_Fragment_Handler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + Android.App.Fragment+SavedState @@ -1399,6 +1471,10 @@ [Android.Runtime.Register("unregisterFragmentLifecycleCallbacks", "(Landroid/app/FragmentManager$FragmentLifecycleCallbacks;)V", "GetUnregisterFragmentLifecycleCallbacks_Landroid_app_FragmentManager_FragmentLifecycleCallbacks_Handler", ApiSince=26)] [<Android.Runtime.Register("unregisterFragmentLifecycleCallbacks", "(Landroid/app/FragmentManager$FragmentLifecycleCallbacks;)V", "GetUnregisterFragmentLifecycleCallbacks_Landroid_app_FragmentManager_FragmentLifecycleCallbacks_Handler", ApiSince=26)>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void diff --git a/docs/Mono.Android/en/Android.App/FragmentTransaction.xml b/docs/Mono.Android/en/Android.App/FragmentTransaction.xml index 03788745f6..718ac9603e 100644 --- a/docs/Mono.Android/en/Android.App/FragmentTransaction.xml +++ b/docs/Mono.Android/en/Android.App/FragmentTransaction.xml @@ -105,6 +105,10 @@ [Android.Runtime.Register("add", "(Landroid/app/Fragment;Ljava/lang/String;)Landroid/app/FragmentTransaction;", "GetAdd_Landroid_app_Fragment_Ljava_lang_String_Handler")] [<Android.Runtime.Register("add", "(Landroid/app/Fragment;Ljava/lang/String;)Landroid/app/FragmentTransaction;", "GetAdd_Landroid_app_Fragment_Ljava_lang_String_Handler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + Android.App.FragmentTransaction @@ -148,6 +152,10 @@ [Android.Runtime.Register("add", "(ILandroid/app/Fragment;)Landroid/app/FragmentTransaction;", "GetAdd_ILandroid_app_Fragment_Handler")] [<Android.Runtime.Register("add", "(ILandroid/app/Fragment;)Landroid/app/FragmentTransaction;", "GetAdd_ILandroid_app_Fragment_Handler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + Android.App.FragmentTransaction @@ -191,6 +199,10 @@ [Android.Runtime.Register("add", "(ILandroid/app/Fragment;Ljava/lang/String;)Landroid/app/FragmentTransaction;", "GetAdd_ILandroid_app_Fragment_Ljava_lang_String_Handler")] [<Android.Runtime.Register("add", "(ILandroid/app/Fragment;Ljava/lang/String;)Landroid/app/FragmentTransaction;", "GetAdd_ILandroid_app_Fragment_Ljava_lang_String_Handler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + Android.App.FragmentTransaction @@ -240,6 +252,10 @@ [Android.Runtime.Register("addSharedElement", "(Landroid/view/View;Ljava/lang/String;)Landroid/app/FragmentTransaction;", "GetAddSharedElement_Landroid_view_View_Ljava_lang_String_Handler")] [<Android.Runtime.Register("addSharedElement", "(Landroid/view/View;Ljava/lang/String;)Landroid/app/FragmentTransaction;", "GetAddSharedElement_Landroid_view_View_Ljava_lang_String_Handler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + Android.App.FragmentTransaction @@ -285,6 +301,10 @@ [Android.Runtime.Register("addToBackStack", "(Ljava/lang/String;)Landroid/app/FragmentTransaction;", "GetAddToBackStack_Ljava_lang_String_Handler")] [<Android.Runtime.Register("addToBackStack", "(Ljava/lang/String;)Landroid/app/FragmentTransaction;", "GetAddToBackStack_Ljava_lang_String_Handler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + Android.App.FragmentTransaction @@ -326,6 +346,10 @@ [Android.Runtime.Register("attach", "(Landroid/app/Fragment;)Landroid/app/FragmentTransaction;", "GetAttach_Landroid_app_Fragment_Handler")] [<Android.Runtime.Register("attach", "(Landroid/app/Fragment;)Landroid/app/FragmentTransaction;", "GetAttach_Landroid_app_Fragment_Handler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + Android.App.FragmentTransaction @@ -368,6 +392,10 @@ [Android.Runtime.Register("commit", "()I", "GetCommitHandler")] [<Android.Runtime.Register("commit", "()I", "GetCommitHandler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Int32 @@ -408,6 +436,10 @@ [Android.Runtime.Register("commitAllowingStateLoss", "()I", "GetCommitAllowingStateLossHandler")] [<Android.Runtime.Register("commitAllowingStateLoss", "()I", "GetCommitAllowingStateLossHandler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Int32 @@ -447,6 +479,10 @@ [Android.Runtime.Register("commitNow", "()V", "GetCommitNowHandler", ApiSince=24)] [<Android.Runtime.Register("commitNow", "()V", "GetCommitNowHandler", ApiSince=24)>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void @@ -483,6 +519,10 @@ [Android.Runtime.Register("commitNowAllowingStateLoss", "()V", "GetCommitNowAllowingStateLossHandler", ApiSince=24)] [<Android.Runtime.Register("commitNowAllowingStateLoss", "()V", "GetCommitNowAllowingStateLossHandler", ApiSince=24)>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void @@ -520,6 +560,10 @@ [Android.Runtime.Register("detach", "(Landroid/app/Fragment;)Landroid/app/FragmentTransaction;", "GetDetach_Landroid_app_Fragment_Handler")] [<Android.Runtime.Register("detach", "(Landroid/app/Fragment;)Landroid/app/FragmentTransaction;", "GetDetach_Landroid_app_Fragment_Handler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + Android.App.FragmentTransaction @@ -561,6 +605,10 @@ [Android.Runtime.Register("disallowAddToBackStack", "()Landroid/app/FragmentTransaction;", "GetDisallowAddToBackStackHandler")] [<Android.Runtime.Register("disallowAddToBackStack", "()Landroid/app/FragmentTransaction;", "GetDisallowAddToBackStackHandler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + Android.App.FragmentTransaction @@ -599,6 +647,10 @@ [Android.Runtime.Register("hide", "(Landroid/app/Fragment;)Landroid/app/FragmentTransaction;", "GetHide_Landroid_app_Fragment_Handler")] [<Android.Runtime.Register("hide", "(Landroid/app/Fragment;)Landroid/app/FragmentTransaction;", "GetHide_Landroid_app_Fragment_Handler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + Android.App.FragmentTransaction @@ -729,6 +781,10 @@ [Android.Runtime.Register("remove", "(Landroid/app/Fragment;)Landroid/app/FragmentTransaction;", "GetRemove_Landroid_app_Fragment_Handler")] [<Android.Runtime.Register("remove", "(Landroid/app/Fragment;)Landroid/app/FragmentTransaction;", "GetRemove_Landroid_app_Fragment_Handler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + Android.App.FragmentTransaction @@ -770,6 +826,10 @@ [Android.Runtime.Register("replace", "(ILandroid/app/Fragment;)Landroid/app/FragmentTransaction;", "GetReplace_ILandroid_app_Fragment_Handler")] [<Android.Runtime.Register("replace", "(ILandroid/app/Fragment;)Landroid/app/FragmentTransaction;", "GetReplace_ILandroid_app_Fragment_Handler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + Android.App.FragmentTransaction @@ -813,6 +873,10 @@ [Android.Runtime.Register("replace", "(ILandroid/app/Fragment;Ljava/lang/String;)Landroid/app/FragmentTransaction;", "GetReplace_ILandroid_app_Fragment_Ljava_lang_String_Handler")] [<Android.Runtime.Register("replace", "(ILandroid/app/Fragment;Ljava/lang/String;)Landroid/app/FragmentTransaction;", "GetReplace_ILandroid_app_Fragment_Ljava_lang_String_Handler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + Android.App.FragmentTransaction @@ -861,6 +925,10 @@ [Android.Runtime.Register("runOnCommit", "(Ljava/lang/Runnable;)Landroid/app/FragmentTransaction;", "GetRunOnCommit_Ljava_lang_Runnable_Handler", ApiSince=26)] [<Android.Runtime.Register("runOnCommit", "(Ljava/lang/Runnable;)Landroid/app/FragmentTransaction;", "GetRunOnCommit_Ljava_lang_Runnable_Handler", ApiSince=26)>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + Android.App.FragmentTransaction @@ -902,6 +970,10 @@ [Android.Runtime.Register("setBreadCrumbShortTitle", "(Ljava/lang/CharSequence;)Landroid/app/FragmentTransaction;", "GetSetBreadCrumbShortTitle_Ljava_lang_CharSequence_Handler")] [<Android.Runtime.Register("setBreadCrumbShortTitle", "(Ljava/lang/CharSequence;)Landroid/app/FragmentTransaction;", "GetSetBreadCrumbShortTitle_Ljava_lang_CharSequence_Handler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + Android.App.FragmentTransaction @@ -945,6 +1017,10 @@ [Android.Runtime.Register("setBreadCrumbShortTitle", "(I)Landroid/app/FragmentTransaction;", "GetSetBreadCrumbShortTitle_IHandler")] [<Android.Runtime.Register("setBreadCrumbShortTitle", "(I)Landroid/app/FragmentTransaction;", "GetSetBreadCrumbShortTitle_IHandler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + Android.App.FragmentTransaction @@ -1029,6 +1105,10 @@ [Android.Runtime.Register("setBreadCrumbTitle", "(Ljava/lang/CharSequence;)Landroid/app/FragmentTransaction;", "GetSetBreadCrumbTitle_Ljava_lang_CharSequence_Handler")] [<Android.Runtime.Register("setBreadCrumbTitle", "(Ljava/lang/CharSequence;)Landroid/app/FragmentTransaction;", "GetSetBreadCrumbTitle_Ljava_lang_CharSequence_Handler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + Android.App.FragmentTransaction @@ -1072,6 +1152,10 @@ [Android.Runtime.Register("setBreadCrumbTitle", "(I)Landroid/app/FragmentTransaction;", "GetSetBreadCrumbTitle_IHandler")] [<Android.Runtime.Register("setBreadCrumbTitle", "(I)Landroid/app/FragmentTransaction;", "GetSetBreadCrumbTitle_IHandler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + Android.App.FragmentTransaction @@ -1156,6 +1240,10 @@ [Android.Runtime.Register("setCustomAnimations", "(II)Landroid/app/FragmentTransaction;", "GetSetCustomAnimations_IIHandler")] [<Android.Runtime.Register("setCustomAnimations", "(II)Landroid/app/FragmentTransaction;", "GetSetCustomAnimations_IIHandler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + Android.App.FragmentTransaction @@ -1200,6 +1288,10 @@ [Android.Runtime.Register("setCustomAnimations", "(IIII)Landroid/app/FragmentTransaction;", "GetSetCustomAnimations_IIIIHandler")] [<Android.Runtime.Register("setCustomAnimations", "(IIII)Landroid/app/FragmentTransaction;", "GetSetCustomAnimations_IIIIHandler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + Android.App.FragmentTransaction @@ -1248,6 +1340,10 @@ [Android.Runtime.Register("setPrimaryNavigationFragment", "(Landroid/app/Fragment;)Landroid/app/FragmentTransaction;", "GetSetPrimaryNavigationFragment_Landroid_app_Fragment_Handler", ApiSince=26)] [<Android.Runtime.Register("setPrimaryNavigationFragment", "(Landroid/app/Fragment;)Landroid/app/FragmentTransaction;", "GetSetPrimaryNavigationFragment_Landroid_app_Fragment_Handler", ApiSince=26)>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + Android.App.FragmentTransaction @@ -1288,6 +1384,10 @@ [Android.Runtime.Register("setReorderingAllowed", "(Z)Landroid/app/FragmentTransaction;", "GetSetReorderingAllowed_ZHandler", ApiSince=26)] [<Android.Runtime.Register("setReorderingAllowed", "(Z)Landroid/app/FragmentTransaction;", "GetSetReorderingAllowed_ZHandler", ApiSince=26)>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + Android.App.FragmentTransaction @@ -1332,6 +1432,10 @@ [Android.Runtime.Register("setTransition", "(I)Landroid/app/FragmentTransaction;", "GetSetTransition_IHandler")] [<Android.Runtime.Register("setTransition", "(I)Landroid/app/FragmentTransaction;", "GetSetTransition_IHandler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + Android.App.FragmentTransaction @@ -1380,6 +1484,10 @@ [Android.Runtime.Register("setTransitionStyle", "(I)Landroid/app/FragmentTransaction;", "GetSetTransitionStyle_IHandler")] [<Android.Runtime.Register("setTransitionStyle", "(I)Landroid/app/FragmentTransaction;", "GetSetTransitionStyle_IHandler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + Android.App.FragmentTransaction @@ -1422,6 +1530,10 @@ [Android.Runtime.Register("show", "(Landroid/app/Fragment;)Landroid/app/FragmentTransaction;", "GetShow_Landroid_app_Fragment_Handler")] [<Android.Runtime.Register("show", "(Landroid/app/Fragment;)Landroid/app/FragmentTransaction;", "GetShow_Landroid_app_Fragment_Handler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + Android.App.FragmentTransaction diff --git a/docs/Mono.Android/en/Android.App/Instrumentation+ActivityMonitor.xml b/docs/Mono.Android/en/Android.App/Instrumentation+ActivityMonitor.xml index 09533d91e7..ddf55090f0 100644 --- a/docs/Mono.Android/en/Android.App/Instrumentation+ActivityMonitor.xml +++ b/docs/Mono.Android/en/Android.App/Instrumentation+ActivityMonitor.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.app.Instrumentation.ActivityMonitor. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -47,9 +51,19 @@ - To be added. + Create a new ActivityMonitor that can be used for intercepting any activity to be + started. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Instrumentation.ActivityMonitor.Instrumentation$ActivityMonitor(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -167,7 +181,16 @@ Retrieve the filter associated with this ActivityMonitor. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Instrumentation.ActivityMonitor.getFilter(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -195,7 +218,16 @@ Retrieve the number of times the monitor has been hit so far. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Instrumentation.ActivityMonitor.getHits(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -221,10 +253,19 @@ Check whether this monitor blocks activity starts (not allowing the - actual activity to run) or allows them to execute normally. + actual activity to run) or allows them to execute normally. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Instrumentation.ActivityMonitor.isBlocking(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -281,10 +322,19 @@ Retrieve the most recent activity class that was seen by this - monitor. + monitor. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Instrumentation.ActivityMonitor.getLastActivity(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -433,10 +483,19 @@ Block until an Activity is created that matches this monitor, - returning the resulting activity. - To be added. + returning the resulting activity. + Activity - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Instrumentation.ActivityMonitor.waitForActivity(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -464,12 +523,21 @@ - Time to wait before the activity is created. + Time to wait in milliseconds before the activity is created. Block until an Activity is created that matches this monitor, - returning the resulting activity or till the timeOut period expires. - To be added. + returning the resulting activity or till the timeOut period expires. + Activity - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Instrumentation.ActivityMonitor.waitForActivityWithTimeout(long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/Instrumentation+ActivityResult.xml b/docs/Mono.Android/en/Android.App/Instrumentation+ActivityResult.xml index 0ad236a6b8..f7d27b578f 100644 --- a/docs/Mono.Android/en/Android.App/Instrumentation+ActivityResult.xml +++ b/docs/Mono.Android/en/Android.App/Instrumentation+ActivityResult.xml @@ -19,14 +19,18 @@ Description of a Activity execution result to return to the original - activity. + activity. - Android platform documentation + Java documentation for android.app.Instrumentation.ActivityResult. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -59,11 +63,22 @@ - To be added. - To be added. + The result code to propagate back to the + originating activity, often RESULT_CANCELED or RESULT_OK + The data to propagate back to the originating + activity. Create a new activity result. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Instrumentation.ActivityResult.Instrumentation$ActivityResult(int, android.content.Intent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -122,7 +137,16 @@ Retrieve the result code contained in this result. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Instrumentation.ActivityResult.getResultCode(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -150,7 +174,16 @@ Retrieve the data contained in this result. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Instrumentation.ActivityResult.getResultData(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/IntentService.xml b/docs/Mono.Android/en/Android.App/IntentService.xml index 6d44ad47c0..0caf387e5e 100644 --- a/docs/Mono.Android/en/Android.App/IntentService.xml +++ b/docs/Mono.Android/en/Android.App/IntentService.xml @@ -195,6 +195,10 @@ [Android.Runtime.Register("onHandleIntent", "(Landroid/content/Intent;)V", "GetOnHandleIntent_Landroid_content_Intent_Handler")] [<Android.Runtime.Register("onHandleIntent", "(Landroid/content/Intent;)V", "GetOnHandleIntent_Landroid_content_Intent_Handler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void diff --git a/docs/Mono.Android/en/Android.App/KeyguardManager+IOnKeyguardExitResult.xml b/docs/Mono.Android/en/Android.App/KeyguardManager+IOnKeyguardExitResult.xml index 629d9e6dd8..8553a4e38b 100644 --- a/docs/Mono.Android/en/Android.App/KeyguardManager+IOnKeyguardExitResult.xml +++ b/docs/Mono.Android/en/Android.App/KeyguardManager+IOnKeyguardExitResult.xml @@ -29,15 +29,19 @@ - Callback passed to to notify - caller of result. + Callback passed to KeyguardManager#exitKeyguardSecurely to notify + caller of result. - Android platform documentation + Java documentation for android.app.KeyguardManager.OnKeyguardExitResult. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -70,12 +74,20 @@ True if the user was able to authenticate, false if - not. - + not. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.KeyguardManager.OnKeyguardExitResult.onKeyguardExitResult(boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/KeyguardManager+KeyguardDismissCallback.xml b/docs/Mono.Android/en/Android.App/KeyguardManager+KeyguardDismissCallback.xml index aa68280dc1..ab6bd64489 100644 --- a/docs/Mono.Android/en/Android.App/KeyguardManager+KeyguardDismissCallback.xml +++ b/docs/Mono.Android/en/Android.App/KeyguardManager+KeyguardDismissCallback.xml @@ -18,14 +18,20 @@ - To be added. + Callback passed to + KeyguardManager#requestDismissKeyguard(Activity, KeyguardDismissCallback) + to notify caller of result. - Android platform documentation + Java documentation for android.app.KeyguardManager.KeyguardDismissCallback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -127,9 +133,18 @@ - To be added. + Called when dismissing Keyguard has been cancelled, i. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.KeyguardManager.KeyguardDismissCallback.onDismissCancelled(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -154,9 +169,18 @@ - To be added. + Called when dismissing Keyguard is currently not feasible, i. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.KeyguardManager.KeyguardDismissCallback.onDismissError(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -181,9 +205,18 @@ - To be added. + Called when dismissing Keyguard has succeeded and the device is now unlocked. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.KeyguardManager.KeyguardDismissCallback.onDismissSucceeded(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/KeyguardManager+KeyguardLock.xml b/docs/Mono.Android/en/Android.App/KeyguardManager+KeyguardLock.xml index d31a6df169..e87f6e44b7 100644 --- a/docs/Mono.Android/en/Android.App/KeyguardManager+KeyguardLock.xml +++ b/docs/Mono.Android/en/Android.App/KeyguardManager+KeyguardLock.xml @@ -22,9 +22,19 @@ - To be added. + Handle returned by KeyguardManager#newKeyguardLock that allows + you to disable / reenable the keyguard. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.KeyguardManager.KeyguardLock. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -78,7 +88,16 @@ Disable the keyguard from showing. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.KeyguardManager.KeyguardLock.disableKeyguard(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -142,7 +161,16 @@ Reenable the keyguard. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.KeyguardManager.KeyguardLock.reenableKeyguard(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/LauncherActivity+IconResizer.xml b/docs/Mono.Android/en/Android.App/LauncherActivity+IconResizer.xml index 9a866cb56f..c7c310c53e 100644 --- a/docs/Mono.Android/en/Android.App/LauncherActivity+IconResizer.xml +++ b/docs/Mono.Android/en/Android.App/LauncherActivity+IconResizer.xml @@ -26,10 +26,14 @@ - Android platform documentation + Java documentation for android.app.LauncherActivity.IconResizer. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -117,9 +121,19 @@ The icon to get a thumbnail of. Returns a Drawable representing the thumbnail of the specified Drawable. - To be added. + A thumbnail for the specified icon or the icon itself if the + thumbnail could not be created. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.LauncherActivity.IconResizer.createIconThumbnail(android.graphics.drawable.Drawable). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/LauncherActivity+ListItem.xml b/docs/Mono.Android/en/Android.App/LauncherActivity+ListItem.xml index 9d3fb831cb..6cab8010a1 100644 --- a/docs/Mono.Android/en/Android.App/LauncherActivity+ListItem.xml +++ b/docs/Mono.Android/en/Android.App/LauncherActivity+ListItem.xml @@ -22,15 +22,18 @@ - An item in the list - + An item in the list - Android platform documentation + Java documentation for android.app.LauncherActivity.ListItem. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/ListActivity.xml b/docs/Mono.Android/en/Android.App/ListActivity.xml index 18623ffd50..99c8148513 100644 --- a/docs/Mono.Android/en/Android.App/ListActivity.xml +++ b/docs/Mono.Android/en/Android.App/ListActivity.xml @@ -370,11 +370,20 @@ - To be added. + position Set the currently selected list item to the specified - position with the adapter's data + position with the adapter's data - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ListActivity.setSelection(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/ListFragment.xml b/docs/Mono.Android/en/Android.App/ListFragment.xml index 7eff13a69c..bc94beb61b 100644 --- a/docs/Mono.Android/en/Android.App/ListFragment.xml +++ b/docs/Mono.Android/en/Android.App/ListFragment.xml @@ -549,11 +549,20 @@ - To be added. + position Set the currently selected list item to the specified - position with the adapter's data + position with the adapter's data - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.ListFragment.setSelection(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/LoaderManager+ILoaderCallbacks.xml b/docs/Mono.Android/en/Android.App/LoaderManager+ILoaderCallbacks.xml index 527574ae98..ef25d51fae 100644 --- a/docs/Mono.Android/en/Android.App/LoaderManager+ILoaderCallbacks.xml +++ b/docs/Mono.Android/en/Android.App/LoaderManager+ILoaderCallbacks.xml @@ -37,10 +37,14 @@ - Android platform documentation + Java documentation for android.app.LoaderManager.LoaderCallbacks. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -76,9 +80,18 @@ The ID whose loader is to be created. Any arguments supplied by the caller. Instantiate and return a new Loader for the given ID. - To be added. + Return a new Loader instance that is ready to start loading. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.LoaderManager.LoaderCallbacks.onCreateLoader(int, android.os.Bundle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -110,10 +123,20 @@ - To be added. - To be added. + The Loader that is being reset. + Called when a previously created loader is being reset, and thus + making its data unavailable. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.LoaderManager.LoaderCallbacks.onLoaderReset(android.content.Loader<D>). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -145,11 +168,20 @@ - To be added. - To be added. - To be added. + The Loader that has finished. + The data generated by the Loader. + Called when a previously created loader has finished its load. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.LoaderManager.LoaderCallbacks.onLoadFinished(android.content.Loader<D>, D). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/LoaderManager.xml b/docs/Mono.Android/en/Android.App/LoaderManager.xml index bff25dd09a..0f5a1d7d8d 100644 --- a/docs/Mono.Android/en/Android.App/LoaderManager.xml +++ b/docs/Mono.Android/en/Android.App/LoaderManager.xml @@ -102,6 +102,10 @@ [Android.Runtime.Register("destroyLoader", "(I)V", "GetDestroyLoader_IHandler")] [<Android.Runtime.Register("destroyLoader", "(I)V", "GetDestroyLoader_IHandler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void @@ -142,6 +146,10 @@ [Android.Runtime.Register("dump", "(Ljava/lang/String;Ljava/io/FileDescriptor;Ljava/io/PrintWriter;[Ljava/lang/String;)V", "GetDump_Ljava_lang_String_Ljava_io_FileDescriptor_Ljava_io_PrintWriter_arrayLjava_lang_String_Handler")] [<Android.Runtime.Register("dump", "(Ljava/lang/String;Ljava/io/FileDescriptor;Ljava/io/PrintWriter;[Ljava/lang/String;)V", "GetDump_Ljava_lang_String_Ljava_io_FileDescriptor_Ljava_io_PrintWriter_arrayLjava_lang_String_Handler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void @@ -237,6 +245,10 @@ [Java.Interop.JavaTypeParameters(new System.String[] { "D" })] [<Java.Interop.JavaTypeParameters(new System.String[] { "D" })>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + Android.Content.Loader @@ -283,6 +295,10 @@ [Java.Interop.JavaTypeParameters(new System.String[] { "D" })] [<Java.Interop.JavaTypeParameters(new System.String[] { "D" })>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + Android.Content.Loader @@ -366,6 +382,10 @@ [Java.Interop.JavaTypeParameters(new System.String[] { "D" })] [<Java.Interop.JavaTypeParameters(new System.String[] { "D" })>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + Android.Content.Loader diff --git a/docs/Mono.Android/en/Android.App/LocalActivityManager.xml b/docs/Mono.Android/en/Android.App/LocalActivityManager.xml index 8582b654b0..6ce50adb04 100644 --- a/docs/Mono.Android/en/Android.App/LocalActivityManager.xml +++ b/docs/Mono.Android/en/Android.App/LocalActivityManager.xml @@ -668,9 +668,20 @@ Unique identifier of the activity to be started The Intent describing the activity to be started Start a new activity running in the group. - To be added. + Returns the window of the activity. The caller needs to take + care of adding this window to a view hierarchy, and likewise dealing + with removing the old window if the activity has changed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.LocalActivityManager.startActivity(java.lang.String, android.content.Intent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/Notification+Action.xml b/docs/Mono.Android/en/Android.App/Notification+Action.xml index 7de83544bb..1d1cbd49d8 100644 --- a/docs/Mono.Android/en/Android.App/Notification+Action.xml +++ b/docs/Mono.Android/en/Android.App/Notification+Action.xml @@ -31,14 +31,18 @@ - To be added. + Structure to encapsulate a named action that can be shown as part of this notification. - Android platform documentation + Java documentation for android.app.Notification.Action. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -96,7 +100,16 @@ To be added. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Notification.Action.Notification$Action(int, java.lang.CharSequence, android.app.PendingIntent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -151,10 +164,19 @@ Android.App.PendingIntent - To be added. + Intent to send when the user invokes this action. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Notification.Action.actionIntent. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -178,10 +200,20 @@ System.Boolean - To be added. + Return whether the platform should automatically generate possible replies for this + Action To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Notification.Action.getAllowGeneratedReplies(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -291,10 +323,19 @@ Android.OS.Bundle - To be added. + Get additional metadata carried around with this Action. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Notification.Action.getExtras(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -319,10 +360,20 @@ - To be added. + Get the list of inputs to be collected from the user that ONLY accept data when this + action is sent. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Notification.Action.getDataOnlyRemoteInputs(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -347,10 +398,19 @@ - To be added. + Get the list of inputs to be collected from the user when this action is sent. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Notification.Action.getRemoteInputs(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -374,10 +434,19 @@ Android.Graphics.Drawables.Icon - To be added. + Return an icon representing the action. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Notification.Action.getIcon(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -401,9 +470,21 @@ System.Boolean - To be added. + Returns whether the OS should only send this action's PendingIntent on an + unlocked device. To be added. - To be added. + + + + Java documentation for android.app.Notification.Action.isAuthenticationRequired(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -426,9 +507,20 @@ System.Boolean - To be added. + Returns whether this is a contextual Action, i. To be added. - To be added. + + + + Java documentation for android.app.Notification.Action.isContextual(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -485,9 +577,20 @@ Android.App.SemanticAction - To be added. + Returns the SemanticAction associated with this Action. To be added. - To be added. + + + + Java documentation for android.app.Notification.Action.getSemanticAction(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -518,8 +621,20 @@ 5 - To be added. - To be added. + + SemanticAction: Archive the content associated with the notification. + + + + Java documentation for android.app.Notification.Action.SEMANTIC_ACTION_ARCHIVE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -550,8 +665,20 @@ 10 - To be added. - To be added. + + SemanticAction: Call a contact, group, etc. + + + + Java documentation for android.app.Notification.Action.SEMANTIC_ACTION_CALL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -582,8 +709,20 @@ 4 - To be added. - To be added. + + SemanticAction: Delete the content associated with the notification. + + + + Java documentation for android.app.Notification.Action.SEMANTIC_ACTION_DELETE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -614,8 +753,20 @@ 2 - To be added. - To be added. + + SemanticAction: Mark content as read. + + + + Java documentation for android.app.Notification.Action.SEMANTIC_ACTION_MARK_AS_READ. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -646,8 +797,20 @@ 3 - To be added. - To be added. + + SemanticAction: Mark content as unread. + + + + Java documentation for android.app.Notification.Action.SEMANTIC_ACTION_MARK_AS_UNREAD. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -678,8 +841,20 @@ 6 - To be added. - To be added. + + SemanticAction: Mute the content associated with the notification. + + + + Java documentation for android.app.Notification.Action.SEMANTIC_ACTION_MUTE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -710,8 +885,20 @@ 0 - To be added. - To be added. + + : No semantic action defined. + + + + Java documentation for android.app.Notification.Action.SEMANTIC_ACTION_NONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -742,8 +929,21 @@ 1 - To be added. - To be added. + + SemanticAction: Reply to a conversation, chat, group, or wherever replies + may be appropriate. + + + + Java documentation for android.app.Notification.Action.SEMANTIC_ACTION_REPLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -774,8 +974,20 @@ 9 - To be added. - To be added. + + SemanticAction: Mark content with a thumbs down. + + + + Java documentation for android.app.Notification.Action.SEMANTIC_ACTION_THUMBS_DOWN. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -806,8 +1018,20 @@ 8 - To be added. - To be added. + + SemanticAction: Mark content with a thumbs up. + + + + Java documentation for android.app.Notification.Action.SEMANTIC_ACTION_THUMBS_UP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -838,8 +1062,20 @@ 7 - To be added. - To be added. + + SemanticAction: Unmute the content associated with the notification. + + + + Java documentation for android.app.Notification.Action.SEMANTIC_ACTION_UNMUTE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -924,10 +1160,19 @@ Java.Lang.ICharSequence - To be added. + Title of the action. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Notification.Action.title. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/Notification+BigPictureStyle.xml b/docs/Mono.Android/en/Android.App/Notification+BigPictureStyle.xml index 2af7503ef0..fd71bb5860 100644 --- a/docs/Mono.Android/en/Android.App/Notification+BigPictureStyle.xml +++ b/docs/Mono.Android/en/Android.App/Notification+BigPictureStyle.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.app.Notification.BigPictureStyle. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/Notification+BigTextStyle.xml b/docs/Mono.Android/en/Android.App/Notification+BigTextStyle.xml index 225549a3b3..88a9c5e97d 100644 --- a/docs/Mono.Android/en/Android.App/Notification+BigTextStyle.xml +++ b/docs/Mono.Android/en/Android.App/Notification+BigTextStyle.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.app.Notification.BigTextStyle. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/Notification+BubbleMetadata.xml b/docs/Mono.Android/en/Android.App/Notification+BubbleMetadata.xml index 59203b6b23..506cdb801e 100644 --- a/docs/Mono.Android/en/Android.App/Notification+BubbleMetadata.xml +++ b/docs/Mono.Android/en/Android.App/Notification+BubbleMetadata.xml @@ -31,8 +31,19 @@ - To be added. - To be added. + Encapsulates the information needed to display a notification as a bubble. + + + + Java documentation for android.app.Notification.BubbleMetadata. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -56,8 +67,19 @@ To be added. - To be added. - To be added. + whether this bubble should auto expand when it is posted. + + + + Java documentation for android.app.Notification.BubbleMetadata.getAutoExpandBubble(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -106,8 +128,19 @@ To be added. - To be added. - To be added. + the pending intent to send when the bubble is dismissed by a user, if one exists. + + + + Java documentation for android.app.Notification.BubbleMetadata.getDeleteIntent(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -160,8 +193,21 @@ To be added. - To be added. - To be added. + the ideal height, in DPs, for the floating window that app content defined by + #getIntent() for this bubble. A value of 0 indicates a desired height has + not been set. + + + + Java documentation for android.app.Notification.BubbleMetadata.getDesiredHeight(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -185,8 +231,21 @@ To be added. - To be added. - To be added. + the resId of ideal height for the floating window that app content defined by + #getIntent() for this bubble. A value of 0 indicates a res value has not + been provided for the desired height. + + + + Java documentation for android.app.Notification.BubbleMetadata.getDesiredHeightResId(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -210,8 +269,20 @@ To be added. - To be added. - To be added. + the icon that will be displayed for this bubble when it is collapsed, or null + if the bubble is created via Builder#Builder(String). + + + + Java documentation for android.app.Notification.BubbleMetadata.getIcon(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -235,8 +306,20 @@ To be added. - To be added. - To be added. + the pending intent used to populate the floating window for this bubble, or + null if this bubble is created via Builder#Builder(String). + + + + Java documentation for android.app.Notification.BubbleMetadata.getIntent(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -259,9 +342,22 @@ System.Boolean - To be added. - To be added. - To be added. + Indicates whether the bubble should be visually suppressed from the bubble stack if the + user is viewing the same content outside of the bubble. + whether this bubble should be suppressed when the same content is visible + outside of the bubble. + + + + Java documentation for android.app.Notification.BubbleMetadata.isBubbleSuppressable(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -284,9 +380,20 @@ System.Boolean - To be added. + Indicates whether the bubble is currently visually suppressed from the bubble stack. To be added. - To be added. + + + + Java documentation for android.app.Notification.BubbleMetadata.isBubbleSuppressed(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -309,9 +416,21 @@ System.Boolean - To be added. - To be added. - To be added. + Indicates whether the notification associated with the bubble is being visually + suppressed from the notification shade. + whether this bubble should suppress the notification when it is posted. + + + + Java documentation for android.app.Notification.BubbleMetadata.isNotificationSuppressed(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -367,8 +486,21 @@ To be added. - To be added. - To be added. + the shortcut id used for this bubble if created via + Builder#Builder(String) or null if created + via Builder#Builder(PendingIntent, Icon). + + + + Java documentation for android.app.Notification.BubbleMetadata.getShortcutId(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.App/Notification+Builder.xml b/docs/Mono.Android/en/Android.App/Notification+Builder.xml index 4971d5e2ea..47c71fa4c8 100644 --- a/docs/Mono.Android/en/Android.App/Notification+Builder.xml +++ b/docs/Mono.Android/en/Android.App/Notification+Builder.xml @@ -18,14 +18,18 @@ - Builder class for objects. + Builder class for Notification objects. - Android platform documentation + Java documentation for android.app.Notification.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -57,7 +61,16 @@ An that will be used by the Builder to construct the . The Context will not be held past the lifetime of this Builder object. Constructs a new Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Notification.Builder.Notification$Builder(android.content.Context). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -83,11 +96,24 @@ - To be added. - To be added. - To be added. + A Context that will be used by the Builder to construct the + RemoteViews. The Context will not be held past the lifetime of this Builder + object. + The constructed Notification will be posted on this + NotificationChannel. To use a NotificationChannel, it must first be + created using NotificationManager#createNotificationChannel. + Constructs a new Builder with the defaults: - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Notification.Builder.Notification$Builder(android.content.Context, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -339,10 +365,20 @@ - Build a new object. + Combine all of the options that have been set and return a new Notification + object. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Notification.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -368,10 +404,19 @@ - To be added. + Construct a RemoteViews for the final big notification layout. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Notification.Builder.createBigContentView(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -396,10 +441,19 @@ - To be added. + Construct a RemoteViews for the final 1U notification layout. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Notification.Builder.createContentView(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -424,10 +478,19 @@ - To be added. + Construct a RemoteViews for the final heads-up notification layout. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Notification.Builder.createHeadsUpContentView(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -482,10 +545,19 @@ Android.OS.Bundle - Metadata for the notification. + Get the current metadata Bundle used by this notification Builder. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Notification.Builder.getExtras(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -549,7 +621,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Notification.Builder.getNotification(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/Notification+CallStyle.xml b/docs/Mono.Android/en/Android.App/Notification+CallStyle.xml index 608dc55c2f..596f9c4e7d 100644 --- a/docs/Mono.Android/en/Android.App/Notification+CallStyle.xml +++ b/docs/Mono.Android/en/Android.App/Notification+CallStyle.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Helper class for generating large-format notifications that include a large image attachment. + + + + Java documentation for android.app.Notification.CallStyle. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.App/Notification+CarExtender.xml b/docs/Mono.Android/en/Android.App/Notification+CarExtender.xml index dcb1b7d32e..cb9ef314c1 100644 --- a/docs/Mono.Android/en/Android.App/Notification+CarExtender.xml +++ b/docs/Mono.Android/en/Android.App/Notification+CarExtender.xml @@ -31,14 +31,18 @@ - To be added. + Helper class to add Android Auto extensions to notifications. - Android platform documentation + Java documentation for android.app.Notification.CarExtender. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -59,9 +63,18 @@ - To be added. + Create a CarExtender with default options. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Notification.CarExtender.Notification$CarExtender(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -85,10 +98,19 @@ - To be added. - To be added. + The notification from which to copy options. + Create a CarExtender from the CarExtender options of an existing Notification. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Notification.CarExtender.Notification$CarExtender(android.app.Notification). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -112,10 +134,19 @@ System.Int32 - To be added. + Gets the accent color. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Notification.CarExtender.getColor(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -235,10 +266,19 @@ Android.Graphics.Bitmap - To be added. - To be added. + Gets the large icon used in this car notification, or null if no icon has been set. + The large icon for the car notification. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Notification.CarExtender.getLargeIcon(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/Notification+DecoratedCustomViewStyle.xml b/docs/Mono.Android/en/Android.App/Notification+DecoratedCustomViewStyle.xml index eb755bdb67..7cec82a50f 100644 --- a/docs/Mono.Android/en/Android.App/Notification+DecoratedCustomViewStyle.xml +++ b/docs/Mono.Android/en/Android.App/Notification+DecoratedCustomViewStyle.xml @@ -18,14 +18,18 @@ - To be added. + Notification style for custom views that are decorated by the system - Android platform documentation + Java documentation for android.app.Notification.DecoratedCustomViewStyle. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/Notification+DecoratedMediaCustomViewStyle.xml b/docs/Mono.Android/en/Android.App/Notification+DecoratedMediaCustomViewStyle.xml index 646d1ff2dc..14be55733a 100644 --- a/docs/Mono.Android/en/Android.App/Notification+DecoratedMediaCustomViewStyle.xml +++ b/docs/Mono.Android/en/Android.App/Notification+DecoratedMediaCustomViewStyle.xml @@ -18,14 +18,18 @@ - To be added. + Notification style for media custom views that are decorated by the system - Android platform documentation + Java documentation for android.app.Notification.DecoratedMediaCustomViewStyle. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/Notification+IExtender.xml b/docs/Mono.Android/en/Android.App/Notification+IExtender.xml index f9b3041324..4a697a7cab 100644 --- a/docs/Mono.Android/en/Android.App/Notification+IExtender.xml +++ b/docs/Mono.Android/en/Android.App/Notification+IExtender.xml @@ -25,14 +25,18 @@ - To be added. + Extender interface for use with Builder#extend. - Android platform documentation + Java documentation for android.app.Notification.Extender. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/Notification+InboxStyle.xml b/docs/Mono.Android/en/Android.App/Notification+InboxStyle.xml index 3b5a9a4ab8..ed85c90c40 100644 --- a/docs/Mono.Android/en/Android.App/Notification+InboxStyle.xml +++ b/docs/Mono.Android/en/Android.App/Notification+InboxStyle.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.app.Notification.InboxStyle. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/Notification+MediaStyle.xml b/docs/Mono.Android/en/Android.App/Notification+MediaStyle.xml index 3ee2804a4e..b82d047042 100644 --- a/docs/Mono.Android/en/Android.App/Notification+MediaStyle.xml +++ b/docs/Mono.Android/en/Android.App/Notification+MediaStyle.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.app.Notification.MediaStyle. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/Notification+MessagingStyle.xml b/docs/Mono.Android/en/Android.App/Notification+MessagingStyle.xml index 00adc16808..95ac390943 100644 --- a/docs/Mono.Android/en/Android.App/Notification+MessagingStyle.xml +++ b/docs/Mono.Android/en/Android.App/Notification+MessagingStyle.xml @@ -18,14 +18,19 @@ - To be added. + Helper class for generating large-format notifications that include multiple back-and-forth + messages of varying types between any number of people. - Android platform documentation + Java documentation for android.app.Notification.MessagingStyle. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -49,9 +54,24 @@ - To be added. + Required - The person displayed for any messages that are sent by the + user. Any messages added with #addMessage(Notification.MessagingStyle.Message) + who don't have a Person associated with it will be displayed as if they were sent + by this user. The user also needs to have a valid name associated with it, which will + be enforced starting in Android P. To be added. - To be added. + + + + Java documentation for android.app.Notification.MessagingStyle.Notification$MessagingStyle(android.app.Person). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -78,10 +98,22 @@ - To be added. + Required - the name to be displayed for any replies sent by the + user before the posting app reposts the notification with those messages after they've + been actually sent and in previous messages sent by the user added in + #addMessage(Notification.MessagingStyle.Message) To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Notification.MessagingStyle.Notification$MessagingStyle(java.lang.CharSequence). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -372,10 +404,19 @@ Java.Lang.ICharSequence - To be added. + Return the title to be displayed on this conversation. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Notification.MessagingStyle.getConversationTitle(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -399,10 +440,19 @@ System.Collections.Generic.IList<Android.App.Notification+MessagingStyle+Message> - To be added. + Gets the list of historic Messages in the notification. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Notification.MessagingStyle.getHistoricMessages(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -426,9 +476,21 @@ System.Boolean - To be added. + Returns true if this notification represents a group conversation, otherwise + false. To be added. - To be added. + + + + Java documentation for android.app.Notification.MessagingStyle.isGroupConversation(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -483,9 +545,19 @@ 25 - To be added. + The maximum number of messages that will be retained in the Notification itself (the + number displayed is up to the platform). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Notification.MessagingStyle.MAXIMUM_RETAINED_MESSAGES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -509,10 +581,19 @@ System.Collections.Generic.IList<Android.App.Notification+MessagingStyle+Message> - To be added. + Gets the list of Message objects that represent the notification To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Notification.MessagingStyle.getMessages(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -684,8 +765,19 @@ To be added. - To be added. - To be added. + the user to be displayed for any replies sent by the user + + + + Java documentation for android.app.Notification.MessagingStyle.getUser(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -733,10 +825,19 @@ Java.Lang.ICharSequence - To be added. + Returns the name to be displayed for any replies sent by the user To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Notification.MessagingStyle.getUserDisplayName(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/Notification+Style.xml b/docs/Mono.Android/en/Android.App/Notification+Style.xml index e76f867877..24787df3c7 100644 --- a/docs/Mono.Android/en/Android.App/Notification+Style.xml +++ b/docs/Mono.Android/en/Android.App/Notification+Style.xml @@ -18,15 +18,19 @@ - An object that can apply a rich notification style to a T:Android.App.Notification+Builder - object. + An object that can apply a rich notification style to a Notification.Builder + object. - Android platform documentation + Java documentation for android.app.Notification.Style. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -100,12 +104,20 @@ - Calls Build on the Notification Builder that this Style is attached to. - - - + Calls android.app.Notification.Builder#build() on the Builder this Style is + attached to. + the fully constructed Notification. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Notification.Style.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -196,9 +208,18 @@ Title string to use for overriding the ContentTitle. - Overrides ContentTitle in the big form of the template. + Overrides ContentTitle in the big form of the template. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Notification.Style.internalSetBigContentTitle(java.lang.CharSequence). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -221,9 +242,18 @@ Title string to use for overriding the ContentTitle. - Overrides ContentTitle in the big form of the template. + Overrides ContentTitle in the big form of the template. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Notification.Style.internalSetBigContentTitle(java.lang.CharSequence). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -253,7 +283,16 @@ The line of text to use. Set the first line of text after the detail section in the big form of the template. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Notification.Style.internalSetSummaryText(java.lang.CharSequence). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -278,7 +317,16 @@ The line of text to use. Set the first line of text after the detail section in the big form of the template. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Notification.Style.internalSetSummaryText(java.lang.CharSequence). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/Notification+WearableExtender.xml b/docs/Mono.Android/en/Android.App/Notification+WearableExtender.xml index e6260c4ef2..5ee3a2ea2d 100644 --- a/docs/Mono.Android/en/Android.App/Notification+WearableExtender.xml +++ b/docs/Mono.Android/en/Android.App/Notification+WearableExtender.xml @@ -31,14 +31,18 @@ - To be added. + Helper class to add wearable extensions to notifications. - Android platform documentation + Java documentation for android.app.Notification.WearableExtender. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -59,9 +63,19 @@ - To be added. + Create a android.app.Notification.WearableExtender with default + options. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Notification.WearableExtender.Notification$WearableExtender(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -112,10 +126,19 @@ System.Collections.Generic.IList<Android.App.Notification+Action> - To be added. + Get the wearable actions present on this notification. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Notification.WearableExtender.getActions(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -275,10 +298,19 @@ Android.Graphics.Bitmap - To be added. - To be added. + Get a background image to be displayed behind the notification content. + the background image - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Notification.WearableExtender.getBackground(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -302,10 +334,19 @@ System.String - To be added. - To be added. + Returns the bridge tag of the notification. + the bridge tag or null if not present. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Notification.WearableExtender.getBridgeTag(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -417,10 +458,20 @@ System.Int32 - To be added. - To be added. + Get the index of the notification action, if any, that was specified as the primary + action. + the action index or #UNSET_ACTION_INDEX if no action was selected. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Notification.WearableExtender.getContentAction(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -448,10 +499,19 @@ System.Int32 - To be added. + Get an icon that goes with the content of this notification. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Notification.WearableExtender.getContentIcon(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -479,10 +539,19 @@ Android.Views.GravityFlags - To be added. + Get the gravity that the content icon should have within the notification display. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Notification.WearableExtender.getContentIconGravity(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -506,10 +575,20 @@ System.Boolean - To be added. + Get whether the content intent is available when the wearable device is not connected + to a companion device. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Notification.WearableExtender.getContentIntentAvailableOffline(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -537,10 +616,19 @@ System.Int32 - To be added. + Get the custom height in pixels for the display of this notification's content. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Notification.WearableExtender.getCustomContentHeight(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -568,10 +656,20 @@ Android.App.WearableSizePreset - To be added. + Get the custom size preset for the display of this notification out of the available + presets found in android.app.Notification.WearableExtender, e. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Notification.WearableExtender.getCustomSizePreset(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -595,10 +693,19 @@ System.String - To be added. - To be added. + Returns the dismissal id of the notification. + the dismissal id of the notification or null if it has not been set. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Notification.WearableExtender.getDismissalId(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -626,10 +733,20 @@ Android.App.PendingIntent - To be added. + Get the intent to launch inside of an activity view when displaying this + notification. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Notification.WearableExtender.getDisplayIntent(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -691,10 +808,19 @@ Android.Views.GravityFlags - To be added. + Get the gravity that this notification should have within the available viewport space. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Notification.WearableExtender.getGravity(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -722,10 +848,23 @@ System.Boolean - To be added. - To be added. + Get a hint that this notification's BigPictureStyle (if present) should be + converted to low-bit and displayed in ambient mode, especially useful for barcodes and + qr codes, as well as other simple black-and-white tickets. + + true if it should be displayed in ambient, false otherwise + otherwise. The default value is false if this was never set. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Notification.WearableExtender.getHintAmbientBigPicture(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -753,10 +892,23 @@ System.Boolean - To be added. - To be added. + Get a hint that this notification's background should not be clipped if possible, + and should instead be resized to fully display on the screen, retaining the aspect + ratio of the image. + + true if it's ok if the background is clipped on the screen, false + otherwise. The default value is false if this was never set. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Notification.WearableExtender.getHintAvoidBackgroundClipping(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -780,10 +932,22 @@ System.Boolean - To be added. - To be added. + Get a hint that this notification's content intent will launch an Activity + directly, telling the platform that it can generate the appropriate transitions + + true if the content intent will launch an activity and transitions should + be generated, false otherwise. The default value is false if this was never set. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Notification.WearableExtender.getHintContentIntentLaunchesActivity(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -811,10 +975,21 @@ System.Boolean - To be added. - To be added. + Get a hint that this notification's icon should not be displayed. + + true if this icon should not be displayed, false otherwise. + The default value is false if this was never set. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Notification.WearableExtender.getHintHideIcon(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -842,10 +1017,21 @@ System.Int32 - To be added. - To be added. + Get the duration, in milliseconds, that the screen should remain on for + when this notification is displayed. + the duration in milliseconds if > 0, or either one of the sentinel values + #SCREEN_TIMEOUT_SHORT or #SCREEN_TIMEOUT_LONG. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Notification.WearableExtender.getHintScreenTimeout(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -873,10 +1059,20 @@ System.Boolean - To be added. + Get a visual hint that only the background image of this notification should be + displayed, and other semantic content should be hidden. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Notification.WearableExtender.getHintShowBackgroundOnly(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -938,10 +1134,19 @@ System.Collections.Generic.IList<Android.App.Notification> - To be added. - To be added. + Get the array of additional pages of content for displaying this notification. + the pages for this notification - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Notification.WearableExtender.getPages(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -970,9 +1175,19 @@ -1 - To be added. + Sentinel value for use with #setHintScreenTimeout to keep the screen on + for a longer amount of time when this notification is displayed on the screen. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Notification.WearableExtender.SCREEN_TIMEOUT_LONG. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1001,9 +1216,19 @@ 0 - To be added. + Sentinel value for use with #setHintScreenTimeout to keep the screen on for a + short amount of time when this notification is displayed on the screen. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Notification.WearableExtender.SCREEN_TIMEOUT_SHORT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1654,10 +1879,21 @@ System.Boolean - To be added. + Get whether the scrolling position for the contents of this notification should start + at the bottom of the contents instead of the top when the contents are too long to + display within the screen. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Notification.WearableExtender.getStartScrollBottom(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1744,9 +1980,18 @@ -1 - To be added. + Sentinel value for an action index that is unset. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Notification.WearableExtender.UNSET_ACTION_INDEX. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/Notification.xml b/docs/Mono.Android/en/Android.App/Notification.xml index c82788cf26..cadf82c076 100644 --- a/docs/Mono.Android/en/Android.App/Notification.xml +++ b/docs/Mono.Android/en/Android.App/Notification.xml @@ -4991,18 +4991,28 @@ - The context for your application or activity. + The context for your application / activity. The title that goes in the expanded entry. The text that goes in the expanded entry. The intent to launch when the user clicks the expanded notification. - If this is an activity, it must include the - flag, which requires - that you take care of task management as described in the - Tasks and Back Stack document. - Sets the P:Android.App.Notification.ContentView) field to be a view with the standard "Latest Event" - layout. + If this is an activity, it must include the + android.content.Intent#FLAG_ACTIVITY_NEW_TASK flag, which requires + that you take care of task management as described in the + Tasks and Back + Stack document. + Sets the #contentView field to be a view with the standard "Latest Event" + layout. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Notification.setLatestEventInfo(android.content.Context, java.lang.CharSequence, java.lang.CharSequence, android.app.PendingIntent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -5036,10 +5046,25 @@ The context for your application / activity. The title that goes in the expanded entry. The text that goes in the expanded entry. - The intent to launch when the user clicks the expanded notification. If this is an activity, it must include the flag, which requires that you take care of task management as described in the Tasks and Back Stack document. - Sets the property to be a view with the standard "Latest Event" layout. Uses the and fields to set the icon and time fields in the view. + The intent to launch when the user clicks the expanded notification. + If this is an activity, it must include the + android.content.Intent#FLAG_ACTIVITY_NEW_TASK flag, which requires + that you take care of task management as described in the + Tasks and Back + Stack document. + Sets the #contentView field to be a view with the standard "Latest Event" + layout. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Notification.setLatestEventInfo(android.content.Context, java.lang.CharSequence, java.lang.CharSequence, android.app.PendingIntent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/NotificationManager+Policy.xml b/docs/Mono.Android/en/Android.App/NotificationManager+Policy.xml index 47ea2398a4..2f504b9028 100644 --- a/docs/Mono.Android/en/Android.App/NotificationManager+Policy.xml +++ b/docs/Mono.Android/en/Android.App/NotificationManager+Policy.xml @@ -31,14 +31,18 @@ - To be added. + Notification policy configuration. - Android platform documentation + Java documentation for android.app.NotificationManager.Policy. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -108,12 +112,21 @@ - To be added. - To be added. - To be added. - To be added. + bitmask of categories of notifications that can bypass DND. + which callers can bypass DND. + which message senders can bypass DND. + Constructs a policy for Do Not Disturb priority mode behavior. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.NotificationManager.Policy.NotificationManager$Policy(int, int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -161,13 +174,23 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + bitmask of categories of notifications that can bypass DND. + which callers can bypass DND. + which message senders can bypass DND. + which visual interruptions should be suppressed from + notifications that are filtered by DND. + Constructs a policy for Do Not Disturb priority mode behavior. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.NotificationManager.Policy.NotificationManager$Policy(int, int, int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -216,13 +239,25 @@ - To be added. - To be added. - To be added. - To be added. To be added. - To be added. - To be added. + bitmask of categories of notifications that can bypass DND. + which callers can bypass DND. + which message senders can bypass DND. + which visual interruptions should be suppressed from + notifications that are filtered by DND. + Constructs a policy for Do Not Disturb priority mode behavior. + + + + Java documentation for android.app.NotificationManager.Policy.NotificationManager$Policy(int, int, int, int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -253,8 +288,19 @@ 1 - To be added. - To be added. + Used to indicate all conversations can bypass dnd. + + + + Java documentation for android.app.NotificationManager.Policy.CONVERSATION_SENDERS_ANYONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -285,8 +331,19 @@ 2 - To be added. - To be added. + Used to indicate important conversations can bypass dnd. + + + + Java documentation for android.app.NotificationManager.Policy.CONVERSATION_SENDERS_IMPORTANT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -317,8 +374,19 @@ 3 - To be added. - To be added. + Used to indicate no conversations can bypass dnd. + + + + Java documentation for android.app.NotificationManager.Policy.CONVERSATION_SENDERS_NONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -541,8 +609,19 @@ 256 - To be added. - To be added. + Conversations are allowed through DND. + + + + Java documentation for android.app.NotificationManager.Policy.PRIORITY_CATEGORY_CONVERSATIONS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -565,9 +644,20 @@ System.Int32 - To be added. + Notification senders to prioritize for conversations. To be added. - To be added. + + + + Java documentation for android.app.NotificationManager.Policy.priorityConversationSenders. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -667,8 +757,20 @@ 128 - To be added. - To be added. + Whether notification intercepted by DND are prevented from appearing on ambient displays + on devices that support ambient display. + + + + Java documentation for android.app.NotificationManager.Policy.SUPPRESSED_EFFECT_AMBIENT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -699,8 +801,20 @@ 64 - To be added. - To be added. + Whether NotificationChannel#canShowBadge() badges from + notifications intercepted by DND are blocked on devices that support badging. + + + + Java documentation for android.app.NotificationManager.Policy.SUPPRESSED_EFFECT_BADGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -731,8 +845,20 @@ 4 - To be added. - To be added. + Whether Notification#fullScreenIntent full screen intents from + notifications intercepted by DND are blocked. + + + + Java documentation for android.app.NotificationManager.Policy.SUPPRESSED_EFFECT_FULL_SCREEN_INTENT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -763,8 +889,20 @@ 8 - To be added. - To be added. + Whether NotificationChannel#shouldShowLights() notification lights from + notifications intercepted by DND are blocked. + + + + Java documentation for android.app.NotificationManager.Policy.SUPPRESSED_EFFECT_LIGHTS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -795,8 +933,21 @@ 256 - To be added. - To be added. + Whether notification intercepted by DND are prevented from appearing in notification + list views like the notification shade or lockscreen on devices that support those + views. + + + + Java documentation for android.app.NotificationManager.Policy.SUPPRESSED_EFFECT_NOTIFICATION_LIST. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -827,8 +978,19 @@ 16 - To be added. - To be added. + Whether notifications intercepted by DND are prevented from peeking. + + + + Java documentation for android.app.NotificationManager.Policy.SUPPRESSED_EFFECT_PEEK. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -859,9 +1021,18 @@ 1 - To be added. + Whether notifications suppressed by DND should not interrupt visually (e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.NotificationManager.Policy.SUPPRESSED_EFFECT_SCREEN_OFF. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -893,9 +1064,19 @@ 2 - To be added. + Whether notifications suppressed by DND should not interrupt visually when the screen + is on (e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.NotificationManager.Policy.SUPPRESSED_EFFECT_SCREEN_ON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -927,8 +1108,20 @@ 32 - To be added. - To be added. + Whether notifications intercepted by DND are prevented from appearing in the status bar, + on devices that support status bars. + + + + Java documentation for android.app.NotificationManager.Policy.SUPPRESSED_EFFECT_STATUS_BAR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.App/PendingIntent+CanceledException.xml b/docs/Mono.Android/en/Android.App/PendingIntent+CanceledException.xml index ae59cbb305..5451223fa4 100644 --- a/docs/Mono.Android/en/Android.App/PendingIntent+CanceledException.xml +++ b/docs/Mono.Android/en/Android.App/PendingIntent+CanceledException.xml @@ -19,14 +19,18 @@ Exception thrown when trying to send through a PendingIntent that - has been canceled or is otherwise no longer able to execute the request. + has been canceled or is otherwise no longer able to execute the request. - Android platform documentation + Java documentation for android.app.PendingIntent.CanceledException. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/PendingIntent+IOnFinished.xml b/docs/Mono.Android/en/Android.App/PendingIntent+IOnFinished.xml index a351caccc8..7728615519 100644 --- a/docs/Mono.Android/en/Android.App/PendingIntent+IOnFinished.xml +++ b/docs/Mono.Android/en/Android.App/PendingIntent+IOnFinished.xml @@ -26,14 +26,18 @@ Callback interface for discovering when a send operation has - completed. + completed. - Android platform documentation + Java documentation for android.app.PendingIntent.OnFinished. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -76,11 +80,19 @@ The original Intent that was sent. The final result code determined by the send. The final data collected by a broadcast. - The final extras collected by a broadcast. - + The final extras collected by a broadcast. Called when a send operation as completed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.PendingIntent.OnFinished.onSendFinished(android.app.PendingIntent, android.content.Intent, int, java.lang.String, android.os.Bundle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/Person+Builder.xml b/docs/Mono.Android/en/Android.App/Person+Builder.xml index 70cddb2bf6..5d03eaead2 100644 --- a/docs/Mono.Android/en/Android.App/Person+Builder.xml +++ b/docs/Mono.Android/en/Android.App/Person+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Builder for the immutable Person class. + + + + Java documentation for android.app.Person.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -39,8 +50,19 @@ - To be added. - To be added. + Creates a new, empty Builder. + + + + Java documentation for android.app.Person.Builder.Person$Builder(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -85,9 +107,20 @@ - To be added. + Creates and returns the Person this builder represents. To be added. - To be added. + + + + Java documentation for android.app.Person.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.App/PictureInPictureParams+Builder.xml b/docs/Mono.Android/en/Android.App/PictureInPictureParams+Builder.xml index 67a1fae3bf..00399a1138 100644 --- a/docs/Mono.Android/en/Android.App/PictureInPictureParams+Builder.xml +++ b/docs/Mono.Android/en/Android.App/PictureInPictureParams+Builder.xml @@ -18,14 +18,18 @@ - To be added. + Builder class for PictureInPictureParams objects. - Android platform documentation + Java documentation for android.app.PictureInPictureParams.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -97,9 +101,19 @@ To be added. - To be added. + an immutable PictureInPictureParams to be used when entering or updating + the activity in picture-in-picture. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.PictureInPictureParams.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/Presentation.xml b/docs/Mono.Android/en/Android.App/Presentation.xml index 6f5a8086c3..6705c52ea5 100644 --- a/docs/Mono.Android/en/Android.App/Presentation.xml +++ b/docs/Mono.Android/en/Android.App/Presentation.xml @@ -127,8 +127,8 @@ android.view.WindowManager.InvalidDisplayException when invoking #show(). The display to which the presentation should be attached. A style resource describing the theme to use for the window. - See <a href="[TODO: @docRoot]guide/topics/resources/available-resources.html#stylesandthemes"> - Style and Theme Resources</a> for more information about defining and using + See + Style and Theme Resources for more information about defining and using styles. This theme is applied on top of the current theme in <var>outerContext</var>. If 0, the default presentation theme will be used. Creates a new presentation that is attached to the specified display diff --git a/docs/Mono.Android/en/Android.App/RemoteInput+Builder.xml b/docs/Mono.Android/en/Android.App/RemoteInput+Builder.xml index 0260210f5e..6db2c7ae0f 100644 --- a/docs/Mono.Android/en/Android.App/RemoteInput+Builder.xml +++ b/docs/Mono.Android/en/Android.App/RemoteInput+Builder.xml @@ -18,14 +18,18 @@ - To be added. + Builder class for RemoteInput objects. - Android platform documentation + Java documentation for android.app.RemoteInput.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -49,10 +53,19 @@ - To be added. - To be added. + the Bundle key that refers to this input when collected from the user + Create a builder object for RemoteInput objects. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.RemoteInput.Builder.RemoteInput$Builder(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -108,10 +121,20 @@ - To be added. + Combine all of the options that have been set and return a new RemoteInput + object. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.RemoteInput.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -135,10 +158,19 @@ Android.OS.Bundle - To be added. + Get the metadata Bundle used by this Builder. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.RemoteInput.Builder.getExtras(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/SearchManager+IOnCancelListener.xml b/docs/Mono.Android/en/Android.App/SearchManager+IOnCancelListener.xml index c802d7d1ee..39da97ca82 100644 --- a/docs/Mono.Android/en/Android.App/SearchManager+IOnCancelListener.xml +++ b/docs/Mono.Android/en/Android.App/SearchManager+IOnCancelListener.xml @@ -25,15 +25,19 @@ - See for configuring your activity to monitor - search UI state. + See SearchManager#setOnCancelListener for configuring your activity to monitor + search UI state. - Android platform documentation + Java documentation for android.app.SearchManager.OnCancelListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -61,7 +65,16 @@ This method will be called when the search UI is canceled. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.SearchManager.OnCancelListener.onCancel(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/SearchManager+IOnDismissListener.xml b/docs/Mono.Android/en/Android.App/SearchManager+IOnDismissListener.xml index 31cf290be4..c20de8ea21 100644 --- a/docs/Mono.Android/en/Android.App/SearchManager+IOnDismissListener.xml +++ b/docs/Mono.Android/en/Android.App/SearchManager+IOnDismissListener.xml @@ -25,15 +25,19 @@ - See for configuring your activity to monitor - search UI state. + See SearchManager#setOnDismissListener for configuring your activity to monitor + search UI state. - Android platform documentation + Java documentation for android.app.SearchManager.OnDismissListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -61,7 +65,16 @@ This method will be called when the search UI is dismissed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.SearchManager.OnDismissListener.onDismiss(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/Service.xml b/docs/Mono.Android/en/Android.App/Service.xml index 44e91f09c9..0fae1daa49 100644 --- a/docs/Mono.Android/en/Android.App/Service.xml +++ b/docs/Mono.Android/en/Android.App/Service.xml @@ -757,7 +757,16 @@ To be added. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.Service.setForeground(boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/SharedElementCallback+IOnSharedElementsReadyListener.xml b/docs/Mono.Android/en/Android.App/SharedElementCallback+IOnSharedElementsReadyListener.xml index 47505ec077..7cd50a4c91 100644 --- a/docs/Mono.Android/en/Android.App/SharedElementCallback+IOnSharedElementsReadyListener.xml +++ b/docs/Mono.Android/en/Android.App/SharedElementCallback+IOnSharedElementsReadyListener.xml @@ -25,14 +25,20 @@ - To be added. + Listener to be called after SharedElementCallback#onSharedElementsArrived(List, List, OnSharedElementsReadyListener) + when the shared elements are ready to be hidden in the source Activity and shown in the + destination Activity. - Android platform documentation + Java documentation for android.app.SharedElementCallback.OnSharedElementsReadyListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -57,9 +63,21 @@ - To be added. + Call this method during or after the OnSharedElementsReadyListener has been received + in SharedElementCallback#onSharedElementsArrived(List, List, + OnSharedElementsReadyListener) to indicate that the shared elements are ready to be + hidden in the source and shown in the destination Activity. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.SharedElementCallback.OnSharedElementsReadyListener.onSharedElementsReady(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/TimePickerDialog+IOnTimeSetListener.xml b/docs/Mono.Android/en/Android.App/TimePickerDialog+IOnTimeSetListener.xml index b4bb8f5f87..ab5b240b6a 100644 --- a/docs/Mono.Android/en/Android.App/TimePickerDialog+IOnTimeSetListener.xml +++ b/docs/Mono.Android/en/Android.App/TimePickerDialog+IOnTimeSetListener.xml @@ -26,14 +26,18 @@ The callback interface used to indicate the user is done filling in - the time (they clicked on the 'Set' button). + the time (e. - Android platform documentation + Java documentation for android.app.TimePickerDialog.OnTimeSetListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -63,14 +67,22 @@ - The view associated with this listener. - The hour that was set. - The minute that was set. - - - + the view associated with this listener + the hour that was set + the minute that was set + Called when the user is done setting a new time and the dialog has + closed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.TimePickerDialog.OnTimeSetListener.onTimeSet(android.widget.TimePicker, int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/UiAutomation+IAccessibilityEventFilter.xml b/docs/Mono.Android/en/Android.App/UiAutomation+IAccessibilityEventFilter.xml index 3cd37b64df..502c0cee2e 100644 --- a/docs/Mono.Android/en/Android.App/UiAutomation+IAccessibilityEventFilter.xml +++ b/docs/Mono.Android/en/Android.App/UiAutomation+IAccessibilityEventFilter.xml @@ -29,10 +29,14 @@ - Android platform documentation + Java documentation for android.app.UiAutomation.AccessibilityEventFilter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -61,11 +65,21 @@ The event to process. + The event to process. Callback for determining whether an event is accepted or - it is filtered out. - To be added. + it is filtered out. + True if the event is accepted, false to filter it out. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.UiAutomation.AccessibilityEventFilter.accept(android.view.accessibility.AccessibilityEvent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/UiAutomation+IOnAccessibilityEventListener.xml b/docs/Mono.Android/en/Android.App/UiAutomation+IOnAccessibilityEventListener.xml index 627669f594..8bc9620993 100644 --- a/docs/Mono.Android/en/Android.App/UiAutomation+IOnAccessibilityEventListener.xml +++ b/docs/Mono.Android/en/Android.App/UiAutomation+IOnAccessibilityEventListener.xml @@ -25,14 +25,18 @@ - Listener for observing the stream. + Listener for observing the AccessibilityEvent stream. - Android platform documentation + Java documentation for android.app.UiAutomation.OnAccessibilityEventListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -62,9 +66,19 @@ The received event. - Callback for receiving an . + The received event. + Callback for receiving an AccessibilityEvent. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.UiAutomation.OnAccessibilityEventListener.onAccessibilityEvent(android.view.accessibility.AccessibilityEvent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/VoiceInteractor+AbortVoiceRequest.xml b/docs/Mono.Android/en/Android.App/VoiceInteractor+AbortVoiceRequest.xml index 1493a80f9b..f9171bcb04 100644 --- a/docs/Mono.Android/en/Android.App/VoiceInteractor+AbortVoiceRequest.xml +++ b/docs/Mono.Android/en/Android.App/VoiceInteractor+AbortVoiceRequest.xml @@ -18,14 +18,19 @@ - To be added. + Reports that the current interaction can not be complete with voice, so the + application will need to switch to a traditional input UI. - Android platform documentation + Java documentation for android.app.VoiceInteractor.AbortVoiceRequest. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/VoiceInteractor+CommandRequest.xml b/docs/Mono.Android/en/Android.App/VoiceInteractor+CommandRequest.xml index d9e8d62447..2e01f57587 100644 --- a/docs/Mono.Android/en/Android.App/VoiceInteractor+CommandRequest.xml +++ b/docs/Mono.Android/en/Android.App/VoiceInteractor+CommandRequest.xml @@ -18,14 +18,18 @@ - To be added. + Execute a vendor-specific command using the trusted system VoiceInteractionService. - Android platform documentation + Java documentation for android.app.VoiceInteractor.CommandRequest. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -73,11 +77,20 @@ - To be added. - To be added. - To be added. + The desired command to perform. + Additional arguments to control execution of the command. + Create a new generic command request. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.VoiceInteractor.CommandRequest.VoiceInteractor$CommandRequest(java.lang.String, android.os.Bundle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -138,9 +151,18 @@ To be added. To be added. - To be added. + Results for CommandRequest can be returned in partial chunks. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.VoiceInteractor.CommandRequest.onCommandResult(boolean, android.os.Bundle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/VoiceInteractor+CompleteVoiceRequest.xml b/docs/Mono.Android/en/Android.App/VoiceInteractor+CompleteVoiceRequest.xml index a49c7ce2b2..fb0ce2a08c 100644 --- a/docs/Mono.Android/en/Android.App/VoiceInteractor+CompleteVoiceRequest.xml +++ b/docs/Mono.Android/en/Android.App/VoiceInteractor+CompleteVoiceRequest.xml @@ -18,14 +18,19 @@ - To be added. + Reports that the current interaction was successfully completed with voice, so the + application can report the final status to the user. - Android platform documentation + Java documentation for android.app.VoiceInteractor.CompleteVoiceRequest. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/VoiceInteractor+ConfirmationRequest.xml b/docs/Mono.Android/en/Android.App/VoiceInteractor+ConfirmationRequest.xml index 43138bda83..ad1fcb4d59 100644 --- a/docs/Mono.Android/en/Android.App/VoiceInteractor+ConfirmationRequest.xml +++ b/docs/Mono.Android/en/Android.App/VoiceInteractor+ConfirmationRequest.xml @@ -18,14 +18,19 @@ - To be added. + Confirms an operation with the user via the trusted system + VoiceInteractionService. - Android platform documentation + Java documentation for android.app.VoiceInteractor.ConfirmationRequest. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -136,11 +141,20 @@ - To be added. - To be added. - To be added. + Whether the user confirmed or rejected the operation. + Additional result information or null. + Handle the confirmation result. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.VoiceInteractor.ConfirmationRequest.onConfirmationResult(boolean, android.os.Bundle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/VoiceInteractor+PickOptionRequest.xml b/docs/Mono.Android/en/Android.App/VoiceInteractor+PickOptionRequest.xml index ded4670313..7c376d5a1c 100644 --- a/docs/Mono.Android/en/Android.App/VoiceInteractor+PickOptionRequest.xml +++ b/docs/Mono.Android/en/Android.App/VoiceInteractor+PickOptionRequest.xml @@ -18,14 +18,19 @@ - To be added. + Select a single option from multiple potential options with the user via the trusted system + VoiceInteractionService. - Android platform documentation + Java documentation for android.app.VoiceInteractor.PickOptionRequest. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/VoiceInteractor+Prompt.xml b/docs/Mono.Android/en/Android.App/VoiceInteractor+Prompt.xml index a935fc4fd1..b59789accc 100644 --- a/docs/Mono.Android/en/Android.App/VoiceInteractor+Prompt.xml +++ b/docs/Mono.Android/en/Android.App/VoiceInteractor+Prompt.xml @@ -31,14 +31,19 @@ - To be added. + A set of voice prompts to use with the voice interaction system to confirm an action, select + an option, or do similar operations. - Android platform documentation + Java documentation for android.app.VoiceInteractor.Prompt. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -63,9 +68,18 @@ To be added. - To be added. + Constructs a prompt set with single prompt used for all interactions. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.VoiceInteractor.Prompt.VoiceInteractor$Prompt(java.lang.CharSequence). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -117,11 +131,20 @@ - To be added. - To be added. - To be added. + An array of one or more voice prompts. Must not be empty or null. + A prompt to display on the screen. Must not be null. + Constructs a prompt set. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.VoiceInteractor.Prompt.VoiceInteractor$Prompt(java.lang.CharSequence[], java.lang.CharSequence). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -198,10 +221,19 @@ - To be added. + Returns the number of different voice prompts. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.VoiceInteractor.Prompt.countVoicePrompts(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -281,10 +313,19 @@ To be added. - To be added. + Returns a prompt to use for voice interactions. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.VoiceInteractor.Prompt.getVoicePromptAt(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -312,10 +353,19 @@ To be added. - To be added. + Returns a prompt to use for voice interactions. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.VoiceInteractor.Prompt.getVoicePromptAt(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -456,10 +506,19 @@ Java.Lang.ICharSequence - To be added. + Returns the prompt to use for visual display. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.VoiceInteractor.Prompt.getVisualPrompt(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/VoiceInteractor+Request.xml b/docs/Mono.Android/en/Android.App/VoiceInteractor+Request.xml index cce8b2ef9a..12ea27f8f5 100644 --- a/docs/Mono.Android/en/Android.App/VoiceInteractor+Request.xml +++ b/docs/Mono.Android/en/Android.App/VoiceInteractor+Request.xml @@ -18,14 +18,18 @@ - To be added. + Base class for voice interaction requests that can be submitted to the interactor. - Android platform documentation + Java documentation for android.app.VoiceInteractor.Request. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -72,10 +76,19 @@ Android.App.Activity - To be added. + Return the current Activity this request is associated with. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.VoiceInteractor.Request.getActivity(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -100,9 +113,18 @@ - To be added. + Cancel this active request. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.VoiceInteractor.Request.cancel(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -126,10 +148,19 @@ Android.Content.Context - To be added. + Return the current Context this request is associated with. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.VoiceInteractor.Request.getContext(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -184,10 +215,20 @@ System.String - To be added. + Return the name this request was submitted through + #submitRequest(android.app.VoiceInteractor.Request, String). To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.VoiceInteractor.Request.getName(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -215,9 +256,19 @@ To be added. - To be added. + The request is now attached to an activity, or being re-attached to a new activity + after a configuration change. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.VoiceInteractor.Request.onAttached(android.app.Activity). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -242,9 +293,20 @@ - To be added. + Report from voice interaction service: this operation has been canceled, typically + as a completion of a previous call to #cancel or when the user explicitly + cancelled. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.VoiceInteractor.Request.onCancel(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -269,9 +331,18 @@ - To be added. + The request is being detached from an activity. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.VoiceInteractor.Request.onDetached(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/WallpaperManager+IOnColorsChangedListener.xml b/docs/Mono.Android/en/Android.App/WallpaperManager+IOnColorsChangedListener.xml index ff599d7e73..0877e14b86 100644 --- a/docs/Mono.Android/en/Android.App/WallpaperManager+IOnColorsChangedListener.xml +++ b/docs/Mono.Android/en/Android.App/WallpaperManager+IOnColorsChangedListener.xml @@ -25,14 +25,18 @@ - To be added. + Interface definition for a callback to be invoked when colors change on a wallpaper. - Android platform documentation + Java documentation for android.app.WallpaperManager.OnColorsChangedListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -60,11 +64,20 @@ - To be added. - To be added. - To be added. + Wallpaper color info + A combination of #FLAG_LOCK and #FLAG_SYSTEM + Called when colors change. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.app.WallpaperManager.OnColorsChangedListener.onColorsChanged(android.app.WallpaperColors, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.App/WallpaperManager.xml b/docs/Mono.Android/en/Android.App/WallpaperManager.xml index cf27cb2cf3..1113324f56 100644 --- a/docs/Mono.Android/en/Android.App/WallpaperManager.xml +++ b/docs/Mono.Android/en/Android.App/WallpaperManager.xml @@ -1685,16 +1685,22 @@ - To be added. - To be added. - To be added. - To be added. - Change the current system wallpaper to a bitmap. - To be added. + A bitmap that will supply the wallpaper imagery. + The rectangular subregion of fullImage that should be + displayed as wallpaper. Passing null for this parameter means that + the full image should be displayed if possible given the image's and device's + aspect ratios, etc. + + true if the OS is permitted to back up this wallpaper + image for restore to a future device; false otherwise. + Flags indicating which wallpaper(s) to configure with the new imagery. + Version of #setBitmap(Bitmap, Rect, boolean) that allows the caller + to specify which of the supported wallpaper categories to set. + An integer ID assigned to the newly active wallpaper; or zero on failure. - Java documentation for android.app.WallpaperManager.setBitmap(android.graphics.Bitmap). + Java documentation for android.app.WallpaperManager.setBitmap(android.graphics.Bitmap, android.graphics.Rect, boolean, int). @@ -1832,13 +1838,14 @@ The resource ID of the bitmap to be used as the wallpaper image - To be added. - Change the current system wallpaper to the bitmap in the given resource. - To be added. + Flags indicating which wallpaper(s) to configure with the new imagery + Version of #setResource(int) that allows the caller to specify which + of the supported wallpaper categories to set. + An integer ID assigned to the newly active wallpaper; or zero on failure. - Java documentation for android.app.WallpaperManager.setResource(int). + Java documentation for android.app.WallpaperManager.setResource(int, int). @@ -1991,15 +1998,21 @@ A stream containing the raw data to install as a wallpaper. This data can be in any format handled by BitmapRegionDecoder. - To be added. - To be added. - To be added. - Change the current system wallpaper to a specific byte stream. - To be added. + The rectangular subregion of the streamed image that should be + displayed as wallpaper. Passing null for this parameter means that + the full image should be displayed if possible given the image's and device's + aspect ratios, etc. + + true if the OS is permitted to back up this wallpaper + image for restore to a future device; false otherwise. + Flags indicating which wallpaper(s) to configure with the new imagery. + Version of #setStream(InputStream, Rect, boolean) that allows the caller + to specify which of the supported wallpaper categories to set. + An integer ID assigned to the newly active wallpaper; or zero on failure. - Java documentation for android.app.WallpaperManager.setStream(java.io.InputStream). + Java documentation for android.app.WallpaperManager.setStream(java.io.InputStream, android.graphics.Rect, boolean, int). diff --git a/docs/Mono.Android/en/Android.Appwidget/AppWidgetHost.xml b/docs/Mono.Android/en/Android.Appwidget/AppWidgetHost.xml index 78dab498b0..a6f18cbffb 100644 --- a/docs/Mono.Android/en/Android.Appwidget/AppWidgetHost.xml +++ b/docs/Mono.Android/en/Android.Appwidget/AppWidgetHost.xml @@ -414,9 +414,20 @@ - To be added. - To be added. - To be added. + appWidgetId + Called when the app widget is removed for appWidgetId + + + + Java documentation for android.appwidget.AppWidgetHost.onAppWidgetRemoved(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Appwidget/AppWidgetManager.xml b/docs/Mono.Android/en/Android.Appwidget/AppWidgetManager.xml index 62543360f9..e16ad1052b 100644 --- a/docs/Mono.Android/en/Android.Appwidget/AppWidgetManager.xml +++ b/docs/Mono.Android/en/Android.Appwidget/AppWidgetManager.xml @@ -453,11 +453,21 @@ - To be added. - To be added. - To be added. + The AppWidget instance for which to set the RemoteViews. + The android.content.BroadcastReceiver that will be the AppWidget + provider for this AppWidget. + Set the component for a given appWidgetId. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.appwidget.AppWidgetManager.bindAppWidgetId(int, android.content.ComponentName). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Bluetooth.LE/AdvertiseData+Builder.xml b/docs/Mono.Android/en/Android.Bluetooth.LE/AdvertiseData+Builder.xml index 830ed8b39c..98d2ed2189 100644 --- a/docs/Mono.Android/en/Android.Bluetooth.LE/AdvertiseData+Builder.xml +++ b/docs/Mono.Android/en/Android.Bluetooth.LE/AdvertiseData+Builder.xml @@ -18,14 +18,18 @@ - To be added. + Builder for AdvertiseData. - Android platform documentation + Java documentation for android.bluetooth.le.AdvertiseData.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -199,10 +203,19 @@ - To be added. + Build the AdvertiseData. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.bluetooth.le.AdvertiseData.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Bluetooth.LE/AdvertiseSettings+Builder.xml b/docs/Mono.Android/en/Android.Bluetooth.LE/AdvertiseSettings+Builder.xml index f3e3f157f9..2207f4ee85 100644 --- a/docs/Mono.Android/en/Android.Bluetooth.LE/AdvertiseSettings+Builder.xml +++ b/docs/Mono.Android/en/Android.Bluetooth.LE/AdvertiseSettings+Builder.xml @@ -18,14 +18,18 @@ - To be added. + Builder class for AdvertiseSettings. - Android platform documentation + Java documentation for android.bluetooth.le.AdvertiseSettings.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -73,10 +77,19 @@ - To be added. + Build the AdvertiseSettings object. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.bluetooth.le.AdvertiseSettings.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Bluetooth.LE/AdvertisingSetParameters+Builder.xml b/docs/Mono.Android/en/Android.Bluetooth.LE/AdvertisingSetParameters+Builder.xml index ce88dd8e69..abdbf31803 100644 --- a/docs/Mono.Android/en/Android.Bluetooth.LE/AdvertisingSetParameters+Builder.xml +++ b/docs/Mono.Android/en/Android.Bluetooth.LE/AdvertisingSetParameters+Builder.xml @@ -18,14 +18,18 @@ - To be added. + Builder class for AdvertisingSetParameters. - Android platform documentation + Java documentation for android.bluetooth.le.AdvertisingSetParameters.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -73,10 +77,19 @@ - To be added. + Build the AdvertisingSetParameters object. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.bluetooth.le.AdvertisingSetParameters.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Bluetooth.LE/BluetoothLeScanner.xml b/docs/Mono.Android/en/Android.Bluetooth.LE/BluetoothLeScanner.xml index c6f3427904..8c5dc0b099 100644 --- a/docs/Mono.Android/en/Android.Bluetooth.LE/BluetoothLeScanner.xml +++ b/docs/Mono.Android/en/Android.Bluetooth.LE/BluetoothLeScanner.xml @@ -426,12 +426,12 @@ - To be added. - Stops an ongoing Bluetooth LE scan started using a PendingIntent. + callback + Stops an ongoing Bluetooth LE scan. - Java documentation for android.bluetooth.le.BluetoothLeScanner.stopScan(android.app.PendingIntent). + Java documentation for android.bluetooth.le.BluetoothLeScanner.stopScan(android.bluetooth.le.ScanCallback). diff --git a/docs/Mono.Android/en/Android.Bluetooth.LE/PeriodicAdvertisingParameters+Builder.xml b/docs/Mono.Android/en/Android.Bluetooth.LE/PeriodicAdvertisingParameters+Builder.xml index a402601f8b..688dde8e2c 100644 --- a/docs/Mono.Android/en/Android.Bluetooth.LE/PeriodicAdvertisingParameters+Builder.xml +++ b/docs/Mono.Android/en/Android.Bluetooth.LE/PeriodicAdvertisingParameters+Builder.xml @@ -73,10 +73,19 @@ - To be added. + Build the AdvertisingSetParameters object. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.bluetooth.le.PeriodicAdvertisingParameters.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Bluetooth.LE/ScanFilter+Builder.xml b/docs/Mono.Android/en/Android.Bluetooth.LE/ScanFilter+Builder.xml index 485d0f99c8..046e054cad 100644 --- a/docs/Mono.Android/en/Android.Bluetooth.LE/ScanFilter+Builder.xml +++ b/docs/Mono.Android/en/Android.Bluetooth.LE/ScanFilter+Builder.xml @@ -18,14 +18,18 @@ - To be added. + Builder class for ScanFilter. - Android platform documentation + Java documentation for android.bluetooth.le.ScanFilter.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -73,10 +77,19 @@ - To be added. + Build ScanFilter. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.bluetooth.le.ScanFilter.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Bluetooth.LE/ScanSettings+Builder.xml b/docs/Mono.Android/en/Android.Bluetooth.LE/ScanSettings+Builder.xml index 933833bd06..3bfc874b13 100644 --- a/docs/Mono.Android/en/Android.Bluetooth.LE/ScanSettings+Builder.xml +++ b/docs/Mono.Android/en/Android.Bluetooth.LE/ScanSettings+Builder.xml @@ -18,14 +18,18 @@ - To be added. + Builder for ScanSettings. - Android platform documentation + Java documentation for android.bluetooth.le.ScanSettings.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -73,10 +77,19 @@ - To be added. + Build ScanSettings. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.bluetooth.le.ScanSettings.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Bluetooth/BluetoothA2dp.xml b/docs/Mono.Android/en/Android.Bluetooth/BluetoothA2dp.xml index b5c92870be..a86b87ab61 100644 --- a/docs/Mono.Android/en/Android.Bluetooth/BluetoothA2dp.xml +++ b/docs/Mono.Android/en/Android.Bluetooth/BluetoothA2dp.xml @@ -167,7 +167,7 @@ System.Collections.Generic.IList<Android.Bluetooth.BluetoothDevice> - [TODO: @inheritDoc] + To be added To be added. @@ -243,7 +243,7 @@ Remote bluetooth device. - [TODO: @inheritDoc] + To be added To be added. @@ -300,7 +300,7 @@ Array of states. States can be one of , , , , - [TODO: @inheritDoc] + To be added To be added. diff --git a/docs/Mono.Android/en/Android.Bluetooth/BluetoothAdapter+ILeScanCallback.xml b/docs/Mono.Android/en/Android.Bluetooth/BluetoothAdapter+ILeScanCallback.xml index d91668dddd..2cc33ec6c9 100644 --- a/docs/Mono.Android/en/Android.Bluetooth/BluetoothAdapter+ILeScanCallback.xml +++ b/docs/Mono.Android/en/Android.Bluetooth/BluetoothAdapter+ILeScanCallback.xml @@ -29,10 +29,14 @@ - Android platform documentation + Java documentation for android.bluetooth.BluetoothAdapter.LeScanCallback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -63,15 +67,22 @@ Identifies the remote device - The RSSI value for the remote device as reported by the - Bluetooth hardware. 0 if no RSSI value is available. - The content of the advertisement record offered by - the remote device. - + The RSSI value for the remote device as reported by the Bluetooth hardware. 0 + if no RSSI value is available. + The content of the advertisement record offered by the remote device. Callback reporting an LE device found during a device scan initiated - by the function. + by the BluetoothAdapter#startLeScan function. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.bluetooth.BluetoothAdapter.LeScanCallback.onLeScan(android.bluetooth.BluetoothDevice, int, byte[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Bluetooth/BluetoothAdapter.xml b/docs/Mono.Android/en/Android.Bluetooth/BluetoothAdapter.xml index 05b7251044..3ee3cb84cc 100644 --- a/docs/Mono.Android/en/Android.Bluetooth/BluetoothAdapter.xml +++ b/docs/Mono.Android/en/Android.Bluetooth/BluetoothAdapter.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.bluetooth.BluetoothAdapter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -618,10 +622,8 @@ - To be added. - Profile proxy object - - proxy Profile proxy object + profile + Profile proxy object Close the connection of the profile proxy to the Service. diff --git a/docs/Mono.Android/en/Android.Bluetooth/BluetoothClass+Device.xml b/docs/Mono.Android/en/Android.Bluetooth/BluetoothClass+Device.xml index 3e5562e40e..587f1ac77d 100644 --- a/docs/Mono.Android/en/Android.Bluetooth/BluetoothClass+Device.xml +++ b/docs/Mono.Android/en/Android.Bluetooth/BluetoothClass+Device.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.bluetooth.BluetoothClass.Device. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Bluetooth/BluetoothClass+Service.xml b/docs/Mono.Android/en/Android.Bluetooth/BluetoothClass+Service.xml index 8a30e32a6f..5630aed150 100644 --- a/docs/Mono.Android/en/Android.Bluetooth/BluetoothClass+Service.xml +++ b/docs/Mono.Android/en/Android.Bluetooth/BluetoothClass+Service.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.bluetooth.BluetoothClass.Service. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Bluetooth/BluetoothDevice.xml b/docs/Mono.Android/en/Android.Bluetooth/BluetoothDevice.xml index 25ad404283..3f5d2b6750 100644 --- a/docs/Mono.Android/en/Android.Bluetooth/BluetoothDevice.xml +++ b/docs/Mono.Android/en/Android.Bluetooth/BluetoothDevice.xml @@ -35,10 +35,14 @@ - Android platform documentation + Java documentation for android.bluetooth.BluetoothDevice. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -291,7 +295,16 @@ Broadcast Action: Bluetooth class of a remote device has changed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.bluetooth.BluetoothDevice.ACTION_CLASS_CHANGED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Bluetooth/BluetoothGatt.xml b/docs/Mono.Android/en/Android.Bluetooth/BluetoothGatt.xml index 461c797035..120dc6b067 100644 --- a/docs/Mono.Android/en/Android.Bluetooth/BluetoothGatt.xml +++ b/docs/Mono.Android/en/Android.Bluetooth/BluetoothGatt.xml @@ -283,11 +283,20 @@ System.Collections.Generic.IList<Android.Bluetooth.BluetoothDevice> - Not supported - please use - with as argument + Not supported - please use BluetoothManager#getConnectedDevices(int) + with BluetoothProfile#GATT as argument To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.bluetooth.BluetoothGatt.getConnectedDevices(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1079,11 +1088,20 @@ Remote bluetooth device. - Not supported - please use - with as argument + Not supported - please use BluetoothManager#getConnectedDevices(int) + with BluetoothProfile#GATT as argument To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.bluetooth.BluetoothGatt.getConnectionState(android.bluetooth.BluetoothDevice). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1126,11 +1144,20 @@ , , , , Not supported - please use - - with as first argument + BluetoothManager#getDevicesMatchingConnectionStates(int, int[]) + with BluetoothProfile#GATT as first argument To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.bluetooth.BluetoothGatt.getDevicesMatchingConnectionStates(int[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Bluetooth/BluetoothGattServer.xml b/docs/Mono.Android/en/Android.Bluetooth/BluetoothGattServer.xml index 4907572300..e0cd4340c8 100644 --- a/docs/Mono.Android/en/Android.Bluetooth/BluetoothGattServer.xml +++ b/docs/Mono.Android/en/Android.Bluetooth/BluetoothGattServer.xml @@ -290,11 +290,20 @@ System.Collections.Generic.IList<Android.Bluetooth.BluetoothDevice> - Not supported - please use - with as argument + Not supported - please use BluetoothManager#getConnectedDevices(int) + with BluetoothProfile#GATT as argument To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.bluetooth.BluetoothGattServer.getConnectedDevices(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -333,11 +342,20 @@ Remote bluetooth device. - Not supported - please use - with as argument + Not supported - please use BluetoothManager#getConnectedDevices(int) + with BluetoothProfile#GATT as argument To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.bluetooth.BluetoothGattServer.getConnectionState(android.bluetooth.BluetoothDevice). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -380,11 +398,20 @@ , , , , Not supported - please use - - with as first argument + BluetoothManager#getDevicesMatchingConnectionStates(int, int[]) + with BluetoothProfile#GATT as first argument To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.bluetooth.BluetoothGattServer.getDevicesMatchingConnectionStates(int[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -498,13 +525,22 @@ The remote device to receive the notification/indication The local characteristic that has been updated - true to request confirmation from the client (indication), - false to send a notification + true to request confirmation from the client (indication), false to send a + notification Send a notification or indication that a local characteristic has been - updated. - To be added. + updated. + true, if the notification has been triggered successfully - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.bluetooth.BluetoothGattServer.notifyCharacteristicChanged(android.bluetooth.BluetoothDevice, android.bluetooth.BluetoothGattCharacteristic, boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Bluetooth/BluetoothGattService.xml b/docs/Mono.Android/en/Android.Bluetooth/BluetoothGattService.xml index d010e1c152..72bc73f4e8 100644 --- a/docs/Mono.Android/en/Android.Bluetooth/BluetoothGattService.xml +++ b/docs/Mono.Android/en/Android.Bluetooth/BluetoothGattService.xml @@ -291,7 +291,16 @@ To be added. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.bluetooth.BluetoothGattService.describeContents(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Bluetooth/BluetoothHeadset.xml b/docs/Mono.Android/en/Android.Bluetooth/BluetoothHeadset.xml index 10f9ce2b2d..06020c0155 100644 --- a/docs/Mono.Android/en/Android.Bluetooth/BluetoothHeadset.xml +++ b/docs/Mono.Android/en/Android.Bluetooth/BluetoothHeadset.xml @@ -452,7 +452,7 @@ System.Collections.Generic.IList<Android.Bluetooth.BluetoothDevice> - [TODO: @inheritDoc] + To be added To be added. @@ -627,7 +627,7 @@ Remote bluetooth device. - [TODO: @inheritDoc] + To be added To be added. @@ -684,7 +684,7 @@ Array of states. States can be one of , , , , - [TODO: @inheritDoc] + To be added To be added. diff --git a/docs/Mono.Android/en/Android.Bluetooth/BluetoothHearingAid.xml b/docs/Mono.Android/en/Android.Bluetooth/BluetoothHearingAid.xml index 7ad5830720..2e7e21afde 100644 --- a/docs/Mono.Android/en/Android.Bluetooth/BluetoothHearingAid.xml +++ b/docs/Mono.Android/en/Android.Bluetooth/BluetoothHearingAid.xml @@ -118,7 +118,7 @@ System.Collections.Generic.IList<Android.Bluetooth.BluetoothDevice> - [TODO: @inheritDoc] + To be added To be added. @@ -165,7 +165,7 @@ To be added. - [TODO: @inheritDoc] + To be added To be added. @@ -219,7 +219,7 @@ To be added. - [TODO: @inheritDoc] + To be added To be added. diff --git a/docs/Mono.Android/en/Android.Bluetooth/BluetoothHidDevice+Callback.xml b/docs/Mono.Android/en/Android.Bluetooth/BluetoothHidDevice+Callback.xml index f3ac101641..a5729be066 100644 --- a/docs/Mono.Android/en/Android.Bluetooth/BluetoothHidDevice+Callback.xml +++ b/docs/Mono.Android/en/Android.Bluetooth/BluetoothHidDevice+Callback.xml @@ -18,8 +18,20 @@ - To be added. - To be added. + The template class that applications use to call callback functions on events from the HID + host. + + + + Java documentation for android.bluetooth.BluetoothHidDevice.Callback. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -117,10 +129,25 @@ - To be added. - To be added. - To be added. - To be added. + + BluetoothDevice object which represents host that currently + has Virtual Cable established with device. Only valid when application is registered, + can be <code>null</code>. + <code>true</code> if application is registered, <code>false</code> + otherwise. + Callback called when application registration state changes. + + + + Java documentation for android.bluetooth.BluetoothHidDevice.Callback.onAppStatusChanged(android.bluetooth.BluetoothDevice, boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -154,10 +181,23 @@ - To be added. - To be added. - To be added. - To be added. + + BluetoothDevice object representing host device which connection + state was changed. + Connection state as defined in BluetoothProfile. + Callback called when connection state with remote host was changed. + + + + Java documentation for android.bluetooth.BluetoothHidDevice.Callback.onConnectionStateChanged(android.bluetooth.BluetoothDevice, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -187,11 +227,23 @@ To be added. - To be added. - To be added. - To be added. - To be added. - To be added. + Requested Report Type. + Requested Report Id, can be 0 if no Report Id are defined in descriptor. + Requested buffer size, application shall respond with at least given + number of bytes. + Callback called when GET_REPORT is received from remote host. + + + + Java documentation for android.bluetooth.BluetoothHidDevice.Callback.onGetReport(android.bluetooth.BluetoothDevice, byte, byte, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -220,10 +272,21 @@ To be added. - To be added. - To be added. - To be added. - To be added. + Report Id. + Report data. + Callback called when report data is received over interrupt channel. + + + + Java documentation for android.bluetooth.BluetoothHidDevice.Callback.onInterruptData(android.bluetooth.BluetoothDevice, byte, byte[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -251,9 +314,20 @@ To be added. - To be added. - To be added. - To be added. + Protocol Mode. + Callback called when SET_PROTOCOL is received from remote host. + + + + Java documentation for android.bluetooth.BluetoothHidDevice.Callback.onSetProtocol(android.bluetooth.BluetoothDevice, byte). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -283,11 +357,22 @@ To be added. - To be added. - To be added. - To be added. - To be added. - To be added. + Report Type. + Report Id. + Report data. + Callback called when SET_REPORT is received from remote host. + + + + Java documentation for android.bluetooth.BluetoothHidDevice.Callback.onSetReport(android.bluetooth.BluetoothDevice, byte, byte, byte[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -314,8 +399,19 @@ To be added. - To be added. - To be added. + Callback called when Virtual Cable is removed. + + + + Java documentation for android.bluetooth.BluetoothHidDevice.Callback.onVirtualCableUnplug(android.bluetooth.BluetoothDevice). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Bluetooth/BluetoothHidDevice.xml b/docs/Mono.Android/en/Android.Bluetooth/BluetoothHidDevice.xml index fe02378f12..4d757e11d1 100644 --- a/docs/Mono.Android/en/Android.Bluetooth/BluetoothHidDevice.xml +++ b/docs/Mono.Android/en/Android.Bluetooth/BluetoothHidDevice.xml @@ -161,7 +161,7 @@ System.Collections.Generic.IList<Android.Bluetooth.BluetoothDevice> - [TODO: @inheritDoc] + To be added To be added. @@ -498,7 +498,7 @@ To be added. - [TODO: @inheritDoc] + To be added To be added. @@ -552,7 +552,7 @@ To be added. - [TODO: @inheritDoc] + To be added To be added. diff --git a/docs/Mono.Android/en/Android.Bluetooth/BluetoothHidDeviceAppQosSettings.xml b/docs/Mono.Android/en/Android.Bluetooth/BluetoothHidDeviceAppQosSettings.xml index 84fa3a0e38..7fcff84779 100644 --- a/docs/Mono.Android/en/Android.Bluetooth/BluetoothHidDeviceAppQosSettings.xml +++ b/docs/Mono.Android/en/Android.Bluetooth/BluetoothHidDeviceAppQosSettings.xml @@ -31,8 +31,19 @@ - To be added. - To be added. + Represents the Quality of Service (QoS) settings for a Bluetooth HID Device application. + + + + Java documentation for android.bluetooth.BluetoothHidDeviceAppQosSettings. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Bluetooth/BluetoothHidDeviceAppSdpSettings.xml b/docs/Mono.Android/en/Android.Bluetooth/BluetoothHidDeviceAppSdpSettings.xml index 28bc12e03f..51ca319b30 100644 --- a/docs/Mono.Android/en/Android.Bluetooth/BluetoothHidDeviceAppSdpSettings.xml +++ b/docs/Mono.Android/en/Android.Bluetooth/BluetoothHidDeviceAppSdpSettings.xml @@ -31,8 +31,19 @@ - To be added. - To be added. + Represents the Service Discovery Protocol (SDP) settings for a Bluetooth HID Device application. + + + + Java documentation for android.bluetooth.BluetoothHidDeviceAppSdpSettings. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -62,12 +73,10 @@ Name of this Bluetooth HID device. Maximum length is 50 bytes. Description for this Bluetooth HID device. Maximum length is 50 bytes. Provider of this Bluetooth HID device. Maximum length is 50 bytes. - Subclass of this Bluetooth HID device. See <a - href="www.usb.org/developers/hidpage/HID1_11.pdf"> - www.usb.org/developers/hidpage/HID1_11.pdf Section 4.2</a> - Descriptors of this Bluetooth HID device. See <a - href="www.usb.org/developers/hidpage/HID1_11.pdf"> - www.usb.org/developers/hidpage/HID1_11.pdf Chapter 6</a> Maximum length is 2048 bytes. + Subclass of this Bluetooth HID device. See + www.usb.org/developers/hidpage/HID1_11.pdf Section 4.2 + Descriptors of this Bluetooth HID device. See + www.usb.org/developers/hidpage/HID1_11.pdf Chapter 6 Maximum length is 2048 bytes. Create a BluetoothHidDeviceAppSdpSettings object for the Bluetooth SDP record. diff --git a/docs/Mono.Android/en/Android.Bluetooth/BluetoothLeAudio.xml b/docs/Mono.Android/en/Android.Bluetooth/BluetoothLeAudio.xml index 7b2166d691..202666f815 100644 --- a/docs/Mono.Android/en/Android.Bluetooth/BluetoothLeAudio.xml +++ b/docs/Mono.Android/en/Android.Bluetooth/BluetoothLeAudio.xml @@ -119,7 +119,18 @@ To be added. - To be added. + + + + Java documentation for android.bluetooth.BluetoothLeAudio.close(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -149,7 +160,7 @@ System.Collections.Generic.IList<Android.Bluetooth.BluetoothDevice> - [TODO: @inheritDoc] + To be added To be added. @@ -196,7 +207,7 @@ To be added. - [TODO: @inheritDoc] + To be added To be added. @@ -250,7 +261,7 @@ To be added. - [TODO: @inheritDoc] + To be added To be added. diff --git a/docs/Mono.Android/en/Android.Bluetooth/BluetoothServerSocket.xml b/docs/Mono.Android/en/Android.Bluetooth/BluetoothServerSocket.xml index 0b485618c8..d647049df2 100644 --- a/docs/Mono.Android/en/Android.Bluetooth/BluetoothServerSocket.xml +++ b/docs/Mono.Android/en/Android.Bluetooth/BluetoothServerSocket.xml @@ -35,10 +35,14 @@ - Android platform documentation + Java documentation for android.bluetooth.BluetoothServerSocket. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Bluetooth/BluetoothSocket.xml b/docs/Mono.Android/en/Android.Bluetooth/BluetoothSocket.xml index 7cbb9b2da1..72c71bfe85 100644 --- a/docs/Mono.Android/en/Android.Bluetooth/BluetoothSocket.xml +++ b/docs/Mono.Android/en/Android.Bluetooth/BluetoothSocket.xml @@ -35,10 +35,14 @@ - Android platform documentation + Java documentation for android.bluetooth.BluetoothSocket. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Bluetooth/IBluetoothProfileServiceListener.xml b/docs/Mono.Android/en/Android.Bluetooth/IBluetoothProfileServiceListener.xml index 2dff91eeb4..4f5c30b6db 100644 --- a/docs/Mono.Android/en/Android.Bluetooth/IBluetoothProfileServiceListener.xml +++ b/docs/Mono.Android/en/Android.Bluetooth/IBluetoothProfileServiceListener.xml @@ -26,14 +26,18 @@ An interface for notifying BluetoothProfile IPC clients when they have - been connected or disconnected to the service. + been connected or disconnected to the service. - Android platform documentation + Java documentation for android.bluetooth.BluetoothProfile.ServiceListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -69,14 +73,21 @@ - - One of , or - - - One of , or - + - One of #HEADSET or #A2DP + - One of BluetoothHeadset or BluetoothA2dp Called to notify the client when the proxy object has been - connected to the service. + connected to the service. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.bluetooth.BluetoothProfile.ServiceListener.onServiceConnected(int, android.bluetooth.BluetoothProfile). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -111,12 +122,20 @@ - - One of , or - + - One of #HEADSET or #A2DP Called to notify the client that this proxy object has been - disconnected from the service. + disconnected from the service. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.bluetooth.BluetoothProfile.ServiceListener.onServiceDisconnected(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Companion/AssociationRequest+Builder.xml b/docs/Mono.Android/en/Android.Companion/AssociationRequest+Builder.xml index 9583f35c2b..96648f839a 100644 --- a/docs/Mono.Android/en/Android.Companion/AssociationRequest+Builder.xml +++ b/docs/Mono.Android/en/Android.Companion/AssociationRequest+Builder.xml @@ -18,14 +18,18 @@ - To be added. + A builder for AssociationRequest - Android platform documentation + Java documentation for android.companion.AssociationRequest.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -107,7 +111,16 @@ To be added. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.companion.AssociationRequest.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Companion/BluetoothDeviceFilter+Builder.xml b/docs/Mono.Android/en/Android.Companion/BluetoothDeviceFilter+Builder.xml index 1019c30c21..9d9c9d6d01 100644 --- a/docs/Mono.Android/en/Android.Companion/BluetoothDeviceFilter+Builder.xml +++ b/docs/Mono.Android/en/Android.Companion/BluetoothDeviceFilter+Builder.xml @@ -18,14 +18,18 @@ - To be added. + A builder for BluetoothDeviceFilter - Android platform documentation + Java documentation for android.companion.BluetoothDeviceFilter.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -109,7 +113,16 @@ To be added. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.companion.BluetoothDeviceFilter.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Companion/BluetoothLeDeviceFilter+Builder.xml b/docs/Mono.Android/en/Android.Companion/BluetoothLeDeviceFilter+Builder.xml index c335d18dd1..83ebdf9761 100644 --- a/docs/Mono.Android/en/Android.Companion/BluetoothLeDeviceFilter+Builder.xml +++ b/docs/Mono.Android/en/Android.Companion/BluetoothLeDeviceFilter+Builder.xml @@ -18,14 +18,18 @@ - To be added. + Builder for BluetoothLeDeviceFilter - Android platform documentation + Java documentation for android.companion.BluetoothLeDeviceFilter.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -76,7 +80,16 @@ To be added. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.companion.BluetoothLeDeviceFilter.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Companion/CompanionDeviceManager+Callback.xml b/docs/Mono.Android/en/Android.Companion/CompanionDeviceManager+Callback.xml index 14d57a32a0..50a6ac7764 100644 --- a/docs/Mono.Android/en/Android.Companion/CompanionDeviceManager+Callback.xml +++ b/docs/Mono.Android/en/Android.Companion/CompanionDeviceManager+Callback.xml @@ -18,14 +18,19 @@ - To be added. + A callback to receive once at least one suitable device is found, or the search failed + (e. - Android platform documentation + Java documentation for android.companion.CompanionDeviceManager.Callback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -129,10 +134,20 @@ - To be added. - To be added. + a IntentSender to launch the UI for user to select a + device + Called once at least one suitable device is found - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.companion.CompanionDeviceManager.Callback.onDeviceFound(android.content.IntentSender). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -159,10 +174,19 @@ - To be added. - To be added. + the cause of the error + Called if there was an error looking for device(s) - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.companion.CompanionDeviceManager.Callback.onFailure(java.lang.CharSequence). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -183,10 +207,19 @@ - To be added. - To be added. + the cause of the error + Called if there was an error looking for device(s) - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.companion.CompanionDeviceManager.Callback.onFailure(java.lang.CharSequence). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Companion/CompanionDeviceManager.xml b/docs/Mono.Android/en/Android.Companion/CompanionDeviceManager.xml index f38763a4c6..09715821dc 100644 --- a/docs/Mono.Android/en/Android.Companion/CompanionDeviceManager.xml +++ b/docs/Mono.Android/en/Android.Companion/CompanionDeviceManager.xml @@ -20,7 +20,7 @@ System level service for managing companion devices - See <a href="[TODO: @docRoot]guide/topics/connectivity/companion-device-pairing">this guide</a> + See this guide for a usage example. diff --git a/docs/Mono.Android/en/Android.Companion/WifiDeviceFilter+Builder.xml b/docs/Mono.Android/en/Android.Companion/WifiDeviceFilter+Builder.xml index 9645ad96fd..4b2d22942f 100644 --- a/docs/Mono.Android/en/Android.Companion/WifiDeviceFilter+Builder.xml +++ b/docs/Mono.Android/en/Android.Companion/WifiDeviceFilter+Builder.xml @@ -18,14 +18,18 @@ - To be added. + A builder for WifiDeviceFilter - Android platform documentation + Java documentation for android.companion.WifiDeviceFilter.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -73,10 +77,19 @@ - To be added. + Builds the instance. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.companion.WifiDeviceFilter.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Content.PM/ActivityInfo+WindowLayout.xml b/docs/Mono.Android/en/Android.Content.PM/ActivityInfo+WindowLayout.xml index e863f4eb82..2e909e7531 100644 --- a/docs/Mono.Android/en/Android.Content.PM/ActivityInfo+WindowLayout.xml +++ b/docs/Mono.Android/en/Android.Content.PM/ActivityInfo+WindowLayout.xml @@ -18,14 +18,18 @@ - To be added. + Contains information about position and size of the activity on the display. - Android platform documentation + Java documentation for android.content.pm.ActivityInfo.WindowLayout. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -126,10 +130,19 @@ System.Int32 - To be added. + Height of activity in pixels. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.ActivityInfo.WindowLayout.height. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -153,10 +166,19 @@ System.Single - To be added. + Height of activity as a fraction of available display height. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.ActivityInfo.WindowLayout.heightFraction. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -211,10 +233,19 @@ System.Int32 - To be added. + Minimal height of activity in pixels to be able to display its content. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.ActivityInfo.WindowLayout.minHeight. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -238,10 +269,19 @@ System.Int32 - To be added. + Minimal width of activity in pixels to be able to display its content. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.ActivityInfo.WindowLayout.minWidth. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -327,10 +367,19 @@ System.Int32 - To be added. + Width of activity in pixels. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.ActivityInfo.WindowLayout.width. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -354,10 +403,19 @@ System.Single - To be added. + Width of activity as a fraction of available display width. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.ActivityInfo.WindowLayout.widthFraction. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Content.PM/LauncherApps+Callback.xml b/docs/Mono.Android/en/Android.Content.PM/LauncherApps+Callback.xml index 5012b138ea..63b3f3e5d3 100644 --- a/docs/Mono.Android/en/Android.Content.PM/LauncherApps+Callback.xml +++ b/docs/Mono.Android/en/Android.Content.PM/LauncherApps+Callback.xml @@ -18,14 +18,18 @@ - To be added. + Callbacks for package changes to this and related managed profiles. - Android platform documentation + Java documentation for android.content.pm.LauncherApps.Callback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -130,11 +134,20 @@ - To be added. - To be added. - To be added. + The name of the package that was added. + The UserHandle of the profile that generated the change. + Indicates that a package was added to the specified profile. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.LauncherApps.Callback.onPackageAdded(java.lang.String, android.os.UserHandle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -162,11 +175,20 @@ - To be added. - To be added. - To be added. + The name of the package that has changed. + The UserHandle of the profile that generated the change. + Indicates that a package was modified in the specified profile. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.LauncherApps.Callback.onPackageChanged(java.lang.String, android.os.UserHandle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -195,11 +217,22 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + The name of the package that has changed. + The UserHandle of the profile that generated the change. + The new progress value, between [0, 1]. + Indicates that the loading progress of an installed package has changed. + + + + Java documentation for android.content.pm.LauncherApps.Callback.onPackageLoadingProgressChanged(java.lang.String, android.os.UserHandle, float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -226,11 +259,20 @@ - To be added. - To be added. - To be added. + The name of the package that was removed. + The UserHandle of the profile that generated the change. + Indicates that a package was removed from the specified profile. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.LauncherApps.Callback.onPackageRemoved(java.lang.String, android.os.UserHandle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -259,12 +301,23 @@ - To be added. - To be added. - To be added. - To be added. + The names of the packages that have become + available. + The UserHandle of the profile that generated the change. + Indicates whether these packages are replacing + existing ones. + Indicates that one or more packages have become available. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.LauncherApps.Callback.onPackagesAvailable(java.lang.String[], android.os.UserHandle, boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -292,11 +345,21 @@ - To be added. - To be added. - To be added. + The names of the packages that have just been + suspended. + The UserHandle of the profile that generated the change. + Indicates that one or more packages have been suspended. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.LauncherApps.Callback.onPackagesSuspended(java.lang.String[], android.os.UserHandle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -329,11 +392,23 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + The names of the packages that have just been suspended. + the user for which the given packages were suspended. + A Bundle of extras for the launcher, if provided to the + system, null otherwise. + Indicates that one or more packages have been suspended. + + + + Java documentation for android.content.pm.LauncherApps.Callback.onPackagesSuspended(java.lang.String[], android.os.UserHandle, android.os.Bundle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -361,12 +436,23 @@ - To be added. - To be added. - To be added. - To be added. + The names of the packages that have become + unavailable. + The UserHandle of the profile that generated the change. + Indicates whether the packages are about to be + replaced with new versions. + Indicates that one or more packages have become unavailable. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.LauncherApps.Callback.onPackagesUnavailable(java.lang.String[], android.os.UserHandle, boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -394,11 +480,21 @@ - To be added. - To be added. - To be added. + The names of the packages that have just been + unsuspended. + The UserHandle of the profile that generated the change. + Indicates that one or more packages have been unsuspended. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.LauncherApps.Callback.onPackagesUnsuspended(java.lang.String[], android.os.UserHandle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -427,12 +523,24 @@ - To be added. - To be added. - To be added. - To be added. + The name of the package that has the shortcuts. + All shortcuts from the package (dynamic, manifest and/or pinned). + Only "key" information will be provided, as defined in + ShortcutInfo#hasKeyFieldsOnly(). + The UserHandle of the profile that generated the change. + Indicates that one or more shortcuts of any kind (dynamic, pinned, or manifest) + have been added, updated or removed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.LauncherApps.Callback.onShortcutsChanged(java.lang.String, java.util.List<android.content.pm.ShortcutInfo>, android.os.UserHandle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Content.PM/LauncherApps+PinItemRequest.xml b/docs/Mono.Android/en/Android.Content.PM/LauncherApps+PinItemRequest.xml index 746fb6c410..2a21720e43 100644 --- a/docs/Mono.Android/en/Android.Content.PM/LauncherApps+PinItemRequest.xml +++ b/docs/Mono.Android/en/Android.Content.PM/LauncherApps+PinItemRequest.xml @@ -31,14 +31,20 @@ - To be added. + Represents a "pin shortcut" or a "pin appwidget" request made by an app, which is sent with + an #ACTION_CONFIRM_PIN_SHORTCUT or #ACTION_CONFIRM_PIN_APPWIDGET intent + respectively to the default launcher app. - Android platform documentation + Java documentation for android.content.pm.LauncherApps.PinItemRequest. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -63,10 +69,22 @@ - To be added. - To be added. + Called by the receiving launcher app when the user accepts the request, with no options. + + TRUE if the shortcut or the AppWidget has actually been pinned. + FALSE if the item hasn't been pinned, for example, because the request had + already been canceled, in which case the launcher must not pin the requested item. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.LauncherApps.PinItemRequest.accept(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -93,11 +111,23 @@ - To be added. - To be added. - To be added. + must be set for a #REQUEST_TYPE_APPWIDGET request. + Called by the receiving launcher app when the user accepts the request. + + TRUE if the shortcut or the AppWidget has actually been pinned. + FALSE if the item hasn't been pinned, for example, because the request had + already been canceled, in which case the launcher must not pin the requested item. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.LauncherApps.PinItemRequest.accept(android.os.Bundle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -179,10 +209,22 @@ Android.OS.Bundle - To be added. - To be added. + Any extras sent by the requesting app. + For a shortcut request, this method always return null. For an AppWidget + request, this method returns the extras passed to the + android.appwidget.AppWidgetManager#requestPinAppWidget( + ComponentName, Bundle, PendingIntent) API. See AppWidgetManager for details. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.LauncherApps.PinItemRequest.getExtras(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -210,10 +252,21 @@ To be added. - To be added. - To be added. + + AppWidgetProviderInfo sent by the requesting app. + requested AppWidgetProviderInfo when a request is of the + #REQUEST_TYPE_APPWIDGET type. Null otherwise. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.LauncherApps.PinItemRequest.getAppWidgetProviderInfo(android.content.Context). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -237,10 +290,20 @@ System.Boolean - To be added. - To be added. + Return whether a request is still valid. + + TRUE if a request is valid and #accept(Bundle) may be called. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.LauncherApps.PinItemRequest.isValid(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -298,10 +361,19 @@ Android.Content.PM.PinItemRequestType - To be added. - To be added. + Represents the type of a request, which is one of the REQUEST_TYPE_ constants. + one of the REQUEST_TYPE_ constants. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.LauncherApps.PinItemRequest.getRequestType(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -333,9 +405,18 @@ 2 - To be added. + This is a request to pin app widget. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.LauncherApps.PinItemRequest.REQUEST_TYPE_APPWIDGET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -367,9 +448,18 @@ 1 - To be added. + This is a request to pin shortcut. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.LauncherApps.PinItemRequest.REQUEST_TYPE_SHORTCUT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -393,10 +483,21 @@ Android.Content.PM.ShortcutInfo - To be added. - To be added. + + ShortcutInfo sent by the requesting app. + requested ShortcutInfo when a request is of the + #REQUEST_TYPE_SHORTCUT type. Null otherwise. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.LauncherApps.PinItemRequest.getShortcutInfo(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Content.PM/LauncherApps+ShortcutQuery.xml b/docs/Mono.Android/en/Android.Content.PM/LauncherApps+ShortcutQuery.xml index 27e4dbdd6e..f74e9741b2 100644 --- a/docs/Mono.Android/en/Android.Content.PM/LauncherApps+ShortcutQuery.xml +++ b/docs/Mono.Android/en/Android.Content.PM/LauncherApps+ShortcutQuery.xml @@ -18,14 +18,18 @@ - To be added. + Represents a query passed to #getShortcuts(ShortcutQuery, UserHandle). - Android platform documentation + Java documentation for android.content.pm.LauncherApps.ShortcutQuery. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -100,9 +104,18 @@ 4 - To be added. + Requests "key" fields only. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.LauncherApps.ShortcutQuery.FLAG_GET_KEY_FIELDS_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -131,8 +144,19 @@ 16 - To be added. - To be added. + Include cached shortcuts in the result. + + + + Java documentation for android.content.pm.LauncherApps.ShortcutQuery.FLAG_MATCH_CACHED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -160,9 +184,18 @@ 1 - To be added. + Include dynamic shortcuts in the result. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.LauncherApps.ShortcutQuery.FLAG_MATCH_DYNAMIC. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -191,9 +224,18 @@ 8 - To be added. + Include manifest shortcuts in the result. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.LauncherApps.ShortcutQuery.FLAG_MATCH_MANIFEST. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -222,9 +264,18 @@ 2 - To be added. + Include pinned shortcuts in the result. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.LauncherApps.ShortcutQuery.FLAG_MATCH_PINNED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -253,8 +304,20 @@ 1024 - To be added. - To be added. + Include all pinned shortcuts by any launchers, not just by the caller, + in the result. + + + + Java documentation for android.content.pm.LauncherApps.ShortcutQuery.FLAG_MATCH_PINNED_BY_ANY_LAUNCHER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Content.PM/PackageInstaller+Session.xml b/docs/Mono.Android/en/Android.Content.PM/PackageInstaller+Session.xml index 6680f737f4..8c6ccf4584 100644 --- a/docs/Mono.Android/en/Android.Content.PM/PackageInstaller+Session.xml +++ b/docs/Mono.Android/en/Android.Content.PM/PackageInstaller+Session.xml @@ -31,14 +31,18 @@ - To be added. + An installation that is being actively staged. - Android platform documentation + Java documentation for android.content.pm.PackageInstaller.Session. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -86,9 +90,19 @@ - To be added. + Completely abandon this session, destroying all staged data and + rendering it invalid. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.PackageInstaller.Session.abandon(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -115,9 +129,21 @@ - To be added. - To be added. - To be added. + the session ID to add to this multi-package session. + Adds a session ID to the set of sessions that will be committed atomically + when this session is committed. + + + + Java documentation for android.content.pm.PackageInstaller.Session.addChildSessionId(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -144,9 +170,18 @@ - To be added. + Release this session object. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.PackageInstaller.Session.close(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -173,10 +208,21 @@ - To be added. - To be added. + Called when the state of the session changes. Intents + sent to this receiver contain #EXTRA_STATUS. Refer to the + individual status codes on how to handle them. + Attempt to commit everything staged in this session. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.PackageInstaller.Session.commit(android.content.IntentSender). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -204,9 +250,19 @@ To be added. - To be added. + Ensure that any outstanding data for given stream has been committed + to disk. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.PackageInstaller.Session.fsync(java.io.OutputStream). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -232,8 +288,20 @@ To be added. - To be added. - To be added. + the set of session IDs that will be committed atomically when this session is + committed if this is a multi-package session or null if none exist. + + + + Java documentation for android.content.pm.PackageInstaller.Session.getChildSessionIds(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -257,10 +325,19 @@ - To be added. + Return all APK names contained in this session. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.PackageInstaller.Session.getNames(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -285,8 +362,21 @@ To be added. - To be added. - To be added. + + true if this session will commit more than one package when it is + committed. + + + + Java documentation for android.content.pm.PackageInstaller.Session.isMultiPackage(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -310,8 +400,20 @@ To be added. - To be added. - To be added. + + true if this session will be staged and applied at next reboot. + + + + Java documentation for android.content.pm.PackageInstaller.Session.isStaged(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -372,10 +474,19 @@ To be added. - To be added. + Open a stream to read an APK file from the session. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.PackageInstaller.Session.openRead(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -404,13 +515,30 @@ - To be added. - To be added. - To be added. - To be added. + arbitrary, unique name of your choosing to identify the + APK being written. You can open a file again for + additional writes (such as after a reboot) by using the + same name. This name is only meaningful within the context + of a single install session. + offset into the file to begin writing at, or 0 to + start at the beginning of the file. + total size of the file being written, used to + preallocate the underlying disk space, or -1 if unknown. + The system may clear various caches as needed to allocate + this space. + Open a stream to write an APK file into the session. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.PackageInstaller.Session.openWrite(java.lang.String, long, long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -435,8 +563,20 @@ To be added. - To be added. - To be added. + the session ID of the multi-package session that this belongs to or + SessionInfo#INVALID_ID if it does not belong to a multi-package session. + + + + Java documentation for android.content.pm.PackageInstaller.Session.getParentSessionId(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -462,9 +602,21 @@ - To be added. - To be added. - To be added. + the session ID to remove from this multi-package session. + Removes a session ID from the set of sessions that will be committed + atomically when this session is committed. + + + + Java documentation for android.content.pm.PackageInstaller.Session.removeChildSessionId(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -491,9 +643,18 @@ To be added. - To be added. + Removes a split. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.PackageInstaller.Session.removeSplit(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -526,11 +687,33 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + previously written as part of this session. + #openWrite + installer intends to make available via + PackageManager#requestChecksums. + DER PKCS#7 detached signature bytes over binary serialized checksums + to enable integrity checking for the checksums or null for no integrity + checking. PackageManager#requestChecksums will return + the certificate used to create signature. + Binary format for checksums: + <pre>DataOutputStream dos; + dos.writeInt(checksum.getType()); + dos.writeInt(checksum.getValue().length); + dos.write(checksum.getValue());</pre> + If using <b>openssl cms</b>, make sure to specify -binary -nosmimecap. + Sets installer-provided checksums for the APK file in session. + + + + Java documentation for android.content.pm.PackageInstaller.Session.setChecksums(java.lang.String, java.util.List<android.content.pm.Checksum>, byte[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -557,9 +740,18 @@ To be added. - To be added. + Set current progress of staging this session. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.PackageInstaller.Session.setStagingProgress(float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -648,10 +840,20 @@ - To be added. - To be added. + The package of the new owner. Needs to hold the INSTALL_PACKAGES + permission. + Transfer the session to a new owner. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.PackageInstaller.Session.transfer(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Content.PM/PackageInstaller+SessionCallback.xml b/docs/Mono.Android/en/Android.Content.PM/PackageInstaller+SessionCallback.xml index 71a3b76e8e..1e8efafeb3 100644 --- a/docs/Mono.Android/en/Android.Content.PM/PackageInstaller+SessionCallback.xml +++ b/docs/Mono.Android/en/Android.Content.PM/PackageInstaller+SessionCallback.xml @@ -18,14 +18,18 @@ - To be added. + Events for observing session lifecycle. - Android platform documentation + Java documentation for android.content.pm.PackageInstaller.SessionCallback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -132,9 +136,18 @@ To be added. To be added. - To be added. + Active state for session has been changed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.PackageInstaller.SessionCallback.onActiveChanged(int, boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -162,9 +175,18 @@ To be added. - To be added. + Badging details for an existing session has changed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.PackageInstaller.SessionCallback.onBadgingChanged(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -192,9 +214,18 @@ To be added. - To be added. + New session has been created. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.PackageInstaller.SessionCallback.onCreated(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -224,9 +255,18 @@ To be added. To be added. - To be added. + Session has completely finished, either with success or failure. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.PackageInstaller.SessionCallback.onFinished(int, boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -256,9 +296,18 @@ To be added. To be added. - To be added. + Progress for given session has been updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.PackageInstaller.SessionCallback.onProgressChanged(int, float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Content.PM/PackageInstaller+SessionInfo.xml b/docs/Mono.Android/en/Android.Content.PM/PackageInstaller+SessionInfo.xml index aab9f01f8c..869d90978a 100644 --- a/docs/Mono.Android/en/Android.Content.PM/PackageInstaller+SessionInfo.xml +++ b/docs/Mono.Android/en/Android.Content.PM/PackageInstaller+SessionInfo.xml @@ -31,14 +31,18 @@ - To be added. + Details for an active install session. - Android platform documentation + Java documentation for android.content.pm.PackageInstaller.SessionInfo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -85,10 +89,19 @@ Android.Graphics.Bitmap - To be added. + Return an icon representing the app being installed. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.PackageInstaller.SessionInfo.getAppIcon(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -133,10 +146,19 @@ Java.Lang.ICharSequence - To be added. + Return a label representing the app being installed. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.PackageInstaller.SessionInfo.getAppLabel(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -160,10 +182,19 @@ System.String - To be added. + Return the package name this session is working with. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.PackageInstaller.SessionInfo.getAppPackageName(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -188,10 +219,20 @@ - To be added. + Return an Intent that can be started to view details about this install + session. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.PackageInstaller.SessionInfo.createDetailsIntent(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -215,9 +256,20 @@ System.Int64 - To be added. + The timestamp of the initial creation of the session. To be added. - To be added. + + + + Java documentation for android.content.pm.PackageInstaller.SessionInfo.getCreatedMillis(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -299,9 +351,21 @@ - To be added. + Returns the set of session IDs that will be committed when this session is commited if + this session is a multi-package session. To be added. - To be added. + + + + Java documentation for android.content.pm.PackageInstaller.SessionInfo.getChildSessionIds(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -324,9 +388,20 @@ System.Boolean - To be added. + Returns true if session has a valid parent session, otherwise false. To be added. - To be added. + + + + Java documentation for android.content.pm.PackageInstaller.SessionInfo.hasParentSessionId(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -350,8 +425,21 @@ To be added. - To be added. - To be added. + + android.content.Context#getAttributionTag attribution tag of the context + that created this session + + + + Java documentation for android.content.pm.PackageInstaller.SessionInfo.getInstallerAttributionTag(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -374,10 +462,19 @@ System.String - To be added. + Return the package name of the app that owns this session. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.PackageInstaller.SessionInfo.getInstallerPackageName(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -401,10 +498,19 @@ Android.Content.PM.PackageInstallLocation - To be added. + Get the value set in SessionParams#setInstallLocation(int). To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.PackageInstaller.SessionInfo.getInstallLocation(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -428,10 +534,19 @@ Android.Content.PM.PackageInstallReason - To be added. - To be added. + Return the reason for installing this package. + The install reason. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.PackageInstaller.SessionInfo.getInstallReason(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -459,8 +574,19 @@ -1 - To be added. - To be added. + A session ID that does not exist or is invalid. + + + + Java documentation for android.content.pm.PackageInstaller.SessionInfo.INVALID_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -483,10 +609,19 @@ System.Boolean - To be added. + Return if this session is currently active. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.PackageInstaller.SessionInfo.isActive(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -535,9 +670,21 @@ System.Boolean - To be added. + Returns true if this session is a multi-package session containing references to other + sessions. To be added. - To be added. + + + + Java documentation for android.content.pm.PackageInstaller.SessionInfo.isMultiPackage(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -560,10 +707,19 @@ System.Boolean - To be added. + Return if this session is sealed. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.PackageInstaller.SessionInfo.isSealed(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -587,9 +743,20 @@ System.Boolean - To be added. + Returns true if this session is a staged session. To be added. - To be added. + + + + Java documentation for android.content.pm.PackageInstaller.SessionInfo.isStaged(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -612,9 +779,20 @@ System.Boolean - To be added. + Returns true if this session is an active staged session. To be added. - To be added. + + + + Java documentation for android.content.pm.PackageInstaller.SessionInfo.isStagedSessionActive(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -637,9 +815,21 @@ System.Boolean - To be added. + Whether the staged session has been applied successfully, meaning that all of its + packages have been activated and no further action is required. To be added. - To be added. + + + + Java documentation for android.content.pm.PackageInstaller.SessionInfo.isStagedSessionApplied(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -662,9 +852,21 @@ System.Boolean - To be added. + Whether something went wrong and the staged session is declared as failed, meaning that + it will be ignored at next reboot. To be added. - To be added. + + + + Java documentation for android.content.pm.PackageInstaller.SessionInfo.isStagedSessionFailed(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -687,9 +889,20 @@ System.Boolean - To be added. + Whether the staged session is ready to be applied at next reboot. To be added. - To be added. + + + + Java documentation for android.content.pm.PackageInstaller.SessionInfo.isStagedSessionReady(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -746,10 +959,20 @@ Android.Content.PM.PackageInstallMode - To be added. - To be added. + Get the mode of the session as set in the constructor of the SessionParams. + One of SessionParams#MODE_FULL_INSTALL + or SessionParams#MODE_INHERIT_EXISTING - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.PackageInstaller.SessionInfo.getMode(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -773,10 +996,19 @@ System.Int32 - To be added. + Get the value set in SessionParams#setOriginatingUid(int). To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.PackageInstaller.SessionInfo.getOriginatingUid(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -800,10 +1032,19 @@ Android.Net.Uri - To be added. + Get the value set in SessionParams#setOriginatingUri(Uri). To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.PackageInstaller.SessionInfo.getOriginatingUri(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -827,9 +1068,21 @@ System.Int32 - To be added. + Returns the parent multi-package session ID if this session belongs to one, + #INVALID_ID otherwise. To be added. - To be added. + + + + Java documentation for android.content.pm.PackageInstaller.SessionInfo.getParentSessionId(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -852,10 +1105,19 @@ System.Single - To be added. + Return current overall progress of this session, between 0 and 1. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.PackageInstaller.SessionInfo.getProgress(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -879,10 +1141,20 @@ Android.Net.Uri - To be added. + Get the value set in SessionParams#setReferrerUri(Uri) + Note: This value will only be non-null for the owner of the session. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.PackageInstaller.SessionInfo.getReferrerUri(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -906,9 +1178,23 @@ System.Int32 - To be added. - To be added. - To be added. + Whether user action was required by the installer. + + SessionParams#USER_ACTION_NOT_REQUIRED, + SessionParams#USER_ACTION_REQUIRED or + SessionParams#USER_ACTION_UNSPECIFIED + + + + Java documentation for android.content.pm.PackageInstaller.SessionInfo.getRequireUserAction(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -931,10 +1217,19 @@ System.Int32 - To be added. + Return the ID for this session. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.PackageInstaller.SessionInfo.getSessionId(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -958,10 +1253,19 @@ System.Int64 - To be added. + Get the value as set in SessionParams#setSize(long). To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.PackageInstaller.SessionInfo.getSize(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -993,8 +1297,20 @@ 2 - To be added. - To be added. + Constant indicating that an error occurred during the activation phase (post-reboot) of + this staged session. + + + + Java documentation for android.content.pm.PackageInstaller.SessionInfo.STAGED_SESSION_ACTIVATION_FAILED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1025,8 +1341,20 @@ 4 - To be added. - To be added. + Constant indicating that the session was in conflict with another staged session and had + to be sacrificed for resolution. + + + + Java documentation for android.content.pm.PackageInstaller.SessionInfo.STAGED_SESSION_CONFLICT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1049,9 +1377,21 @@ Android.Content.PM.StagedSession - To be added. + If something went wrong with a staged session, clients can check this error code to + understand which kind of failure happened. To be added. - To be added. + + + + Java documentation for android.content.pm.PackageInstaller.SessionInfo.getStagedSessionErrorCode(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1074,9 +1414,21 @@ System.String - To be added. + Text description of the error code returned by getStagedSessionErrorCode, or + empty string if no error was encountered. To be added. - To be added. + + + + Java documentation for android.content.pm.PackageInstaller.SessionInfo.getStagedSessionErrorMessage(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1107,8 +1459,20 @@ 0 - To be added. - To be added. + Constant indicating that no error occurred during the preparation or the activation of + this staged session. + + + + Java documentation for android.content.pm.PackageInstaller.SessionInfo.STAGED_SESSION_NO_ERROR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1139,8 +1503,19 @@ 3 - To be added. - To be added. + Constant indicating that an unknown error occurred while processing this staged session. + + + + Java documentation for android.content.pm.PackageInstaller.SessionInfo.STAGED_SESSION_UNKNOWN. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1171,8 +1546,20 @@ 1 - To be added. - To be added. + Constant indicating that an error occurred during the verification phase (pre-reboot) of + this staged session. + + + + Java documentation for android.content.pm.PackageInstaller.SessionInfo.STAGED_SESSION_VERIFICATION_FAILED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1257,9 +1644,21 @@ System.Int64 - To be added. + The timestamp of the last update that occurred to the session, including changing of + states in case of staged sessions. To be added. - To be added. + + + + Java documentation for android.content.pm.PackageInstaller.SessionInfo.getUpdatedMillis(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1282,9 +1681,20 @@ Android.OS.UserHandle - To be added. + Return the user associated with this session. To be added. - To be added. + + + + Java documentation for android.content.pm.PackageInstaller.SessionInfo.getUser(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Content.PM/PackageInstaller+SessionParams.xml b/docs/Mono.Android/en/Android.Content.PM/PackageInstaller+SessionParams.xml index 42cc3fc5bc..243e065ea9 100644 --- a/docs/Mono.Android/en/Android.Content.PM/PackageInstaller+SessionParams.xml +++ b/docs/Mono.Android/en/Android.Content.PM/PackageInstaller+SessionParams.xml @@ -31,14 +31,18 @@ - To be added. + Parameters for creating a new PackageInstaller.Session. - Android platform documentation + Java documentation for android.content.pm.PackageInstaller.SessionParams. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -69,10 +73,21 @@ - To be added. - To be added. + one of #MODE_FULL_INSTALL or + #MODE_INHERIT_EXISTING describing how the session + should interact with an existing app. + Construct parameters for a new package install session. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.PackageInstaller.SessionParams.PackageInstaller$SessionParams(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -211,9 +226,20 @@ System.Collections.ICollection - To be added. + Special constant to refer to all restricted permissions. To be added. - To be added. + + + + Java documentation for android.content.pm.PackageInstaller.SessionParams.RESTRICTED_PERMISSIONS_ALL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -240,9 +266,18 @@ To be added. - To be added. + Optionally set an icon representing the app being installed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.PackageInstaller.SessionParams.setAppIcon(android.graphics.Bitmap). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -270,9 +305,18 @@ To be added. - To be added. + Optionally set a label representing the app being installed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.PackageInstaller.SessionParams.setAppLabel(java.lang.CharSequence). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -294,9 +338,18 @@ To be added. - To be added. + Optionally set a label representing the app being installed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.PackageInstaller.SessionParams.setAppLabel(java.lang.CharSequence). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -324,9 +377,18 @@ To be added. - To be added. + Optionally set the package name of the app being installed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.PackageInstaller.SessionParams.setAppPackageName(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -357,9 +419,21 @@ - To be added. - To be added. - To be added. + whether permissions should be auto-revoked. + Sets whether permissions should be auto-revoked if this package is unused for an + extended periodd of time. + + + + Java documentation for android.content.pm.PackageInstaller.SessionParams.setAutoRevokePermissionsMode(boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -393,9 +467,19 @@ To be added. - To be added. + Provide value of PackageInfo#installLocation, which may be used + to determine where the app will be staged. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.PackageInstaller.SessionParams.setInstallLocation(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -430,9 +514,18 @@ To be added. - To be added. + Set the reason for installing this package. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.PackageInstaller.SessionParams.setInstallReason(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -460,8 +553,19 @@ To be added. - To be added. - To be added. + Sets the install scenario for this session, which describes the expected user journey. + + + + Java documentation for android.content.pm.PackageInstaller.SessionParams.setInstallScenario(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -485,8 +589,19 @@ - To be added. - To be added. + Set this session to be the parent of a multi-package install. + + + + Java documentation for android.content.pm.PackageInstaller.SessionParams.setMultiPackage(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -513,9 +628,18 @@ To be added. - To be added. + Sets the UID that initiated the package installation. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.PackageInstaller.SessionParams.setOriginatingUid(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -543,9 +667,18 @@ To be added. - To be added. + Optionally set the URI where this package was downloaded from. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.PackageInstaller.SessionParams.setOriginatingUri(android.net.Uri). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -573,9 +706,18 @@ To be added. - To be added. + Optionally set the URI that referred you to install this package. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.PackageInstaller.SessionParams.setReferrerUri(android.net.Uri). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -602,9 +744,21 @@ - To be added. - To be added. - To be added. + whether user action should be required. + Optionally indicate whether user action should be required when the session is + committed. + + + + Java documentation for android.content.pm.PackageInstaller.SessionParams.setRequireUserAction(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -631,9 +785,19 @@ To be added. - To be added. + Optionally indicate the total size (in bytes) of all APKs that will be + delivered in this session. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.PackageInstaller.SessionParams.setSize(long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -661,8 +825,19 @@ To be added. - To be added. - To be added. + Sets which restricted permissions to be allowlisted for the app. + + + + Java documentation for android.content.pm.PackageInstaller.SessionParams.setWhitelistedRestrictedPermissions(java.util.Set<java.lang.String>). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -755,8 +930,20 @@ 2 - To be added. - To be added. + The installer called SessionParams#setRequireUserAction(int) with + false to request that user action not be required for this install. + + + + Java documentation for android.content.pm.PackageInstaller.SessionParams.USER_ACTION_NOT_REQUIRED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -787,8 +974,20 @@ 1 - To be added. - To be added. + The installer called SessionParams#setRequireUserAction(int) with + true to require user action for the install to complete. + + + + Java documentation for android.content.pm.PackageInstaller.SessionParams.USER_ACTION_REQUIRED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -819,8 +1018,20 @@ 0 - To be added. - To be added. + The installer did not call SessionParams#setRequireUserAction(int) to + specify whether user action should be required for the install. + + + + Java documentation for android.content.pm.PackageInstaller.SessionParams.USER_ACTION_UNSPECIFIED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Content.PM/PackageManager+IOnChecksumsReadyListener.xml b/docs/Mono.Android/en/Android.Content.PM/PackageManager+IOnChecksumsReadyListener.xml index d5ff1c9d19..1e2027491e 100644 --- a/docs/Mono.Android/en/Android.Content.PM/PackageManager+IOnChecksumsReadyListener.xml +++ b/docs/Mono.Android/en/Android.Content.PM/PackageManager+IOnChecksumsReadyListener.xml @@ -25,8 +25,19 @@ - To be added. - To be added. + Listener that gets notified when checksums are available. + + + + Java documentation for android.content.pm.PackageManager.OnChecksumsReadyListener. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -52,9 +63,20 @@ - To be added. - To be added. - To be added. + array of checksums. + Called when the checksums are available. + + + + Java documentation for android.content.pm.PackageManager.OnChecksumsReadyListener.onChecksumsReady(java.util.List<android.content.pm.ApkChecksum>). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Content.PM/PackageManager+NameNotFoundException.xml b/docs/Mono.Android/en/Android.Content.PM/PackageManager+NameNotFoundException.xml index 4adc29ed73..c0fbe9af43 100644 --- a/docs/Mono.Android/en/Android.Content.PM/PackageManager+NameNotFoundException.xml +++ b/docs/Mono.Android/en/Android.Content.PM/PackageManager+NameNotFoundException.xml @@ -19,14 +19,18 @@ This exception is thrown when a given package, application, or component - name cannot be found. + name cannot be found. - Android platform documentation + Java documentation for android.content.pm.PackageManager.NameNotFoundException. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Content.PM/PackageManager+Property.xml b/docs/Mono.Android/en/Android.Content.PM/PackageManager+Property.xml index 5eb1f61f9d..59b168fb06 100644 --- a/docs/Mono.Android/en/Android.Content.PM/PackageManager+Property.xml +++ b/docs/Mono.Android/en/Android.Content.PM/PackageManager+Property.xml @@ -31,8 +31,19 @@ - To be added. - To be added. + A property value set within the manifest. + + + + Java documentation for android.content.pm.PackageManager.Property. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -55,9 +66,20 @@ System.Boolean - To be added. + Returns the boolean value set for the property. To be added. - To be added. + + + + Java documentation for android.content.pm.PackageManager.Property.getBoolean(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -80,9 +102,20 @@ System.String - To be added. + Returns the classname of the component where this property was defined. To be added. - To be added. + + + + Java documentation for android.content.pm.PackageManager.Property.getClassName(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -159,9 +192,20 @@ System.Single - To be added. + Returns the float value set for the property. To be added. - To be added. + + + + Java documentation for android.content.pm.PackageManager.Property.getFloat(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -184,9 +228,20 @@ System.Int32 - To be added. + Returns the integer value set for the property. To be added. - To be added. + + + + Java documentation for android.content.pm.PackageManager.Property.getInteger(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -209,9 +264,20 @@ System.Boolean - To be added. + Returns true if the property is a boolean type. To be added. - To be added. + + + + Java documentation for android.content.pm.PackageManager.Property.isBoolean(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -234,9 +300,20 @@ System.Boolean - To be added. + Returns true if the property is a float type. To be added. - To be added. + + + + Java documentation for android.content.pm.PackageManager.Property.isFloat(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -259,9 +336,20 @@ System.Boolean - To be added. + Returns true if the property is an integer type. To be added. - To be added. + + + + Java documentation for android.content.pm.PackageManager.Property.isInteger(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -284,9 +372,20 @@ System.Boolean - To be added. + Returns true if the property is a resource id type. To be added. - To be added. + + + + Java documentation for android.content.pm.PackageManager.Property.isResourceId(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -309,9 +408,20 @@ System.Boolean - To be added. + Returns true if the property is a String type. To be added. - To be added. + + + + Java documentation for android.content.pm.PackageManager.Property.isString(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -366,9 +476,20 @@ System.String - To be added. + Returns the name of the property. To be added. - To be added. + + + + Java documentation for android.content.pm.PackageManager.Property.getName(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -391,9 +512,20 @@ System.String - To be added. + Returns the name of the package where this this property was defined. To be added. - To be added. + + + + Java documentation for android.content.pm.PackageManager.Property.getPackageName(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -416,9 +548,20 @@ System.Int32 - To be added. + Returns the a resource id set for the property. To be added. - To be added. + + + + Java documentation for android.content.pm.PackageManager.Property.getResourceId(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -441,9 +584,20 @@ System.String - To be added. + Returns the a String value set for the property. To be added. - To be added. + + + + Java documentation for android.content.pm.PackageManager.Property.getString(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Content.PM/PackageManager.xml b/docs/Mono.Android/en/Android.Content.PM/PackageManager.xml index 63fbf190e5..3c3de683de 100644 --- a/docs/Mono.Android/en/Android.Content.PM/PackageManager.xml +++ b/docs/Mono.Android/en/Android.Content.PM/PackageManager.xml @@ -111,6 +111,10 @@ [Android.Runtime.Register("addPackageToPreferred", "(Ljava/lang/String;)V", "GetAddPackageToPreferred_Ljava_lang_String_Handler")] [<Android.Runtime.Register("addPackageToPreferred", "(Ljava/lang/String;)V", "GetAddPackageToPreferred_Ljava_lang_String_Handler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void @@ -242,6 +246,10 @@ [Android.Runtime.Register("addPreferredActivity", "(Landroid/content/IntentFilter;I[Landroid/content/ComponentName;Landroid/content/ComponentName;)V", "GetAddPreferredActivity_Landroid_content_IntentFilter_IarrayLandroid_content_ComponentName_Landroid_content_ComponentName_Handler")] [<Android.Runtime.Register("addPreferredActivity", "(Landroid/content/IntentFilter;I[Landroid/content/ComponentName;Landroid/content/ComponentName;)V", "GetAddPreferredActivity_Landroid_content_IntentFilter_IarrayLandroid_content_ComponentName_Landroid_content_ComponentName_Handler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void @@ -727,6 +735,10 @@ [Android.Runtime.Register("clearPackagePreferredActivities", "(Ljava/lang/String;)V", "GetClearPackagePreferredActivities_Ljava_lang_String_Handler")] [<Android.Runtime.Register("clearPackagePreferredActivities", "(Ljava/lang/String;)V", "GetClearPackagePreferredActivities_Ljava_lang_String_Handler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void @@ -1148,7 +1160,7 @@ Feature for #getSystemAvailableFeatures and #hasSystemFeature: The device includes at least one form of audio output, as defined in the Android Compatibility Definition Document (CDD) - <a href="https://source. + section 7.8 Audio. @@ -3450,7 +3462,8 @@ Feature for #getSystemAvailableFeatures and #hasSystemFeature: The device supports the OpenGL ES - <a href="http://www. + + Android Extension Pack. @@ -4518,7 +4531,8 @@ Feature for #getSystemAvailableFeatures, #hasSystemFeature(String), and #hasSystemFeature(String, int): If this feature is supported, the device implements the Android Keystore backed by a dedicated secure processor referred to as - <a href="https://source. + + StrongBox. @@ -6919,6 +6933,10 @@ [Android.Runtime.Register("getInstallerPackageName", "(Ljava/lang/String;)Ljava/lang/String;", "GetGetInstallerPackageName_Ljava_lang_String_Handler")] [<Android.Runtime.Register("getInstallerPackageName", "(Ljava/lang/String;)Ljava/lang/String;", "GetGetInstallerPackageName_Ljava_lang_String_Handler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.String @@ -7875,6 +7893,10 @@ [Android.Runtime.Register("getPreferredActivities", "(Ljava/util/List;Ljava/util/List;Ljava/lang/String;)I", "GetGetPreferredActivities_Ljava_util_List_Ljava_util_List_Ljava_lang_String_Handler")] [<Android.Runtime.Register("getPreferredActivities", "(Ljava/util/List;Ljava/util/List;Ljava/lang/String;)I", "GetGetPreferredActivities_Ljava_util_List_Ljava_util_List_Ljava_lang_String_Handler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Int32 @@ -7927,6 +7949,10 @@ [Android.Runtime.Register("getPreferredPackages", "(I)Ljava/util/List;", "GetGetPreferredPackages_IHandler")] [<Android.Runtime.Register("getPreferredPackages", "(I)Ljava/util/List;", "GetGetPreferredPackages_IHandler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Collections.Generic.IList<Android.Content.PM.PackageInfo> @@ -10600,6 +10626,10 @@ [Android.Runtime.Register("removePackageFromPreferred", "(Ljava/lang/String;)V", "GetRemovePackageFromPreferred_Ljava_lang_String_Handler")] [<Android.Runtime.Register("removePackageFromPreferred", "(Ljava/lang/String;)V", "GetRemovePackageFromPreferred_Ljava_lang_String_Handler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void diff --git a/docs/Mono.Android/en/Android.Content.PM/ShortcutInfo+Builder.xml b/docs/Mono.Android/en/Android.Content.PM/ShortcutInfo+Builder.xml index 408d410318..d9b0096222 100644 --- a/docs/Mono.Android/en/Android.Content.PM/ShortcutInfo+Builder.xml +++ b/docs/Mono.Android/en/Android.Content.PM/ShortcutInfo+Builder.xml @@ -18,14 +18,18 @@ - To be added. + Builder class for ShortcutInfo objects. - Android platform documentation + Java documentation for android.content.pm.ShortcutInfo.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -50,11 +54,20 @@ - To be added. - To be added. - To be added. + Client context. + ID of the shortcut. + Constructor. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.ShortcutInfo.Builder.ShortcutInfo$Builder(android.content.Context, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -102,10 +115,19 @@ - To be added. + Creates a ShortcutInfo instance. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.pm.ShortcutInfo.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Content.PM/ShortcutManager.xml b/docs/Mono.Android/en/Android.Content.PM/ShortcutManager.xml index 158cca8fbf..bed839f94e 100644 --- a/docs/Mono.Android/en/Android.Content.PM/ShortcutManager.xml +++ b/docs/Mono.Android/en/Android.Content.PM/ShortcutManager.xml @@ -1061,8 +1061,8 @@ Use android.app.PendingIntent#getIntentSender() to create an IntentSender. To avoid background execution limits, use an unexported, manifest-declared receiver. For more details, see - <a href="/guide/topics/ui/shortcuts/creating-shortcuts.html#pinned"> - Creating pinned shortcuts</a>. + "/guide/topics/ui/shortcuts/creating-shortcuts.html#pinned"> + Creating pinned shortcuts. Request to create a pinned shortcut. TRUE if the launcher supports this feature. Note the API will return without diff --git a/docs/Mono.Android/en/Android.Content.Res/AssetFileDescriptor+AutoCloseInputStream.xml b/docs/Mono.Android/en/Android.Content.Res/AssetFileDescriptor+AutoCloseInputStream.xml index 93c24236ff..27f71e1d6b 100644 --- a/docs/Mono.Android/en/Android.Content.Res/AssetFileDescriptor+AutoCloseInputStream.xml +++ b/docs/Mono.Android/en/Android.Content.Res/AssetFileDescriptor+AutoCloseInputStream.xml @@ -19,14 +19,19 @@ An InputStream you can create on a ParcelFileDescriptor, which will - take care of calling for you when the stream is closed. + take care of calling ParcelFileDescriptor#close + ParcelFileDescriptor.close() for you when the stream is closed. - Android platform documentation + Java documentation for android.content.res.AssetFileDescriptor.AutoCloseInputStream. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Content.Res/AssetFileDescriptor+AutoCloseOutputStream.xml b/docs/Mono.Android/en/Android.Content.Res/AssetFileDescriptor+AutoCloseOutputStream.xml index 916872797c..e993c4db8d 100644 --- a/docs/Mono.Android/en/Android.Content.Res/AssetFileDescriptor+AutoCloseOutputStream.xml +++ b/docs/Mono.Android/en/Android.Content.Res/AssetFileDescriptor+AutoCloseOutputStream.xml @@ -19,14 +19,19 @@ An OutputStream you can create on a ParcelFileDescriptor, which will - take care of calling for you when the stream is closed. + take care of calling ParcelFileDescriptor#close + ParcelFileDescriptor.close() for you when the stream is closed. - Android platform documentation + Java documentation for android.content.res.AssetFileDescriptor.AutoCloseOutputStream. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Content.Res/AssetManager+AssetInputStream.xml b/docs/Mono.Android/en/Android.Content.Res/AssetManager+AssetInputStream.xml index 6352863816..2b65a403d0 100644 --- a/docs/Mono.Android/en/Android.Content.Res/AssetManager+AssetInputStream.xml +++ b/docs/Mono.Android/en/Android.Content.Res/AssetManager+AssetInputStream.xml @@ -52,7 +52,16 @@ To be added. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.res.AssetManager.AssetInputStream.getAssetInt(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Content.Res/Configuration.xml b/docs/Mono.Android/en/Android.Content.Res/Configuration.xml index e5ee377f63..43e4c85163 100644 --- a/docs/Mono.Android/en/Android.Content.Res/Configuration.xml +++ b/docs/Mono.Android/en/Android.Content.Res/Configuration.xml @@ -672,7 +672,8 @@ The target screen density being rendered to, corresponding to - <a href="[TODO: @docRoot]guide/topics/resources/providing-resources. + density + resource qualifier. To be added. @@ -1368,7 +1369,8 @@ Current user preference for the locale, corresponding to - <a href="[TODO: @docRoot]guide/topics/resources/providing-resources. + locale + resource qualifier. To be added. @@ -1454,7 +1456,8 @@ IMSI MCC (Mobile Country Code), corresponding to - <a href="[TODO: @docRoot]guide/topics/resources/providing-resources. + mcc + resource qualifier. To be added. @@ -1492,7 +1495,8 @@ IMSI MNC (Mobile Network Code), corresponding to - <a href="[TODO: @docRoot]guide/topics/resources/providing-resources. + mnc + resource qualifier. To be added. @@ -1761,7 +1765,8 @@ The current height of the available screen space, in dp units, corresponding to - <a href="[TODO: @docRoot]guide/topics/resources/providing-resources. + screen + height resource qualifier. To be added. @@ -1877,7 +1882,8 @@ The current width of the available screen space, in dp units, corresponding to - <a href="[TODO: @docRoot]guide/topics/resources/providing-resources. + screen + width resource qualifier. To be added. @@ -2122,7 +2128,8 @@ The smallest screen size an application will see in normal operation, corresponding to - <a href="[TODO: @docRoot]guide/topics/resources/providing-resources. + smallest + screen width resource qualifier. To be added. @@ -2385,7 +2392,8 @@ Constant for #uiMode: a #UI_MODE_NIGHT_MASK value that corresponds to the - <a href="[TODO: @docRoot]guide/topics/resources/providing-resources. + notnight + resource qualifier. @@ -2476,7 +2484,8 @@ Constant for #uiMode: a #UI_MODE_NIGHT_MASK value that corresponds to the - <a href="[TODO: @docRoot]guide/topics/resources/providing-resources. + night + resource qualifier. @@ -2522,7 +2531,8 @@ Constant for #uiMode: a #UI_MODE_TYPE_MASK value that corresponds to the - <a href="[TODO: @docRoot]guide/topics/resources/providing-resources. + appliance + resource qualifier. @@ -2568,7 +2578,8 @@ Constant for #uiMode: a #UI_MODE_TYPE_MASK value that corresponds to the - <a href="[TODO: @docRoot]guide/topics/resources/providing-resources. + car + resource qualifier. @@ -2614,7 +2625,8 @@ Constant for #uiMode: a #UI_MODE_TYPE_MASK value that corresponds to the - <a href="[TODO: @docRoot]guide/topics/resources/providing-resources. + desk + resource qualifier. @@ -2704,7 +2716,8 @@ Constant for #uiMode: a #UI_MODE_TYPE_MASK value that corresponds to - <a href="[TODO: @docRoot]guide/topics/resources/providing-resources. + no + UI mode resource qualifier specified. @@ -2750,7 +2763,8 @@ Constant for #uiMode: a #UI_MODE_TYPE_MASK value that corresponds to the - <a href="[TODO: @docRoot]guide/topics/resources/providing-resources. + television + resource qualifier. @@ -2841,7 +2855,8 @@ Constant for #uiMode: a #UI_MODE_TYPE_MASK value that corresponds to the - <a href="[TODO: @docRoot]guide/topics/resources/providing-resources. + vrheadset + resource qualifier. @@ -2886,7 +2901,8 @@ Constant for #uiMode: a #UI_MODE_TYPE_MASK value that corresponds to the - <a href="[TODO: @docRoot]guide/topics/resources/providing-resources. + watch + resource qualifier. diff --git a/docs/Mono.Android/en/Android.Content.Res/Resources+NotFoundException.xml b/docs/Mono.Android/en/Android.Content.Res/Resources+NotFoundException.xml index aba500d69c..4f3c1f22bb 100644 --- a/docs/Mono.Android/en/Android.Content.Res/Resources+NotFoundException.xml +++ b/docs/Mono.Android/en/Android.Content.Res/Resources+NotFoundException.xml @@ -19,14 +19,18 @@ This exception is thrown by the resource APIs when a requested resource - can not be found. + can not be found. - Android platform documentation + Java documentation for android.content.res.Resources.NotFoundException. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Content.Res/Resources+Theme.xml b/docs/Mono.Android/en/Android.Content.Res/Resources+Theme.xml index 1f3bfe5795..8ad452a7c2 100644 --- a/docs/Mono.Android/en/Android.Content.Res/Resources+Theme.xml +++ b/docs/Mono.Android/en/Android.Content.Res/Resources+Theme.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.content.res.Resources.Theme. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -54,14 +58,23 @@ - To be added. + The resource ID of a style resource from which to + obtain attribute values. If true, values in the style resource will always be - used in the theme; otherwise, they will only be used - if not already defined in the theme. - + used in the theme; otherwise, they will only be used + if not already defined in the theme. Place new attribute values into the theme. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.res.Resources.Theme.applyStyle(int, boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -86,10 +99,21 @@ Android.Content.PM.ConfigChanges - To be added. - To be added. + Returns a bit mask of configuration changes that will impact this + theme (and thus require completely reloading it). + a bit mask of configuration changes, as defined by + ActivityInfo - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.res.Resources.Theme.getChangingConfigurations(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -127,11 +151,19 @@ The log priority to use. The log tag to use. - Text to prefix each line printed. - + Text to prefix each line printed. Print contents of this theme out to the log. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.res.Resources.Theme.dump(int, java.lang.String, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -161,12 +193,31 @@ - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. + An attribute in the current theme that contains a + reference to a style resource that supplies + defaults values for the TypedArray. Can be + 0 to not look for defaults. + A resource identifier of a style resource that + supplies default values for the TypedArray, + used only if defStyleAttr is 0 or can not be found + in the theme. Can be 0 to not look for defaults. + A resource identifier of an explicit style resource. + Returns the ordered list of resource ID that are considered when resolving attribute + values when making an equivalent call to + #obtainStyledAttributes(AttributeSet, int[], int, int) . + ordered list of resource ID that are considered when resolving attribute values. + + + + Java documentation for android.content.res.Resources.Theme.getAttributeResolutionStack(int, int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -192,11 +243,23 @@ - To be added. - To be added. - To be added. + The desired resource identifier, as generated by the aapt + tool. This integer encodes the package, type, and resource + entry. The value 0 is an invalid identifier. + Return a drawable object associated with a particular resource ID + and styled for the Theme. + Drawable An object that can be used to draw this resource. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.res.Resources.Theme.getDrawable(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -223,10 +286,25 @@ - To be added. - To be added. - To be added. - To be added. + The base set of attribute values. + Returns the resource ID for the style specified using style="..." in the + AttributeSet's backing XML element or Resources#ID_NULL otherwise if not + specified or otherwise not applicable. + The resource ID for the style specified using style="..." in the + AttributeSet's backing XML element or Resources#ID_NULL otherwise + if not specified or otherwise not applicable. + + + + Java documentation for android.content.res.Resources.Theme.getExplicitStyle(android.util.AttributeSet). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -283,12 +361,24 @@ - The desired attributes. + The desired attributes. These attribute IDs must be sorted in ascending + order. Return a TypedArray holding the values defined by - Theme which are listed in attrs. - To be added. + <var>Theme</var> which are listed in <var>attrs</var>. + Returns a TypedArray holding an array of the attribute values. + Be sure to call TypedArray#recycle() TypedArray.recycle() + when done with it. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.res.Resources.Theme.obtainStyledAttributes(int[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. Throws NotFoundException if the given ID does not exist. @@ -321,13 +411,25 @@ - To be added. - The desired attributes in the style. + The desired style resource. + The desired attributes in the style. These attribute IDs must be sorted in + ascending order. Return a TypedArray holding the values defined by the style - resource resid which are listed in attrs. - To be added. + resource <var>resid</var> which are listed in <var>attrs</var>. + Returns a TypedArray holding an array of the attribute values. + Be sure to call TypedArray#recycle() TypedArray.recycle() + when done with it. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.res.Resources.Theme.obtainStyledAttributes(int, int[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. Throws NotFoundException if the given ID does not exist. @@ -363,21 +465,33 @@ The base set of attribute values. May be null. - The desired attributes to be retrieved. + The desired attributes to be retrieved. These attribute IDs must be sorted + in ascending order. An attribute in the current theme that contains a - reference to a style resource that supplies - defaults values for the TypedArray. Can be - 0 to not look for defaults. + reference to a style resource that supplies + defaults values for the TypedArray. Can be + 0 to not look for defaults. A resource identifier of a style resource that - supplies default values for the TypedArray, - used only if defStyleAttr is 0 or can not be found - in the theme. Can be 0 to not look for defaults. + supplies default values for the TypedArray, + used only if defStyleAttr is 0 or can not be found + in the theme. Can be 0 to not look for defaults. Return a TypedArray holding the attribute values in - set - that are listed in attrs. - To be added. + <var>set</var> + that are listed in <var>attrs</var>. + Returns a TypedArray holding an array of the attribute values. + Be sure to call TypedArray#recycle() TypedArray.recycle() + when done with it. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.res.Resources.Theme.obtainStyledAttributes(android.util.AttributeSet, int[], int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -406,8 +520,21 @@ - To be added. - To be added. + Rebases the theme against the parent Resource object's current + configuration by re-applying the styles passed to + #applyStyle(int, boolean). + + + + Java documentation for android.content.res.Resources.Theme.rebase(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -436,17 +563,27 @@ The resource identifier of the desired theme - attribute. + attribute. Filled in with the ultimate resource value supplied - by the attribute. + by the attribute. If true, resource references will be walked; if - false, outValue may be a - TYPE_REFERENCE. In either case, it will never - be a TYPE_ATTRIBUTE. + false, <var>outValue</var> may be a + TYPE_REFERENCE. In either case, it will never + be a TYPE_ATTRIBUTE. Retrieve the value of an attribute in the Theme. - To be added. + boolean Returns true if the attribute was found and + <var>outValue</var> is valid, else false. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.res.Resources.Theme.resolveAttribute(int, android.util.TypedValue, boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -471,10 +608,19 @@ Android.Content.Res.Resources - To be added. - To be added. + Returns the resources to which this theme belongs. + Resources to which this theme belongs. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.res.Resources.Theme.getResources(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Content/AsyncTaskLoader.xml b/docs/Mono.Android/en/Android.Content/AsyncTaskLoader.xml index 07eb81e303..a7376d60c0 100644 --- a/docs/Mono.Android/en/Android.Content/AsyncTaskLoader.xml +++ b/docs/Mono.Android/en/Android.Content/AsyncTaskLoader.xml @@ -256,6 +256,10 @@ [Android.Runtime.Register("loadInBackground", "()Ljava/lang/Object;", "GetLoadInBackgroundHandler")] [<Android.Runtime.Register("loadInBackground", "()Ljava/lang/Object;", "GetLoadInBackgroundHandler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + Java.Lang.Object diff --git a/docs/Mono.Android/en/Android.Content/AttributionSource+Builder.xml b/docs/Mono.Android/en/Android.Content/AttributionSource+Builder.xml index 8e941f036c..7e50f16319 100644 --- a/docs/Mono.Android/en/Android.Content/AttributionSource+Builder.xml +++ b/docs/Mono.Android/en/Android.Content/AttributionSource+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + A builder for AttributionSource + + + + Java documentation for android.content.AttributionSource.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -42,9 +53,20 @@ - To be added. - To be added. - To be added. + The UID that is accessing the permission protected data. + Creates a new Builder. + + + + Java documentation for android.content.AttributionSource.Builder.AttributionSource$Builder(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -68,9 +90,20 @@ - To be added. + Builds the instance. To be added. - To be added. + + + + Java documentation for android.content.AttributionSource.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Content/BroadcastReceiver+PendingResult.xml b/docs/Mono.Android/en/Android.Content/BroadcastReceiver+PendingResult.xml index 966fb886d8..b74f028854 100644 --- a/docs/Mono.Android/en/Android.Content/BroadcastReceiver+PendingResult.xml +++ b/docs/Mono.Android/en/Android.Content/BroadcastReceiver+PendingResult.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.content.BroadcastReceiver.PendingResult. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -73,11 +77,21 @@ System.Boolean - Version of for - asynchronous broadcast handling. + Version of BroadcastReceiver#getAbortBroadcast() + BroadcastReceiver.getAbortBroadcast() for + asynchronous broadcast handling. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.BroadcastReceiver.PendingResult.getAbortBroadcast(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -103,10 +117,20 @@ - Version of for - asynchronous broadcast handling. + Version of BroadcastReceiver#clearAbortBroadcast() + BroadcastReceiver.clearAbortBroadcast() for + asynchronous broadcast handling. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.BroadcastReceiver.PendingResult.clearAbortBroadcast(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -134,7 +158,16 @@ Finish the broadcast. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.BroadcastReceiver.PendingResult.finish(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -163,11 +196,21 @@ To be added. - Version of for - asynchronous broadcast handling. + Version of BroadcastReceiver#getResultExtras(boolean) + BroadcastReceiver.getResultExtras(boolean) for + asynchronous broadcast handling. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.BroadcastReceiver.PendingResult.getResultExtras(boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -193,10 +236,20 @@ - Version of for - asynchronous broadcast handling. + Version of BroadcastReceiver#abortBroadcast() + BroadcastReceiver.abortBroadcast() for + asynchronous broadcast handling. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.BroadcastReceiver.PendingResult.abortBroadcast(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -256,11 +309,30 @@ Android.App.Result - Version of for - asynchronous broadcast handling. + Version of BroadcastReceiver#getResultCode() + BroadcastReceiver.getResultCode() for + asynchronous broadcast handling. -or- Version of BroadcastReceiver#setResultCode(int) + BroadcastReceiver.setResultCode(int) for + asynchronous broadcast handling. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Property getter documentation: + + + Java documentation for android.content.BroadcastReceiver.PendingResult.getResultCode(). + + + Property setter documentation: + + + Java documentation for android.content.BroadcastReceiver.PendingResult.setResultCode(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -289,11 +361,30 @@ System.String - Version of for - asynchronous broadcast handling. + Version of BroadcastReceiver#getResultData() + BroadcastReceiver.getResultData() for + asynchronous broadcast handling. -or- Version of BroadcastReceiver#setResultData(String) + BroadcastReceiver.setResultData(String) for + asynchronous broadcast handling. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Property getter documentation: + + + Java documentation for android.content.BroadcastReceiver.PendingResult.getResultData(). + + + Property setter documentation: + + + Java documentation for android.content.BroadcastReceiver.PendingResult.setResultData(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -333,10 +424,20 @@ To be added. To be added. To be added. - Version of M:Android.Content.BroadcastReceiver.SetResult(Android.App.Result,System.String,System.String) for - asynchronous broadcast handling. + Version of BroadcastReceiver#setResult(int, String, Bundle) + BroadcastReceiver.setResult(int, String, Bundle) for + asynchronous broadcast handling. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.BroadcastReceiver.PendingResult.setResult(int, java.lang.String, android.os.Bundle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -365,10 +466,20 @@ To be added. - Version of for - asynchronous broadcast handling. + Version of BroadcastReceiver#setResultExtras(Bundle) + BroadcastReceiver.setResultExtras(Bundle) for + asynchronous broadcast handling. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.BroadcastReceiver.PendingResult.setResultExtras(android.os.Bundle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Content/ClipData+Item.xml b/docs/Mono.Android/en/Android.Content/ClipData+Item.xml index fbbbcf56c0..17fe6e58cf 100644 --- a/docs/Mono.Android/en/Android.Content/ClipData+Item.xml +++ b/docs/Mono.Android/en/Android.Content/ClipData+Item.xml @@ -18,14 +18,18 @@ - Description of a single item in a ClippedData. + Description of a single item in a ClipData. - Android platform documentation + Java documentation for android.content.ClipData.Item. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -53,7 +57,16 @@ To be added. Create an Item consisting of an arbitrary Intent. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.ClipData.Item.ClipData$Item(android.content.Intent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -81,7 +94,16 @@ To be added. Create an Item consisting of an arbitrary URI. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.ClipData.Item.ClipData$Item(android.net.Uri). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -109,7 +131,16 @@ To be added. Create an Item consisting of a single block of (possibly styled) text. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.ClipData.Item.ClipData$Item(java.lang.CharSequence). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -166,9 +197,18 @@ To be added. To be added. Create an Item consisting of a single block of (possibly styled) text, - with an alternative HTML formatted representation. + with an alternative HTML formatted representation. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.ClipData.Item.ClipData$Item(java.lang.CharSequence, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -253,9 +293,18 @@ To be added. To be added. Create a complex Item, containing multiple representations of - text, Intent, and/or URI. + text, Intent, and/or URI. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.ClipData.Item.ClipData$Item(java.lang.CharSequence, android.content.Intent, android.net.Uri). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -321,9 +370,18 @@ To be added. To be added. Create a complex Item, containing multiple representations of - text, HTML text, Intent, and/or URI. + text, HTML text, Intent, and/or URI. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.ClipData.Item.ClipData$Item(java.lang.CharSequence, java.lang.String, android.content.Intent, android.net.Uri). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -387,12 +445,21 @@ The caller's Context, from which its ContentResolver - and other things can be retrieved. + and other things can be retrieved. Turn this item into HTML text, regardless of the type of data it - actually contains. - To be added. + actually contains. + Returns the item's representation as HTML text. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.ClipData.Item.coerceToHtmlText(android.content.Context). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -414,11 +481,23 @@ - To be added. - To be added. - To be added. + The caller's Context, from which its ContentResolver + and other things can be retrieved. + Like #coerceToHtmlText(Context), but any text that would + be returned as HTML formatting will be returned as text with + style spans. + Returns the item's textual representation. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.ClipData.Item.coerceToStyledText(android.content.Context). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -446,13 +525,22 @@ The caller's Context, from which its ContentResolver - and other things can be retrieved. - Like , but any text that would - be returned as HTML formatting will be returned as text with - style spans. - To be added. + and other things can be retrieved. + Like #coerceToHtmlText(Context), but any text that would + be returned as HTML formatting will be returned as text with + style spans. + Returns the item's textual representation. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.ClipData.Item.coerceToStyledText(android.content.Context). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -474,11 +562,22 @@ - To be added. - To be added. - To be added. + The caller's Context, from which its ContentResolver + and other things can be retrieved. + Turn this item into text, regardless of the type of data it + actually contains. + Returns the item's textual representation. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.ClipData.Item.coerceToText(android.content.Context). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -506,12 +605,21 @@ The caller's Context, from which its ContentResolver - and other things can be retrieved. + and other things can be retrieved. Turn this item into text, regardless of the type of data it - actually contains. - To be added. + actually contains. + Returns the item's textual representation. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.ClipData.Item.coerceToText(android.content.Context). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -539,7 +647,16 @@ Retrieve the raw HTML text contained in this Item. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.ClipData.Item.getHtmlText(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -567,7 +684,16 @@ Retrieve the raw Intent contained in this Item. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.ClipData.Item.getIntent(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -647,7 +773,16 @@ Retrieve the raw text contained in this Item. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.ClipData.Item.getText(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -672,9 +807,21 @@ Android.Views.TextClassifiers.TextLinks - To be added. + Returns the results of text classification run on the raw text contained in this item, + if it was performed, and if any entities were found in the text. To be added. - To be added. + + + + Java documentation for android.content.ClipData.Item.getTextLinks(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -762,7 +909,16 @@ Retrieve the raw URI contained in this Item. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.ClipData.Item.getUri(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Content/ClipboardManager+IOnPrimaryClipChangedListener.xml b/docs/Mono.Android/en/Android.Content/ClipboardManager+IOnPrimaryClipChangedListener.xml index 0fa5a4b88f..d58394a764 100644 --- a/docs/Mono.Android/en/Android.Content/ClipboardManager+IOnPrimaryClipChangedListener.xml +++ b/docs/Mono.Android/en/Android.Content/ClipboardManager+IOnPrimaryClipChangedListener.xml @@ -29,10 +29,14 @@ - Android platform documentation + Java documentation for android.content.ClipboardManager.OnPrimaryClipChangedListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -58,10 +62,19 @@ - Callback that is invoked by when the primary - clip changes. + Callback that is invoked by android.content.ClipboardManager when the primary + clip changes. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.ClipboardManager.OnPrimaryClipChangedListener.onPrimaryClipChanged(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Content/ContentProvider+CallingIdentity.xml b/docs/Mono.Android/en/Android.Content/ContentProvider+CallingIdentity.xml index 9b8d474527..2266cade9e 100644 --- a/docs/Mono.Android/en/Android.Content/ContentProvider+CallingIdentity.xml +++ b/docs/Mono.Android/en/Android.Content/ContentProvider+CallingIdentity.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Opaque token representing the identity of an incoming IPC. + + + + Java documentation for android.content.ContentProvider.CallingIdentity. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Content/ContentProvider+IPipeDataWriter.xml b/docs/Mono.Android/en/Android.Content/ContentProvider+IPipeDataWriter.xml index 15571b9e54..58bb4bdf2d 100644 --- a/docs/Mono.Android/en/Android.Content/ContentProvider+IPipeDataWriter.xml +++ b/docs/Mono.Android/en/Android.Content/ContentProvider+IPipeDataWriter.xml @@ -33,10 +33,14 @@ - Android platform documentation + Java documentation for android.content.ContentProvider.PipeDataWriter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -68,14 +72,24 @@ - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. + The pipe where data should be written. This will be + closed for you upon returning from this function. + The URI whose data is to be written. + The desired type of data to be written. + Options supplied by caller. + Your own custom arguments. + Called from a background thread to stream data out to a pipe. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.ContentProvider.PipeDataWriter.writeDataToPipe(android.os.ParcelFileDescriptor, android.net.Uri, java.lang.String, android.os.Bundle, T). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Content/ContentProvider.xml b/docs/Mono.Android/en/Android.Content/ContentProvider.xml index b4f4f6d640..146b057369 100644 --- a/docs/Mono.Android/en/Android.Content/ContentProvider.xml +++ b/docs/Mono.Android/en/Android.Content/ContentProvider.xml @@ -670,11 +670,27 @@ - To be added. - To be added. - To be added. + The full URI to query, including a row ID (if a specific + record is requested). + A Bundle containing additional information necessary for + the operation. Arguments may include SQL style arguments, such + as ContentResolver#QUERY_ARG_SQL_LIMIT, but note that + the documentation for each individual provider will indicate + which arguments they support. + Implement this to handle requests to delete one or more rows. To be added. - To be added. + + + + Java documentation for android.content.ContentProvider.delete(android.net.Uri, android.os.Bundle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -702,13 +718,23 @@ - The full URI to query, including a row ID (if a specific record is requested). - An optional restriction to apply to rows when deleting. To be added. + The full URI to query, including a row ID (if a specific + record is requested). + An optional restriction to apply to rows when deleting. Implement this to handle requests to delete one or more rows. - To be added. + The number of rows affected. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.ContentProvider.delete(android.net.Uri, java.lang.String, java.lang.String[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1147,7 +1173,7 @@ The new device configuration. - [TODO: @inheritDoc] + To be added This method is always called on the application main thread, and must not perform lengthy operations. @@ -1227,7 +1253,7 @@ - [TODO: @inheritDoc] + To be added This method is always called on the application main thread, and must not perform lengthy operations. diff --git a/docs/Mono.Android/en/Android.Content/ContentProviderOperation+Builder.xml b/docs/Mono.Android/en/Android.Content/ContentProviderOperation+Builder.xml index 0851b24940..d512932490 100644 --- a/docs/Mono.Android/en/Android.Content/ContentProviderOperation+Builder.xml +++ b/docs/Mono.Android/en/Android.Content/ContentProviderOperation+Builder.xml @@ -18,14 +18,18 @@ - Used to add parameters to a . + Used to add parameters to a ContentProviderOperation. - Android platform documentation + Java documentation for android.content.ContentProviderOperation.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -74,10 +78,19 @@ - Create a ContentProviderOperation from this T:Android.Content.ContentProviderOperation+Builder. + Create a ContentProviderOperation from this Builder. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.ContentProviderOperation.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Content/ContentResolver+MimeTypeInfo.xml b/docs/Mono.Android/en/Android.Content/ContentResolver+MimeTypeInfo.xml index 42abd86596..5d74ed29d8 100644 --- a/docs/Mono.Android/en/Android.Content/ContentResolver+MimeTypeInfo.xml +++ b/docs/Mono.Android/en/Android.Content/ContentResolver+MimeTypeInfo.xml @@ -18,8 +18,20 @@ - To be added. - To be added. + Detailed description of a specific MIME type, including an icon and label + that describe the type. + + + + Java documentation for android.content.ContentResolver.MimeTypeInfo. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -61,9 +73,20 @@ Java.Lang.ICharSequence - To be added. + Return a content description for this MIME type. To be added. - To be added. + + + + Java documentation for android.content.ContentResolver.MimeTypeInfo.getContentDescription(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -86,9 +109,20 @@ Android.Graphics.Drawables.Icon - To be added. + Return a visual representation of this MIME type. To be added. - To be added. + + + + Java documentation for android.content.ContentResolver.MimeTypeInfo.getIcon(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -159,9 +193,20 @@ Java.Lang.ICharSequence - To be added. + Return a textual representation of this MIME type. To be added. - To be added. + + + + Java documentation for android.content.ContentResolver.MimeTypeInfo.getLabel(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Content/Context.xml b/docs/Mono.Android/en/Android.Content/Context.xml index 3a86a27796..6f9b471693 100644 --- a/docs/Mono.Android/en/Android.Content/Context.xml +++ b/docs/Mono.Android/en/Android.Content/Context.xml @@ -1723,6 +1723,10 @@ [Android.Runtime.Register("clearWallpaper", "()V", "GetClearWallpaperHandler")] [<Android.Runtime.Register("clearWallpaper", "()V", "GetClearWallpaperHandler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void @@ -3892,6 +3896,10 @@ [Android.Runtime.Register("getExternalMediaDirs", "()[Ljava/io/File;", "GetGetExternalMediaDirsHandler")] [<Android.Runtime.Register("getExternalMediaDirs", "()[Ljava/io/File;", "GetGetExternalMediaDirsHandler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + Java.IO.File[] @@ -6130,6 +6138,10 @@ [Android.Runtime.Register("peekWallpaper", "()Landroid/graphics/drawable/Drawable;", "GetPeekWallpaperHandler")] [<Android.Runtime.Register("peekWallpaper", "()Landroid/graphics/drawable/Drawable;", "GetPeekWallpaperHandler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + Android.Graphics.Drawables.Drawable @@ -6315,8 +6327,8 @@ - [Android.Runtime.Register("RECEIVER_VISIBLE_TO_INSTANT_APPS", ApiSince=26)] - [<Android.Runtime.Register("RECEIVER_VISIBLE_TO_INSTANT_APPS", ApiSince=26)>] + [System.Obsolete("This constant will be removed in the future version. Use Android.Content.ReceiverFlags enum directly instead of this field.")] + [<System.Obsolete("This constant will be removed in the future version. Use Android.Content.ReceiverFlags enum directly instead of this field.")>] @@ -6618,6 +6630,10 @@ [Android.Runtime.RequiresPermission("android.permission.BROADCAST_STICKY")] [<Android.Runtime.RequiresPermission("android.permission.BROADCAST_STICKY")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void @@ -6660,6 +6676,10 @@ [Android.Runtime.Register("removeStickyBroadcastAsUser", "(Landroid/content/Intent;Landroid/os/UserHandle;)V", "GetRemoveStickyBroadcastAsUser_Landroid_content_Intent_Landroid_os_UserHandle_Handler")] [<Android.Runtime.Register("removeStickyBroadcastAsUser", "(Landroid/content/Intent;Landroid/os/UserHandle;)V", "GetRemoveStickyBroadcastAsUser_Landroid_content_Intent_Landroid_os_UserHandle_Handler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void @@ -7471,6 +7491,10 @@ [Android.Runtime.RequiresPermission("android.permission.BROADCAST_STICKY")] [<Android.Runtime.RequiresPermission("android.permission.BROADCAST_STICKY")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void @@ -7573,6 +7597,10 @@ [Android.Runtime.Register("sendStickyBroadcastAsUser", "(Landroid/content/Intent;Landroid/os/UserHandle;)V", "GetSendStickyBroadcastAsUser_Landroid_content_Intent_Landroid_os_UserHandle_Handler")] [<Android.Runtime.Register("sendStickyBroadcastAsUser", "(Landroid/content/Intent;Landroid/os/UserHandle;)V", "GetSendStickyBroadcastAsUser_Landroid_content_Intent_Landroid_os_UserHandle_Handler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void @@ -7623,6 +7651,10 @@ [Android.Runtime.RequiresPermission("android.permission.BROADCAST_STICKY")] [<Android.Runtime.RequiresPermission("android.permission.BROADCAST_STICKY")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void @@ -7694,6 +7726,10 @@ [Android.Runtime.Register("sendStickyOrderedBroadcastAsUser", "(Landroid/content/Intent;Landroid/os/UserHandle;Landroid/content/BroadcastReceiver;Landroid/os/Handler;ILjava/lang/String;Landroid/os/Bundle;)V", "GetSendStickyOrderedBroadcastAsUser_Landroid_content_Intent_Landroid_os_UserHandle_Landroid_content_BroadcastReceiver_Landroid_os_Handler_ILjava_lang_String_Landroid_os_Bundle_Handler")] [<Android.Runtime.Register("sendStickyOrderedBroadcastAsUser", "(Landroid/content/Intent;Landroid/os/UserHandle;Landroid/content/BroadcastReceiver;Landroid/os/Handler;ILjava/lang/String;Landroid/os/Bundle;)V", "GetSendStickyOrderedBroadcastAsUser_Landroid_content_Intent_Landroid_os_UserHandle_Landroid_content_BroadcastReceiver_Landroid_os_Handler_ILjava_lang_String_Landroid_os_Bundle_Handler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void @@ -7841,6 +7877,10 @@ [Android.Runtime.Register("setWallpaper", "(Landroid/graphics/Bitmap;)V", "GetSetWallpaper_Landroid_graphics_Bitmap_Handler")] [<Android.Runtime.Register("setWallpaper", "(Landroid/graphics/Bitmap;)V", "GetSetWallpaper_Landroid_graphics_Bitmap_Handler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void @@ -7883,6 +7923,10 @@ [Android.Runtime.Register("setWallpaper", "(Ljava/io/InputStream;)V", "GetSetWallpaper_Ljava_io_InputStream_Handler")] [<Android.Runtime.Register("setWallpaper", "(Ljava/io/InputStream;)V", "GetSetWallpaper_Ljava_io_InputStream_Handler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void diff --git a/docs/Mono.Android/en/Android.Content/ContextParams+Builder.xml b/docs/Mono.Android/en/Android.Content/ContextParams+Builder.xml index adf8d27ff6..a38d9fb5c6 100644 --- a/docs/Mono.Android/en/Android.Content/ContextParams+Builder.xml +++ b/docs/Mono.Android/en/Android.Content/ContextParams+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Builder for creating a ContextParams. + + + + Java documentation for android.content.ContextParams.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -39,8 +50,19 @@ - To be added. - To be added. + Create a new builder. + + + + Java documentation for android.content.ContextParams.Builder.ContextParams$Builder(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -64,8 +86,19 @@ To be added. - To be added. - To be added. + Create a new builder that inherits all sub-parameters by default. + + + + Java documentation for android.content.ContextParams.Builder.ContextParams$Builder(android.content.ContextParams). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -89,9 +122,20 @@ - To be added. - To be added. - To be added. + Creates a new instance. + The new instance. + + + + Java documentation for android.content.ContextParams.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Content/ContextWrapper.xml b/docs/Mono.Android/en/Android.Content/ContextWrapper.xml index 83b56727ab..9172267883 100644 --- a/docs/Mono.Android/en/Android.Content/ContextWrapper.xml +++ b/docs/Mono.Android/en/Android.Content/ContextWrapper.xml @@ -845,7 +845,16 @@ To be added. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.ContextWrapper.createContextForSplit(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Content/IDialogInterfaceOnCancelListener.xml b/docs/Mono.Android/en/Android.Content/IDialogInterfaceOnCancelListener.xml index 2960393ed8..69b719d482 100644 --- a/docs/Mono.Android/en/Android.Content/IDialogInterfaceOnCancelListener.xml +++ b/docs/Mono.Android/en/Android.Content/IDialogInterfaceOnCancelListener.xml @@ -26,14 +26,18 @@ Interface used to allow the creator of a dialog to run some code when the - dialog is canceled. + dialog is canceled. - Android platform documentation + Java documentation for android.content.DialogInterface.OnCancelListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -61,12 +65,20 @@ - The dialog that was canceled will be passed into the - method. - + the dialog that was canceled will be passed into the + method This method will be invoked when the dialog is canceled. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.DialogInterface.OnCancelListener.onCancel(android.content.DialogInterface). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Content/IDialogInterfaceOnClickListener.xml b/docs/Mono.Android/en/Android.Content/IDialogInterfaceOnClickListener.xml index a03d6756c0..5c0eb1ea7e 100644 --- a/docs/Mono.Android/en/Android.Content/IDialogInterfaceOnClickListener.xml +++ b/docs/Mono.Android/en/Android.Content/IDialogInterfaceOnClickListener.xml @@ -26,14 +26,18 @@ Interface used to allow the creator of a dialog to run some code when an - item on the dialog is clicked. + item on the dialog is clicked. - Android platform documentation + Java documentation for android.content.DialogInterface.OnClickListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -62,14 +66,22 @@ - The dialog that received the click. - The button that was clicked (e.g. - ) or the position - of the item clicked. - + the dialog that received the click + the button that was clicked (ex. + DialogInterface#BUTTON_POSITIVE) or the position + of the item clicked This method will be invoked when a button in the dialog is clicked. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.DialogInterface.OnClickListener.onClick(android.content.DialogInterface, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Content/IDialogInterfaceOnDismissListener.xml b/docs/Mono.Android/en/Android.Content/IDialogInterfaceOnDismissListener.xml index bcbb071aa6..9dbfa83e61 100644 --- a/docs/Mono.Android/en/Android.Content/IDialogInterfaceOnDismissListener.xml +++ b/docs/Mono.Android/en/Android.Content/IDialogInterfaceOnDismissListener.xml @@ -26,14 +26,18 @@ Interface used to allow the creator of a dialog to run some code when the - dialog is dismissed. + dialog is dismissed. - Android platform documentation + Java documentation for android.content.DialogInterface.OnDismissListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -61,12 +65,20 @@ - The dialog that was dismissed will be passed into the - method. - + the dialog that was dismissed will be passed into the + method This method will be invoked when the dialog is dismissed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.DialogInterface.OnDismissListener.onDismiss(android.content.DialogInterface). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Content/IDialogInterfaceOnKeyListener.xml b/docs/Mono.Android/en/Android.Content/IDialogInterfaceOnKeyListener.xml index d2c4b7e997..1a4aadbc92 100644 --- a/docs/Mono.Android/en/Android.Content/IDialogInterfaceOnKeyListener.xml +++ b/docs/Mono.Android/en/Android.Content/IDialogInterfaceOnKeyListener.xml @@ -26,14 +26,18 @@ Interface definition for a callback to be invoked when a key event is - dispatched to this dialog. + dispatched to this dialog. - Android platform documentation + Java documentation for android.content.DialogInterface.OnKeyListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -70,14 +74,27 @@ - The dialog the key has been dispatched to. - The code for the physical key that was pressed The KeyEvent object containing full information about the event. + the dialog the key has been dispatched to + the code for the physical key that was pressed + the KeyEvent object containing full information about + the event Called when a key is dispatched to a dialog. - To be added. + + true if the listener has consumed the event, + false otherwise - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.DialogInterface.OnKeyListener.onKey(android.content.DialogInterface, int, android.view.KeyEvent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Content/IDialogInterfaceOnMultiChoiceClickListener.xml b/docs/Mono.Android/en/Android.Content/IDialogInterfaceOnMultiChoiceClickListener.xml index 6dfdbb1145..2d403e0a7c 100644 --- a/docs/Mono.Android/en/Android.Content/IDialogInterfaceOnMultiChoiceClickListener.xml +++ b/docs/Mono.Android/en/Android.Content/IDialogInterfaceOnMultiChoiceClickListener.xml @@ -26,14 +26,18 @@ Interface used to allow the creator of a dialog to run some code when an - item in a multi-choice dialog is clicked. + item in a multi-choice dialog is clicked. - Android platform documentation + Java documentation for android.content.DialogInterface.OnMultiChoiceClickListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -63,13 +67,23 @@ - The dialog where the selection was made. - The position of the item in the list that was clicked. - True if the click checked the item, else false. - + the dialog where the selection was made + the position of the item in the list that was clicked + + true if the click checked the item, else + false This method will be invoked when an item in the dialog is clicked. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.DialogInterface.OnMultiChoiceClickListener.onClick(android.content.DialogInterface, int, boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Content/IDialogInterfaceOnShowListener.xml b/docs/Mono.Android/en/Android.Content/IDialogInterfaceOnShowListener.xml index 3c3bc84e73..2a4a80c15d 100644 --- a/docs/Mono.Android/en/Android.Content/IDialogInterfaceOnShowListener.xml +++ b/docs/Mono.Android/en/Android.Content/IDialogInterfaceOnShowListener.xml @@ -26,14 +26,18 @@ Interface used to allow the creator of a dialog to run some code when the - dialog is shown. + dialog is shown. - Android platform documentation + Java documentation for android.content.DialogInterface.OnShowListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -61,12 +65,20 @@ - The dialog that was shown will be passed into the - method. - + the dialog that was shown will be passed into the + method This method will be invoked when the dialog is shown. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.DialogInterface.OnShowListener.onShow(android.content.DialogInterface). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Content/ISharedPreferences.xml b/docs/Mono.Android/en/Android.Content/ISharedPreferences.xml index 71c5243ad8..1445ecc749 100644 --- a/docs/Mono.Android/en/Android.Content/ISharedPreferences.xml +++ b/docs/Mono.Android/en/Android.Content/ISharedPreferences.xml @@ -180,9 +180,20 @@ The name of the preference to retrieve. Value to return if this preference does not exist. Retrieve a boolean value from the preferences. - To be added. + Returns the preference value if it exists, or defValue. Throws + ClassCastException if there is a preference with this name that is not + a boolean. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.SharedPreferences.getBoolean(java.lang.String, boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -215,9 +226,20 @@ The name of the preference to retrieve. Value to return if this preference does not exist. Retrieve a float value from the preferences. - To be added. + Returns the preference value if it exists, or defValue. Throws + ClassCastException if there is a preference with this name that is not + a float. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.SharedPreferences.getFloat(java.lang.String, float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -250,9 +272,20 @@ The name of the preference to retrieve. Value to return if this preference does not exist. Retrieve an int value from the preferences. - To be added. + Returns the preference value if it exists, or defValue. Throws + ClassCastException if there is a preference with this name that is not + an int. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.SharedPreferences.getInt(java.lang.String, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -285,9 +318,20 @@ The name of the preference to retrieve. Value to return if this preference does not exist. Retrieve a long value from the preferences. - To be added. + Returns the preference value if it exists, or defValue. Throws + ClassCastException if there is a preference with this name that is not + a long. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.SharedPreferences.getLong(java.lang.String, long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -320,9 +364,20 @@ The name of the preference to retrieve. Value to return if this preference does not exist. Retrieve a String value from the preferences. - To be added. + Returns the preference value if it exists, or defValue. Throws + ClassCastException if there is a preference with this name that is not + a String. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.SharedPreferences.getString(java.lang.String, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -352,12 +407,23 @@ - To be added. - To be added. - To be added. - To be added. + The name of the preference to retrieve. + Values to return if this preference does not exist. + Retrieve a set of String values from the preferences. + Returns the preference values if they exist, or defValues. + Throws ClassCastException if there is a preference with this name + that is not a Set. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.SharedPreferences.getStringSet(java.lang.String, java.util.Set<java.lang.String>). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Content/ISharedPreferencesEditor.xml b/docs/Mono.Android/en/Android.Content/ISharedPreferencesEditor.xml index ba3a2d480e..152a8f7241 100644 --- a/docs/Mono.Android/en/Android.Content/ISharedPreferencesEditor.xml +++ b/docs/Mono.Android/en/Android.Content/ISharedPreferencesEditor.xml @@ -25,15 +25,19 @@ - Interface used for modifying values in a - object. + Interface used for modifying values in a SharedPreferences + object. - Android platform documentation + Java documentation for android.content.SharedPreferences.Editor. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -60,9 +64,18 @@ Commit your preferences changes back from this Editor to the - object it is editing. + SharedPreferences object it is editing. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.SharedPreferences.Editor.apply(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -119,10 +132,20 @@ Commit your preferences changes back from this Editor to the - object it is editing. - To be added. + SharedPreferences object it is editing. + Returns true if the new values were successfully written + to persistent storage. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.SharedPreferences.Editor.commit(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Content/ISharedPreferencesOnSharedPreferenceChangeListener.xml b/docs/Mono.Android/en/Android.Content/ISharedPreferencesOnSharedPreferenceChangeListener.xml index f5b4a28ec3..771b9adad6 100644 --- a/docs/Mono.Android/en/Android.Content/ISharedPreferencesOnSharedPreferenceChangeListener.xml +++ b/docs/Mono.Android/en/Android.Content/ISharedPreferencesOnSharedPreferenceChangeListener.xml @@ -26,14 +26,18 @@ Interface definition for a callback to be invoked when a shared - preference is changed. + preference is changed. - Android platform documentation + Java documentation for android.content.SharedPreferences.OnSharedPreferenceChangeListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -62,14 +66,23 @@ - The that received - the change. - The key of the preference that was changed, added, or - removed. - + The SharedPreferences that received the change. + The key of the preference that was changed, added, or removed. Apps targeting + android.os.Build.VERSION_CODES#R on devices running OS versions + android.os.Build.VERSION_CODES#R Android R or later, will receive + a null value when preferences are cleared. Called when a shared preference is changed, added, or removed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.SharedPreferences.OnSharedPreferenceChangeListener.onSharedPreferenceChanged(android.content.SharedPreferences, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Content/Intent+FilterComparison.xml b/docs/Mono.Android/en/Android.Content/Intent+FilterComparison.xml index 1039aa23bc..d4b52e2a4a 100644 --- a/docs/Mono.Android/en/Android.Content/Intent+FilterComparison.xml +++ b/docs/Mono.Android/en/Android.Content/Intent+FilterComparison.xml @@ -81,9 +81,19 @@ Return the Intent that this FilterComparison represents. - To be added. + Returns the Intent held by the FilterComparison. Do + not modify! - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.Intent.FilterComparison.getIntent(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Content/Intent+ShortcutIconResource.xml b/docs/Mono.Android/en/Android.Content/Intent+ShortcutIconResource.xml index 5d94cdff54..26ea963b7d 100644 --- a/docs/Mono.Android/en/Android.Content/Intent+ShortcutIconResource.xml +++ b/docs/Mono.Android/en/Android.Content/Intent+ShortcutIconResource.xml @@ -35,10 +35,14 @@ - Android platform documentation + Java documentation for android.content.Intent.ShortcutIconResource. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -146,7 +150,16 @@ No special parcel contents. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.Intent.ShortcutIconResource.describeContents(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -243,7 +256,16 @@ The package name of the application containing the icon. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.Intent.ShortcutIconResource.packageName. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -271,7 +293,16 @@ The resource name of the icon, including package, name and type. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.Intent.ShortcutIconResource.resourceName. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Content/Intent.xml b/docs/Mono.Android/en/Android.Content/Intent.xml index 7037f1d437..36d2fb3177 100644 --- a/docs/Mono.Android/en/Android.Content/Intent.xml +++ b/docs/Mono.Android/en/Android.Content/Intent.xml @@ -11419,6 +11419,49 @@ + + + + + + Field + + F:Android.OS.IParcelable.ContentsFileDescriptor + + + Mono.Android + 0.0.0.0 + + + + [Android.Runtime.Register("FLAG_RECEIVER_VISIBLE_TO_INSTANT_APPS", ApiSince=26)] + [<Android.Runtime.Register("FLAG_RECEIVER_VISIBLE_TO_INSTANT_APPS", ApiSince=26)>] + + + [System.Obsolete("This constant will be removed in the future version. Use Android.Content.ActivityFlags enum directly instead of this field.", true)] + [<System.Obsolete("This constant will be removed in the future version. Use Android.Content.ActivityFlags enum directly instead of this field.", true)>] + + + + Android.Content.ActivityFlags + + 2097152 + + If set, the broadcast will be visible to receivers in Instant Apps. + + + + Java documentation for android.content.Intent.FLAG_RECEIVER_VISIBLE_TO_INSTANT_APPS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + + + diff --git a/docs/Mono.Android/en/Android.Content/IntentFilter+AuthorityEntry.xml b/docs/Mono.Android/en/Android.Content/IntentFilter+AuthorityEntry.xml index a988f273f1..9a2d6eeabe 100644 --- a/docs/Mono.Android/en/Android.Content/IntentFilter+AuthorityEntry.xml +++ b/docs/Mono.Android/en/Android.Content/IntentFilter+AuthorityEntry.xml @@ -19,14 +19,18 @@ This is an entry for a single authority in the Iterator returned by - . + #authoritiesIterator(). - Android platform documentation + Java documentation for android.content.IntentFilter.AuthorityEntry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -153,9 +157,20 @@ The Uri to match. Determine whether this AuthorityEntry matches the given data Uri. - To be added. + Returns either IntentFilter#NO_MATCH_DATA, + IntentFilter#MATCH_CATEGORY_PORT, or + IntentFilter#MATCH_CATEGORY_HOST. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.IntentFilter.AuthorityEntry.match(android.net.Uri). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Content/IntentFilter+MalformedMimeTypeException.xml b/docs/Mono.Android/en/Android.Content/IntentFilter+MalformedMimeTypeException.xml index 88e9eeacf6..fd04688aaa 100644 --- a/docs/Mono.Android/en/Android.Content/IntentFilter+MalformedMimeTypeException.xml +++ b/docs/Mono.Android/en/Android.Content/IntentFilter+MalformedMimeTypeException.xml @@ -19,14 +19,18 @@ This exception is thrown when a given MIME type does not have a valid - syntax. + syntax. - Android platform documentation + Java documentation for android.content.IntentFilter.MalformedMimeTypeException. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Content/IntentSender+IOnFinished.xml b/docs/Mono.Android/en/Android.Content/IntentSender+IOnFinished.xml index bc3daa846d..e0ba19961c 100644 --- a/docs/Mono.Android/en/Android.Content/IntentSender+IOnFinished.xml +++ b/docs/Mono.Android/en/Android.Content/IntentSender+IOnFinished.xml @@ -26,14 +26,18 @@ Callback interface for discovering when a send operation has - completed. + completed. - Android platform documentation + Java documentation for android.content.IntentSender.OnFinished. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -76,11 +80,19 @@ The original Intent that was sent. The final result code determined by the send. The final data collected by a broadcast. - The final extras collected by a broadcast. - + The final extras collected by a broadcast. Called when a send operation as completed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.IntentSender.OnFinished.onSendFinished(android.content.IntentSender, android.content.Intent, int, java.lang.String, android.os.Bundle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Content/IntentSender+SendIntentException.xml b/docs/Mono.Android/en/Android.Content/IntentSender+SendIntentException.xml index be4d9c0ee5..e1262ce573 100644 --- a/docs/Mono.Android/en/Android.Content/IntentSender+SendIntentException.xml +++ b/docs/Mono.Android/en/Android.Content/IntentSender+SendIntentException.xml @@ -19,14 +19,18 @@ Exception thrown when trying to send through a PendingIntent that - has been canceled or is otherwise no longer able to execute the request. + has been canceled or is otherwise no longer able to execute the request. - Android platform documentation + Java documentation for android.content.IntentSender.SendIntentException. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Content/Loader+ForceLoadContentObserver.xml b/docs/Mono.Android/en/Android.Content/Loader+ForceLoadContentObserver.xml index dd210204e8..861c6b28ce 100644 --- a/docs/Mono.Android/en/Android.Content/Loader+ForceLoadContentObserver.xml +++ b/docs/Mono.Android/en/Android.Content/Loader+ForceLoadContentObserver.xml @@ -23,15 +23,19 @@ An implementation of a ContentObserver that takes care of connecting - it to the Loader to have the loader re-load its data when the observer - is told it has changed. + it to the Loader to have the loader re-load its data when the observer + is told it has changed. - Android platform documentation + Java documentation for android.content.Loader.ForceLoadContentObserver. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Content/Loader+IOnLoadCanceledListener.xml b/docs/Mono.Android/en/Android.Content/Loader+IOnLoadCanceledListener.xml index 6631a7210c..5c51788c82 100644 --- a/docs/Mono.Android/en/Android.Content/Loader+IOnLoadCanceledListener.xml +++ b/docs/Mono.Android/en/Android.Content/Loader+IOnLoadCanceledListener.xml @@ -34,14 +34,18 @@ Interface that is implemented to discover when a Loader has been canceled - before it finished loading its data. + before it finished loading its data. - Android platform documentation + Java documentation for android.content.Loader.OnLoadCanceledListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -73,10 +77,19 @@ - To be added. - To be added. + the loader that canceled the load + Called on the thread that created the Loader when the load is canceled. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.Loader.OnLoadCanceledListener.onLoadCanceled(android.content.Loader<D>). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Content/Loader+IOnLoadCompleteListener.xml b/docs/Mono.Android/en/Android.Content/Loader+IOnLoadCompleteListener.xml index 7028a95e23..46c9b5fcbc 100644 --- a/docs/Mono.Android/en/Android.Content/Loader+IOnLoadCompleteListener.xml +++ b/docs/Mono.Android/en/Android.Content/Loader+IOnLoadCompleteListener.xml @@ -34,14 +34,18 @@ Interface that is implemented to discover when a Loader has finished - loading its data. + loading its data. - Android platform documentation + Java documentation for android.content.Loader.OnLoadCompleteListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -74,11 +78,20 @@ - To be added. - To be added. - To be added. + the loader that completed the load + the result of the load + Called on the thread that created the Loader when the load is complete. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.Loader.OnLoadCompleteListener.onLoadComplete(android.content.Loader<D>, D). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Content/SyncInfo.xml b/docs/Mono.Android/en/Android.Content/SyncInfo.xml index 218667d549..9bc1bb9f28 100644 --- a/docs/Mono.Android/en/Android.Content/SyncInfo.xml +++ b/docs/Mono.Android/en/Android.Content/SyncInfo.xml @@ -171,7 +171,16 @@ To be added. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.SyncInfo.describeContents(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -346,7 +355,16 @@ To be added. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.SyncInfo.writeToParcel(android.os.Parcel, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Content/SyncRequest+Builder.xml b/docs/Mono.Android/en/Android.Content/SyncRequest+Builder.xml index c7fcbfd85c..84ff2c003d 100644 --- a/docs/Mono.Android/en/Android.Content/SyncRequest+Builder.xml +++ b/docs/Mono.Android/en/Android.Content/SyncRequest+Builder.xml @@ -18,14 +18,18 @@ - To be added. + Builder class for a SyncRequest. - Android platform documentation + Java documentation for android.content.SyncRequest.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -96,10 +100,21 @@ - To be added. - To be added. + Performs validation over the request and throws the runtime exception + <code>IllegalArgumentException</code> if this validation fails. + a SyncRequest with the information contained within this + builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.content.SyncRequest.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Database.Sqlite/SQLiteDatabase+ICursorFactory.xml b/docs/Mono.Android/en/Android.Database.Sqlite/SQLiteDatabase+ICursorFactory.xml index 52f1fa5ccd..86419d3f89 100644 --- a/docs/Mono.Android/en/Android.Database.Sqlite/SQLiteDatabase+ICursorFactory.xml +++ b/docs/Mono.Android/en/Android.Database.Sqlite/SQLiteDatabase+ICursorFactory.xml @@ -25,14 +25,18 @@ - Used to allow returning sub-classes of when calling query. + Used to allow returning sub-classes of Cursor when calling query. - Android platform documentation + Java documentation for android.database.sqlite.SQLiteDatabase.CursorFactory. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -67,10 +71,19 @@ To be added. To be added. To be added. - See C:Android.Database.Sqlite.SQLiteCursor(Android.Database.Sqlite.ISQLiteCursorDriver,System.String,System.String). + See SQLiteCursor#SQLiteCursor(SQLiteCursorDriver, String, SQLiteQuery). To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.database.sqlite.SQLiteDatabase.CursorFactory.newCursor(android.database.sqlite.SQLiteDatabase, android.database.sqlite.SQLiteCursorDriver, java.lang.String, android.database.sqlite.SQLiteQuery). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Database.Sqlite/SQLiteDatabase+OpenParams.xml b/docs/Mono.Android/en/Android.Database.Sqlite/SQLiteDatabase+OpenParams.xml index 5bc9d0b9dd..871ec261f4 100644 --- a/docs/Mono.Android/en/Android.Database.Sqlite/SQLiteDatabase+OpenParams.xml +++ b/docs/Mono.Android/en/Android.Database.Sqlite/SQLiteDatabase+OpenParams.xml @@ -18,14 +18,18 @@ - To be added. + Wrapper for configuration parameters that are used for opening SQLiteDatabase - Android platform documentation + Java documentation for android.database.sqlite.SQLiteDatabase.OpenParams. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -76,10 +80,19 @@ Android.Database.IDatabaseErrorHandler - To be added. + Returns handler for database corruption errors To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.database.sqlite.SQLiteDatabase.OpenParams.getErrorHandler(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -103,10 +116,20 @@ System.Int64 - To be added. - To be added. + Returns maximum number of milliseconds that SQLite connection is allowed to be idle + before it is closed and removed from the pool. + timeout in milliseconds or -1 if the value wasn't set. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.database.sqlite.SQLiteDatabase.OpenParams.getIdleConnectionTimeout(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -161,9 +184,20 @@ System.String - To be added. + Returns journal mode. To be added. - To be added. + + + + Java documentation for android.database.sqlite.SQLiteDatabase.OpenParams.getJournalMode(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -186,10 +220,20 @@ System.Int32 - To be added. + Returns total number of lookaside memory slots per database connection or -1 if not + set. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.database.sqlite.SQLiteDatabase.OpenParams.getLookasideSlotCount(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -213,10 +257,19 @@ System.Int32 - To be added. + Returns size in bytes of each lookaside slot or -1 if not set. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.database.sqlite.SQLiteDatabase.OpenParams.getLookasideSlotSize(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -240,10 +293,19 @@ Android.Database.Sqlite.DatabaseOpenFlags - To be added. + Returns flags to control database access mode. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.database.sqlite.SQLiteDatabase.OpenParams.getOpenFlags(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -267,9 +329,20 @@ System.String - To be added. + Returns synchronous mode. To be added. - To be added. + + + + Java documentation for android.database.sqlite.SQLiteDatabase.OpenParams.getSynchronousMode(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Database.Sqlite/SQLiteDatabase.xml b/docs/Mono.Android/en/Android.Database.Sqlite/SQLiteDatabase.xml index 56b0a44ed8..0c5f3db006 100644 --- a/docs/Mono.Android/en/Android.Database.Sqlite/SQLiteDatabase.xml +++ b/docs/Mono.Android/en/Android.Database.Sqlite/SQLiteDatabase.xml @@ -1097,7 +1097,7 @@ row. The keys should be the column names and the values the column values Convenience method for inserting a row into the database. - To be added. + the row ID of the newly inserted row, or -1 if an error occurred @@ -2873,7 +2873,7 @@ this map contains the initial column values for the row. The keys should be the column names and the values the column values. Convenience method for replacing a row in the database. - To be added. + the row ID of the newly inserted row, or -1 if an error occurred diff --git a/docs/Mono.Android/en/Android.Database.Sqlite/SQLiteOpenHelper.xml b/docs/Mono.Android/en/Android.Database.Sqlite/SQLiteOpenHelper.xml index 0b688ceb25..8afb843139 100644 --- a/docs/Mono.Android/en/Android.Database.Sqlite/SQLiteOpenHelper.xml +++ b/docs/Mono.Android/en/Android.Database.Sqlite/SQLiteOpenHelper.xml @@ -639,7 +639,7 @@ The size in bytes of each lookaside slot. The total number of lookaside memory slots per database connection. - Configures <a href="https://sqlite. + Configures lookaside memory allocator diff --git a/docs/Mono.Android/en/Android.Database/AbstractCursor+SelfContentObserver.xml b/docs/Mono.Android/en/Android.Database/AbstractCursor+SelfContentObserver.xml index 7f03302d51..0b02cdbc8c 100644 --- a/docs/Mono.Android/en/Android.Database/AbstractCursor+SelfContentObserver.xml +++ b/docs/Mono.Android/en/Android.Database/AbstractCursor+SelfContentObserver.xml @@ -21,10 +21,14 @@ - Android platform documentation + Java documentation for android.database.AbstractCursor.SelfContentObserver. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Database/AbstractCursor.xml b/docs/Mono.Android/en/Android.Database/AbstractCursor.xml index 4ebdf6f57f..ffef21014b 100644 --- a/docs/Mono.Android/en/Android.Database/AbstractCursor.xml +++ b/docs/Mono.Android/en/Android.Database/AbstractCursor.xml @@ -124,9 +124,18 @@ This function throws CursorIndexOutOfBoundsException if - the cursor position is out of bounds. + the cursor position is out of bounds. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.database.AbstractCursor.checkPosition(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1635,11 +1644,20 @@ - To be added. + selfChange Subclasses must call this method when they finish committing updates to notify all - observers. + observers. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.database.AbstractCursor.onChange(boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Database/CursorJoiner+Result.xml b/docs/Mono.Android/en/Android.Database/CursorJoiner+Result.xml index aa89188498..da3bb737e4 100644 --- a/docs/Mono.Android/en/Android.Database/CursorJoiner+Result.xml +++ b/docs/Mono.Android/en/Android.Database/CursorJoiner+Result.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.database.CursorJoiner.Result. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Database/DatabaseUtils+InsertHelper.xml b/docs/Mono.Android/en/Android.Database/DatabaseUtils+InsertHelper.xml index dc25a3b623..36bda7a054 100644 --- a/docs/Mono.Android/en/Android.Database/DatabaseUtils+InsertHelper.xml +++ b/docs/Mono.Android/en/Android.Database/DatabaseUtils+InsertHelper.xml @@ -23,9 +23,18 @@ This class allows users to do multiple inserts into a table using - the same statement. + the same statement. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.database.DatabaseUtils.InsertHelper. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -55,12 +64,21 @@ - To be added. - To be added. + the SQLiteDatabase to insert into + the name of the table to insert into - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.database.DatabaseUtils.InsertHelper.DatabaseUtils$InsertHelper(android.database.sqlite.SQLiteDatabase, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -117,11 +135,19 @@ the index of the slot to which to bind - the value to bind - + the value to bind Bind the value to an index. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.database.DatabaseUtils.InsertHelper.bind(int, boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -155,11 +181,19 @@ the index of the slot to which to bind - the value to bind - + the value to bind Bind the value to an index. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.database.DatabaseUtils.InsertHelper.bind(int, byte[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -193,11 +227,19 @@ the index of the slot to which to bind - the value to bind - + the value to bind Bind the value to an index. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.database.DatabaseUtils.InsertHelper.bind(int, double). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -231,11 +273,19 @@ the index of the slot to which to bind - the value to bind - + the value to bind Bind the value to an index. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.database.DatabaseUtils.InsertHelper.bind(int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -269,11 +319,19 @@ the index of the slot to which to bind - the value to bind - + the value to bind Bind the value to an index. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.database.DatabaseUtils.InsertHelper.bind(int, long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -307,11 +365,19 @@ the index of the slot to which to bind - the value to bind - + the value to bind Bind the value to an index. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.database.DatabaseUtils.InsertHelper.bind(int, float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -345,11 +411,19 @@ the index of the slot to which to bind - the value to bind - + the value to bind Bind the value to an index. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.database.DatabaseUtils.InsertHelper.bind(int, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -381,11 +455,19 @@ - the index of the slot to which to bind - + the index of the slot to which to bind Bind null to an index. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.database.DatabaseUtils.InsertHelper.bindNull(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -416,9 +498,18 @@ Close this object and release any resources associated with - it. + it. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.database.DatabaseUtils.InsertHelper.close(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -449,10 +540,20 @@ Execute the previously prepared insert or replace using the bound values - since the last call to prepareForInsert or prepareForReplace. - To be added. + since the last call to prepareForInsert or prepareForReplace. + the row ID of the newly inserted row, or -1 if an + error occurred - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.database.DatabaseUtils.InsertHelper.execute(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -486,9 +587,18 @@ the column name Returns the index of the specified column. - To be added. + the index of the column - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.database.DatabaseUtils.InsertHelper.getColumnIndex(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -521,11 +631,21 @@ the set of values with which to populate the - new row + new row Performs an insert, adding a new row with the given values. - To be added. + the row ID of the newly inserted row, or -1 if an + error occurred - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.database.DatabaseUtils.InsertHelper.insert(android.content.ContentValues). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -588,7 +708,16 @@ Prepare the InsertHelper for an insert. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.database.DatabaseUtils.InsertHelper.prepareForInsert(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -620,7 +749,16 @@ Prepare the InsertHelper for a replace. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.database.DatabaseUtils.InsertHelper.prepareForReplace(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -653,11 +791,21 @@ the set of values with which to populate the - new row + new row Performs an insert, adding a new row with the given values. - To be added. + the row ID of the newly inserted row, or -1 if an + error occurred - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.database.DatabaseUtils.InsertHelper.replace(android.content.ContentValues). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -683,9 +831,19 @@ 4 - To be added. + This field was accidentally exposed in earlier versions of the platform + so we can hide it but we can't remove it. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.database.DatabaseUtils.InsertHelper.TABLE_INFO_PRAGMA_DEFAULT_INDEX. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Database/DatabaseUtils.xml b/docs/Mono.Android/en/Android.Database/DatabaseUtils.xml index f069645d7e..22a57280af 100644 --- a/docs/Mono.Android/en/Android.Database/DatabaseUtils.xml +++ b/docs/Mono.Android/en/Android.Database/DatabaseUtils.xml @@ -1502,10 +1502,9 @@ - To be added. - the collation key + name return the collation key - To be added. + the collation key @@ -1544,10 +1543,9 @@ - To be added. - the collation key in hex format + name return the collation key in hex format - To be added. + the collation key in hex format diff --git a/docs/Mono.Android/en/Android.Database/MatrixCursor+RowBuilder.xml b/docs/Mono.Android/en/Android.Database/MatrixCursor+RowBuilder.xml index 4aea5add88..ac33b3ccda 100644 --- a/docs/Mono.Android/en/Android.Database/MatrixCursor+RowBuilder.xml +++ b/docs/Mono.Android/en/Android.Database/MatrixCursor+RowBuilder.xml @@ -18,15 +18,22 @@ - Builds a row, starting from the left-most column and adding one column - value at a time. + Builds a row of values using either of these approaches: + <ul> + <li>Values can be added with explicit column ordering using + #add(Object), which starts from the left-most column and adds one + column value at a time. - Android platform documentation + Java documentation for android.database.MatrixCursor.RowBuilder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Drm/DrmManagerClient+IOnErrorListener.xml b/docs/Mono.Android/en/Android.Drm/DrmManagerClient+IOnErrorListener.xml index f7a7bcc373..5dd8731387 100644 --- a/docs/Mono.Android/en/Android.Drm/DrmManagerClient+IOnErrorListener.xml +++ b/docs/Mono.Android/en/Android.Drm/DrmManagerClient+IOnErrorListener.xml @@ -33,10 +33,14 @@ - Android platform documentation + Java documentation for android.drm.DrmManagerClient.OnErrorListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -69,12 +73,22 @@ - The DrmManagerClient instance. The instance that wraps the error type and message. + The <code>DrmManagerClient</code> instance. + The DrmErrorEvent instance that wraps the error type and message. Called when the DRM framework sends error information. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.drm.DrmManagerClient.OnErrorListener.onError(android.drm.DrmManagerClient, android.drm.DrmErrorEvent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Drm/DrmManagerClient+IOnEventListener.xml b/docs/Mono.Android/en/Android.Drm/DrmManagerClient+IOnEventListener.xml index 2cabd5597d..cf8f009dea 100644 --- a/docs/Mono.Android/en/Android.Drm/DrmManagerClient+IOnEventListener.xml +++ b/docs/Mono.Android/en/Android.Drm/DrmManagerClient+IOnEventListener.xml @@ -30,14 +30,18 @@ Interface definition for a callback that receives information - about DRM processing events. + about DRM processing events. - Android platform documentation + Java documentation for android.drm.DrmManagerClient.OnEventListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -70,13 +74,24 @@ - The DrmManagerClient instance. The instance that wraps the information being conveyed, such as the information type and message. + The <code>DrmManagerClient</code> instance. + The DrmEvent instance that wraps the information being + conveyed, such as the information type and message. Called when the DRM framework sends information about a DRM processing request. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.drm.DrmManagerClient.OnEventListener.onEvent(android.drm.DrmManagerClient, android.drm.DrmEvent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Drm/DrmManagerClient+IOnInfoListener.xml b/docs/Mono.Android/en/Android.Drm/DrmManagerClient+IOnInfoListener.xml index b8f8e38d0c..ff21b9d474 100644 --- a/docs/Mono.Android/en/Android.Drm/DrmManagerClient+IOnInfoListener.xml +++ b/docs/Mono.Android/en/Android.Drm/DrmManagerClient+IOnInfoListener.xml @@ -30,14 +30,18 @@ Interface definition for a callback that receives status messages and warnings - during registration and rights acquisition. + during registration and rights acquisition. - Android platform documentation + Java documentation for android.drm.DrmManagerClient.OnInfoListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -70,14 +74,25 @@ - The DrmManagerClient instance. The instance that wraps the status information or warnings. + The <code>DrmManagerClient</code> instance. + The DrmInfoEvent instance that wraps the status information or + warnings. Called when the DRM framework sends status or warning information during registration - and rights acquisition. + and rights acquisition. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.drm.DrmManagerClient.OnInfoListener.onInfo(android.drm.DrmManagerClient, android.drm.DrmInfoEvent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Drm/DrmStore+Action.xml b/docs/Mono.Android/en/Android.Drm/DrmStore+Action.xml index 086da5d524..6ac1a48140 100644 --- a/docs/Mono.Android/en/Android.Drm/DrmStore+Action.xml +++ b/docs/Mono.Android/en/Android.Drm/DrmStore+Action.xml @@ -26,10 +26,14 @@ - Android platform documentation + Java documentation for android.drm.DrmStore.Action. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -58,7 +62,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.drm.DrmStore.Action.DrmStore$Action(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Drm/DrmStore+ConstraintsColumns.xml b/docs/Mono.Android/en/Android.Drm/DrmStore+ConstraintsColumns.xml index aa64b77d60..bdafeaea37 100644 --- a/docs/Mono.Android/en/Android.Drm/DrmStore+ConstraintsColumns.xml +++ b/docs/Mono.Android/en/Android.Drm/DrmStore+ConstraintsColumns.xml @@ -60,7 +60,16 @@ This is a user-defined constraint. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.drm.DrmStore.ConstraintsColumns.EXTENDED_METADATA. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -91,7 +100,16 @@ This is a duration-based constaint. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.drm.DrmStore.ConstraintsColumns.LICENSE_AVAILABLE_TIME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -122,7 +140,16 @@ This is a date-based constaint. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.drm.DrmStore.ConstraintsColumns.LICENSE_EXPIRY_TIME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -153,7 +180,16 @@ This is a date-based constraint. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.drm.DrmStore.ConstraintsColumns.LICENSE_START_TIME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -184,7 +220,16 @@ This is a count-based constraint. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.drm.DrmStore.ConstraintsColumns.MAX_REPEAT_COUNT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -215,7 +260,16 @@ This is a count-based constraint. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.drm.DrmStore.ConstraintsColumns.REMAINING_REPEAT_COUNT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Drm/DrmStore+DrmObjectType.xml b/docs/Mono.Android/en/Android.Drm/DrmStore+DrmObjectType.xml index e4e7bb4721..576d148712 100644 --- a/docs/Mono.Android/en/Android.Drm/DrmStore+DrmObjectType.xml +++ b/docs/Mono.Android/en/Android.Drm/DrmStore+DrmObjectType.xml @@ -26,10 +26,14 @@ - Android platform documentation + Java documentation for android.drm.DrmStore.DrmObjectType. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -58,7 +62,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.drm.DrmStore.DrmObjectType.DrmStore$DrmObjectType(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Drm/DrmStore+IConstraintsColumns.xml b/docs/Mono.Android/en/Android.Drm/DrmStore+IConstraintsColumns.xml index b629011d1b..b8337e55ee 100644 --- a/docs/Mono.Android/en/Android.Drm/DrmStore+IConstraintsColumns.xml +++ b/docs/Mono.Android/en/Android.Drm/DrmStore+IConstraintsColumns.xml @@ -15,8 +15,19 @@ - To be added. - To be added. + Interface definition for the columns that represent DRM constraints. + + + + Java documentation for android.drm.DrmStore.ConstraintsColumns. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -43,8 +54,19 @@ System.String - To be added. - To be added. + This is a user-defined constraint. + + + + Java documentation for android.drm.DrmStore.ConstraintsColumns.EXTENDED_METADATA. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -71,8 +93,19 @@ System.String - To be added. - To be added. + This is a duration-based constaint. + + + + Java documentation for android.drm.DrmStore.ConstraintsColumns.LICENSE_AVAILABLE_TIME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -99,8 +132,19 @@ System.String - To be added. - To be added. + This is a date-based constaint. + + + + Java documentation for android.drm.DrmStore.ConstraintsColumns.LICENSE_EXPIRY_TIME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -127,8 +171,19 @@ System.String - To be added. - To be added. + This is a date-based constraint. + + + + Java documentation for android.drm.DrmStore.ConstraintsColumns.LICENSE_START_TIME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -155,8 +210,19 @@ System.String - To be added. - To be added. + This is a count-based constraint. + + + + Java documentation for android.drm.DrmStore.ConstraintsColumns.MAX_REPEAT_COUNT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -183,8 +249,19 @@ System.String - To be added. - To be added. + This is a count-based constraint. + + + + Java documentation for android.drm.DrmStore.ConstraintsColumns.REMAINING_REPEAT_COUNT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Drm/DrmStore+Playback.xml b/docs/Mono.Android/en/Android.Drm/DrmStore+Playback.xml index 5ee51f0592..65da82b15d 100644 --- a/docs/Mono.Android/en/Android.Drm/DrmStore+Playback.xml +++ b/docs/Mono.Android/en/Android.Drm/DrmStore+Playback.xml @@ -26,10 +26,14 @@ - Android platform documentation + Java documentation for android.drm.DrmStore.Playback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -58,7 +62,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.drm.DrmStore.Playback.DrmStore$Playback(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Drm/DrmStore+RightsStatus.xml b/docs/Mono.Android/en/Android.Drm/DrmStore+RightsStatus.xml index 6a08e6d2be..4c80a88d97 100644 --- a/docs/Mono.Android/en/Android.Drm/DrmStore+RightsStatus.xml +++ b/docs/Mono.Android/en/Android.Drm/DrmStore+RightsStatus.xml @@ -26,10 +26,14 @@ - Android platform documentation + Java documentation for android.drm.DrmStore.RightsStatus. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -58,7 +62,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.drm.DrmStore.RightsStatus.DrmStore$RightsStatus(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Drm/DrmUtils+ExtendedMetadataParser.xml b/docs/Mono.Android/en/Android.Drm/DrmUtils+ExtendedMetadataParser.xml index ad492731bf..9cf4c10feb 100644 --- a/docs/Mono.Android/en/Android.Drm/DrmUtils+ExtendedMetadataParser.xml +++ b/docs/Mono.Android/en/Android.Drm/DrmUtils+ExtendedMetadataParser.xml @@ -86,9 +86,19 @@ The key whose value is being retrieved. This method retrieves the metadata value associated with a given key. - To be added. + The metadata value associated with the given key. Returns null + if the key is not found. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.drm.DrmUtils.ExtendedMetadataParser.get(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -119,10 +129,19 @@ This method returns an iterator object that can be used to iterate over - all values of the metadata. - To be added. + all values of the metadata. + The iterator object. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.drm.DrmUtils.ExtendedMetadataParser.iterator(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -184,10 +203,19 @@ This method returns an iterator object that can be used to iterate over - all keys of the metadata. - To be added. + all keys of the metadata. + The iterator object. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.drm.DrmUtils.ExtendedMetadataParser.keyIterator(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Gestures/Gesture.xml b/docs/Mono.Android/en/Android.Gestures/Gesture.xml index f45e011d0d..5aa1657549 100644 --- a/docs/Mono.Android/en/Android.Gestures/Gesture.xml +++ b/docs/Mono.Android/en/Android.Gestures/Gesture.xml @@ -118,10 +118,19 @@ - To be added. + stroke Adds a stroke to the gesture. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.gesture.Gesture.addStroke(android.gesture.GestureStroke). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -528,12 +537,10 @@ - To be added. - To be added. - To be added. - To be added. - height - color + width + height + inset + color Creates a bitmap of the gesture with a transparent background. the bitmap @@ -585,12 +592,11 @@ - To be added. - To be added. width of the target bitmap height of the target bitmap the edge - color + numSample + color Creates a bitmap of the gesture with a transparent background. the bitmap diff --git a/docs/Mono.Android/en/Android.Gestures/GestureStore.xml b/docs/Mono.Android/en/Android.Gestures/GestureStore.xml index 65fdc3f066..dbaba18743 100644 --- a/docs/Mono.Android/en/Android.Gestures/GestureStore.xml +++ b/docs/Mono.Android/en/Android.Gestures/GestureStore.xml @@ -108,10 +108,19 @@ entry name - To be added. + gesture Add a gesture for the entry - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.gesture.GestureStore.addGesture(java.lang.String, android.gesture.Gesture). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -176,10 +185,9 @@ - To be added. - the list of gestures that is under this name + entryName Get all the gestures of an entry - To be added. + the list of gestures that is under this name @@ -415,11 +423,20 @@ Android.Gestures.OrientationStyle - - + style + Specify how the gesture library will handle orientation. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.gesture.GestureStore.setOrientationStyle(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -530,10 +547,19 @@ entry name - To be added. + gesture Remove a gesture from the library. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.gesture.GestureStore.removeGesture(java.lang.String, android.gesture.Gesture). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Gestures/GestureStroke.xml b/docs/Mono.Android/en/Android.Gestures/GestureStroke.xml index 33ebd5fb0e..8cf31f22cc 100644 --- a/docs/Mono.Android/en/Android.Gestures/GestureStroke.xml +++ b/docs/Mono.Android/en/Android.Gestures/GestureStroke.xml @@ -54,12 +54,12 @@ - To be added. - A faster constructor specially for cloning a stroke. + points + A constructor that constructs a gesture stroke from a list of gesture points. - Java documentation for android.gesture.GestureStroke.GestureStroke(android.graphics.RectF, float, float[], long[]). + Java documentation for android.gesture.GestureStroke.GestureStroke(java.util.ArrayList<android.gesture.GesturePoint>). diff --git a/docs/Mono.Android/en/Android.Gestures/GestureUtils.xml b/docs/Mono.Android/en/Android.Gestures/GestureUtils.xml index 6cb7b81d79..5a8f8ec9a3 100644 --- a/docs/Mono.Android/en/Android.Gestures/GestureUtils.xml +++ b/docs/Mono.Android/en/Android.Gestures/GestureUtils.xml @@ -59,10 +59,9 @@ - To be added. - an oriented bounding box + originalPoints Computes an oriented, minimum bounding box of a set of points. - To be added. + an oriented bounding box @@ -100,10 +99,9 @@ - To be added. - an oriented bounding box + originalPoints Computes an oriented, minimum bounding box of a set of points. - To be added. + an oriented bounding box diff --git a/docs/Mono.Android/en/Android.Graphics.Drawables/Animatable2AnimationCallback.xml b/docs/Mono.Android/en/Android.Graphics.Drawables/Animatable2AnimationCallback.xml index 8df52b51f6..6b039de8ea 100644 --- a/docs/Mono.Android/en/Android.Graphics.Drawables/Animatable2AnimationCallback.xml +++ b/docs/Mono.Android/en/Android.Graphics.Drawables/Animatable2AnimationCallback.xml @@ -129,10 +129,19 @@ - To be added. - To be added. + The drawable finished the animation. + Called when the animation ends. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.drawable.Animatable2.AnimationCallback.onAnimationEnd(android.graphics.drawable.Drawable). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -159,10 +168,19 @@ - To be added. - To be added. + The drawable started the animation. + Called when the animation starts. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.drawable.Animatable2.AnimationCallback.onAnimationStart(android.graphics.drawable.Drawable). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Graphics.Drawables/Drawable+ConstantState.xml b/docs/Mono.Android/en/Android.Graphics.Drawables/Drawable+ConstantState.xml index 9756b6b324..8f9158afb9 100644 --- a/docs/Mono.Android/en/Android.Graphics.Drawables/Drawable+ConstantState.xml +++ b/docs/Mono.Android/en/Android.Graphics.Drawables/Drawable+ConstantState.xml @@ -18,15 +18,19 @@ - This abstract class is used by s to store shared constant state and data - between Drawables. + This abstract class is used by Drawables to store shared constant state and data + between Drawables. - Android platform documentation + Java documentation for android.graphics.drawable.Drawable.ConstantState. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -100,10 +104,19 @@ - To be added. + Return whether this constant state can have a theme applied. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.drawable.Drawable.ConstantState.canApplyTheme(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -188,11 +201,19 @@ - Create a new drawable without supplying resources the caller - is running in. - To be added. + Creates a new Drawable instance from its constant state. + a new drawable object based on this constant state - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.drawable.Drawable.ConstantState.newDrawable(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -220,11 +241,22 @@ - To be added. - Create a new Drawable instance from its constant state. - To be added. + the resources of the context in which the drawable will + be displayed + Creates a new Drawable instance from its constant state using the + specified resources. + a new drawable object based on this constant state - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.drawable.Drawable.ConstantState.newDrawable(android.content.res.Resources). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Graphics.Drawables/Drawable+ICallback.xml b/docs/Mono.Android/en/Android.Graphics.Drawables/Drawable+ICallback.xml index 4b2c2bea6c..8db3aee349 100644 --- a/docs/Mono.Android/en/Android.Graphics.Drawables/Drawable+ICallback.xml +++ b/docs/Mono.Android/en/Android.Graphics.Drawables/Drawable+ICallback.xml @@ -26,14 +26,18 @@ Implement this interface if you want to create an animated drawable that - extends . + extends android.graphics.drawable.Drawable Drawable. - Android platform documentation + Java documentation for android.graphics.drawable.Drawable.Callback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -61,11 +65,19 @@ - The drawable that is requesting the update. - + The drawable that is requesting the update. Called when the drawable needs to be redrawn. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.drawable.Drawable.Callback.invalidateDrawable(android.graphics.drawable.Drawable). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -98,11 +110,20 @@ The drawable being scheduled. The action to execute. The time (in milliseconds) to run. The timebase is - + android.os.SystemClock#uptimeMillis A Drawable can call this to schedule the next frame of its - animation. + animation. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.drawable.Drawable.Callback.scheduleDrawable(android.graphics.drawable.Drawable, java.lang.Runnable, long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -132,11 +153,20 @@ The drawable being unscheduled. - The action being unscheduled. - - To be added. + The action being unscheduled. + A Drawable can call this to unschedule an action previously + scheduled with #scheduleDrawable. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.drawable.Drawable.Callback.unscheduleDrawable(android.graphics.drawable.Drawable, java.lang.Runnable). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Graphics.Drawables/DrawableContainer+DrawableContainerState.xml b/docs/Mono.Android/en/Android.Graphics.Drawables/DrawableContainer+DrawableContainerState.xml index 1b2cf05622..b31da6a9dc 100644 --- a/docs/Mono.Android/en/Android.Graphics.Drawables/DrawableContainer+DrawableContainerState.xml +++ b/docs/Mono.Android/en/Android.Graphics.Drawables/DrawableContainer+DrawableContainerState.xml @@ -18,14 +18,18 @@ - A ConstantState that can contain several s. + A ConstantState that can contain several Drawables. - Android platform documentation + Java documentation for android.graphics.drawable.DrawableContainer.DrawableContainerState. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -76,12 +80,20 @@ - To be added. - - - To be added. + the drawable to add + Adds the drawable to the end of the list of contained drawables. + the position of the drawable within the container - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.drawable.DrawableContainer.DrawableContainerState.addChild(android.graphics.drawable.Drawable). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -655,11 +667,20 @@ To be added. - A boolean value indicating whether to use the maximum padding value of - all frames in the set (false), or to use the padding value of the frame - being shown (true). + A boolean value indicating whether to use the maximum padding value + of all frames in the set (false), or to use the padding value of the + frame being shown (true). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.drawable.DrawableContainer.DrawableContainerState.setVariablePadding(boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Graphics.Drawables/GradientDrawable+Orientation.xml b/docs/Mono.Android/en/Android.Graphics.Drawables/GradientDrawable+Orientation.xml index 79d6338787..808f7217ce 100644 --- a/docs/Mono.Android/en/Android.Graphics.Drawables/GradientDrawable+Orientation.xml +++ b/docs/Mono.Android/en/Android.Graphics.Drawables/GradientDrawable+Orientation.xml @@ -18,15 +18,18 @@ - Controls how the gradient is oriented relative to the drawable's bounds - + Controls how the gradient is oriented relative to the drawable's bounds - Android platform documentation + Java documentation for android.graphics.drawable.GradientDrawable.Orientation. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Graphics.Drawables/Icon+IOnDrawableLoadedListener.xml b/docs/Mono.Android/en/Android.Graphics.Drawables/Icon+IOnDrawableLoadedListener.xml index 2ea85d65ad..4a2698a90b 100644 --- a/docs/Mono.Android/en/Android.Graphics.Drawables/Icon+IOnDrawableLoadedListener.xml +++ b/docs/Mono.Android/en/Android.Graphics.Drawables/Icon+IOnDrawableLoadedListener.xml @@ -25,14 +25,20 @@ - To be added. + Implement this interface to receive a callback when + #loadDrawableAsync(Context, OnDrawableLoadedListener, Handler) loadDrawableAsync + is finished and your Drawable is ready. - Android platform documentation + Java documentation for android.graphics.drawable.Icon.OnDrawableLoadedListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Graphics.Drawables/ShapeDrawable+ShaderFactory.xml b/docs/Mono.Android/en/Android.Graphics.Drawables/ShapeDrawable+ShaderFactory.xml index ef9570d89c..231af9e5cd 100644 --- a/docs/Mono.Android/en/Android.Graphics.Drawables/ShapeDrawable+ShaderFactory.xml +++ b/docs/Mono.Android/en/Android.Graphics.Drawables/ShapeDrawable+ShaderFactory.xml @@ -19,14 +19,18 @@ Base class defines a factory object that is called each time the drawable - is resized (has a new width or height). + is resized (has a new width or height). - Android platform documentation + Java documentation for android.graphics.drawable.ShapeDrawable.ShaderFactory. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -137,9 +141,18 @@ the width of the Drawable being drawn the heigh of the Drawable being drawn Returns the Shader to be drawn when a Drawable is drawn. - To be added. + the Shader to be drawn - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.drawable.ShapeDrawable.ShaderFactory.resize(int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Graphics.Fonts/Font+Builder.xml b/docs/Mono.Android/en/Android.Graphics.Fonts/Font+Builder.xml index 1f71babf02..0fb342ff24 100644 --- a/docs/Mono.Android/en/Android.Graphics.Fonts/Font+Builder.xml +++ b/docs/Mono.Android/en/Android.Graphics.Fonts/Font+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + A builder class for creating new Font. + + + + Java documentation for android.graphics.fonts.Font.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -42,9 +53,20 @@ - To be added. - To be added. - To be added. + the font instance. + Constructs a builder from existing Font instance. + + + + Java documentation for android.graphics.fonts.Font.Builder.Font$Builder(android.graphics.fonts.Font). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -67,9 +89,20 @@ - To be added. - To be added. - To be added. + a file descriptor + Constructs a builder with a file descriptor. + + + + Java documentation for android.graphics.fonts.Font.Builder.Font$Builder(android.os.ParcelFileDescriptor). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -92,9 +125,20 @@ - To be added. - To be added. - To be added. + a file path to the font file + Constructs a builder with a file path. + + + + Java documentation for android.graphics.fonts.Font.Builder.Font$Builder(java.io.File). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -117,9 +161,20 @@ - To be added. - To be added. - To be added. + a byte buffer of a font data + Constructs a builder with a byte buffer. + + + + Java documentation for android.graphics.fonts.Font.Builder.Font$Builder(java.nio.ByteBuffer). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -143,10 +198,21 @@ - To be added. - To be added. - To be added. - To be added. + the application's asset manager + the file name of the font data in the asset directory + Constructs a builder from an asset manager and a file path in an asset directory. + + + + Java documentation for android.graphics.fonts.Font.Builder.Font$Builder(android.content.res.AssetManager, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -170,10 +236,21 @@ - To be added. - To be added. - To be added. - To be added. + the resource of this application. + the resource ID of font file. + Constructs a builder from resources. + + + + Java documentation for android.graphics.fonts.Font.Builder.Font$Builder(android.content.res.Resources, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -198,11 +275,22 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + a file descriptor + an offset to of the font data in the file + a size of the font data. If -1 is passed, use until end of the file. + Constructs a builder with a file descriptor. + + + + Java documentation for android.graphics.fonts.Font.Builder.Font$Builder(android.os.ParcelFileDescriptor, long, long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -226,9 +314,20 @@ - To be added. - To be added. - To be added. + Creates the font based on the configured values. + the Font object + + + + Java documentation for android.graphics.fonts.Font.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Graphics.Fonts/FontFamily+Builder.xml b/docs/Mono.Android/en/Android.Graphics.Fonts/FontFamily+Builder.xml index aa015043ea..eb1b4d2576 100644 --- a/docs/Mono.Android/en/Android.Graphics.Fonts/FontFamily+Builder.xml +++ b/docs/Mono.Android/en/Android.Graphics.Fonts/FontFamily+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + A builder class for creating new FontFamily. + + + + Java documentation for android.graphics.fonts.FontFamily.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -42,9 +53,20 @@ - To be added. - To be added. - To be added. + a font + Constructs a builder. + + + + Java documentation for android.graphics.fonts.FontFamily.Builder.FontFamily$Builder(android.graphics.fonts.Font). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -97,9 +119,20 @@ - To be added. - To be added. - To be added. + Build the font family + a font family + + + + Java documentation for android.graphics.fonts.FontFamily.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Graphics.Pdf/PdfDocument+Page.xml b/docs/Mono.Android/en/Android.Graphics.Pdf/PdfDocument+Page.xml index 66462038ff..3557a94c59 100644 --- a/docs/Mono.Android/en/Android.Graphics.Pdf/PdfDocument+Page.xml +++ b/docs/Mono.Android/en/Android.Graphics.Pdf/PdfDocument+Page.xml @@ -18,14 +18,18 @@ - To be added. + This class represents a PDF document page. - Android platform documentation + Java documentation for android.graphics.pdf.PdfDocument.Page. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -49,10 +53,19 @@ Android.Graphics.Canvas - To be added. - To be added. + Gets the Canvas of the page. + The canvas if the page is not finished, null otherwise. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.pdf.PdfDocument.Page.getCanvas(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Graphics.Pdf/PdfDocument+PageInfo.xml b/docs/Mono.Android/en/Android.Graphics.Pdf/PdfDocument+PageInfo.xml index 332e173a58..694b86548b 100644 --- a/docs/Mono.Android/en/Android.Graphics.Pdf/PdfDocument+PageInfo.xml +++ b/docs/Mono.Android/en/Android.Graphics.Pdf/PdfDocument+PageInfo.xml @@ -18,14 +18,18 @@ - To be added. + This class represents meta-data that describes a PDF Page. - Android platform documentation + Java documentation for android.graphics.pdf.PdfDocument.PageInfo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -49,10 +53,19 @@ Android.Graphics.Rect - To be added. - To be added. + Get the content rectangle in PostScript points (1/72th of an inch). + The content rectangle. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.pdf.PdfDocument.PageInfo.getContentRect(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -107,10 +120,19 @@ System.Int32 - To be added. - To be added. + Gets the page height in PostScript points (1/72th of an inch). + The page height. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.pdf.PdfDocument.PageInfo.getPageHeight(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -134,10 +156,19 @@ System.Int32 - To be added. - To be added. + Gets the page number. + The page number. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.pdf.PdfDocument.PageInfo.getPageNumber(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -161,10 +192,19 @@ System.Int32 - To be added. - To be added. + Gets the page width in PostScript points (1/72th of an inch). + The page width. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.pdf.PdfDocument.PageInfo.getPageWidth(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Graphics.Pdf/PdfRenderer+Page.xml b/docs/Mono.Android/en/Android.Graphics.Pdf/PdfRenderer+Page.xml index 704c882414..a6d1b21e58 100644 --- a/docs/Mono.Android/en/Android.Graphics.Pdf/PdfRenderer+Page.xml +++ b/docs/Mono.Android/en/Android.Graphics.Pdf/PdfRenderer+Page.xml @@ -31,14 +31,18 @@ - To be added. + This class represents a PDF document page for rendering. - Android platform documentation + Java documentation for android.graphics.pdf.PdfRenderer.Page. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -66,9 +70,18 @@ - To be added. + Closes this page. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.pdf.PdfRenderer.Page.close(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -92,10 +105,19 @@ System.Int32 - To be added. - To be added. + Gets the page height in points (1/72"). + The height in points. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.pdf.PdfRenderer.Page.getHeight(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -119,10 +141,19 @@ System.Int32 - To be added. - To be added. + Gets the page index. + The index. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.pdf.PdfRenderer.Page.getIndex(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -193,13 +224,22 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + Destination bitmap to which to render. + Optional clip in the bitmap bounds. + Optional transformation to apply when rendering. + The render mode. + Renders a page to a bitmap. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.pdf.PdfRenderer.Page.render(android.graphics.Bitmap, android.graphics.Rect, android.graphics.Matrix, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -228,9 +268,18 @@ 1 - To be added. + Mode to render the content for display on a screen. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.pdf.PdfRenderer.Page.RENDER_MODE_FOR_DISPLAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -259,9 +308,18 @@ 2 - To be added. + Mode to render the content for printing. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.pdf.PdfRenderer.Page.RENDER_MODE_FOR_PRINT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -347,10 +405,19 @@ System.Int32 - To be added. - To be added. + Gets the page width in points (1/72"). + The width in points. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.pdf.PdfRenderer.Page.getWidth(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Graphics.Text/LineBreaker+Builder.xml b/docs/Mono.Android/en/Android.Graphics.Text/LineBreaker+Builder.xml index a9eaa7f38e..c49dd6a8b3 100644 --- a/docs/Mono.Android/en/Android.Graphics.Text/LineBreaker+Builder.xml +++ b/docs/Mono.Android/en/Android.Graphics.Text/LineBreaker+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Helper class for creating a LineBreaker. + + + + Java documentation for android.graphics.text.LineBreaker.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -64,9 +75,20 @@ - To be added. + Build a new LineBreaker with given parameters. To be added. - To be added. + + + + Java documentation for android.graphics.text.LineBreaker.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Graphics.Text/LineBreaker+ParagraphConstraints.xml b/docs/Mono.Android/en/Android.Graphics.Text/LineBreaker+ParagraphConstraints.xml index da694b3643..6ced780cb7 100644 --- a/docs/Mono.Android/en/Android.Graphics.Text/LineBreaker+ParagraphConstraints.xml +++ b/docs/Mono.Android/en/Android.Graphics.Text/LineBreaker+ParagraphConstraints.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Line breaking constraints for single paragraph. + + + + Java documentation for android.graphics.text.LineBreaker.ParagraphConstraints. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -84,9 +95,20 @@ System.Single - To be added. + Returns the default tab stops in pixels. To be added. - To be added. + + + + Java documentation for android.graphics.text.LineBreaker.ParagraphConstraints.getDefaultTabStop(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -109,9 +131,20 @@ System.Single - To be added. + Return the first line's width for this paragraph in pixel. To be added. - To be added. + + + + Java documentation for android.graphics.text.LineBreaker.ParagraphConstraints.getFirstWidth(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -134,9 +167,20 @@ System.Int32 - To be added. + Return the number of lines to apply the first line's width. To be added. - To be added. + + + + Java documentation for android.graphics.text.LineBreaker.ParagraphConstraints.getFirstWidthLineCount(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -160,9 +204,20 @@ - To be added. + Returns the array of tab stops in pixels. To be added. - To be added. + + + + Java documentation for android.graphics.text.LineBreaker.ParagraphConstraints.getTabStops(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -218,10 +273,21 @@ - To be added. - To be added. - To be added. - To be added. + the line width of the starting of the paragraph + the number of lines that applies the firstWidth + Set indent for this paragraph. + + + + Java documentation for android.graphics.text.LineBreaker.ParagraphConstraints.setIndent(float, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -248,10 +314,21 @@ - To be added. - To be added. - To be added. - To be added. + the array of pixels of tap stopping position + pixels of the default tab stopping position + Set tab stops for this paragraph. + + + + Java documentation for android.graphics.text.LineBreaker.ParagraphConstraints.setTabStops(float[], float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -336,9 +413,27 @@ System.Single - To be added. + Return the width for this paragraph in pixels. -or- Set width for this paragraph. To be added. - To be added. + + Property getter documentation: + + + Java documentation for android.graphics.text.LineBreaker.ParagraphConstraints.getWidth(). + + + Property setter documentation: + + + Java documentation for android.graphics.text.LineBreaker.ParagraphConstraints.setWidth(float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Graphics.Text/LineBreaker+Result.xml b/docs/Mono.Android/en/Android.Graphics.Text/LineBreaker+Result.xml index 8c8a615a6e..4b45500c74 100644 --- a/docs/Mono.Android/en/Android.Graphics.Text/LineBreaker+Result.xml +++ b/docs/Mono.Android/en/Android.Graphics.Text/LineBreaker+Result.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Holds the result of the LineBreaker#computeLineBreaks line breaking algorithm. + + + + Java documentation for android.graphics.text.LineBreaker.Result. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -66,10 +77,21 @@ - To be added. - To be added. - To be added. - To be added. + an index of the line. + Returns an end hyphen edit for the line. + an end hyphen edit for the line. + + + + Java documentation for android.graphics.text.LineBreaker.Result.getEndLineHyphenEdit(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -95,10 +117,21 @@ - To be added. - To be added. - To be added. - To be added. + an index of the line. + Returns font ascent of the line in pixels. + an entier font ascent of the line in pixels. + + + + Java documentation for android.graphics.text.LineBreaker.Result.getLineAscent(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -124,10 +157,21 @@ - To be added. - To be added. - To be added. - To be added. + an index of the line. + Returns character offset of the break for a given line. + the break offset. + + + + Java documentation for android.graphics.text.LineBreaker.Result.getLineBreakOffset(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -153,10 +197,21 @@ - To be added. - To be added. - To be added. - To be added. + an index of the line. + Returns font descent of the line in pixels. + an entier font descent of the line in pixels. + + + + Java documentation for android.graphics.text.LineBreaker.Result.getLineDescent(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -182,10 +237,21 @@ - To be added. - To be added. - To be added. - To be added. + an index of the line. + Returns width of a given line in pixels. + width of the line in pixels + + + + Java documentation for android.graphics.text.LineBreaker.Result.getLineWidth(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -211,10 +277,21 @@ - To be added. - To be added. - To be added. - To be added. + an index of the line. + Returns a start hyphen edit for the line. + a start hyphen edit for the line. + + + + Java documentation for android.graphics.text.LineBreaker.Result.getStartLineHyphenEdit(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -240,10 +317,21 @@ - To be added. - To be added. - To be added. - To be added. + an index of the line. + Returns true if the line has a TAB character. + true if the line has a TAB character + + + + Java documentation for android.graphics.text.LineBreaker.Result.hasLineTab(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -295,9 +383,20 @@ System.Int32 - To be added. - To be added. - To be added. + Returns the number of lines in the paragraph. + number of lines + + + + Java documentation for android.graphics.text.LineBreaker.Result.getLineCount(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Graphics.Text/MeasuredText+Builder.xml b/docs/Mono.Android/en/Android.Graphics.Text/MeasuredText+Builder.xml index fc41612bde..39ab18db3b 100644 --- a/docs/Mono.Android/en/Android.Graphics.Text/MeasuredText+Builder.xml +++ b/docs/Mono.Android/en/Android.Graphics.Text/MeasuredText+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Helper class for creating a MeasuredText. + + + + Java documentation for android.graphics.text.MeasuredText.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -42,9 +53,20 @@ - To be added. - To be added. - To be added. + a text + Construct a builder with existing MeasuredText. + + + + Java documentation for android.graphics.text.MeasuredText.Builder.MeasuredText$Builder(android.graphics.text.MeasuredText). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -67,9 +89,20 @@ - To be added. - To be added. - To be added. + a text + Construct a builder. + + + + Java documentation for android.graphics.text.MeasuredText.Builder.MeasuredText$Builder(char[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -159,9 +192,20 @@ - To be added. + Creates a MeasuredText. To be added. - To be added. + + + + Java documentation for android.graphics.text.MeasuredText.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Graphics/AvoidXfermode.xml b/docs/Mono.Android/en/Android.Graphics/AvoidXfermode.xml index 1391d37d0a..a6c0c2cd35 100644 --- a/docs/Mono.Android/en/Android.Graphics/AvoidXfermode.xml +++ b/docs/Mono.Android/en/Android.Graphics/AvoidXfermode.xml @@ -23,9 +23,18 @@ AvoidXfermode xfermode will draw the src everywhere except on top of the - opColor or, depending on the Mode, draw only on top of the opColor. + opColor or, depending on the Mode, draw only on top of the opColor. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.AvoidXfermode. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Graphics/Bitmap+CompressFormat.xml b/docs/Mono.Android/en/Android.Graphics/Bitmap+CompressFormat.xml index 15e58b08b9..7788864eb3 100644 --- a/docs/Mono.Android/en/Android.Graphics/Bitmap+CompressFormat.xml +++ b/docs/Mono.Android/en/Android.Graphics/Bitmap+CompressFormat.xml @@ -18,15 +18,18 @@ - Specifies the known formats a bitmap can be compressed into - + Specifies the known formats a bitmap can be compressed into - Android platform documentation + Java documentation for android.graphics.Bitmap.CompressFormat. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Graphics/Bitmap+Config.xml b/docs/Mono.Android/en/Android.Graphics/Bitmap+Config.xml index d66e1d0116..b976a3fdc3 100644 --- a/docs/Mono.Android/en/Android.Graphics/Bitmap+Config.xml +++ b/docs/Mono.Android/en/Android.Graphics/Bitmap+Config.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.graphics.Bitmap.Config. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Graphics/BitmapFactory+Options.xml b/docs/Mono.Android/en/Android.Graphics/BitmapFactory+Options.xml index ff8fab29e0..9cc7615138 100644 --- a/docs/Mono.Android/en/Android.Graphics/BitmapFactory+Options.xml +++ b/docs/Mono.Android/en/Android.Graphics/BitmapFactory+Options.xml @@ -47,9 +47,18 @@ Create a default Options object, which if left unchanged will give - the same result from the decoder as if null were passed. + the same result from the decoder as if null were passed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.BitmapFactory.Options.BitmapFactory$Options(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -98,10 +107,19 @@ If set, decode methods that take the Options object will attempt to - reuse this bitmap when loading content. + reuse this bitmap when loading content. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.BitmapFactory.Options.inBitmap. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -167,7 +185,16 @@ image. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.BitmapFactory.Options.inDither. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -199,7 +226,16 @@ This field works in conjuction with inPurgeable. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.BitmapFactory.Options.inInputShareable. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -225,11 +261,19 @@ If set to true, the decoder will return null (no bitmap), but - the out... fields will still be set, allowing the caller to query - the bitmap without having to allocate the memory for its pixels. + the <code>out. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.BitmapFactory.Options.inJustDecodeBounds. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -255,10 +299,19 @@ If set, decode methods will always return a mutable Bitmap instead of - an immutable one. + an immutable one. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.BitmapFactory.Options.inMutable. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -292,7 +345,16 @@ expense of the decoding speed. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.BitmapFactory.Options.inPreferQualityOverSpeed. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -317,10 +379,20 @@ Android.Graphics.ColorSpace - To be added. + If this is non-null, the decoder will try to decode into this + color space. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.BitmapFactory.Options.inPreferredColorSpace. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -373,10 +445,20 @@ System.Boolean - To be added. + If true (which is the default), the resulting bitmap will have its + color channels pre-multipled by the alpha channel. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.BitmapFactory.Options.inPremultiplied. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -409,7 +491,16 @@ memory. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.BitmapFactory.Options.inPurgeable. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -463,14 +554,23 @@ System.Boolean - When this flag is set, if and - are not 0, the - bitmap will be scaled to match when loaded, - rather than relying on the graphics system scaling it each time it - is drawn to a Canvas. + When this flag is set, if #inDensity and + #inTargetDensity are not 0, the + bitmap will be scaled to match #inTargetDensity when loaded, + rather than relying on the graphics system scaling it each time it + is drawn to a Canvas. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.BitmapFactory.Options.inScaled. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -498,7 +598,16 @@ The pixel density of the actual screen that is being used. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.BitmapFactory.Options.inScreenDensity. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -530,7 +639,16 @@ The pixel density of the destination this bitmap will be drawn to. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.BitmapFactory.Options.inTargetDensity. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -562,7 +680,16 @@ Temp storage to use for decoding. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.BitmapFactory.Options.inTempStorage. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -625,7 +752,16 @@ Flag to indicate that cancel has been called on this object. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.BitmapFactory.Options.mCancel. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -650,10 +786,19 @@ Android.Graphics.ColorSpace - To be added. + If known, the color space the decoded bitmap will have. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.BitmapFactory.Options.outColorSpace. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -704,11 +849,19 @@ System.Int32 - The resulting height of the bitmap, set independent of the state of - inJustDecodeBounds. + The resulting height of the bitmap. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.BitmapFactory.Options.outHeight. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -736,7 +889,16 @@ If known, this string is set to the mimetype of the decoded image. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.BitmapFactory.Options.outMimeType. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -761,11 +923,19 @@ System.Int32 - The resulting width of the bitmap, set independent of the state of - inJustDecodeBounds. + The resulting width of the bitmap. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.BitmapFactory.Options.outWidth. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -798,7 +968,16 @@ This can be called from another thread while this options object is inside a decode... call. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.BitmapFactory.Options.requestCancelDecode(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Graphics/Canvas+EdgeType.xml b/docs/Mono.Android/en/Android.Graphics/Canvas+EdgeType.xml index c827783bcc..a0cd7d584d 100644 --- a/docs/Mono.Android/en/Android.Graphics/Canvas+EdgeType.xml +++ b/docs/Mono.Android/en/Android.Graphics/Canvas+EdgeType.xml @@ -22,14 +22,18 @@ - To be added. + Constant values used as parameters to quickReject() calls. - Android platform documentation + Java documentation for android.graphics.Canvas.EdgeType. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Graphics/Canvas.xml b/docs/Mono.Android/en/Android.Graphics/Canvas.xml index b138bdb797..d48a672d38 100644 --- a/docs/Mono.Android/en/Android.Graphics/Canvas.xml +++ b/docs/Mono.Android/en/Android.Graphics/Canvas.xml @@ -863,9 +863,18 @@ The region to operate on the current clip, based on op Intersect the current clip with the specified region. - To be added. + true if the resulting is non-empty - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.Canvas.clipRegion(android.graphics.Region). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -4642,13 +4651,14 @@ flag bits that specify which parts of the Canvas state - to save/restore - Saves the current matrix and clip onto a private stack. + to save/restore + Based on saveFlags, can save the current matrix and clip onto a private + stack. The value to pass to restoreToCount() to balance this save() - Java documentation for android.graphics.Canvas.save(). + Java documentation for android.graphics.Canvas.save(int). diff --git a/docs/Mono.Android/en/Android.Graphics/ColorSpace+Connector.xml b/docs/Mono.Android/en/Android.Graphics/ColorSpace+Connector.xml index b499fdb46f..40fa0a2b98 100644 --- a/docs/Mono.Android/en/Android.Graphics/ColorSpace+Connector.xml +++ b/docs/Mono.Android/en/Android.Graphics/ColorSpace+Connector.xml @@ -72,10 +72,19 @@ Android.Graphics.ColorSpace - To be added. - To be added. + Returns the destination color space this connector will convert to. + A non-null instance of ColorSpace - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.ColorSpace.Connector.getDestination(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -157,10 +166,19 @@ Android.Graphics.ColorSpace - To be added. - To be added. + Returns the source color space this connector will convert from. + A non-null instance of ColorSpace - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.ColorSpace.Connector.getSource(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -249,11 +267,23 @@ - To be added. - To be added. - To be added. + A non-null array of 3 floats containing the value to transform + and that will hold the result of the transform + Transforms the specified color from the source color space + to a color in the destination color space. + The v array passed as a parameter, containing the specified color + transformed from the source space to the destination space - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.ColorSpace.Connector.transform(float[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -282,13 +312,24 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + The red component of the color to transform + The green component of the color to transform + The blue component of the color to transform + Transforms the specified color from the source color space + to a color in the destination color space. + A new array of 3 floats containing the specified color + transformed from the source space to the destination space - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.ColorSpace.Connector.transform(float, float, float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Graphics/ColorSpace+Model.xml b/docs/Mono.Android/en/Android.Graphics/ColorSpace+Model.xml index aa19c4cad9..e32527bcfd 100644 --- a/docs/Mono.Android/en/Android.Graphics/ColorSpace+Model.xml +++ b/docs/Mono.Android/en/Android.Graphics/ColorSpace+Model.xml @@ -18,14 +18,19 @@ - To be added. + A color model is required by a ColorSpace to describe the + way colors can be represented as tuples of numbers. - Android platform documentation + Java documentation for android.graphics.ColorSpace.Model. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -76,10 +81,19 @@ System.Int32 - To be added. - To be added. + Returns the number of components for this color model. + An integer between 1 and 4 - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.ColorSpace.Model.getComponentCount(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Graphics/ColorSpace+RenderIntent.xml b/docs/Mono.Android/en/Android.Graphics/ColorSpace+RenderIntent.xml index ee6086bd93..2caf4bd81f 100644 --- a/docs/Mono.Android/en/Android.Graphics/ColorSpace+RenderIntent.xml +++ b/docs/Mono.Android/en/Android.Graphics/ColorSpace+RenderIntent.xml @@ -18,14 +18,19 @@ - To be added. + A render intent determines how a ColorSpace.Connector connector + maps colors from one color space to another. - Android platform documentation + Java documentation for android.graphics.ColorSpace.RenderIntent. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Graphics/ColorSpace+Rgb.xml b/docs/Mono.Android/en/Android.Graphics/ColorSpace+Rgb.xml index 47e2c43e35..15bf5ce697 100644 --- a/docs/Mono.Android/en/Android.Graphics/ColorSpace+Rgb.xml +++ b/docs/Mono.Android/en/Android.Graphics/ColorSpace+Rgb.xml @@ -105,12 +105,22 @@ - To be added. - To be added. - To be added. - To be added. + Name of the color space, cannot be null, its length must be >= 1 + 3x3 column-major transform matrix from RGB to the profile + connection space CIE XYZ as an array of 9 floats, cannot be null + Gamma to use as the transfer function + Creates a new RGB color space using a 3x3 column-major transform matrix. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.ColorSpace.Rgb.ColorSpace$Rgb(java.lang.String, float[], double). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -137,13 +147,23 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + Name of the color space, cannot be null, its length must be >= 1 + 3x3 column-major transform matrix from RGB to the profile + connection space CIE XYZ as an array of 9 floats, cannot be null + Opto-electronic transfer function, cannot be null + Electro-optical transfer function, cannot be null + Creates a new RGB color space using a 3x3 column-major transform matrix. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.ColorSpace.Rgb.ColorSpace$Rgb(java.lang.String, float[], java.util.function.DoubleUnaryOperator, java.util.function.DoubleUnaryOperator). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -203,13 +223,23 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + Name of the color space, cannot be null, its length must be >= 1 + RGB primaries as an array of 6 (xy) or 9 (XYZ) floats + Reference white as an array of 2 (xy) or 3 (XYZ) floats + Gamma to use as the transfer function + Creates a new RGB color space using a specified set of primaries + and a specified white point. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.ColorSpace.Rgb.ColorSpace$Rgb(java.lang.String, float[], float[], double). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -239,16 +269,26 @@ - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. + Name of the color space, cannot be null, its length must be >= 1 + RGB primaries as an array of 6 (xy) or 9 (XYZ) floats + Reference white as an array of 2 (xy) or 3 (XYZ) floats + Opto-electronic transfer function, cannot be null + Electro-optical transfer function, cannot be null + The minimum valid value in this color space's RGB range + The maximum valid value in this color space's RGB range + Creates a new RGB color space using a specified set of primaries + and a specified white point. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.ColorSpace.Rgb.ColorSpace$Rgb(java.lang.String, float[], float[], java.util.function.DoubleUnaryOperator, java.util.function.DoubleUnaryOperator, float, float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -272,10 +312,19 @@ Java.Util.Functions.IDoubleUnaryOperator - To be added. - To be added. + Returns the electro-optical transfer function (EOTF) of this color space. + A transfer function that converts from "gamma space" to linear space - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.ColorSpace.Rgb.getEotf(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -302,11 +351,22 @@ - To be added. - To be added. - To be added. + A non-null array of linear RGB values, its length + must be at least 3 + Encodes an RGB value from linear space to this color space's + "gamma space". + A new array of 3 floats containing non-linear RGB values - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.ColorSpace.Rgb.fromLinear(float[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -335,13 +395,23 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + The red component to encode from linear space + The green component to encode from linear space + The blue component to encode from linear space + Encodes an RGB value from linear space to this color space's + "gamma space". + A new array of 3 floats containing non-linear RGB values - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.ColorSpace.Rgb.fromLinear(float, float, float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -397,10 +467,19 @@ - To be added. - To be added. + Returns the inverse transform of this color space as a new array. + A new array of 9 floats - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.ColorSpace.Rgb.getInverseTransform(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -427,11 +506,21 @@ - To be added. - To be added. - To be added. + The destination array, cannot be null, its length + must be >= 9 + Copies the inverse transform of this color space in specified array. + The destination array passed as a parameter - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.ColorSpace.Rgb.getInverseTransform(float[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -518,10 +607,19 @@ - To be added. - To be added. + Returns the primaries of this color space as a new array of 6 floats. + A new non-null array of 2 floats - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.ColorSpace.Rgb.getPrimaries(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -548,11 +646,21 @@ - To be added. - To be added. - To be added. + The destination array, cannot be null, its length + must be >= 6 + Copies the primaries of this color space in specified array. + The destination array passed as a parameter - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.ColorSpace.Rgb.getPrimaries(float[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -605,10 +713,19 @@ - To be added. - To be added. + Returns the transform of this color space as a new array. + A new array of 9 floats - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.ColorSpace.Rgb.getTransform(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -635,11 +752,21 @@ - To be added. - To be added. - To be added. + The destination array, cannot be null, its length + must be >= 9 + Copies the transform of this color space in specified array. + The destination array passed as a parameter - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.ColorSpace.Rgb.getTransform(float[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -664,10 +791,20 @@ - To be added. - To be added. + Returns the non-adapted CIE xyY white point of this color space as + a new array of 2 floats. + A new non-null array of 2 floats - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.ColorSpace.Rgb.getWhitePoint(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -694,11 +831,22 @@ - To be added. - To be added. - To be added. + The destination array, cannot be null, its length + must be >= 2 + Copies the non-adapted CIE xyY white point of this color space in + specified array. + The destination array passed as a parameter - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.ColorSpace.Rgb.getWhitePoint(float[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -872,11 +1020,21 @@ - To be added. - To be added. - To be added. + A non-null array of non-linear RGB values, its length + must be at least 3 + Decodes an RGB value to linear space. + The specified array - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.ColorSpace.Rgb.toLinear(float[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -905,13 +1063,22 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + The red component to decode to linear space + The green component to decode to linear space + The blue component to decode to linear space + Decodes an RGB value to linear space. + A new array of 3 floats containing linear RGB values - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.ColorSpace.Rgb.toLinear(float, float, float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Graphics/HardwareRenderer+FrameRenderRequest.xml b/docs/Mono.Android/en/Android.Graphics/HardwareRenderer+FrameRenderRequest.xml index 9d455e36cd..c90df179f6 100644 --- a/docs/Mono.Android/en/Android.Graphics/HardwareRenderer+FrameRenderRequest.xml +++ b/docs/Mono.Android/en/Android.Graphics/HardwareRenderer+FrameRenderRequest.xml @@ -18,8 +18,20 @@ - To be added. - To be added. + Sets the parameters that can be used to control a render request for a + HardwareRenderer. + + + + Java documentation for android.graphics.HardwareRenderer.FrameRenderRequest. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -167,9 +179,20 @@ - To be added. - To be added. - To be added. + Syncs the RenderNode tree to the render thread and requests a frame to be drawn. + The result of the sync operation. + + + + Java documentation for android.graphics.HardwareRenderer.FrameRenderRequest.syncAndDraw(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Graphics/ImageDecoder+DecodeException.xml b/docs/Mono.Android/en/Android.Graphics/ImageDecoder+DecodeException.xml index 047564bccd..461bc20a07 100644 --- a/docs/Mono.Android/en/Android.Graphics/ImageDecoder+DecodeException.xml +++ b/docs/Mono.Android/en/Android.Graphics/ImageDecoder+DecodeException.xml @@ -42,9 +42,20 @@ Android.Graphics.ImageDecoderErrorType - To be added. + Retrieve the reason that decoding was interrupted. To be added. - To be added. + + + + Java documentation for android.graphics.ImageDecoder.DecodeException.getError(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -126,8 +137,19 @@ 1 - To be added. - To be added. + An Exception was thrown reading the Source. + + + + Java documentation for android.graphics.ImageDecoder.DecodeException.SOURCE_EXCEPTION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -155,8 +177,19 @@ 2 - To be added. - To be added. + The encoded data was incomplete. + + + + Java documentation for android.graphics.ImageDecoder.DecodeException.SOURCE_INCOMPLETE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -184,8 +217,19 @@ 3 - To be added. - To be added. + The encoded data contained an error. + + + + Java documentation for android.graphics.ImageDecoder.DecodeException.SOURCE_MALFORMED_DATA. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Graphics/ImageDecoder+IOnHeaderDecodedListener.xml b/docs/Mono.Android/en/Android.Graphics/ImageDecoder+IOnHeaderDecodedListener.xml index 01e4edc20a..35ac047882 100644 --- a/docs/Mono.Android/en/Android.Graphics/ImageDecoder+IOnHeaderDecodedListener.xml +++ b/docs/Mono.Android/en/Android.Graphics/ImageDecoder+IOnHeaderDecodedListener.xml @@ -25,8 +25,20 @@ - To be added. - To be added. + Optional listener supplied to #decodeDrawable or + #decodeBitmap. + + + + Java documentation for android.graphics.ImageDecoder.OnHeaderDecodedListener. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Graphics/ImageDecoder+IOnPartialImageListener.xml b/docs/Mono.Android/en/Android.Graphics/ImageDecoder+IOnPartialImageListener.xml index 9785da64c8..ed300ab222 100644 --- a/docs/Mono.Android/en/Android.Graphics/ImageDecoder+IOnPartialImageListener.xml +++ b/docs/Mono.Android/en/Android.Graphics/ImageDecoder+IOnPartialImageListener.xml @@ -25,8 +25,19 @@ - To be added. - To be added. + Optional listener supplied to the ImageDecoder. + + + + Java documentation for android.graphics.ImageDecoder.OnPartialImageListener. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Graphics/ImageDecoder+ImageInfo.xml b/docs/Mono.Android/en/Android.Graphics/ImageDecoder+ImageInfo.xml index 153927104a..e22252696a 100644 --- a/docs/Mono.Android/en/Android.Graphics/ImageDecoder+ImageInfo.xml +++ b/docs/Mono.Android/en/Android.Graphics/ImageDecoder+ImageInfo.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Contains information about the encoded image. + + + + Java documentation for android.graphics.ImageDecoder.ImageInfo. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -88,9 +99,20 @@ System.Boolean - To be added. + Whether the image is animated. To be added. - To be added. + + + + Java documentation for android.graphics.ImageDecoder.ImageInfo.isAnimated(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -142,9 +164,20 @@ System.String - To be added. + The mimeType of the image. To be added. - To be added. + + + + Java documentation for android.graphics.ImageDecoder.ImageInfo.getMimeType(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -167,9 +200,20 @@ Android.Util.Size - To be added. + Size of the image, without scaling or cropping. To be added. - To be added. + + + + Java documentation for android.graphics.ImageDecoder.ImageInfo.getSize(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Graphics/ImageDecoder+Source.xml b/docs/Mono.Android/en/Android.Graphics/ImageDecoder+Source.xml index 47529d5207..ca7ec24171 100644 --- a/docs/Mono.Android/en/Android.Graphics/ImageDecoder+Source.xml +++ b/docs/Mono.Android/en/Android.Graphics/ImageDecoder+Source.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Source of the encoded image data. + + + + Java documentation for android.graphics.ImageDecoder.Source. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Graphics/ImageFormat.xml b/docs/Mono.Android/en/Android.Graphics/ImageFormat.xml index 4ff1b96de5..91e4549445 100644 --- a/docs/Mono.Android/en/Android.Graphics/ImageFormat.xml +++ b/docs/Mono.Android/en/Android.Graphics/ImageFormat.xml @@ -307,12 +307,11 @@ - To be added. - the number of bits per pixel of the given format or -1 if the - format doesn't exist or is not supported. + format Use this function to retrieve the number of bits per pixel of an ImageFormat. - To be added. + the number of bits per pixel of the given format or -1 if the + format doesn't exist or is not supported. diff --git a/docs/Mono.Android/en/Android.Graphics/Matrix+ScaleToFit.xml b/docs/Mono.Android/en/Android.Graphics/Matrix+ScaleToFit.xml index b371b5a642..1b28744f17 100644 --- a/docs/Mono.Android/en/Android.Graphics/Matrix+ScaleToFit.xml +++ b/docs/Mono.Android/en/Android.Graphics/Matrix+ScaleToFit.xml @@ -18,15 +18,18 @@ - Controlls how the src rect should align into the dst rect for - setRectToRect(). + Controls how the src rect should align into the dst rect for setRectToRect(). - Android platform documentation + Java documentation for android.graphics.Matrix.ScaleToFit. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Graphics/Paint+Align.xml b/docs/Mono.Android/en/Android.Graphics/Paint+Align.xml index c0cad45a18..d790534209 100644 --- a/docs/Mono.Android/en/Android.Graphics/Paint+Align.xml +++ b/docs/Mono.Android/en/Android.Graphics/Paint+Align.xml @@ -19,14 +19,18 @@ Align specifies how drawText aligns its text relative to the - [x,y] coordinates. + [x,y] coordinates. - Android platform documentation + Java documentation for android.graphics.Paint.Align. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Graphics/Paint+Cap.xml b/docs/Mono.Android/en/Android.Graphics/Paint+Cap.xml index 03ef962e78..0742577eb4 100644 --- a/docs/Mono.Android/en/Android.Graphics/Paint+Cap.xml +++ b/docs/Mono.Android/en/Android.Graphics/Paint+Cap.xml @@ -19,14 +19,18 @@ The Cap specifies the treatment for the beginning and ending of - stroked lines and paths. + stroked lines and paths. - Android platform documentation + Java documentation for android.graphics.Paint.Cap. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Graphics/Paint+FontMetrics.xml b/docs/Mono.Android/en/Android.Graphics/Paint+FontMetrics.xml index be25c6b81f..0522d932fc 100644 --- a/docs/Mono.Android/en/Android.Graphics/Paint+FontMetrics.xml +++ b/docs/Mono.Android/en/Android.Graphics/Paint+FontMetrics.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.graphics.Paint.FontMetrics. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -101,7 +105,16 @@ The recommended distance above the baseline for singled spaced text. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.Paint.FontMetrics.ascent. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -126,11 +139,20 @@ System.Single - The maximum distance below the baseline for the lowest glyph in - the font at a given text size. + The maximum distance below the baseline for the lowest glyph in + the font at a given text size. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.Paint.FontMetrics.bottom. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -158,7 +180,16 @@ The recommended distance below the baseline for singled spaced text. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.Paint.FontMetrics.descent. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -217,7 +248,16 @@ The recommended additional space to add between lines of text. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.Paint.FontMetrics.leading. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -304,11 +344,20 @@ System.Single - The maximum distance above the baseline for the tallest glyph in - the font at a given text size. + The maximum distance above the baseline for the tallest glyph in + the font at a given text size. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.Paint.FontMetrics.top. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Graphics/Paint+FontMetricsInt.xml b/docs/Mono.Android/en/Android.Graphics/Paint+FontMetricsInt.xml index 668ab0ce2f..b451866b1c 100644 --- a/docs/Mono.Android/en/Android.Graphics/Paint+FontMetricsInt.xml +++ b/docs/Mono.Android/en/Android.Graphics/Paint+FontMetricsInt.xml @@ -19,14 +19,18 @@ Convenience method for callers that want to have FontMetrics values as - integers. + integers. - Android platform documentation + Java documentation for android.graphics.Paint.FontMetricsInt. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -99,11 +103,19 @@ System.Int32 - - + The recommended distance above the baseline for singled spaced text. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.Paint.FontMetricsInt.ascent. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -128,11 +140,20 @@ System.Int32 - - + The maximum distance below the baseline for the lowest glyph in + the font at a given text size. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.Paint.FontMetricsInt.bottom. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -157,11 +178,19 @@ System.Int32 - - + The recommended distance below the baseline for singled spaced text. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.Paint.FontMetricsInt.descent. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -217,11 +246,19 @@ System.Int32 - - + The recommended additional space to add between lines of text. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.Paint.FontMetricsInt.leading. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -308,11 +345,20 @@ System.Int32 - - + The maximum distance above the baseline for the tallest glyph in + the font at a given text size. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.Paint.FontMetricsInt.top. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Graphics/Paint+Join.xml b/docs/Mono.Android/en/Android.Graphics/Paint+Join.xml index aa6eef1751..8e84e0a588 100644 --- a/docs/Mono.Android/en/Android.Graphics/Paint+Join.xml +++ b/docs/Mono.Android/en/Android.Graphics/Paint+Join.xml @@ -19,14 +19,18 @@ The Join specifies the treatment where lines and curve segments - join on a stroked path. + join on a stroked path. - Android platform documentation + Java documentation for android.graphics.Paint.Join. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Graphics/Paint+Style.xml b/docs/Mono.Android/en/Android.Graphics/Paint+Style.xml index e2bf239aeb..2607570940 100644 --- a/docs/Mono.Android/en/Android.Graphics/Paint+Style.xml +++ b/docs/Mono.Android/en/Android.Graphics/Paint+Style.xml @@ -19,14 +19,18 @@ The Style specifies if the primitive being drawn is filled, stroked, or - both (in the same color). + both (in the same color). - Android platform documentation + Java documentation for android.graphics.Paint.Style. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Graphics/Paint.xml b/docs/Mono.Android/en/Android.Graphics/Paint.xml index c57a0cf507..6aeae3db96 100644 --- a/docs/Mono.Android/en/Android.Graphics/Paint.xml +++ b/docs/Mono.Android/en/Android.Graphics/Paint.xml @@ -581,8 +581,8 @@ [<get: Android.Runtime.Register("getColor", "()I", "GetGetColorHandler")>] - [set: Android.Runtime.Register("setColor", "(I)V", "GetSetColor_IHandler", ApiSince=29)] - [<set: Android.Runtime.Register("setColor", "(I)V", "GetSetColor_IHandler", ApiSince=29)>] + [set: Android.Runtime.Register("setColor", "(I)V", "GetSetColor_IHandler")] + [<set: Android.Runtime.Register("setColor", "(I)V", "GetSetColor_IHandler")>] @@ -3418,9 +3418,18 @@ Get the paint's rasterizer (or null). - To be added. + the paint's rasterizer (or null) - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.Paint.getRasterizer(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3548,6 +3557,46 @@ + + + + + + Method + + Mono.Android + 0.0.0.0 + + + + [Android.Runtime.Register("setColor", "(J)V", "GetSetColor_JHandler", ApiSince=29)] + [<Android.Runtime.Register("setColor", "(J)V", "GetSetColor_JHandler", ApiSince=29)>] + + + + System.Void + + + + + + The new color (including alpha and ColorSpace) + to set in the paint. + Set the paint's color with a ColorLong. + + + + Java documentation for android.graphics.Paint.setColor(long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + + + @@ -3743,11 +3792,20 @@ May be null. The new rasterizer to be installed in - the paint. + the paint. Set or clear the rasterizer object. - To be added. + rasterizer - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.Paint.setRasterizer(android.graphics.Rasterizer). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Graphics/Path+Direction.xml b/docs/Mono.Android/en/Android.Graphics/Path+Direction.xml index 30913e4684..02dd630250 100644 --- a/docs/Mono.Android/en/Android.Graphics/Path+Direction.xml +++ b/docs/Mono.Android/en/Android.Graphics/Path+Direction.xml @@ -18,15 +18,18 @@ - Specifies how closed shapes (e.g. rects, ovals) are oriented when they - are added to a path. + Specifies how closed shapes (e. - Android platform documentation + Java documentation for android.graphics.Path.Direction. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Graphics/Path+FillType.xml b/docs/Mono.Android/en/Android.Graphics/Path+FillType.xml index 29fb7d4db2..a6ad62a125 100644 --- a/docs/Mono.Android/en/Android.Graphics/Path+FillType.xml +++ b/docs/Mono.Android/en/Android.Graphics/Path+FillType.xml @@ -18,15 +18,18 @@ - Enum for the ways a path may be filled - + Enum for the ways a path may be filled. - Android platform documentation + Java documentation for android.graphics.Path.FillType. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Graphics/Path+Op.xml b/docs/Mono.Android/en/Android.Graphics/Path+Op.xml index 5fe1dba306..6b826dff38 100644 --- a/docs/Mono.Android/en/Android.Graphics/Path+Op.xml +++ b/docs/Mono.Android/en/Android.Graphics/Path+Op.xml @@ -18,14 +18,18 @@ - To be added. + The logical operations that can be performed when combining two paths. - Android platform documentation + Java documentation for android.graphics.Path.Op. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Graphics/Picture.xml b/docs/Mono.Android/en/Android.Graphics/Picture.xml index 2950ff0111..b6f7aa06b3 100644 --- a/docs/Mono.Android/en/Android.Graphics/Picture.xml +++ b/docs/Mono.Android/en/Android.Graphics/Picture.xml @@ -205,7 +205,16 @@ Create a new picture (already recorded) from the data in the stream. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.Picture.createFromStream(java.io.InputStream). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -549,7 +558,16 @@ To be added. Write the picture contents to a stream. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.Picture.writeToStream(java.io.OutputStream). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Graphics/PixelXorXfermode.xml b/docs/Mono.Android/en/Android.Graphics/PixelXorXfermode.xml index 0c7d04d678..2f549ed77a 100644 --- a/docs/Mono.Android/en/Android.Graphics/PixelXorXfermode.xml +++ b/docs/Mono.Android/en/Android.Graphics/PixelXorXfermode.xml @@ -24,7 +24,16 @@ PixelXorXfermode implements a simple pixel xor (op ^ src ^ dst). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.PixelXorXfermode. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Graphics/SurfaceTexture+IOnFrameAvailableListener.xml b/docs/Mono.Android/en/Android.Graphics/SurfaceTexture+IOnFrameAvailableListener.xml index 3872690db8..688e0e3618 100644 --- a/docs/Mono.Android/en/Android.Graphics/SurfaceTexture+IOnFrameAvailableListener.xml +++ b/docs/Mono.Android/en/Android.Graphics/SurfaceTexture+IOnFrameAvailableListener.xml @@ -29,10 +29,14 @@ - Android platform documentation + Java documentation for android.graphics.SurfaceTexture.OnFrameAvailableListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Graphics/SurfaceTexture+OutOfResourcesException.xml b/docs/Mono.Android/en/Android.Graphics/SurfaceTexture+OutOfResourcesException.xml index 972026fbc3..6a1bc34970 100644 --- a/docs/Mono.Android/en/Android.Graphics/SurfaceTexture+OutOfResourcesException.xml +++ b/docs/Mono.Android/en/Android.Graphics/SurfaceTexture+OutOfResourcesException.xml @@ -22,10 +22,18 @@ - Exception thrown when a surface couldn't be created or resized - + Exception thrown when a SurfaceTexture couldn't be created or resized. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.SurfaceTexture.OutOfResourcesException. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Graphics/Typeface+Builder.xml b/docs/Mono.Android/en/Android.Graphics/Typeface+Builder.xml index 979ba50434..818c3745ec 100644 --- a/docs/Mono.Android/en/Android.Graphics/Typeface+Builder.xml +++ b/docs/Mono.Android/en/Android.Graphics/Typeface+Builder.xml @@ -18,14 +18,18 @@ - To be added. + A builder class for creating new Typeface instance. - Android platform documentation + Java documentation for android.graphics.Typeface.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -49,10 +53,19 @@ - To be added. - To be added. + The file object refers to the font file. + Constructs a builder with a file path. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.Typeface.Builder.Typeface$Builder(java.io.File). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -76,10 +89,19 @@ - To be added. - To be added. + The file descriptor. The passed fd must be mmap-able. + Constructs a builder with a file descriptor. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.Typeface.Builder.Typeface$Builder(java.io.FileDescriptor). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -103,10 +125,19 @@ - To be added. - To be added. + The full path to the font file. + Constructs a builder with a file path. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.Typeface.Builder.Typeface$Builder(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -131,11 +162,20 @@ - To be added. - To be added. - To be added. + The application's asset manager + The file name of the font data in the asset directory + Constructs a builder from an asset manager and a file path in an asset directory. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.Typeface.Builder.Typeface$Builder(android.content.res.AssetManager, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -160,10 +200,19 @@ - To be added. - To be added. + Generates new Typeface from specified configuration. + Newly created Typeface. May return null if some parameters are invalid. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.graphics.Typeface.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Graphics/Typeface+CustomFallbackBuilder.xml b/docs/Mono.Android/en/Android.Graphics/Typeface+CustomFallbackBuilder.xml index 0b95758691..81bbc263bb 100644 --- a/docs/Mono.Android/en/Android.Graphics/Typeface+CustomFallbackBuilder.xml +++ b/docs/Mono.Android/en/Android.Graphics/Typeface+CustomFallbackBuilder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + A builder class for creating new Typeface instance. + + + + Java documentation for android.graphics.Typeface.CustomFallbackBuilder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -42,9 +53,20 @@ - To be added. - To be added. - To be added. + a family object + Constructs a builder with a font family. + + + + Java documentation for android.graphics.Typeface.CustomFallbackBuilder.Typeface$CustomFallbackBuilder(android.graphics.fonts.FontFamily). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -97,9 +119,20 @@ - To be added. - To be added. - To be added. + Create the Typeface based on the configured values. + the Typeface object + + + + Java documentation for android.graphics.Typeface.CustomFallbackBuilder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -151,9 +184,20 @@ System.Int32 - To be added. - To be added. - To be added. + Returns the maximum capacity of custom fallback families. + the maximum number of font families for the custom fallback + + + + Java documentation for android.graphics.Typeface.CustomFallbackBuilder.getMaxCustomFallbackCount(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Hardware.Biometrics/BiometricManager+Strings.xml b/docs/Mono.Android/en/Android.Hardware.Biometrics/BiometricManager+Strings.xml index eec211f26f..cdeef0b152 100644 --- a/docs/Mono.Android/en/Android.Hardware.Biometrics/BiometricManager+Strings.xml +++ b/docs/Mono.Android/en/Android.Hardware.Biometrics/BiometricManager+Strings.xml @@ -18,8 +18,20 @@ - To be added. - To be added. + Provides localized strings for an application that uses BiometricPrompt to + authenticate the user. + + + + Java documentation for android.hardware.biometrics.BiometricManager.Strings. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -82,9 +94,21 @@ Java.Lang.ICharSequence - To be added. - To be added. - To be added. + Provides a localized string that can be used as the label for a button that invokes + BiometricPrompt. + The label for a button that invokes BiometricPrompt for authentication. + + + + Java documentation for android.hardware.biometrics.BiometricManager.Strings.getButtonLabel(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -155,9 +179,21 @@ Java.Lang.ICharSequence - To be added. - To be added. - To be added. + Provides a localized string that can be shown while the user is authenticating with + BiometricPrompt. + The label for a button that invokes BiometricPrompt for authentication. + + + + Java documentation for android.hardware.biometrics.BiometricManager.Strings.getPromptMessage(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -199,9 +235,21 @@ Java.Lang.ICharSequence - To be added. - To be added. - To be added. + Provides a localized string that can be shown as the title for an app setting that + enables authentication with BiometricPrompt. + The label for a button that invokes BiometricPrompt for authentication. + + + + Java documentation for android.hardware.biometrics.BiometricManager.Strings.getSettingName(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Hardware.Biometrics/BiometricPrompt+AuthenticationCallback.xml b/docs/Mono.Android/en/Android.Hardware.Biometrics/BiometricPrompt+AuthenticationCallback.xml index 7d928ce4db..a67bfeeb07 100644 --- a/docs/Mono.Android/en/Android.Hardware.Biometrics/BiometricPrompt+AuthenticationCallback.xml +++ b/docs/Mono.Android/en/Android.Hardware.Biometrics/BiometricPrompt+AuthenticationCallback.xml @@ -18,8 +18,21 @@ - To be added. - To be added. + Callback structure provided to BiometricPrompt#authenticate(CancellationSignal, + Executor, AuthenticationCallback) or BiometricPrompt#authenticate(CryptoObject, + CancellationSignal, Executor, AuthenticationCallback). + + + + Java documentation for android.hardware.biometrics.BiometricPrompt.AuthenticationCallback. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -124,10 +137,21 @@ - To be added. - To be added. - To be added. - To be added. + An integer identifying the error message + A human-readable error string that can be shown on an UI + Called when an unrecoverable error has been encountered and the operation is complete. + + + + Java documentation for android.hardware.biometrics.BiometricPrompt.AuthenticationCallback.onAuthenticationError(int, java.lang.CharSequence). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -155,10 +179,21 @@ - To be added. - To be added. - To be added. - To be added. + An integer identifying the error message + A human-readable error string that can be shown on an UI + Called when an unrecoverable error has been encountered and the operation is complete. + + + + Java documentation for android.hardware.biometrics.BiometricPrompt.AuthenticationCallback.onAuthenticationError(int, java.lang.CharSequence). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -182,8 +217,19 @@ - To be added. - To be added. + Called when a biometric is valid but not recognized. + + + + Java documentation for android.hardware.biometrics.BiometricPrompt.AuthenticationCallback.onAuthenticationFailed(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -217,10 +263,21 @@ - To be added. - To be added. - To be added. - To be added. + An integer identifying the error message + A human-readable string that can be shown on an UI + Called when a recoverable error has been encountered during authentication. + + + + Java documentation for android.hardware.biometrics.BiometricPrompt.AuthenticationCallback.onAuthenticationHelp(int, java.lang.CharSequence). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -248,10 +305,21 @@ - To be added. - To be added. - To be added. - To be added. + An integer identifying the error message + A human-readable string that can be shown on an UI + Called when a recoverable error has been encountered during authentication. + + + + Java documentation for android.hardware.biometrics.BiometricPrompt.AuthenticationCallback.onAuthenticationHelp(int, java.lang.CharSequence). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Hardware.Biometrics/BiometricPrompt+AuthenticationResult.xml b/docs/Mono.Android/en/Android.Hardware.Biometrics/BiometricPrompt+AuthenticationResult.xml index a3909feaa9..1fa5a99099 100644 --- a/docs/Mono.Android/en/Android.Hardware.Biometrics/BiometricPrompt+AuthenticationResult.xml +++ b/docs/Mono.Android/en/Android.Hardware.Biometrics/BiometricPrompt+AuthenticationResult.xml @@ -18,8 +18,21 @@ - To be added. - To be added. + Container for callback data from #authenticate(CancellationSignal, Executor, + AuthenticationCallback) and #authenticate(CryptoObject, CancellationSignal, Executor, + AuthenticationCallback). + + + + Java documentation for android.hardware.biometrics.BiometricPrompt.AuthenticationResult. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -63,9 +76,20 @@ System.Int32 - To be added. - To be added. - To be added. + Provides the type of authentication (e. + An integer value representing the authentication method used. + + + + Java documentation for android.hardware.biometrics.BiometricPrompt.AuthenticationResult.getAuthenticationType(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Hardware.Biometrics/BiometricPrompt+Builder.xml b/docs/Mono.Android/en/Android.Hardware.Biometrics/BiometricPrompt+Builder.xml index 60d12e52f1..556dd09932 100644 --- a/docs/Mono.Android/en/Android.Hardware.Biometrics/BiometricPrompt+Builder.xml +++ b/docs/Mono.Android/en/Android.Hardware.Biometrics/BiometricPrompt+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + A builder that collects arguments to be shown on the system-provided biometric dialog. + + + + Java documentation for android.hardware.biometrics.BiometricPrompt.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -42,9 +53,20 @@ - To be added. - To be added. - To be added. + The Context that will be used to build the prompt. + Creates a builder for a BiometricPrompt dialog. + + + + Java documentation for android.hardware.biometrics.BiometricPrompt.Builder.BiometricPrompt$Builder(android.content.Context). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -89,9 +111,20 @@ - To be added. - To be added. - To be added. + Creates a BiometricPrompt. + An instance of BiometricPrompt. + + + + Java documentation for android.hardware.biometrics.BiometricPrompt.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Hardware.Biometrics/BiometricPrompt+CryptoObject.xml b/docs/Mono.Android/en/Android.Hardware.Biometrics/BiometricPrompt+CryptoObject.xml index 3e9a2fcad9..986edcea23 100644 --- a/docs/Mono.Android/en/Android.Hardware.Biometrics/BiometricPrompt+CryptoObject.xml +++ b/docs/Mono.Android/en/Android.Hardware.Biometrics/BiometricPrompt+CryptoObject.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + A wrapper class for the cryptographic operations supported by BiometricPrompt. + + + + Java documentation for android.hardware.biometrics.BiometricPrompt.CryptoObject. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -142,9 +153,21 @@ Javax.Crypto.Cipher - To be added. - To be added. - To be added. + Get Cipher object. + + Cipher object or null if this doesn't contain one. + + + + Java documentation for android.hardware.biometrics.BiometricPrompt.CryptoObject.getCipher(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -167,9 +190,21 @@ Android.Security.Identity.IdentityCredential - To be added. - To be added. - To be added. + Get IdentityCredential object. + + IdentityCredential object or null if this doesn't contain one. + + + + Java documentation for android.hardware.biometrics.BiometricPrompt.CryptoObject.getIdentityCredential(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -221,9 +256,21 @@ Javax.Crypto.Mac - To be added. - To be added. - To be added. + Get Mac object. + + Mac object or null if this doesn't contain one. + + + + Java documentation for android.hardware.biometrics.BiometricPrompt.CryptoObject.getMac(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -246,9 +293,21 @@ Java.Security.Signature - To be added. - To be added. - To be added. + Get Signature object. + + Signature object or null if this doesn't contain one. + + + + Java documentation for android.hardware.biometrics.BiometricPrompt.CryptoObject.getSignature(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Hardware.Camera2.Params/BlackLevelPattern.xml b/docs/Mono.Android/en/Android.Hardware.Camera2.Params/BlackLevelPattern.xml index 0b8caa6329..aebad01384 100644 --- a/docs/Mono.Android/en/Android.Hardware.Camera2.Params/BlackLevelPattern.xml +++ b/docs/Mono.Android/en/Android.Hardware.Camera2.Params/BlackLevelPattern.xml @@ -58,7 +58,7 @@ - an array big enough to hold at least [TODO: @value for `#COUNT`] elements after the + an array big enough to hold at least #COUNT elements after the offset a non-negative offset into the array Copy the ColorChannel offsets into the destination vector. diff --git a/docs/Mono.Android/en/Android.Hardware.Camera2.Params/LensShadingMap.xml b/docs/Mono.Android/en/Android.Hardware.Camera2.Params/LensShadingMap.xml index f122c1ea71..bc80454a8e 100644 --- a/docs/Mono.Android/en/Android.Hardware.Camera2.Params/LensShadingMap.xml +++ b/docs/Mono.Android/en/Android.Hardware.Camera2.Params/LensShadingMap.xml @@ -180,7 +180,7 @@ within the range [0, #getColumnCount) within the range [0, #getRowCount) Get a single color channel gain factor from this lens shading map by its row and column. - a gain factor >= [TODO: @value for `#MINIMUM_GAIN_FACTOR`] + a gain factor >= #MINIMUM_GAIN_FACTOR @@ -254,7 +254,7 @@ within the range [0, #getColumnCount) within the range [0, #getRowCount) Get a gain factor vector from this lens shading map by its row and column. - an RggbChannelVector where each gain factor >= [TODO: @value for `#MINIMUM_GAIN_FACTOR`] + an RggbChannelVector where each gain factor >= #MINIMUM_GAIN_FACTOR diff --git a/docs/Mono.Android/en/Android.Hardware.Camera2.Params/MandatoryStreamCombination+MandatoryStreamInformation.xml b/docs/Mono.Android/en/Android.Hardware.Camera2.Params/MandatoryStreamCombination+MandatoryStreamInformation.xml index 409d4848ce..ae89627a42 100644 --- a/docs/Mono.Android/en/Android.Hardware.Camera2.Params/MandatoryStreamCombination+MandatoryStreamInformation.xml +++ b/docs/Mono.Android/en/Android.Hardware.Camera2.Params/MandatoryStreamCombination+MandatoryStreamInformation.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Immutable class to store available mandatory stream information. + + + + Java documentation for android.hardware.camera2.params.MandatoryStreamCombination.MandatoryStreamInformation. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -42,9 +53,20 @@ System.Collections.Generic.IList<Android.Util.Size> - To be added. - To be added. - To be added. + Return the list of available sizes for this mandatory stream. + non-modifiable ascending list of available sizes. + + + + Java documentation for android.hardware.camera2.params.MandatoryStreamCombination.MandatoryStreamInformation.getAvailableSizes(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -67,9 +89,20 @@ Android.Graphics.ImageFormatType - To be added. - To be added. - To be added. + Retrieve the mandatory stream format. + integer format. + + + + Java documentation for android.hardware.camera2.params.MandatoryStreamCombination.MandatoryStreamInformation.getFormat(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -92,9 +125,20 @@ System.Boolean - To be added. - To be added. - To be added. + Confirms whether or not this is an input stream. + true in case the stream is input, false otherwise. + + + + Java documentation for android.hardware.camera2.params.MandatoryStreamCombination.MandatoryStreamInformation.isInput(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -117,9 +161,20 @@ System.Boolean - To be added. - To be added. - To be added. + Confirms whether or not this is a maximum size stream. + true if the stream is a maximum size stream. + + + + Java documentation for android.hardware.camera2.params.MandatoryStreamCombination.MandatoryStreamInformation.isMaximumSize(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -142,9 +197,20 @@ System.Boolean - To be added. - To be added. - To be added. + Confirms whether or not this is an ultra high resolution stream. + true in case the stream is ultra high resolution, false otherwise. + + + + Java documentation for android.hardware.camera2.params.MandatoryStreamCombination.MandatoryStreamInformation.isUltraHighResolution(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Hardware.Camera2.Params/MeteringRectangle.xml b/docs/Mono.Android/en/Android.Hardware.Camera2.Params/MeteringRectangle.xml index 13e46b8b59..03079f1145 100644 --- a/docs/Mono.Android/en/Android.Hardware.Camera2.Params/MeteringRectangle.xml +++ b/docs/Mono.Android/en/Android.Hardware.Camera2.Params/MeteringRectangle.xml @@ -146,8 +146,8 @@ coordinate >= 0 width >= 0 height >= 0 - weight between [TODO: @value for `#METERING_WEIGHT_MIN`] and - [TODO: @value for `#METERING_WEIGHT_MAX`] inclusively + weight between #METERING_WEIGHT_MIN and + #METERING_WEIGHT_MAX inclusively Create a new metering rectangle. diff --git a/docs/Mono.Android/en/Android.Hardware.Camera2.Params/OutputConfiguration.xml b/docs/Mono.Android/en/Android.Hardware.Camera2.Params/OutputConfiguration.xml index 0418b47f1a..6f17d2b494 100644 --- a/docs/Mono.Android/en/Android.Hardware.Camera2.Params/OutputConfiguration.xml +++ b/docs/Mono.Android/en/Android.Hardware.Camera2.Params/OutputConfiguration.xml @@ -70,7 +70,7 @@ A Surface for camera to output to. <p>This constructor creates a default configuration, with a surface group ID of - [TODO: @value for `#SURFACE_GROUP_ID_NONE`].</p> + #SURFACE_GROUP_ID_NONE.</p> Create a new OutputConfiguration instance with a Surface. @@ -640,7 +640,7 @@ Get the surface group ID associated with this OutputConfiguration. the surface group ID associated with this OutputConfiguration. - The default value is [TODO: @value for `#SURFACE_GROUP_ID_NONE`]. + The default value is #SURFACE_GROUP_ID_NONE. diff --git a/docs/Mono.Android/en/Android.Hardware.Camera2.Params/RggbChannelVector.xml b/docs/Mono.Android/en/Android.Hardware.Camera2.Params/RggbChannelVector.xml index dbf2f36939..7f0388cf77 100644 --- a/docs/Mono.Android/en/Android.Hardware.Camera2.Params/RggbChannelVector.xml +++ b/docs/Mono.Android/en/Android.Hardware.Camera2.Params/RggbChannelVector.xml @@ -137,7 +137,7 @@ - an array big enough to hold at least [TODO: @value for `#COUNT`] elements after the + an array big enough to hold at least #COUNT elements after the offset a non-negative offset into the array Copy the vector into the destination in the order [R, Geven, Godd, B]. diff --git a/docs/Mono.Android/en/Android.Hardware.Camera2.Params/TonemapCurve.xml b/docs/Mono.Android/en/Android.Hardware.Camera2.Params/TonemapCurve.xml index 68f01e76d4..652c149a82 100644 --- a/docs/Mono.Android/en/Android.Hardware.Camera2.Params/TonemapCurve.xml +++ b/docs/Mono.Android/en/Android.Hardware.Camera2.Params/TonemapCurve.xml @@ -55,9 +55,9 @@ - An array of elements whose length is divisible by [TODO: @value for `#POINT_SIZE`] - An array of elements whose length is divisible by [TODO: @value for `#POINT_SIZE`] - An array of elements whose length is divisible by [TODO: @value for `#POINT_SIZE`] + An array of elements whose length is divisible by #POINT_SIZE + An array of elements whose length is divisible by #POINT_SIZE + An array of elements whose length is divisible by #POINT_SIZE Create a new immutable TonemapCurve instance. diff --git a/docs/Mono.Android/en/Android.Hardware.Camera2/CameraCaptureSession+CaptureCallback.xml b/docs/Mono.Android/en/Android.Hardware.Camera2/CameraCaptureSession+CaptureCallback.xml index c741ea0539..488e8fbad5 100644 --- a/docs/Mono.Android/en/Android.Hardware.Camera2/CameraCaptureSession+CaptureCallback.xml +++ b/docs/Mono.Android/en/Android.Hardware.Camera2/CameraCaptureSession+CaptureCallback.xml @@ -18,14 +18,19 @@ - To be added. + A callback object for tracking the progress of a CaptureRequest submitted to the + camera device. - Android platform documentation + Java documentation for android.hardware.camera2.CameraCaptureSession.CaptureCallback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -132,13 +137,23 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + The session returned by CameraDevice#createCaptureSession + The request that was given to the CameraDevice + The target Surface that the buffer will not be produced for + The frame number for the request + This method is called if a single buffer for a capture could not be sent to its + destination surface. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.camera2.CameraCaptureSession.CaptureCallback.onCaptureBufferLost(android.hardware.camera2.CameraCaptureSession, android.hardware.camera2.CaptureRequest, android.view.Surface, long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -167,12 +182,24 @@ - To be added. - To be added. - To be added. - To be added. + the session returned by CameraDevice#createCaptureSession + The request that was given to the CameraDevice + The total output metadata from the capture, including the + final capture parameters and the state of the camera system during + capture. + This method is called when an image capture has fully completed and all the + result metadata is available. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.camera2.CameraCaptureSession.CaptureCallback.onCaptureCompleted(android.hardware.camera2.CameraCaptureSession, android.hardware.camera2.CaptureRequest, android.hardware.camera2.TotalCaptureResult). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -201,12 +228,24 @@ - To be added. - To be added. - To be added. - To be added. + The session returned by CameraDevice#createCaptureSession + The request that was given to the CameraDevice + The output failure from the capture, including the failure reason + and the frame number. + This method is called instead of #onCaptureCompleted when the + camera device failed to produce a CaptureResult for the + request. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.camera2.CameraCaptureSession.CaptureCallback.onCaptureFailed(android.hardware.camera2.CameraCaptureSession, android.hardware.camera2.CaptureRequest, android.hardware.camera2.CaptureFailure). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -235,12 +274,23 @@ - To be added. - To be added. - To be added. - To be added. + the session returned by CameraDevice#createCaptureSession + The request that was given to the CameraDevice + The partial output metadata from the capture, which + includes a subset of the TotalCaptureResult fields. + This method is called when an image capture makes partial forward progress; some + (but not all) results from an image capture are available. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.camera2.CameraCaptureSession.CaptureCallback.onCaptureProgressed(android.hardware.camera2.CameraCaptureSession, android.hardware.camera2.CaptureRequest, android.hardware.camera2.CaptureResult). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -268,11 +318,22 @@ - To be added. - To be added. - To be added. + The session returned by CameraDevice#createCaptureSession + A sequence ID returned by the #capture family of functions. + This method is called independently of the others in CaptureCallback, + when a capture sequence aborts before any CaptureResult + or CaptureFailure for it have been returned via this listener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.camera2.CameraCaptureSession.CaptureCallback.onCaptureSequenceAborted(android.hardware.camera2.CameraCaptureSession, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -301,12 +362,24 @@ - To be added. - To be added. - To be added. - To be added. + The session returned by CameraDevice#createCaptureSession + A sequence ID returned by the #capture family of functions. + The last frame number (returned by CaptureResult#getFrameNumber + or CaptureFailure#getFrameNumber) in the capture sequence. + This method is called independently of the others in CaptureCallback, + when a capture sequence finishes and all CaptureResult + or CaptureFailure for it have been returned via this listener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.camera2.CameraCaptureSession.CaptureCallback.onCaptureSequenceCompleted(android.hardware.camera2.CameraCaptureSession, int, long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -336,13 +409,27 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + the session returned by CameraDevice#createCaptureSession + the request for the capture that just begun + the timestamp at start of capture for a regular request, or + the timestamp at the input image's start of capture for a + reprocess request, in nanoseconds. + the frame number for this capture + This method is called when the camera device has started capturing + the output image for the request, at the beginning of image exposure, or + when the camera device has started processing an input image for a reprocess + request. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.camera2.CameraCaptureSession.CaptureCallback.onCaptureStarted(android.hardware.camera2.CameraCaptureSession, android.hardware.camera2.CaptureRequest, long, long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Hardware.Camera2/CameraCaptureSession+StateCallback.xml b/docs/Mono.Android/en/Android.Hardware.Camera2/CameraCaptureSession+StateCallback.xml index fe8b23650b..e420b52a5f 100644 --- a/docs/Mono.Android/en/Android.Hardware.Camera2/CameraCaptureSession+StateCallback.xml +++ b/docs/Mono.Android/en/Android.Hardware.Camera2/CameraCaptureSession+StateCallback.xml @@ -18,14 +18,18 @@ - To be added. + A callback object for receiving updates about the state of a camera capture session. - Android platform documentation + Java documentation for android.hardware.camera2.CameraCaptureSession.StateCallback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -129,10 +133,19 @@ - To be added. - To be added. + the session returned by #onConfigured + This method is called when the session starts actively processing capture requests. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.camera2.CameraCaptureSession.StateCallback.onActive(android.hardware.camera2.CameraCaptureSession). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -159,10 +172,20 @@ - To be added. - To be added. + The session returned by #onConfigured + This method is called when camera device's input capture queue becomes empty, + and is ready to accept the next request. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.camera2.CameraCaptureSession.StateCallback.onCaptureQueueEmpty(android.hardware.camera2.CameraCaptureSession). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -189,10 +212,19 @@ - To be added. - To be added. + the session returned by #onConfigured + This method is called when the session is closed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.camera2.CameraCaptureSession.StateCallback.onClosed(android.hardware.camera2.CameraCaptureSession). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -219,10 +251,20 @@ - To be added. - To be added. + the successfully configured session instance + This method is called when the camera device has finished configuring itself, and the + session can start processing capture requests. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.camera2.CameraCaptureSession.StateCallback.onConfigured(android.hardware.camera2.CameraCaptureSession). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -249,10 +291,19 @@ - To be added. - To be added. + the session instance that failed during configuration + This method is called if the session cannot be configured as requested. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.camera2.CameraCaptureSession.StateCallback.onConfigureFailed(android.hardware.camera2.CameraCaptureSession). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -279,10 +330,19 @@ - To be added. - To be added. + the session returned by #onConfigured + This method is called every time the session has no more capture requests to process. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.camera2.CameraCaptureSession.StateCallback.onReady(android.hardware.camera2.CameraCaptureSession). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -310,11 +370,20 @@ - To be added. - To be added. - To be added. + the session returned by #onConfigured + the Surface that was used with the #prepare call. + This method is called when the buffer pre-allocation for an output Surface is complete. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.camera2.CameraCaptureSession.StateCallback.onSurfacePrepared(android.hardware.camera2.CameraCaptureSession, android.view.Surface). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Hardware.Camera2/CameraCharacteristics+Key.xml b/docs/Mono.Android/en/Android.Hardware.Camera2/CameraCharacteristics+Key.xml index d42405d0e6..7042ad3910 100644 --- a/docs/Mono.Android/en/Android.Hardware.Camera2/CameraCharacteristics+Key.xml +++ b/docs/Mono.Android/en/Android.Hardware.Camera2/CameraCharacteristics+Key.xml @@ -22,14 +22,19 @@ - To be added. + A Key is used to do camera characteristics field lookups with + CameraCharacteristics#get. - Android platform documentation + Java documentation for android.hardware.camera2.CameraCharacteristics.Key. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -56,8 +61,19 @@ To be added. To be added. - To be added. - To be added. + Construct a new Key with a given name and type. + + + + Java documentation for android.hardware.camera2.CameraCharacteristics.Key.CameraCharacteristics$Key(java.lang.String, java.lang.Class<T>). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -84,10 +100,19 @@ To be added. - To be added. + To be added To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.camera2.CameraCharacteristics.Key.equals(java.lang.Object). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -112,10 +137,19 @@ - To be added. + To be added To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.camera2.CameraCharacteristics.Key.hashCode(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -170,10 +204,20 @@ System.String - To be added. - To be added. + Return a camelCase, period separated name formatted like: + "root.section[.subsections].name". + String representation of the key name - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.camera2.CameraCharacteristics.Key.getName(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Hardware.Camera2/CameraDevice+StateCallback.xml b/docs/Mono.Android/en/Android.Hardware.Camera2/CameraDevice+StateCallback.xml index a017f97a0f..6158d3de77 100644 --- a/docs/Mono.Android/en/Android.Hardware.Camera2/CameraDevice+StateCallback.xml +++ b/docs/Mono.Android/en/Android.Hardware.Camera2/CameraDevice+StateCallback.xml @@ -18,14 +18,18 @@ - To be added. + A callback objects for receiving updates about the state of a camera device. - Android platform documentation + Java documentation for android.hardware.camera2.CameraDevice.StateCallback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -129,10 +133,20 @@ - To be added. - To be added. + the camera device that has become closed + The method called when a camera device has been closed with + CameraDevice#close. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.camera2.CameraDevice.StateCallback.onClosed(android.hardware.camera2.CameraDevice). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -159,10 +173,20 @@ - To be added. - To be added. + the device that has been disconnected + The method called when a camera device is no longer available for + use. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.camera2.CameraDevice.StateCallback.onDisconnected(android.hardware.camera2.CameraDevice). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -197,11 +221,20 @@ - To be added. - To be added. - To be added. + The device reporting the error + The error code. + The method called when a camera device has encountered a serious error. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.camera2.CameraDevice.StateCallback.onError(android.hardware.camera2.CameraDevice, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -228,10 +261,19 @@ - To be added. - To be added. + the camera device that has become opened + The method called when a camera device has finished opening. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.camera2.CameraDevice.StateCallback.onOpened(android.hardware.camera2.CameraDevice). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Hardware.Camera2/CameraDevice.xml b/docs/Mono.Android/en/Android.Hardware.Camera2/CameraDevice.xml index 802f65ee4c..d9317d9ea0 100644 --- a/docs/Mono.Android/en/Android.Hardware.Camera2/CameraDevice.xml +++ b/docs/Mono.Android/en/Android.Hardware.Camera2/CameraDevice.xml @@ -431,6 +431,10 @@ [Android.Runtime.Register("createCaptureSession", "(Ljava/util/List;Landroid/hardware/camera2/CameraCaptureSession$StateCallback;Landroid/os/Handler;)V", "GetCreateCaptureSession_Ljava_util_List_Landroid_hardware_camera2_CameraCaptureSession_StateCallback_Landroid_os_Handler_Handler")] [<Android.Runtime.Register("createCaptureSession", "(Ljava/util/List;Landroid/hardware/camera2/CameraCaptureSession$StateCallback;Landroid/os/Handler;)V", "GetCreateCaptureSession_Ljava_util_List_Landroid_hardware_camera2_CameraCaptureSession_StateCallback_Landroid_os_Handler_Handler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void @@ -465,6 +469,10 @@ [Android.Runtime.Register("createCaptureSessionByOutputConfigurations", "(Ljava/util/List;Landroid/hardware/camera2/CameraCaptureSession$StateCallback;Landroid/os/Handler;)V", "GetCreateCaptureSessionByOutputConfigurations_Ljava_util_List_Landroid_hardware_camera2_CameraCaptureSession_StateCallback_Landroid_os_Handler_Handler", ApiSince=24)] [<Android.Runtime.Register("createCaptureSessionByOutputConfigurations", "(Ljava/util/List;Landroid/hardware/camera2/CameraCaptureSession$StateCallback;Landroid/os/Handler;)V", "GetCreateCaptureSessionByOutputConfigurations_Ljava_util_List_Landroid_hardware_camera2_CameraCaptureSession_StateCallback_Landroid_os_Handler_Handler", ApiSince=24)>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void @@ -509,6 +517,10 @@ [Android.Runtime.Register("createConstrainedHighSpeedCaptureSession", "(Ljava/util/List;Landroid/hardware/camera2/CameraCaptureSession$StateCallback;Landroid/os/Handler;)V", "GetCreateConstrainedHighSpeedCaptureSession_Ljava_util_List_Landroid_hardware_camera2_CameraCaptureSession_StateCallback_Landroid_os_Handler_Handler", ApiSince=23)] [<Android.Runtime.Register("createConstrainedHighSpeedCaptureSession", "(Ljava/util/List;Landroid/hardware/camera2/CameraCaptureSession$StateCallback;Landroid/os/Handler;)V", "GetCreateConstrainedHighSpeedCaptureSession_Ljava_util_List_Landroid_hardware_camera2_CameraCaptureSession_StateCallback_Landroid_os_Handler_Handler", ApiSince=23)>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void @@ -594,6 +606,10 @@ [Android.Runtime.Register("createReprocessableCaptureSession", "(Landroid/hardware/camera2/params/InputConfiguration;Ljava/util/List;Landroid/hardware/camera2/CameraCaptureSession$StateCallback;Landroid/os/Handler;)V", "GetCreateReprocessableCaptureSession_Landroid_hardware_camera2_params_InputConfiguration_Ljava_util_List_Landroid_hardware_camera2_CameraCaptureSession_StateCallback_Landroid_os_Handler_Handler", ApiSince=23)] [<Android.Runtime.Register("createReprocessableCaptureSession", "(Landroid/hardware/camera2/params/InputConfiguration;Ljava/util/List;Landroid/hardware/camera2/CameraCaptureSession$StateCallback;Landroid/os/Handler;)V", "GetCreateReprocessableCaptureSession_Landroid_hardware_camera2_params_InputConfiguration_Ljava_util_List_Landroid_hardware_camera2_CameraCaptureSession_StateCallback_Landroid_os_Handler_Handler", ApiSince=23)>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void @@ -642,6 +658,10 @@ [Android.Runtime.Register("createReprocessableCaptureSessionByConfigurations", "(Landroid/hardware/camera2/params/InputConfiguration;Ljava/util/List;Landroid/hardware/camera2/CameraCaptureSession$StateCallback;Landroid/os/Handler;)V", "GetCreateReprocessableCaptureSessionByConfigurations_Landroid_hardware_camera2_params_InputConfiguration_Ljava_util_List_Landroid_hardware_camera2_CameraCaptureSession_StateCallback_Landroid_os_Handler_Handler", ApiSince=24)] [<Android.Runtime.Register("createReprocessableCaptureSessionByConfigurations", "(Landroid/hardware/camera2/params/InputConfiguration;Ljava/util/List;Landroid/hardware/camera2/CameraCaptureSession$StateCallback;Landroid/os/Handler;)V", "GetCreateReprocessableCaptureSessionByConfigurations_Landroid_hardware_camera2_params_InputConfiguration_Ljava_util_List_Landroid_hardware_camera2_CameraCaptureSession_StateCallback_Landroid_os_Handler_Handler", ApiSince=24)>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void diff --git a/docs/Mono.Android/en/Android.Hardware.Camera2/CameraExtensionSession+ExtensionCaptureCallback.xml b/docs/Mono.Android/en/Android.Hardware.Camera2/CameraExtensionSession+ExtensionCaptureCallback.xml index 6238bb8248..3c614b3324 100644 --- a/docs/Mono.Android/en/Android.Hardware.Camera2/CameraExtensionSession+ExtensionCaptureCallback.xml +++ b/docs/Mono.Android/en/Android.Hardware.Camera2/CameraExtensionSession+ExtensionCaptureCallback.xml @@ -18,8 +18,20 @@ - To be added. - To be added. + A callback object for tracking the progress of a + CaptureRequest submitted to the camera device. + + + + Java documentation for android.hardware.camera2.CameraExtensionSession.ExtensionCaptureCallback. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -117,10 +129,24 @@ - To be added. - To be added. - To be added. - To be added. + the session received during + StateCallback#onConfigured(CameraExtensionSession) + The request that was given to the CameraDevice + This method is called instead of + #onCaptureProcessStarted when the camera device failed + to produce the required input for the device-specific extension. + + + + Java documentation for android.hardware.camera2.CameraExtensionSession.ExtensionCaptureCallback.onCaptureFailed(android.hardware.camera2.CameraExtensionSession, android.hardware.camera2.CaptureRequest). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -147,10 +173,24 @@ - To be added. - To be added. - To be added. - To be added. + the session received during + StateCallback#onConfigured(CameraExtensionSession) + The request that was given to the CameraExtensionSession + This method is called when an image (or images in case of multi-frame + capture) is captured and device-specific extension + processing is triggered. + + + + Java documentation for android.hardware.camera2.CameraExtensionSession.ExtensionCaptureCallback.onCaptureProcessStarted(android.hardware.camera2.CameraExtensionSession, android.hardware.camera2.CaptureRequest). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -177,10 +217,23 @@ - To be added. - To be added. - To be added. - To be added. + the session received during + StateCallback#onConfigured(CameraExtensionSession) + A sequence ID returned by the #capture + family of functions. + This method is called when a capture sequence aborts. + + + + Java documentation for android.hardware.camera2.CameraExtensionSession.ExtensionCaptureCallback.onCaptureSequenceAborted(android.hardware.camera2.CameraExtensionSession, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -207,10 +260,24 @@ - To be added. - To be added. - To be added. - To be added. + the session received during + StateCallback#onConfigured(CameraExtensionSession) + A sequence ID returned by the #capture + family of functions. + This method is called independently of the others in + ExtensionCaptureCallback, when a capture sequence finishes. + + + + Java documentation for android.hardware.camera2.CameraExtensionSession.ExtensionCaptureCallback.onCaptureSequenceCompleted(android.hardware.camera2.CameraExtensionSession, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -238,11 +305,27 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + the session received during + StateCallback#onConfigured(CameraExtensionSession) + the request for the capture that just begun + the timestamp at start of capture for repeating + request or the timestamp at start of capture of the + first frame in a multi-frame capture. + This method is called when the camera device has started + capturing the initial input image of the device-specific extension + post-process request. + + + + Java documentation for android.hardware.camera2.CameraExtensionSession.ExtensionCaptureCallback.onCaptureStarted(android.hardware.camera2.CameraExtensionSession, android.hardware.camera2.CaptureRequest, long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Hardware.Camera2/CameraExtensionSession+StateCallback.xml b/docs/Mono.Android/en/Android.Hardware.Camera2/CameraExtensionSession+StateCallback.xml index 3bbfc15a9c..601b65389c 100644 --- a/docs/Mono.Android/en/Android.Hardware.Camera2/CameraExtensionSession+StateCallback.xml +++ b/docs/Mono.Android/en/Android.Hardware.Camera2/CameraExtensionSession+StateCallback.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + A callback object for receiving updates about the state of a camera extension session. + + + + Java documentation for android.hardware.camera2.CameraExtensionSession.StateCallback. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -116,9 +127,21 @@ - To be added. - To be added. - To be added. + the session received during + StateCallback#onConfigured(CameraExtensionSession) + This method is called when the session is closed. + + + + Java documentation for android.hardware.camera2.CameraExtensionSession.StateCallback.onClosed(android.hardware.camera2.CameraExtensionSession). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -144,9 +167,21 @@ - To be added. - To be added. - To be added. + A valid extension session + This method is called when the camera device has finished configuring itself, and the + session can start processing capture requests. + + + + Java documentation for android.hardware.camera2.CameraExtensionSession.StateCallback.onConfigured(android.hardware.camera2.CameraExtensionSession). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -172,9 +207,20 @@ - To be added. - To be added. - To be added. + the session instance that failed to configure + This method is called if the session cannot be configured as requested. + + + + Java documentation for android.hardware.camera2.CameraExtensionSession.StateCallback.onConfigureFailed(android.hardware.camera2.CameraExtensionSession). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Hardware.Camera2/CameraManager+AvailabilityCallback.xml b/docs/Mono.Android/en/Android.Hardware.Camera2/CameraManager+AvailabilityCallback.xml index 3b61b18c31..8f1ea1ec4f 100644 --- a/docs/Mono.Android/en/Android.Hardware.Camera2/CameraManager+AvailabilityCallback.xml +++ b/docs/Mono.Android/en/Android.Hardware.Camera2/CameraManager+AvailabilityCallback.xml @@ -18,14 +18,18 @@ - To be added. + A callback for camera devices becoming available or unavailable to open. - Android platform documentation + Java documentation for android.hardware.camera2.CameraManager.AvailabilityCallback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -127,8 +131,19 @@ - To be added. - To be added. + Called whenever camera access priorities change. + + + + Java documentation for android.hardware.camera2.CameraManager.AvailabilityCallback.onCameraAccessPrioritiesChanged(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -154,10 +169,19 @@ - To be added. - To be added. + The unique identifier of the new camera. + A new camera has become available to use. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.camera2.CameraManager.AvailabilityCallback.onCameraAvailable(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -184,10 +208,19 @@ - To be added. - To be added. + The unique identifier of the disconnected camera. + A previously-available camera has become unavailable for use. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.camera2.CameraManager.AvailabilityCallback.onCameraUnavailable(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -215,10 +248,21 @@ - To be added. - To be added. - To be added. - To be added. + The unique identifier of the logical multi-camera. + The unique identifier of the physical camera. + A physical camera has become available for use again. + + + + Java documentation for android.hardware.camera2.CameraManager.AvailabilityCallback.onPhysicalCameraAvailable(java.lang.String, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -245,10 +289,21 @@ - To be added. - To be added. - To be added. - To be added. + The unique identifier of the logical multi-camera. + The unique identifier of the physical camera. + A previously-available physical camera has become unavailable for use. + + + + Java documentation for android.hardware.camera2.CameraManager.AvailabilityCallback.onPhysicalCameraUnavailable(java.lang.String, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Hardware.Camera2/CameraManager+TorchCallback.xml b/docs/Mono.Android/en/Android.Hardware.Camera2/CameraManager+TorchCallback.xml index b43e20b670..f194608c76 100644 --- a/docs/Mono.Android/en/Android.Hardware.Camera2/CameraManager+TorchCallback.xml +++ b/docs/Mono.Android/en/Android.Hardware.Camera2/CameraManager+TorchCallback.xml @@ -18,14 +18,18 @@ - To be added. + A callback for camera flash torch modes becoming unavailable, disabled, or enabled. - Android platform documentation + Java documentation for android.hardware.camera2.CameraManager.TorchCallback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -130,11 +134,24 @@ - To be added. - To be added. - To be added. + The unique identifier of the camera whose torch mode has been changed. + The state that the torch mode of the camera has been changed to. + true when the torch mode has become on and available to be turned + off. false when the torch mode has becomes off and available to + be turned on. + A camera's torch mode has become enabled or disabled and can be changed via + #setTorchMode. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.camera2.CameraManager.TorchCallback.onTorchModeChanged(java.lang.String, boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -161,10 +178,20 @@ - To be added. - To be added. + The unique identifier of the camera whose torch mode has become + unavailable. + A camera's torch mode has become unavailable to set via #setTorchMode. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.camera2.CameraManager.TorchCallback.onTorchModeUnavailable(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Hardware.Camera2/CameraOfflineSession+CameraOfflineSessionCallback.xml b/docs/Mono.Android/en/Android.Hardware.Camera2/CameraOfflineSession+CameraOfflineSessionCallback.xml index 0587a5b22c..048edca6bc 100644 --- a/docs/Mono.Android/en/Android.Hardware.Camera2/CameraOfflineSession+CameraOfflineSessionCallback.xml +++ b/docs/Mono.Android/en/Android.Hardware.Camera2/CameraOfflineSession+CameraOfflineSessionCallback.xml @@ -116,9 +116,20 @@ - To be added. - To be added. - To be added. + the session returned by CameraCaptureSession#switchToOffline + This method is called when the offline session is closed. + + + + Java documentation for android.hardware.camera2.CameraOfflineSession.CameraOfflineSessionCallback.onClosed(android.hardware.camera2.CameraOfflineSession). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -145,10 +156,21 @@ - To be added. - To be added. - To be added. - To be added. + the current offline session + error status + This method is called when the offline session encounters an unexpected error. + + + + Java documentation for android.hardware.camera2.CameraOfflineSession.CameraOfflineSessionCallback.onError(android.hardware.camera2.CameraOfflineSession, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -174,9 +196,20 @@ - To be added. - To be added. - To be added. + the currently ready offline session + This method indicates that all pending offline requests were processed. + + + + Java documentation for android.hardware.camera2.CameraOfflineSession.CameraOfflineSessionCallback.onIdle(android.hardware.camera2.CameraOfflineSession). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -202,9 +235,21 @@ - To be added. - To be added. - To be added. + the currently ready offline session + This method indicates that the offline switch call + CameraCaptureSession#switchToOffline was successful. + + + + Java documentation for android.hardware.camera2.CameraOfflineSession.CameraOfflineSessionCallback.onReady(android.hardware.camera2.CameraOfflineSession). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -230,9 +275,21 @@ - To be added. - To be added. - To be added. + the offline session that failed to switch to ready state + This method indicates that the offline switch call + CameraCaptureSession#switchToOffline was not able to complete successfully. + + + + Java documentation for android.hardware.camera2.CameraOfflineSession.CameraOfflineSessionCallback.onSwitchFailed(android.hardware.camera2.CameraOfflineSession). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -260,8 +317,19 @@ 0 - To be added. - To be added. + This status code indicates unexpected and fatal internal camera error. + + + + Java documentation for android.hardware.camera2.CameraOfflineSession.CameraOfflineSessionCallback.STATUS_INTERNAL_ERROR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Hardware.Camera2/CaptureRequest+Builder.xml b/docs/Mono.Android/en/Android.Hardware.Camera2/CaptureRequest+Builder.xml index f65a32e55d..0ed8764011 100644 --- a/docs/Mono.Android/en/Android.Hardware.Camera2/CaptureRequest+Builder.xml +++ b/docs/Mono.Android/en/Android.Hardware.Camera2/CaptureRequest+Builder.xml @@ -18,14 +18,18 @@ - To be added. + A builder for capture requests. - Android platform documentation + Java documentation for android.hardware.camera2.CaptureRequest.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -52,10 +56,19 @@ - To be added. - To be added. + Surface to use as an output target for this request + Add a surface to the list of targets for this request - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.camera2.CaptureRequest.Builder.addTarget(android.view.Surface). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -80,10 +93,20 @@ - To be added. - To be added. + Build a request using the current target Surfaces and settings. + A new capture request instance, ready for submission to the + camera device. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.camera2.CaptureRequest.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -211,10 +234,19 @@ - To be added. - To be added. + Surface to use as an output target for this request + Remove a surface from the list of targets for this request. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.camera2.CaptureRequest.Builder.removeTarget(android.view.Surface). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -314,10 +346,19 @@ - To be added. - To be added. + an arbitrary Object to store with this request + Set a tag for this request. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.camera2.CaptureRequest.Builder.setTag(java.lang.Object). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Hardware.Camera2/CaptureRequest+Key.xml b/docs/Mono.Android/en/Android.Hardware.Camera2/CaptureRequest+Key.xml index 50e6942fc1..9c15db8822 100644 --- a/docs/Mono.Android/en/Android.Hardware.Camera2/CaptureRequest+Key.xml +++ b/docs/Mono.Android/en/Android.Hardware.Camera2/CaptureRequest+Key.xml @@ -22,14 +22,20 @@ - To be added. + A Key is used to do capture request field lookups with + CaptureResult#get or to set fields with + CaptureRequest.Builder#set(Key, Object). - Android platform documentation + Java documentation for android.hardware.camera2.CaptureRequest.Key. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -56,8 +62,19 @@ To be added. To be added. - To be added. - To be added. + Construct a new Key with a given name and type. + + + + Java documentation for android.hardware.camera2.CaptureRequest.Key.CaptureRequest$Key(java.lang.String, java.lang.Class<T>). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -84,10 +101,19 @@ To be added. - To be added. + To be added To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.camera2.CaptureRequest.Key.equals(java.lang.Object). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -112,10 +138,19 @@ - To be added. + To be added To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.camera2.CaptureRequest.Key.hashCode(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -170,10 +205,20 @@ System.String - To be added. - To be added. + Return a camelCase, period separated name formatted like: + "root.section[.subsections].name". + String representation of the key name - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.camera2.CaptureRequest.Key.getName(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Hardware.Camera2/CaptureResult+Key.xml b/docs/Mono.Android/en/Android.Hardware.Camera2/CaptureResult+Key.xml index 5de9cd9cb6..4f77be977a 100644 --- a/docs/Mono.Android/en/Android.Hardware.Camera2/CaptureResult+Key.xml +++ b/docs/Mono.Android/en/Android.Hardware.Camera2/CaptureResult+Key.xml @@ -22,14 +22,19 @@ - To be added. + A Key is used to do capture result field lookups with + CaptureResult#get. - Android platform documentation + Java documentation for android.hardware.camera2.CaptureResult.Key. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -56,8 +61,19 @@ To be added. To be added. - To be added. - To be added. + Construct a new Key with a given name and type. + + + + Java documentation for android.hardware.camera2.CaptureResult.Key.CaptureResult$Key(java.lang.String, java.lang.Class<T>). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -84,10 +100,19 @@ To be added. - To be added. + To be added To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.camera2.CaptureResult.Key.equals(java.lang.Object). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -112,10 +137,19 @@ - To be added. + To be added To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.camera2.CaptureResult.Key.hashCode(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -170,10 +204,20 @@ System.String - To be added. - To be added. + Return a camelCase, period separated name formatted like: + "root.section[.subsections].name". + String representation of the key name - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.camera2.CaptureResult.Key.getName(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Hardware.Display/DisplayManager+IDisplayListener.xml b/docs/Mono.Android/en/Android.Hardware.Display/DisplayManager+IDisplayListener.xml index c84f72ae0d..327fd306c3 100644 --- a/docs/Mono.Android/en/Android.Hardware.Display/DisplayManager+IDisplayListener.xml +++ b/docs/Mono.Android/en/Android.Hardware.Display/DisplayManager+IDisplayListener.xml @@ -29,10 +29,14 @@ - Android platform documentation + Java documentation for android.hardware.display.DisplayManager.DisplayListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -60,11 +64,19 @@ - The id of the logical display that was added. - + The id of the logical display that was added. Called whenever a logical display has been added to the system. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.display.DisplayManager.DisplayListener.onDisplayAdded(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -92,11 +104,20 @@ - The id of the logical display that changed. - - Called whenever the properties of a logical display have changed. + The id of the logical display that changed. + Called whenever the properties of a logical android.view.Display, + such as size and density, have changed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.display.DisplayManager.DisplayListener.onDisplayChanged(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -124,11 +145,19 @@ - The id of the logical display that was removed. - + The id of the logical display that was removed. Called whenever a logical display has been removed from the system. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.display.DisplayManager.DisplayListener.onDisplayRemoved(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Hardware.Display/VirtualDisplay+Callback.xml b/docs/Mono.Android/en/Android.Hardware.Display/VirtualDisplay+Callback.xml index 6332e8ae59..1df33da31d 100644 --- a/docs/Mono.Android/en/Android.Hardware.Display/VirtualDisplay+Callback.xml +++ b/docs/Mono.Android/en/Android.Hardware.Display/VirtualDisplay+Callback.xml @@ -18,14 +18,18 @@ - To be added. + Interface for receiving information about a VirtualDisplay's state changes. - Android platform documentation + Java documentation for android.hardware.display.VirtualDisplay.Callback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -127,9 +131,20 @@ - To be added. + Called when the virtual display video projection has been + paused by the system or when the surface has been detached + by the application by calling setSurface(null). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.display.VirtualDisplay.Callback.onPaused(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -154,9 +169,19 @@ - To be added. + Called when the virtual display video projection has been + resumed after having been paused. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.display.VirtualDisplay.Callback.onResumed(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -181,9 +206,19 @@ - To be added. + Called when the virtual display video projection has been + stopped by the system. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.display.VirtualDisplay.Callback.onStopped(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Hardware.Fingerprints/FingerprintManager+AuthenticationCallback.xml b/docs/Mono.Android/en/Android.Hardware.Fingerprints/FingerprintManager+AuthenticationCallback.xml index b5383a260a..71f9a066c1 100644 --- a/docs/Mono.Android/en/Android.Hardware.Fingerprints/FingerprintManager+AuthenticationCallback.xml +++ b/docs/Mono.Android/en/Android.Hardware.Fingerprints/FingerprintManager+AuthenticationCallback.xml @@ -22,14 +22,19 @@ - To be added. + Callback structure provided to FingerprintManager#authenticate(CryptoObject, + CancellationSignal, int, AuthenticationCallback, Handler). - Android platform documentation + Java documentation for android.hardware.fingerprint.FingerprintManager.AuthenticationCallback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -149,11 +154,20 @@ - To be added. - To be added. - To be added. + An integer identifying the error message + A human-readable error string that can be shown in UI + Called when an unrecoverable error has been encountered and the operation is complete. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.fingerprint.FingerprintManager.AuthenticationCallback.onAuthenticationError(int, java.lang.CharSequence). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -188,11 +202,20 @@ - To be added. - To be added. - To be added. + An integer identifying the error message + A human-readable error string that can be shown in UI + Called when an unrecoverable error has been encountered and the operation is complete. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.fingerprint.FingerprintManager.AuthenticationCallback.onAuthenticationError(int, java.lang.CharSequence). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -221,9 +244,18 @@ - To be added. + Called when a fingerprint is valid but not recognized. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.fingerprint.FingerprintManager.AuthenticationCallback.onAuthenticationFailed(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -262,11 +294,20 @@ - To be added. - To be added. - To be added. + An integer identifying the error message + A human-readable string that can be shown in UI + Called when a recoverable error has been encountered during authentication. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.fingerprint.FingerprintManager.AuthenticationCallback.onAuthenticationHelp(int, java.lang.CharSequence). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -301,11 +342,20 @@ - To be added. - To be added. - To be added. + An integer identifying the error message + A human-readable string that can be shown in UI + Called when a recoverable error has been encountered during authentication. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.fingerprint.FingerprintManager.AuthenticationCallback.onAuthenticationHelp(int, java.lang.CharSequence). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Hardware.Fingerprints/FingerprintManager+AuthenticationResult.xml b/docs/Mono.Android/en/Android.Hardware.Fingerprints/FingerprintManager+AuthenticationResult.xml index 2ab0b32641..92c1c4550b 100644 --- a/docs/Mono.Android/en/Android.Hardware.Fingerprints/FingerprintManager+AuthenticationResult.xml +++ b/docs/Mono.Android/en/Android.Hardware.Fingerprints/FingerprintManager+AuthenticationResult.xml @@ -22,14 +22,19 @@ - To be added. + Container for callback data from FingerprintManager#authenticate(CryptoObject, + CancellationSignal, int, AuthenticationCallback, Handler). - Android platform documentation + Java documentation for android.hardware.fingerprint.FingerprintManager.AuthenticationResult. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Hardware.Fingerprints/FingerprintManager+CryptoObject.xml b/docs/Mono.Android/en/Android.Hardware.Fingerprints/FingerprintManager+CryptoObject.xml index ab3d2e936c..0c43fe30fa 100644 --- a/docs/Mono.Android/en/Android.Hardware.Fingerprints/FingerprintManager+CryptoObject.xml +++ b/docs/Mono.Android/en/Android.Hardware.Fingerprints/FingerprintManager+CryptoObject.xml @@ -22,14 +22,18 @@ - To be added. + A wrapper class for the crypto objects supported by FingerprintManager. - Android platform documentation + Java documentation for android.hardware.fingerprint.FingerprintManager.CryptoObject. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -150,10 +154,20 @@ Javax.Crypto.Cipher - To be added. - To be added. + Get Cipher object. + + Cipher object or null if this doesn't contain one. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.fingerprint.FingerprintManager.CryptoObject.getCipher(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -212,10 +226,20 @@ Javax.Crypto.Mac - To be added. - To be added. + Get Mac object. + + Mac object or null if this doesn't contain one. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.fingerprint.FingerprintManager.CryptoObject.getMac(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -243,10 +267,20 @@ Java.Security.Signature - To be added. - To be added. + Get Signature object. + + Signature object or null if this doesn't contain one. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.fingerprint.FingerprintManager.CryptoObject.getSignature(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Hardware.Input/InputManager+IInputDeviceListener.xml b/docs/Mono.Android/en/Android.Hardware.Input/InputManager+IInputDeviceListener.xml index 9a011709d0..208edd8d2c 100644 --- a/docs/Mono.Android/en/Android.Hardware.Input/InputManager+IInputDeviceListener.xml +++ b/docs/Mono.Android/en/Android.Hardware.Input/InputManager+IInputDeviceListener.xml @@ -29,10 +29,14 @@ - Android platform documentation + Java documentation for android.hardware.input.InputManager.InputDeviceListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -60,11 +64,19 @@ - The id of the input device that was added. - + The id of the input device that was added. Called whenever an input device has been added to the system. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.input.InputManager.InputDeviceListener.onInputDeviceAdded(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -92,12 +104,20 @@ - The id of the input device that changed. - + The id of the input device that changed. Called whenever the properties of an input device have changed since they - were last queried. + were last queried. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.input.InputManager.InputDeviceListener.onInputDeviceChanged(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -125,11 +145,19 @@ - The id of the input device that was removed. - + The id of the input device that was removed. Called whenever an input device has been removed from the system. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.input.InputManager.InputDeviceListener.onInputDeviceRemoved(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Hardware.Lights/LightState+Builder.xml b/docs/Mono.Android/en/Android.Hardware.Lights/LightState+Builder.xml index 4f9ffa2dd3..40446f7a00 100644 --- a/docs/Mono.Android/en/Android.Hardware.Lights/LightState+Builder.xml +++ b/docs/Mono.Android/en/Android.Hardware.Lights/LightState+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Builder for creating device light change requests. + + + + Java documentation for android.hardware.lights.LightState.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -39,8 +50,19 @@ - To be added. - To be added. + Creates a new LightState.Builder. + + + + Java documentation for android.hardware.lights.LightState.Builder.LightState$Builder(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -64,9 +86,20 @@ - To be added. + Create a LightState object used to control lights on the device. To be added. - To be added. + + + + Java documentation for android.hardware.lights.LightState.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Hardware.Lights/LightsManager+LightsSession.xml b/docs/Mono.Android/en/Android.Hardware.Lights/LightsManager+LightsSession.xml index 578c84eef1..6579f396f0 100644 --- a/docs/Mono.Android/en/Android.Hardware.Lights/LightsManager+LightsSession.xml +++ b/docs/Mono.Android/en/Android.Hardware.Lights/LightsManager+LightsSession.xml @@ -31,8 +31,20 @@ - To be added. - To be added. + Encapsulates a session that can be used to control device lights and represents the lifetime + of the requests. + + + + Java documentation for android.hardware.lights.LightsManager.LightsSession. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -139,9 +151,20 @@ - To be added. - To be added. - To be added. + the settings for lights that should change + Sends a request to modify the states of multiple lights. + + + + Java documentation for android.hardware.lights.LightsManager.LightsSession.requestLights(android.hardware.lights.LightsRequest). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Hardware.Lights/LightsRequest+Builder.xml b/docs/Mono.Android/en/Android.Hardware.Lights/LightsRequest+Builder.xml index 93e6abc2ff..9f4edbd4e5 100644 --- a/docs/Mono.Android/en/Android.Hardware.Lights/LightsRequest+Builder.xml +++ b/docs/Mono.Android/en/Android.Hardware.Lights/LightsRequest+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Builder for creating device light change requests. + + + + Java documentation for android.hardware.lights.LightsRequest.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Hardware.Location/GeofenceHardware.xml b/docs/Mono.Android/en/Android.Hardware.Location/GeofenceHardware.xml index ee9a736ea4..b2aaec41be 100644 --- a/docs/Mono.Android/en/Android.Hardware.Location/GeofenceHardware.xml +++ b/docs/Mono.Android/en/Android.Hardware.Location/GeofenceHardware.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.hardware.location.GeofenceHardware. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -529,10 +533,9 @@ - To be added. - Current status of the monitoring type. + monitoringType Returns current status of a hardware geofence monitoring system. - To be added. + Current status of the monitoring type. diff --git a/docs/Mono.Android/en/Android.Hardware.Location/GeofenceHardwareCallback.xml b/docs/Mono.Android/en/Android.Hardware.Location/GeofenceHardwareCallback.xml index 9d855f14c0..97408753e2 100644 --- a/docs/Mono.Android/en/Android.Hardware.Location/GeofenceHardwareCallback.xml +++ b/docs/Mono.Android/en/Android.Hardware.Location/GeofenceHardwareCallback.xml @@ -18,14 +18,18 @@ - The callback class associated with the APIs in + The callback class associated with the APIs in GeofenceHardware - Android platform documentation + Java documentation for android.hardware.location.GeofenceHardwareCallback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Hardware.Location/GeofenceHardwareMonitorCallback.xml b/docs/Mono.Android/en/Android.Hardware.Location/GeofenceHardwareMonitorCallback.xml index 3c76eda01b..8b4c48f087 100644 --- a/docs/Mono.Android/en/Android.Hardware.Location/GeofenceHardwareMonitorCallback.xml +++ b/docs/Mono.Android/en/Android.Hardware.Location/GeofenceHardwareMonitorCallback.xml @@ -18,15 +18,19 @@ - The callback class associated with the status change of hardware montiors - in + The callback class associated with the status change of hardware monitors + in GeofenceHardware - Android platform documentation + Java documentation for android.hardware.location.GeofenceHardwareMonitorCallback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Hardware.Location/GeofenceHardwareRequest.xml b/docs/Mono.Android/en/Android.Hardware.Location/GeofenceHardwareRequest.xml index 65a01b7536..08f11134b1 100644 --- a/docs/Mono.Android/en/Android.Hardware.Location/GeofenceHardwareRequest.xml +++ b/docs/Mono.Android/en/Android.Hardware.Location/GeofenceHardwareRequest.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.hardware.location.GeofenceHardwareRequest. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Hardware.Usb/UsbDeviceConnection.xml b/docs/Mono.Android/en/Android.Hardware.Usb/UsbDeviceConnection.xml index 4510c40764..384629df2f 100644 --- a/docs/Mono.Android/en/Android.Hardware.Usb/UsbDeviceConnection.xml +++ b/docs/Mono.Android/en/Android.Hardware.Usb/UsbDeviceConnection.xml @@ -87,8 +87,8 @@ buffer for data to send or receive; can be null to wait for next transaction without reading data the length of the data to send or receive. Before - [TODO: @value for `Build.VERSION_CODES#P`], a value larger than 16384 bytes - would be truncated down to 16384. In API [TODO: @value for `Build.VERSION_CODES#P`] + Build.VERSION_CODES#P, a value larger than 16384 bytes + would be truncated down to 16384. In API Build.VERSION_CODES#P and after, any value of length is valid. in milliseconds, 0 is infinite Performs a bulk transaction on the given endpoint. @@ -140,8 +140,8 @@ buffer for data to send or receive the index of the first byte in the buffer to send or receive the length of the data to send or receive. Before - [TODO: @value for `Build.VERSION_CODES#P`], a value larger than 16384 bytes - would be truncated down to 16384. In API [TODO: @value for `Build.VERSION_CODES#P`] + Build.VERSION_CODES#P, a value larger than 16384 bytes + would be truncated down to 16384. In API Build.VERSION_CODES#P and after, any value of length is valid. in milliseconds, 0 is infinite Performs a bulk transaction on the given endpoint. diff --git a/docs/Mono.Android/en/Android.Hardware.Usb/UsbRequest.xml b/docs/Mono.Android/en/Android.Hardware.Usb/UsbRequest.xml index c236e2d16a..68dde8f42b 100644 --- a/docs/Mono.Android/en/Android.Hardware.Usb/UsbRequest.xml +++ b/docs/Mono.Android/en/Android.Hardware.Usb/UsbRequest.xml @@ -345,8 +345,8 @@ UsbDeviceConnection#requestWait. If the request failed the buffer will be unchanged; if the request succeeded the position of the buffer is incremented by the number of bytes sent/received. Before - [TODO: @value for `Build.VERSION_CODES#P`], a buffer of length larger than 16384 bytes - would throw IllegalArgumentException. In API [TODO: @value for `Build.VERSION_CODES#P`] + Build.VERSION_CODES#P, a buffer of length larger than 16384 bytes + would throw IllegalArgumentException. In API Build.VERSION_CODES#P and after, any size buffer is valid. Queues the request to send or receive data on its endpoint. true if the queueing operation succeeded @@ -397,9 +397,9 @@ capacity will be ignored. Once the request UsbDeviceConnection#requestWait() is processed the position will be set to the number of bytes read/written. - number of bytes to read or write. Before [TODO: @value for `Build.VERSION_CODES#P`], a + number of bytes to read or write. Before Build.VERSION_CODES#P, a value larger than 16384 bytes would be truncated down to 16384. In API - [TODO: @value for `Build.VERSION_CODES#P`] and after, any value of length is valid. + Build.VERSION_CODES#P and after, any value of length is valid. Queues the request to send or receive data on its endpoint. true if the queueing operation succeeded diff --git a/docs/Mono.Android/en/Android.Hardware/Camera+Area.xml b/docs/Mono.Android/en/Android.Hardware/Camera+Area.xml index 29b59b5eae..79998c8a93 100644 --- a/docs/Mono.Android/en/Android.Hardware/Camera+Area.xml +++ b/docs/Mono.Android/en/Android.Hardware/Camera+Area.xml @@ -22,10 +22,20 @@ - - + The Area class is used for choosing specific metering and focus areas for + the camera to use when calculating auto-exposure, auto-white balance, and + auto-focus. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.Area. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -55,11 +65,20 @@ - To be added. - To be added. + the bounds of the area. + the weight of the area. Create an area with specified rectangle and weight. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.Area.Camera$Area(android.graphics.Rect, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -142,12 +161,19 @@ Android.Graphics.Rect - Bounds of the area. (-1000, -1000) represents the top-left of the - camera field of view, and (1000, 1000) represents the bottom-right of - the field of view. + Bounds of the area. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.Area.rect. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -243,7 +269,16 @@ Weight of the area. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.Area.weight. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Hardware/Camera+CameraInfo.xml b/docs/Mono.Android/en/Android.Hardware/Camera+CameraInfo.xml index 7ce769111a..499b1f72d8 100644 --- a/docs/Mono.Android/en/Android.Hardware/Camera+CameraInfo.xml +++ b/docs/Mono.Android/en/Android.Hardware/Camera+CameraInfo.xml @@ -22,10 +22,18 @@ - Information about a camera - + Information about a camera - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.CameraInfo. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -109,7 +117,16 @@ The facing of the camera is opposite to that of the screen. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.CameraInfo.CAMERA_FACING_BACK. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -141,7 +158,16 @@ The facing of the camera is the same as that of the screen. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.CameraInfo.CAMERA_FACING_FRONT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -170,11 +196,19 @@ System.Boolean - - + Whether the shutter sound can be disabled. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.CameraInfo.canDisableShutterSound. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -206,7 +240,16 @@ The direction that the camera faces. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.CameraInfo.facing. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -266,11 +309,19 @@ System.Int32 - - + The orientation of the camera image. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.CameraInfo.orientation. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Hardware/Camera+Face.xml b/docs/Mono.Android/en/Android.Hardware/Camera+Face.xml index bcd27102dd..ea1a9a371f 100644 --- a/docs/Mono.Android/en/Android.Hardware/Camera+Face.xml +++ b/docs/Mono.Android/en/Android.Hardware/Camera+Face.xml @@ -24,7 +24,16 @@ Information about a face identified through camera face detection. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.Face. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -52,7 +61,16 @@ Create an empty face. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.Face.Camera$Face(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -107,7 +125,16 @@ An unique id per face while the face is visible to the tracker. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.Face.id. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -170,7 +197,16 @@ The coordinates of the center of the left eye. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.Face.leftEye. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -202,7 +238,16 @@ The coordinates of the center of the mouth. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.Face.mouth. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -231,12 +276,19 @@ Android.Graphics.Rect - Bounds of the face. (-1000, -1000) represents the top-left of the - camera field of view, and (1000, 1000) represents the bottom-right of - the field of view. + Bounds of the face. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.Face.rect. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -269,7 +321,16 @@ The coordinates of the center of the right eye. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.Face.rightEye. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -298,11 +359,19 @@ System.Int32 - - + The confidence level for the detection of the face. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.Face.score. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Hardware/Camera+IAutoFocusCallback.xml b/docs/Mono.Android/en/Android.Hardware/Camera+IAutoFocusCallback.xml index 11f6a8aa0b..e5679a1bb3 100644 --- a/docs/Mono.Android/en/Android.Hardware/Camera+IAutoFocusCallback.xml +++ b/docs/Mono.Android/en/Android.Hardware/Camera+IAutoFocusCallback.xml @@ -31,7 +31,16 @@ Callback interface used to notify on completion of camera auto focus. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.AutoFocusCallback. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -68,7 +77,16 @@ the Camera service object Called when the camera auto focus completes. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.AutoFocusCallback.onAutoFocus(boolean, android.hardware.Camera). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Hardware/Camera+IAutoFocusMoveCallback.xml b/docs/Mono.Android/en/Android.Hardware/Camera+IAutoFocusMoveCallback.xml index 5a085198ab..fa790a2d9c 100644 --- a/docs/Mono.Android/en/Android.Hardware/Camera+IAutoFocusMoveCallback.xml +++ b/docs/Mono.Android/en/Android.Hardware/Camera+IAutoFocusMoveCallback.xml @@ -31,7 +31,16 @@ Callback interface used to notify on auto focus start and stop. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.AutoFocusMoveCallback. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -65,11 +74,19 @@ true if focus starts to move, false if focus stops to move - the Camera service object - + the Camera service object Called when the camera auto focus starts or stops. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.AutoFocusMoveCallback.onAutoFocusMoving(boolean, android.hardware.Camera). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Hardware/Camera+IErrorCallback.xml b/docs/Mono.Android/en/Android.Hardware/Camera+IErrorCallback.xml index 0ce16461fe..785e116f0d 100644 --- a/docs/Mono.Android/en/Android.Hardware/Camera+IErrorCallback.xml +++ b/docs/Mono.Android/en/Android.Hardware/Camera+IErrorCallback.xml @@ -31,7 +31,16 @@ Callback interface for camera error notification. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.ErrorCallback. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -72,12 +81,21 @@ error code: - - the Camera service object - + <ul> + <li>#CAMERA_ERROR_UNKNOWN<li>#CAMERA_ERROR_SERVER_DIED</ul> + the Camera service object Callback for camera errors. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.ErrorCallback.onError(int, android.hardware.Camera). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Hardware/Camera+IFaceDetectionListener.xml b/docs/Mono.Android/en/Android.Hardware/Camera+IFaceDetectionListener.xml index 0692a204fb..e1f419e9e0 100644 --- a/docs/Mono.Android/en/Android.Hardware/Camera+IFaceDetectionListener.xml +++ b/docs/Mono.Android/en/Android.Hardware/Camera+IFaceDetectionListener.xml @@ -31,7 +31,16 @@ Callback interface for face detected in the preview frame. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.FaceDetectionListener. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Hardware/Camera+IOnZoomChangeListener.xml b/docs/Mono.Android/en/Android.Hardware/Camera+IOnZoomChangeListener.xml index 780ae19f86..5278f66ded 100644 --- a/docs/Mono.Android/en/Android.Hardware/Camera+IOnZoomChangeListener.xml +++ b/docs/Mono.Android/en/Android.Hardware/Camera+IOnZoomChangeListener.xml @@ -31,7 +31,16 @@ Callback interface for zoom changes during a smooth zoom operation. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.OnZoomChangeListener. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -66,14 +75,22 @@ the current zoom value. In smooth zoom mode, camera - calls this for every new zoom value. + calls this for every new zoom value. whether smooth zoom is stopped. If the value is true, - this is the last zoom update for the application. - the Camera service object - + this is the last zoom update for the application. + the Camera service object Called when the zoom value has changed during a smooth zoom. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.OnZoomChangeListener.onZoomChange(int, boolean, android.hardware.Camera). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Hardware/Camera+IPictureCallback.xml b/docs/Mono.Android/en/Android.Hardware/Camera+IPictureCallback.xml index 784dbed90e..755bef4cf7 100644 --- a/docs/Mono.Android/en/Android.Hardware/Camera+IPictureCallback.xml +++ b/docs/Mono.Android/en/Android.Hardware/Camera+IPictureCallback.xml @@ -31,7 +31,16 @@ Callback interface used to supply image data from a photo capture. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.PictureCallback. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -65,11 +74,19 @@ a byte array of the picture data - the Camera service object - + the Camera service object Called when image data is available after a picture is taken. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.PictureCallback.onPictureTaken(byte[], android.hardware.Camera). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Hardware/Camera+IPreviewCallback.xml b/docs/Mono.Android/en/Android.Hardware/Camera+IPreviewCallback.xml index dff0c1298b..75752760cb 100644 --- a/docs/Mono.Android/en/Android.Hardware/Camera+IPreviewCallback.xml +++ b/docs/Mono.Android/en/Android.Hardware/Camera+IPreviewCallback.xml @@ -30,9 +30,18 @@ Callback interface used to deliver copies of preview frames as - they are displayed. + they are displayed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.PreviewCallback. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -66,16 +75,24 @@ the contents of the preview frame in the format defined - by , which can be queried - with . - If - is never called, the default will be the YCbCr_420_SP - (NV21) format. - the Camera service object. - + by android.graphics.ImageFormat, which can be queried + with android.hardware.Camera.Parameters#getPreviewFormat(). + If android.hardware.Camera.Parameters#setPreviewFormat(int) + is never called, the default will be the YCbCr_420_SP + (NV21) format. + the Camera service object. Called as preview frames are displayed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.PreviewCallback.onPreviewFrame(byte[], android.hardware.Camera). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Hardware/Camera+IShutterCallback.xml b/docs/Mono.Android/en/Android.Hardware/Camera+IShutterCallback.xml index f83afa3e56..95db13de4a 100644 --- a/docs/Mono.Android/en/Android.Hardware/Camera+IShutterCallback.xml +++ b/docs/Mono.Android/en/Android.Hardware/Camera+IShutterCallback.xml @@ -31,7 +31,16 @@ Callback interface used to signal the moment of actual image capture. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.ShutterCallback. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -62,9 +71,18 @@ Called as near as possible to the moment when a photo is captured - from the sensor. + from the sensor. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.ShutterCallback.onShutter(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Hardware/Camera+Parameters.xml b/docs/Mono.Android/en/Android.Hardware/Camera+Parameters.xml index 992a59204b..7187fef6e8 100644 --- a/docs/Mono.Android/en/Android.Hardware/Camera+Parameters.xml +++ b/docs/Mono.Android/en/Android.Hardware/Camera+Parameters.xml @@ -24,7 +24,16 @@ Camera service settings. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.Parameters. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -80,10 +89,28 @@ System.String - Gets the current antibanding setting. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + new antibanding value. + Gets the current antibanding setting. -or- Sets the antibanding. + current antibanding. null if antibanding setting is not + supported. + + Property getter documentation: + + + Java documentation for android.hardware.Camera.Parameters.getAntibanding(). + + + Property setter documentation: + + + Java documentation for android.hardware.Camera.Parameters.setAntibanding(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -249,10 +276,30 @@ System.Boolean - Gets the state of the auto-exposure lock. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + new state of the auto-exposure lock. True means that + auto-exposure is locked, false means that the auto-exposure + routine is free to run normally. + Gets the state of the auto-exposure lock. -or- Sets the auto-exposure lock state. + State of the auto-exposure lock. Returns true if + auto-exposure is currently locked, and false otherwise. + + Property getter documentation: + + + Java documentation for android.hardware.Camera.Parameters.getAutoExposureLock(). + + + Property setter documentation: + + + Java documentation for android.hardware.Camera.Parameters.setAutoExposureLock(boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -287,10 +334,31 @@ System.Boolean - Gets the state of the auto-white balance lock. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + new state of the auto-white balance lock. True means + that auto-white balance is locked, false means that the + auto-white balance routine is free to run normally. + Gets the state of the auto-white balance lock. -or- Sets the auto-white balance lock state. + State of the auto-white balance lock. Returns true if + auto-white balance is currently locked, and false + otherwise. + + Property getter documentation: + + + Java documentation for android.hardware.Camera.Parameters.getAutoWhiteBalanceLock(). + + + Property setter documentation: + + + Java documentation for android.hardware.Camera.Parameters.setAutoWhiteBalanceLock(boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -326,10 +394,28 @@ System.String - Gets the current color effect setting. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + new color effect. + Gets the current color effect setting. -or- Sets the current color effect setting. + current color effect. null if color effect + setting is not supported. + + Property getter documentation: + + + Java documentation for android.hardware.Camera.Parameters.getColorEffect(). + + + Property setter documentation: + + + Java documentation for android.hardware.Camera.Parameters.setColorEffect(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -660,10 +746,32 @@ System.Int32 - Gets the current exposure compensation index. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + exposure compensation index. The valid value range is + from #getMinExposureCompensation (inclusive) to #getMaxExposureCompensation (inclusive). 0 means exposure is + not adjusted. Application should call + getMinExposureCompensation and getMaxExposureCompensation to + know if exposure compensation is supported. + Gets the current exposure compensation index. -or- Sets the exposure compensation index. + current exposure compensation index. The range is #getMinExposureCompensation to #getMaxExposureCompensation. 0 means exposure is not + adjusted. + + Property getter documentation: + + + Java documentation for android.hardware.Camera.Parameters.getExposureCompensation(). + + + Property setter documentation: + + + Java documentation for android.hardware.Camera.Parameters.setExposureCompensation(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -693,9 +801,21 @@ Gets the exposure compensation step. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + exposure compensation step. Applications can get EV by + multiplying the exposure compensation index and step. Ex: if + exposure compensation index is -6 and step is 0.333333333, EV + is -2. + + + + Java documentation for android.hardware.Camera.Parameters.getExposureCompensationStep(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -728,10 +848,28 @@ System.String - Gets the current flash mode setting. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + flash mode. + Gets the current flash mode setting. -or- Sets the flash mode. + current flash mode. null if flash mode setting is not + supported. + + Property getter documentation: + + + Java documentation for android.hardware.Camera.Parameters.getFlashMode(). + + + Property setter documentation: + + + Java documentation for android.hardware.Camera.Parameters.setFlashMode(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -768,7 +906,16 @@ Flash will be fired automatically when required. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.Parameters.FLASH_MODE_AUTO. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -799,7 +946,16 @@ Flash will not be fired. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.Parameters.FLASH_MODE_OFF. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -830,7 +986,16 @@ Flash will always be fired during snapshot. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.Parameters.FLASH_MODE_ON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -861,7 +1026,16 @@ Flash will be fired in red-eye reduction mode. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.Parameters.FLASH_MODE_RED_EYE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -892,7 +1066,16 @@ Constant emission of light during preview, auto-focus and snapshot. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.Parameters.FLASH_MODE_TORCH. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -923,10 +1106,20 @@ Creates a single string with all the parameters set in - this Parameters object. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + this Parameters object. + a String with all values from this Parameters object, in + semi-colon delimited key-value pairs + + + + Java documentation for android.hardware.Camera.Parameters.flatten(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -956,9 +1149,19 @@ Gets the focal length (in millimeter) of the camera. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + the focal length. Returns -1.0 when the device + doesn't report focal length information. + + + + Java documentation for android.hardware.Camera.Parameters.getFocalLength(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -991,11 +1194,27 @@ System.Collections.Generic.IList<Android.Hardware.Camera+Area> - - - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + the focus areas + Gets the current focus areas. -or- Sets focus areas. + a list of current focus areas + + Property getter documentation: + + + Java documentation for android.hardware.Camera.Parameters.getFocusAreas(). + + + Property setter documentation: + + + Java documentation for android.hardware.Camera.Parameters.setFocusAreas(java.util.List<android.hardware.Camera.Area>). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1026,9 +1245,18 @@ 2 The array index of far focus distance for use with - . - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + #getFocusDistances(float[]). + + + + Java documentation for android.hardware.Camera.Parameters.FOCUS_DISTANCE_FAR_INDEX. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1059,9 +1287,18 @@ 0 The array index of near focus distance for use with - . - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + #getFocusDistances(float[]). + + + + Java documentation for android.hardware.Camera.Parameters.FOCUS_DISTANCE_NEAR_INDEX. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1092,9 +1329,18 @@ 1 The array index of optimal focus distance for use with - . - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + #getFocusDistances(float[]). + + + + Java documentation for android.hardware.Camera.Parameters.FOCUS_DISTANCE_OPTIMAL_INDEX. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1127,10 +1373,29 @@ System.String - Gets the current focus mode setting. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + focus mode. + Gets the current focus mode setting. -or- Sets the focus mode. + current focus mode. This method will always return a non-null + value. Applications should call #autoFocus(AutoFocusCallback) to start the focus if focus + mode is FOCUS_MODE_AUTO or FOCUS_MODE_MACRO. + + Property getter documentation: + + + Java documentation for android.hardware.Camera.Parameters.getFocusMode(). + + + Property setter documentation: + + + Java documentation for android.hardware.Camera.Parameters.setFocusMode(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1168,7 +1433,16 @@ Auto-focus mode. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.Parameters.FOCUS_MODE_AUTO. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1199,7 +1473,16 @@ Continuous auto focus mode intended for taking pictures. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.Parameters.FOCUS_MODE_CONTINUOUS_PICTURE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1231,7 +1514,16 @@ Continuous auto focus mode intended for video recording. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.Parameters.FOCUS_MODE_CONTINUOUS_VIDEO. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1263,7 +1555,16 @@ Extended depth of field (EDOF). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.Parameters.FOCUS_MODE_EDOF. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1294,7 +1595,16 @@ Focus is fixed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.Parameters.FOCUS_MODE_FIXED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1325,7 +1635,16 @@ Focus is set at infinity. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.Parameters.FOCUS_MODE_INFINITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1356,7 +1675,16 @@ Macro (close-up) focus mode. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.Parameters.FOCUS_MODE_MACRO. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1390,9 +1718,18 @@ the key name for the parameter Returns the value of a String parameter. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + the String value of the parameter + + + + Java documentation for android.hardware.Camera.Parameters.get(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1425,12 +1762,21 @@ focus distances in meters. output must be a float - array with three elements. Near focus distance, optimal focus - distance, and far focus distance will be filled in the array. - - - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + array with three elements. Near focus distance, optimal focus + distance, and far focus distance will be filled in the array. + Gets the distances from the camera to where an object appears to be + in focus. + + + + Java documentation for android.hardware.Camera.Parameters.getFocusDistances(float[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1467,9 +1813,18 @@ the key name for the parameter Returns the value of an integer parameter. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + the int value of the parameter + + + + Java documentation for android.hardware.Camera.Parameters.getInt(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1503,8 +1858,18 @@ To be added. Returns the current minimum and maximum preview fps. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + range the minimum and maximum preview fps (scaled by 1000). + + + + Java documentation for android.hardware.Camera.Parameters.getPreviewFpsRange(int[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1537,9 +1902,19 @@ Gets the horizontal angle of view in degrees. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + horizontal angle of view. Returns -1.0 when the device + doesn't report view angle information. + + + + Java documentation for android.hardware.Camera.Parameters.getHorizontalViewAngle(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1569,9 +1944,18 @@ Returns true if auto-exposure locking is supported. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + true if auto-exposure lock is supported. + + + + Java documentation for android.hardware.Camera.Parameters.isAutoExposureLockSupported(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1602,9 +1986,18 @@ Returns true if auto-white balance locking is supported. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + true if auto-white balance lock is supported. + + + + Java documentation for android.hardware.Camera.Parameters.isAutoWhiteBalanceLockSupported(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1635,9 +2028,18 @@ Returns true if smooth zoom is supported. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + true if smooth zoom is supported. + + + + Java documentation for android.hardware.Camera.Parameters.isSmoothZoomSupported(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1666,11 +2068,19 @@ System.Boolean - - - To be added. + Returns true if video snapshot is supported. + true if video snapshot is supported. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.Parameters.isVideoSnapshotSupported(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1700,9 +2110,18 @@ Returns true if video stabilization is supported. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + true if video stabilization is supported + + + + Java documentation for android.hardware.Camera.Parameters.isVideoStabilizationSupported(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1734,9 +2153,18 @@ Returns true if zoom is supported. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + true if zoom is supported. + + + + Java documentation for android.hardware.Camera.Parameters.isZoomSupported(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1800,10 +2228,28 @@ System.Int32 - Returns the quality setting for the JPEG picture. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + the JPEG quality of captured picture. The range is 1 + to 100, with 100 being the best. + Returns the quality setting for the JPEG picture. -or- Sets Jpeg quality of captured picture. + the JPEG picture quality setting. + + Property getter documentation: + + + Java documentation for android.hardware.Camera.Parameters.getJpegQuality(). + + + Property setter documentation: + + + Java documentation for android.hardware.Camera.Parameters.setJpegQuality(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1836,10 +2282,28 @@ System.Int32 - Returns the quality setting for the EXIF thumbnail in Jpeg picture. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + the JPEG quality of the EXIF thumbnail. The range is 1 + to 100, with 100 being the best. + Returns the quality setting for the EXIF thumbnail in Jpeg picture. -or- Sets the quality of the EXIF thumbnail in Jpeg picture. + the JPEG quality setting of the EXIF thumbnail. + + Property getter documentation: + + + Java documentation for android.hardware.Camera.Parameters.getJpegThumbnailQuality(). + + + Property setter documentation: + + + Java documentation for android.hardware.Camera.Parameters.setJpegThumbnailQuality(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1901,9 +2365,20 @@ Gets the maximum exposure compensation index. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + maximum exposure compensation index (>=0). If both this + method and #getMinExposureCompensation return 0, + exposure compensation is not supported. + + + + Java documentation for android.hardware.Camera.Parameters.getMaxExposureCompensation(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1933,9 +2408,18 @@ Gets the maximum number of detected faces supported. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + the maximum number of detected face supported by the camera. + + + + Java documentation for android.hardware.Camera.Parameters.getMaxNumDetectedFaces(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1966,9 +2450,18 @@ Gets the maximum number of focus areas supported. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + the maximum number of focus areas supported by the camera. + + + + Java documentation for android.hardware.Camera.Parameters.getMaxNumFocusAreas(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1999,9 +2492,18 @@ Gets the maximum number of metering areas supported. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + the maximum number of metering areas supported by the camera. + + + + Java documentation for android.hardware.Camera.Parameters.getMaxNumMeteringAreas(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2032,9 +2534,18 @@ Gets the maximum zoom value allowed for snapshot. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + the maximum zoom value supported by the camera. + + + + Java documentation for android.hardware.Camera.Parameters.getMaxZoom(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2067,11 +2578,27 @@ System.Collections.Generic.IList<Android.Hardware.Camera+Area> - - - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + the metering areas + Gets the current metering areas. -or- Sets metering areas. + a list of current metering areas + + Property getter documentation: + + + Java documentation for android.hardware.Camera.Parameters.getMeteringAreas(). + + + Property setter documentation: + + + Java documentation for android.hardware.Camera.Parameters.setMeteringAreas(java.util.List<android.hardware.Camera.Area>). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2136,10 +2663,30 @@ Android.Graphics.ImageFormatType - Returns the image format for pictures. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + the desired picture format + (<var>ImageFormat.NV21</var>, + <var>ImageFormat.RGB_565</var>, or + <var>ImageFormat.JPEG</var>) + Returns the image format for pictures. -or- Sets the image format for pictures. + the picture format + + Property getter documentation: + + + Java documentation for android.hardware.Camera.Parameters.getPictureFormat(). + + + Property setter documentation: + + + Java documentation for android.hardware.Camera.Parameters.setPictureFormat(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2240,11 +2787,31 @@ Android.Graphics.ImageFormatType + the desired preview picture format, defined by + one of the android.graphics.ImageFormat constants. (E.g., + <var>ImageFormat.NV21</var> (default), or + <var>ImageFormat.YV12</var>) Returns the image format for preview frames got from - T:Android.Hardware.Camera+IPreviewCallback. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + PreviewCallback. -or- Sets the image format for preview pictures. + the preview format. + + Property getter documentation: + + + Java documentation for android.hardware.Camera.Parameters.getPreviewFormat(). + + + Property setter documentation: + + + Java documentation for android.hardware.Camera.Parameters.setPreviewFormat(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2278,9 +2845,18 @@ 1 - The array index of maximum preview fps for use with or . + The array index of maximum preview fps for use with #getPreviewFpsRange(int[]) or #getSupportedPreviewFpsRange(). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.Parameters.PREVIEW_FPS_MAX_INDEX. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2310,9 +2886,18 @@ 0 - The array index of minimum preview fps for use with or . + The array index of minimum preview fps for use with #getPreviewFpsRange(int[]) or #getSupportedPreviewFpsRange(). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.Parameters.PREVIEW_FPS_MIN_INDEX. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2345,11 +2930,28 @@ System.Int32 + the frame rate (frames per second) Returns the setting for the rate at which preview frames are - received. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + received. -or- Sets the rate at which preview frames are received. + the frame rate setting (frames per second) + + Property getter documentation: + + + Java documentation for android.hardware.Camera.Parameters.getPreviewFrameRate(). + + + Property setter documentation: + + + Java documentation for android.hardware.Camera.Parameters.setPreviewFrameRate(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2448,9 +3050,18 @@ Removes GPS latitude, longitude, altitude, and timestamp from the - parameters. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + parameters. + + + + Java documentation for android.hardware.Camera.Parameters.removeGpsData(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2483,10 +3094,28 @@ System.String - Gets the current scene mode setting. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + scene mode. + Gets the current scene mode setting. -or- Sets the scene mode. + one of SCENE_MODE_XXX string constant. null if scene mode + setting is not supported. + + Property getter documentation: + + + Java documentation for android.hardware.Camera.Parameters.getSceneMode(). + + + Property setter documentation: + + + Java documentation for android.hardware.Camera.Parameters.setSceneMode(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2534,7 +3163,16 @@ Take photos of fast moving objects. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.Parameters.SCENE_MODE_ACTION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2565,7 +3203,16 @@ Scene mode is off. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.Parameters.SCENE_MODE_AUTO. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2596,7 +3243,16 @@ Applications are looking for a barcode. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.Parameters.SCENE_MODE_BARCODE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2627,7 +3283,16 @@ Take pictures on the beach. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.Parameters.SCENE_MODE_BEACH. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2658,7 +3323,16 @@ Capture the naturally warm color of scenes lit by candles. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.Parameters.SCENE_MODE_CANDLELIGHT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2689,7 +3363,16 @@ For shooting firework displays. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.Parameters.SCENE_MODE_FIREWORKS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2720,7 +3403,16 @@ Capture a scene using high dynamic range imaging techniques. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.Parameters.SCENE_MODE_HDR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2751,7 +3443,16 @@ Take pictures on distant objects. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.Parameters.SCENE_MODE_LANDSCAPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2782,7 +3483,16 @@ Take photos at night. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.Parameters.SCENE_MODE_NIGHT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2813,7 +3523,16 @@ Take people pictures at night. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.Parameters.SCENE_MODE_NIGHT_PORTRAIT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2844,7 +3563,16 @@ Take indoor low-light shot. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.Parameters.SCENE_MODE_PARTY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2875,7 +3603,16 @@ Take people pictures. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.Parameters.SCENE_MODE_PORTRAIT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2906,7 +3643,16 @@ Take pictures on the snow. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.Parameters.SCENE_MODE_SNOW. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2937,7 +3683,16 @@ Take photos of fast moving objects. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.Parameters.SCENE_MODE_SPORTS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2968,7 +3723,16 @@ Avoid blurry pictures (for example, due to hand shake). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.Parameters.SCENE_MODE_STEADYPHOTO. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2999,7 +3763,16 @@ Take sunset photos. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.Parameters.SCENE_MODE_SUNSET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3030,7 +3803,16 @@ Take photos in a theater. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.Parameters.SCENE_MODE_THEATRE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3064,11 +3846,19 @@ the key name for the parameter - the int value of the parameter - + the int value of the parameter Sets an integer parameter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.Parameters.set(java.lang.String, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3102,11 +3892,19 @@ the key name for the parameter - the String value of the parameter - + the String value of the parameter Sets a String parameter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.Parameters.set(java.lang.String, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3138,11 +3936,19 @@ - GPS altitude in meters. - + GPS altitude in meters. Sets GPS altitude. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.Parameters.setGpsAltitude(double). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3174,11 +3980,19 @@ - GPS latitude coordinate. - + GPS latitude coordinate. Sets GPS latitude coordinate. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.Parameters.setGpsLatitude(double). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3210,11 +4024,19 @@ - GPS longitude coordinate. - + GPS longitude coordinate. Sets GPS longitude coordinate. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.Parameters.setGpsLongitude(double). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3246,11 +4068,19 @@ - The processing method to get this location. - + The processing method to get this location. Sets GPS processing method. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.Parameters.setGpsProcessingMethod(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3283,11 +4113,19 @@ GPS timestamp (UTC in seconds since January 1, - 1970). - + 1970). Sets GPS timestamp. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.Parameters.setGpsTimestamp(long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3322,10 +4160,18 @@ the width of the thumbnail, in pixels the height of the thumbnail, in pixels - - - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Sets the dimensions for EXIF thumbnail in Jpeg picture. + + + + Java documentation for android.hardware.Camera.Parameters.setJpegThumbnailSize(int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3361,10 +4207,18 @@ the width for pictures, in pixels the height for pictures, in pixels - - - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Sets the dimensions for pictures. + + + + Java documentation for android.hardware.Camera.Parameters.setPictureSize(int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3402,7 +4256,16 @@ the maximum preview fps (scaled by 1000). Sets the minimum and maximum preview fps. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.Parameters.setPreviewFpsRange(int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. if fps range is invalid. @@ -3442,7 +4305,16 @@ the height of the pictures, in pixels Sets the dimensions for preview pictures. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.Parameters.setPreviewSize(int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3479,11 +4351,19 @@ true if the apps intend to record videos using - . - + android.media.MediaRecorder. Sets recording mode hint. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.Parameters.setRecordingHint(boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3516,12 +4396,21 @@ The rotation angle in degrees relative to the - orientation of the camera. Rotation can only be 0, - 90, 180 or 270. + orientation of the camera. Rotation can only be 0, + 90, 180 or 270. Sets the clockwise rotation angle in degrees relative to the - orientation of the camera. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + orientation of the camera. + + + + Java documentation for android.hardware.Camera.Parameters.setRotation(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. if rotation value is invalid. @@ -3554,9 +4443,19 @@ Gets the supported antibanding values. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + a list of supported antibanding values. null if antibanding + setting is not supported. + + + + Java documentation for android.hardware.Camera.Parameters.getSupportedAntibanding(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3587,9 +4486,19 @@ Gets the supported color effects. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + a list of supported color effects. null if color effect + setting is not supported. + + + + Java documentation for android.hardware.Camera.Parameters.getSupportedColorEffects(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3620,9 +4529,19 @@ Gets the supported flash modes. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + a list of supported flash modes. null if flash mode setting + is not supported. + + + + Java documentation for android.hardware.Camera.Parameters.getSupportedFlashModes(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3653,9 +4572,19 @@ Gets the supported focus modes. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + a list of supported focus modes. This method will always + return a list with at least one element. + + + + Java documentation for android.hardware.Camera.Parameters.getSupportedFocusModes(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3686,9 +4615,20 @@ Gets the supported jpeg thumbnail sizes. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + a list of Size object. This method will always return a list + with at least two elements. Size 0,0 (no thumbnail) is always + supported. + + + + Java documentation for android.hardware.Camera.Parameters.getSupportedJpegThumbnailSizes(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3718,9 +4658,19 @@ Gets the supported picture formats. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + supported picture formats. This method will always return a + list with at least one element. + + + + Java documentation for android.hardware.Camera.Parameters.getSupportedPictureFormats(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3751,9 +4701,19 @@ Gets the supported picture sizes. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + a list of supported picture sizes. This method will always + return a list with at least one element. + + + + Java documentation for android.hardware.Camera.Parameters.getSupportedPictureSizes(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3783,9 +4743,19 @@ Gets the supported preview formats. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + a list of supported preview formats. This method will always + return a list with at least one element. + + + + Java documentation for android.hardware.Camera.Parameters.getSupportedPreviewFormats(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3817,9 +4787,22 @@ Gets the supported preview fps (frame-per-second) ranges. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + a list of supported preview fps ranges. This method returns a + list with at least one element. Every element is an int array + of two values - minimum fps and maximum fps. The list is + sorted from small to large (first by maximum fps and then + minimum fps). + + + + Java documentation for android.hardware.Camera.Parameters.getSupportedPreviewFpsRange(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3851,9 +4834,19 @@ Gets the supported preview frame rates. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + a list of supported preview frame rates. null if preview + frame rate setting is not supported. + + + + Java documentation for android.hardware.Camera.Parameters.getSupportedPreviewFrameRates(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3883,9 +4876,19 @@ Gets the supported preview sizes. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + a list of Size object. This method will always return a list + with at least one element. + + + + Java documentation for android.hardware.Camera.Parameters.getSupportedPreviewSizes(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3915,9 +4918,19 @@ Gets the supported scene modes. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + a list of supported scene modes. null if scene mode setting + is not supported. + + + + Java documentation for android.hardware.Camera.Parameters.getSupportedSceneModes(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3947,11 +4960,21 @@ System.Collections.Generic.IList<Android.Hardware.Camera+Size> - - - To be added. + Gets the supported video frame sizes that can be used by + MediaRecorder. + a list of Size object if camera has separate preview and + video output; otherwise, null is returned. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.Parameters.getSupportedVideoSizes(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3982,9 +5005,19 @@ Gets the supported white balance. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + a list of supported white balance. null if white balance + setting is not supported. + + + + Java documentation for android.hardware.Camera.Parameters.getSupportedWhiteBalance(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -4080,12 +5113,20 @@ a String of parameters (key-value paired) that - are semi-colon delimited - + are semi-colon delimited Takes a flattened string of parameters and adds each one to - this Parameters object. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + this Parameters object. + + + + Java documentation for android.hardware.Camera.Parameters.unflatten(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -4115,9 +5156,19 @@ Gets the vertical angle of view in degrees. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + vertical angle of view. Returns -1.0 when the device + doesn't report view angle information. + + + + Java documentation for android.hardware.Camera.Parameters.getVerticalViewAngle(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -4150,10 +5201,28 @@ System.Boolean - Get the current state of video stabilization. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Set to true to enable video stabilization, and false to + disable video stabilization. + Get the current state of video stabilization. -or- Enables and disables video stabilization. + true if video stabilization is enabled + + Property getter documentation: + + + Java documentation for android.hardware.Camera.Parameters.getVideoStabilization(). + + + Property setter documentation: + + + Java documentation for android.hardware.Camera.Parameters.setVideoStabilization(boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -4190,10 +5259,28 @@ System.String - Gets the current white balance setting. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + new white balance. + Gets the current white balance setting. -or- Sets the white balance. + current white balance. null if white balance setting is not + supported. + + Property getter documentation: + + + Java documentation for android.hardware.Camera.Parameters.getWhiteBalance(). + + + Property setter documentation: + + + Java documentation for android.hardware.Camera.Parameters.setWhiteBalance(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -4492,10 +5579,27 @@ System.Int32 - Gets current zoom value. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + zoom value. The valid range is 0 to #getMaxZoom. + Gets current zoom value. -or- Sets current zoom value. + the current zoom value. The range is 0 to #getMaxZoom. 0 means the camera is not zoomed. + + Property getter documentation: + + + Java documentation for android.hardware.Camera.Parameters.getZoom(). + + + Property setter documentation: + + + Java documentation for android.hardware.Camera.Parameters.setZoom(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -4525,9 +5629,21 @@ Gets the zoom ratios of all zoom values. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + the zoom ratios in 1/100 increments. Ex: a zoom of 3.2x is + returned as 320. The number of elements is #getMaxZoom + 1. The list is sorted from small to large. The + first element is always 100. The last element is the zoom + ratio of the maximum zoom value. + + + + Java documentation for android.hardware.Camera.Parameters.getZoomRatios(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Hardware/Camera+Size.xml b/docs/Mono.Android/en/Android.Hardware/Camera+Size.xml index c7d97b6b6c..ce6c88cb5b 100644 --- a/docs/Mono.Android/en/Android.Hardware/Camera+Size.xml +++ b/docs/Mono.Android/en/Android.Hardware/Camera+Size.xml @@ -24,7 +24,16 @@ Image size (width and height dimensions). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.Size. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -111,10 +120,19 @@ System.Int32 - height of the picture + height of the picture To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.Size.height. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -236,10 +254,19 @@ System.Int32 - width of the picture + width of the picture To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.Camera.Size.width. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Hardware/ConsumerIrManager+CarrierFrequencyRange.xml b/docs/Mono.Android/en/Android.Hardware/ConsumerIrManager+CarrierFrequencyRange.xml index 417b42bc78..8de79b3d14 100644 --- a/docs/Mono.Android/en/Android.Hardware/ConsumerIrManager+CarrierFrequencyRange.xml +++ b/docs/Mono.Android/en/Android.Hardware/ConsumerIrManager+CarrierFrequencyRange.xml @@ -18,14 +18,19 @@ - To be added. + Represents a range of carrier frequencies (inclusive) on which the + infrared transmitter can transmit - Android platform documentation + Java documentation for android.hardware.ConsumerIrManager.CarrierFrequencyRange. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -111,10 +116,19 @@ System.Int32 - To be added. + Get the maximum (inclusive) frequency in this range segment. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.ConsumerIrManager.CarrierFrequencyRange.getMaxFrequency(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -138,10 +152,19 @@ System.Int32 - To be added. + Get the minimum (inclusive) frequency in this range segment. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.ConsumerIrManager.CarrierFrequencyRange.getMinFrequency(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Hardware/SensorManager+DynamicSensorCallback.xml b/docs/Mono.Android/en/Android.Hardware/SensorManager+DynamicSensorCallback.xml index f123b1673b..05d7504f56 100644 --- a/docs/Mono.Android/en/Android.Hardware/SensorManager+DynamicSensorCallback.xml +++ b/docs/Mono.Android/en/Android.Hardware/SensorManager+DynamicSensorCallback.xml @@ -18,14 +18,19 @@ - To be added. + Used for receiving notifications from the SensorManager when dynamic sensors are connected or + disconnected. - Android platform documentation + Java documentation for android.hardware.SensorManager.DynamicSensorCallback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -129,10 +134,19 @@ - To be added. - To be added. + the newly connected sensor. See android.hardware.Sensor Sensor. + Called when there is a dynamic sensor being connected to the system. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.SensorManager.DynamicSensorCallback.onDynamicSensorConnected(android.hardware.Sensor). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -159,10 +173,19 @@ - To be added. - To be added. + the disconnected sensor. See android.hardware.Sensor Sensor. + Called when there is a dynamic sensor being disconnected from the system. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.hardware.SensorManager.DynamicSensorCallback.onDynamicSensorDisconnected(android.hardware.Sensor). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Hardware/SensorPrivacyManager+Sensors.xml b/docs/Mono.Android/en/Android.Hardware/SensorPrivacyManager+Sensors.xml index e2bf867276..84ead2320b 100644 --- a/docs/Mono.Android/en/Android.Hardware/SensorPrivacyManager+Sensors.xml +++ b/docs/Mono.Android/en/Android.Hardware/SensorPrivacyManager+Sensors.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Individual sensors not listed in Sensors + + + + Java documentation for android.hardware.SensorPrivacyManager.Sensors. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -68,8 +79,19 @@ 2 - To be added. - To be added. + Constant for the camera + + + + Java documentation for android.hardware.SensorPrivacyManager.Sensors.CAMERA. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -126,8 +148,19 @@ 1 - To be added. - To be added. + Constant for the microphone + + + + Java documentation for android.hardware.SensorPrivacyManager.Sensors.MICROPHONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Icu.Number/FormattedNumber.xml b/docs/Mono.Android/en/Android.Icu.Number/FormattedNumber.xml index c23a49fcb1..d8ed0b7a26 100644 --- a/docs/Mono.Android/en/Android.Icu.Number/FormattedNumber.xml +++ b/docs/Mono.Android/en/Android.Icu.Number/FormattedNumber.xml @@ -314,11 +314,11 @@ To be added. - + - - - + + + Method M:System.Collections.IEnumerable.GetEnumerator diff --git a/docs/Mono.Android/en/Android.Icu.Number/FormattedNumberRange.xml b/docs/Mono.Android/en/Android.Icu.Number/FormattedNumberRange.xml index 20dd57da26..2124942149 100644 --- a/docs/Mono.Android/en/Android.Icu.Number/FormattedNumberRange.xml +++ b/docs/Mono.Android/en/Android.Icu.Number/FormattedNumberRange.xml @@ -389,11 +389,11 @@ To be added. - + - - - + + + Method M:System.Collections.IEnumerable.GetEnumerator diff --git a/docs/Mono.Android/en/Android.InputMethodServices/AbstractInputMethodService+AbstractInputMethodImpl.xml b/docs/Mono.Android/en/Android.InputMethodServices/AbstractInputMethodService+AbstractInputMethodImpl.xml index 30be03ee0e..c776d60204 100644 --- a/docs/Mono.Android/en/Android.InputMethodServices/AbstractInputMethodService+AbstractInputMethodImpl.xml +++ b/docs/Mono.Android/en/Android.InputMethodServices/AbstractInputMethodService+AbstractInputMethodImpl.xml @@ -31,15 +31,19 @@ - Base class for derived classes to implement their - interface. + Base class for derived classes to implement their InputMethod + interface. - Android platform documentation + Java documentation for android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodImpl. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -423,9 +427,19 @@ SessionCallback.sessionCreated() that is to be revoked. Take care of killing an existing session by calling its - method. + AbstractInputMethodSessionImpl#revokeSelf() + AbstractInputMethodSessionImpl.revokeSelf() method. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodImpl.revokeSession(android.view.inputmethod.InputMethodSession). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -462,9 +476,19 @@ To be added. Take care of enabling or disabling an existing session by calling its - method. + AbstractInputMethodSessionImpl#revokeSelf() + AbstractInputMethodSessionImpl.setEnabled() method. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodImpl.setSessionEnabled(android.view.inputmethod.InputMethodSession, boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.InputMethodServices/AbstractInputMethodService+AbstractInputMethodSessionImpl.xml b/docs/Mono.Android/en/Android.InputMethodServices/AbstractInputMethodService+AbstractInputMethodSessionImpl.xml index fc0a9c99f6..82e36d90e2 100644 --- a/docs/Mono.Android/en/Android.InputMethodServices/AbstractInputMethodService+AbstractInputMethodSessionImpl.xml +++ b/docs/Mono.Android/en/Android.InputMethodServices/AbstractInputMethodService+AbstractInputMethodSessionImpl.xml @@ -31,15 +31,19 @@ - Base class for derived classes to implement their - interface. + Base class for derived classes to implement their InputMethodSession + interface. - Android platform documentation + Java documentation for android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodSessionImpl. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -326,10 +330,26 @@ System.Boolean - Check whether this session has been enabled by the system. + Check whether this session has been enabled by the system. -or- Change the enabled state of the session. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Property getter documentation: + + + Java documentation for android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodSessionImpl.isEnabled(). + + + Property setter documentation: + + + Java documentation for android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodSessionImpl.setEnabled(boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -397,7 +417,16 @@ Check whether this session has been revoked by the system. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodSessionImpl.isRevoked(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -459,7 +488,16 @@ Revoke the session from the client. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodSessionImpl.revokeSelf(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -544,6 +582,10 @@ [Android.Runtime.Register("toggleSoftInput", "(II)V", "GetToggleSoftInput_IIHandler")] [<Android.Runtime.Register("toggleSoftInput", "(II)V", "GetToggleSoftInput_IIHandler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void diff --git a/docs/Mono.Android/en/Android.InputMethodServices/AbstractInputMethodService.xml b/docs/Mono.Android/en/Android.InputMethodServices/AbstractInputMethodService.xml index 941612de2a..345ae26219 100644 --- a/docs/Mono.Android/en/Android.InputMethodServices/AbstractInputMethodService.xml +++ b/docs/Mono.Android/en/Android.InputMethodServices/AbstractInputMethodService.xml @@ -117,7 +117,18 @@ To be added. To be added. - To be added. + + + + Java documentation for android.inputmethodservice.AbstractInputMethodService.isUiContext(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -380,12 +391,23 @@ - To be added. To be added. - To be added. - To be added. + The value in event.getKeyCode(). + Description of the key event. + Called when a key down event has occurred. + If you handled the event, return true. If you want to allow + the event to be handled by the next receiver, return false. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.KeyEvent.Callback.onKeyDown(int, android.view.KeyEvent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -423,12 +445,23 @@ - To be added. To be added. - To be added. - To be added. + The value in event.getKeyCode(). + Description of the key event. + Called when a long press has occurred. + If you handled the event, return true. If you want to allow + the event to be handled by the next receiver, return false. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.KeyEvent.Callback.onKeyLongPress(int, android.view.KeyEvent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -467,13 +500,26 @@ - To be added. - To be added. To be added. - To be added. - To be added. + The value in event.getKeyCode(). + Number of pairs as returned by event.getRepeatCount(). + Description of the key event. + Called when a user's interaction with an analog control, such as + flinging a trackball, generates simulated down/up events for the same + key multiple times in quick succession. + If you handled the event, return true. If you want to allow + the event to be handled by the next receiver, return false. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.KeyEvent.Callback.onKeyMultiple(int, int, android.view.KeyEvent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -511,12 +557,23 @@ - To be added. To be added. - To be added. - To be added. + The value in event.getKeyCode(). + Description of the key event. + Called when a key up event has occurred. + If you handled the event, return true. If you want to allow + the event to be handled by the next receiver, return false. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.KeyEvent.Callback.onKeyUp(int, android.view.KeyEvent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.InputMethodServices/InputMethodService+InputMethodImpl.xml b/docs/Mono.Android/en/Android.InputMethodServices/InputMethodService+InputMethodImpl.xml index 9d7d0af835..2524a3b787 100644 --- a/docs/Mono.Android/en/Android.InputMethodServices/InputMethodService+InputMethodImpl.xml +++ b/docs/Mono.Android/en/Android.InputMethodServices/InputMethodService+InputMethodImpl.xml @@ -19,15 +19,19 @@ Concrete implementation of - T:Android.InputMethodServices.AbstractInputMethodService+AbstractInputMethodImpl that provides - all of the standard behavior for an input method. + AbstractInputMethodService.AbstractInputMethodImpl that provides + all of the standard behavior for an input method. - Android platform documentation + Java documentation for android.inputmethodservice.InputMethodService.InputMethodImpl. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -106,9 +110,18 @@ To be added. - Take care of attaching the given window token provided by the system. + To be added - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.inputmethodservice.InputMethodService.InputMethodImpl.attachToken(android.os.IBinder). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -137,11 +150,18 @@ To be added. - Handle a new input binding, calling - - when done. + To be added - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.inputmethodservice.InputMethodService.InputMethodImpl.bindInput(android.view.inputmethod.InputBinding). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -170,10 +190,18 @@ To be added. - - + To be added - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.inputmethodservice.InputMethodService.InputMethodImpl.changeInputMethodSubtype(android.view.inputmethod.InputMethodSubtype). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -204,9 +232,18 @@ To be added. To be added. - Handle a request by the system to hide the soft input area. + To be added - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.inputmethodservice.InputMethodService.InputMethodImpl.hideSoftInput(int, android.os.ResultReceiver). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -268,10 +305,18 @@ To be added. To be added. - - + To be added - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.inputmethodservice.InputMethodService.InputMethodImpl.restartInput(android.view.inputmethod.InputConnection, android.view.inputmethod.EditorInfo). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -309,9 +354,18 @@ To be added. To be added. - Handle a request by the system to show the soft input area. + To be added - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.inputmethodservice.InputMethodService.InputMethodImpl.showSoftInput(int, android.os.ResultReceiver). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -342,10 +396,18 @@ To be added. To be added. - - + To be added - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.inputmethodservice.InputMethodService.InputMethodImpl.startInput(android.view.inputmethod.InputConnection, android.view.inputmethod.EditorInfo). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -433,9 +495,18 @@ - Clear the current input binding. + To be added - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.inputmethodservice.InputMethodService.InputMethodImpl.unbindInput(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.InputMethodServices/InputMethodService+InputMethodSessionImpl.xml b/docs/Mono.Android/en/Android.InputMethodServices/InputMethodService+InputMethodSessionImpl.xml index 97de277134..62e3e55e1c 100644 --- a/docs/Mono.Android/en/Android.InputMethodServices/InputMethodService+InputMethodSessionImpl.xml +++ b/docs/Mono.Android/en/Android.InputMethodServices/InputMethodService+InputMethodSessionImpl.xml @@ -19,15 +19,19 @@ Concrete implementation of - T:Android.InputMethodServices.AbstractInputMethodService+AbstractInputMethodSessionImpl that provides - all of the standard behavior for an input method session. + AbstractInputMethodService.AbstractInputMethodSessionImpl that provides + all of the standard behavior for an input method session. - Android platform documentation + Java documentation for android.inputmethodservice.InputMethodService.InputMethodSessionImpl. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -108,9 +112,19 @@ To be added. To be added. - Call . + Call InputMethodService#onAppPrivateCommand + InputMethodService.onAppPrivateCommand(). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.inputmethodservice.InputMethodService.InputMethodSessionImpl.appPrivateCommand(java.lang.String, android.os.Bundle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -139,9 +153,19 @@ To be added. - Call . + Call InputMethodService#onDisplayCompletions + InputMethodService.onDisplayCompletions(). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.inputmethodservice.InputMethodService.InputMethodSessionImpl.displayCompletions(android.view.inputmethod.CompletionInfo[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -312,10 +336,18 @@ To be added. To be added. - - + Handles a request to toggle the IME visibility. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.inputmethodservice.InputMethodService.InputMethodSessionImpl.toggleSoftInput(int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -344,9 +376,19 @@ To be added. - Call . + Call InputMethodService#onUpdateCursor + InputMethodService.onUpdateCursor(). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.inputmethodservice.InputMethodService.InputMethodSessionImpl.updateCursor(android.graphics.Rect). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -375,9 +417,19 @@ To be added. - To be added. + Call InputMethodService#onUpdateCursorAnchorInfo + InputMethodService.onUpdateCursorAnchorInfo(). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.inputmethodservice.InputMethodService.InputMethodSessionImpl.updateCursorAnchorInfo(android.view.inputmethod.CursorAnchorInfo). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -407,9 +459,19 @@ To be added. To be added. - Call . + Call InputMethodService#onUpdateExtractedText + InputMethodService.onUpdateExtractedText(). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.inputmethodservice.InputMethodService.InputMethodSessionImpl.updateExtractedText(int, android.view.inputmethod.ExtractedText). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -448,9 +510,19 @@ To be added. To be added. To be added. - Call . + Call InputMethodService#onUpdateSelection + InputMethodService.onUpdateSelection(). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.inputmethodservice.InputMethodService.InputMethodSessionImpl.updateSelection(int, int, int, int, int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.InputMethodServices/InputMethodService+Insets.xml b/docs/Mono.Android/en/Android.InputMethodServices/InputMethodService+Insets.xml index 8e195a8c76..abbbfa6054 100644 --- a/docs/Mono.Android/en/Android.InputMethodServices/InputMethodService+Insets.xml +++ b/docs/Mono.Android/en/Android.InputMethodServices/InputMethodService+Insets.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.inputmethodservice.InputMethodService.Insets. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -78,7 +82,16 @@ This is the top part of the UI that is the main content. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.inputmethodservice.InputMethodService.Insets.contentTopInsets. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -231,7 +244,16 @@ This is the region of the UI that is touchable. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.inputmethodservice.InputMethodService.Insets.touchableRegion. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -257,10 +279,19 @@ This is the top part of the UI that is visibly covering the - application behind it. + application behind it. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.inputmethodservice.InputMethodService.Insets.visibleTopInsets. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.InputMethodServices/Keyboard+Key.xml b/docs/Mono.Android/en/Android.InputMethodServices/Keyboard+Key.xml index 4adaa350c1..5b7e2d0670 100644 --- a/docs/Mono.Android/en/Android.InputMethodServices/Keyboard+Key.xml +++ b/docs/Mono.Android/en/Android.InputMethodServices/Keyboard+Key.xml @@ -26,10 +26,14 @@ - Android platform documentation + Java documentation for android.inputmethodservice.Keyboard.Key. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -155,10 +159,19 @@ All the key codes (unicode or custom code) that this key could generate, zero'th - being the most important. + being the most important. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.inputmethodservice.Keyboard.Key.codes. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -188,10 +201,19 @@ Flags that specify the anchoring to edges of the keyboard for detecting touch events - that are just out of the boundary of the key. + that are just out of the boundary of the key. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.inputmethodservice.Keyboard.Key.edgeFlags. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -220,10 +242,19 @@ System.Int32 - The horizontal gap before this key + The horizontal gap before this key To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.inputmethodservice.Keyboard.Key.gap. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -254,9 +285,18 @@ Returns the drawable state for the key, based on the current state and type of the key. - To be added. + the drawable state of the key. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.inputmethodservice.Keyboard.Key.getCurrentDrawableState(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -286,10 +326,19 @@ System.Int32 - Height of the key, not including the gap + Height of the key, not including the gap To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.inputmethodservice.Keyboard.Key.height. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -321,7 +370,16 @@ Icon to display instead of a label. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.inputmethodservice.Keyboard.Key.icon. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -350,10 +408,19 @@ Android.Graphics.Drawables.Drawable - Preview version of the icon, for the preview popup + Preview version of the icon, for the preview popup To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.inputmethodservice.Keyboard.Key.iconPreview. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -389,9 +456,20 @@ the x-coordinate of the point the y-coordinate of the point Detects if a point falls inside this key. - To be added. + whether or not the point falls inside the key. If the key is attached to an edge, + it will assume that all points between the key and the edge are considered to be inside + the key. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.inputmethodservice.Keyboard.Key.isInside(int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -451,10 +529,19 @@ Java.Lang.ICharSequence - Label to display + Label to display To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.inputmethodservice.Keyboard.Key.label. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -483,10 +570,19 @@ System.Boolean - Whether this is a modifier key, such as Shift or Alt + Whether this is a modifier key, such as Shift or Alt To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.inputmethodservice.Keyboard.Key.modifier. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -515,10 +611,19 @@ System.Boolean - If this is a sticky key, is it on? + If this is a sticky key, is it on? To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.inputmethodservice.Keyboard.Key.on. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -549,9 +654,18 @@ Informs the key that it has been pressed, in case it needs to change its appearance or - state. + state. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.inputmethodservice.Keyboard.Key.onPressed(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -584,10 +698,20 @@ - whether the finger was released inside the key + whether the finger was released inside the key. Works only on Android M and + later. See the method document for details. Changes the pressed state of the key. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.inputmethodservice.Keyboard.Key.onReleased(boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -617,10 +741,19 @@ Java.Lang.ICharSequence - Popup characters + Popup characters To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.inputmethodservice.Keyboard.Key.popupCharacters. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -650,10 +783,19 @@ If this key pops up a mini keyboard, this is the resource id for the XML layout for that - keyboard. + keyboard. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.inputmethodservice.Keyboard.Key.popupResId. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -682,10 +824,19 @@ System.Boolean - The current pressed state of this key + The current pressed state of this key To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.inputmethodservice.Keyboard.Key.pressed. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -714,10 +865,19 @@ System.Boolean - Whether this key repeats itself when held down + Whether this key repeats itself when held down To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.inputmethodservice.Keyboard.Key.repeatable. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -753,9 +913,18 @@ the x-coordinate of the point the y-coordinate of the point Returns the square of the distance between the center of the key and the given point. - To be added. + the square of the distance of the point from the center of the key - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.inputmethodservice.Keyboard.Key.squaredDistanceFrom(int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -784,10 +953,19 @@ System.Boolean - Whether this key is sticky, i.e., a toggle key + Whether this key is sticky, i. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.inputmethodservice.Keyboard.Key.sticky. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -819,7 +997,16 @@ Text to output when pressed. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.inputmethodservice.Keyboard.Key.text. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -910,10 +1097,19 @@ System.Int32 - Width of the key, not including the gap + Width of the key, not including the gap To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.inputmethodservice.Keyboard.Key.width. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -942,10 +1138,19 @@ System.Int32 - X coordinate of the key in the keyboard layout + X coordinate of the key in the keyboard layout To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.inputmethodservice.Keyboard.Key.x. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -974,10 +1179,19 @@ System.Int32 - Y coordinate of the key in the keyboard layout + Y coordinate of the key in the keyboard layout To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.inputmethodservice.Keyboard.Key.y. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.InputMethodServices/Keyboard+Row.xml b/docs/Mono.Android/en/Android.InputMethodServices/Keyboard+Row.xml index eac7a21de7..92ca29e4f7 100644 --- a/docs/Mono.Android/en/Android.InputMethodServices/Keyboard+Row.xml +++ b/docs/Mono.Android/en/Android.InputMethodServices/Keyboard+Row.xml @@ -26,10 +26,14 @@ - Android platform documentation + Java documentation for android.inputmethodservice.Keyboard.Row. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -154,7 +158,16 @@ Default height of a key in this row. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.inputmethodservice.Keyboard.Row.defaultHeight. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -186,7 +199,16 @@ Default horizontal gap between keys in this row. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.inputmethodservice.Keyboard.Row.defaultHorizontalGap. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -218,7 +240,16 @@ Default width of a key in this row. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.inputmethodservice.Keyboard.Row.defaultWidth. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -278,10 +309,19 @@ System.Int32 - The keyboard mode for this row + The keyboard mode for this row To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.inputmethodservice.Keyboard.Row.mode. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -313,7 +353,16 @@ Edge flags for this row of keys. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.inputmethodservice.Keyboard.Row.rowEdgeFlags. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -407,7 +456,16 @@ Vertical gap following this row. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.inputmethodservice.Keyboard.Row.verticalGap. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.InputMethodServices/KeyboardView+IOnKeyboardActionListener.xml b/docs/Mono.Android/en/Android.InputMethodServices/KeyboardView+IOnKeyboardActionListener.xml index 839324549f..ca5790dfb0 100644 --- a/docs/Mono.Android/en/Android.InputMethodServices/KeyboardView+IOnKeyboardActionListener.xml +++ b/docs/Mono.Android/en/Android.InputMethodServices/KeyboardView+IOnKeyboardActionListener.xml @@ -33,10 +33,14 @@ - Android platform documentation + Java documentation for android.inputmethodservice.KeyboardView.OnKeyboardActionListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -85,15 +89,23 @@ this is the key that was pressed the codes for all the possible alternative keys - with the primary code being the first. If the primary key code is - a single character such as an alphabet or number or symbol, the alternatives - will include other characters that may be on the same key or adjacent keys. - These codes are useful to correct for accidental presses of a key adjacent to - the intended key. - + with the primary code being the first. If the primary key code is + a single character such as an alphabet or number or symbol, the alternatives + will include other characters that may be on the same key or adjacent keys. + These codes are useful to correct for accidental presses of a key adjacent to + the intended key. Send a key press to the listener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.inputmethodservice.KeyboardView.OnKeyboardActionListener.onKey(int, int[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -133,11 +145,19 @@ the unicode of the key being pressed. If the touch is not on a valid - key, the value will be zero. - + key, the value will be zero. Called when the user presses a key. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.inputmethodservice.KeyboardView.OnKeyboardActionListener.onPress(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -176,11 +196,19 @@ - the code of the key that was released - + the code of the key that was released Called when the user releases a key. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.inputmethodservice.KeyboardView.OnKeyboardActionListener.onRelease(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -212,11 +240,19 @@ - the sequence of characters to be displayed. - + the sequence of characters to be displayed. Sends a sequence of characters to the listener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.inputmethodservice.KeyboardView.OnKeyboardActionListener.onText(java.lang.CharSequence). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -248,7 +284,16 @@ Called when the user quickly moves the finger from up to down. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.inputmethodservice.KeyboardView.OnKeyboardActionListener.swipeDown(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -280,7 +325,16 @@ Called when the user quickly moves the finger from right to left. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.inputmethodservice.KeyboardView.OnKeyboardActionListener.swipeLeft(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -312,7 +366,16 @@ Called when the user quickly moves the finger from left to right. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.inputmethodservice.KeyboardView.OnKeyboardActionListener.swipeRight(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -344,7 +407,16 @@ Called when the user quickly moves the finger from down to up. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.inputmethodservice.KeyboardView.OnKeyboardActionListener.swipeUp(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.InputMethodServices/KeyboardView.xml b/docs/Mono.Android/en/Android.InputMethodServices/KeyboardView.xml index b44b233b4b..9074752c78 100644 --- a/docs/Mono.Android/en/Android.InputMethodServices/KeyboardView.xml +++ b/docs/Mono.Android/en/Android.InputMethodServices/KeyboardView.xml @@ -540,9 +540,18 @@ To be added. - To be added. + Popup keyboard close button clicked. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.inputmethodservice.KeyboardView.onClick(android.view.View). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Locations.Provider/ProviderProperties+Builder.xml b/docs/Mono.Android/en/Android.Locations.Provider/ProviderProperties+Builder.xml index 6bd97da573..a3e3684f62 100644 --- a/docs/Mono.Android/en/Android.Locations.Provider/ProviderProperties+Builder.xml +++ b/docs/Mono.Android/en/Android.Locations.Provider/ProviderProperties+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Builder for ProviderProperties. + + + + Java documentation for android.location.provider.ProviderProperties.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -89,9 +100,20 @@ - To be added. + Builds a new ProviderProperties. To be added. - To be added. + + + + Java documentation for android.location.provider.ProviderProperties.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Locations/GnssAntennaInfo+Builder.xml b/docs/Mono.Android/en/Android.Locations/GnssAntennaInfo+Builder.xml index e362ed4c45..c586f54048 100644 --- a/docs/Mono.Android/en/Android.Locations/GnssAntennaInfo+Builder.xml +++ b/docs/Mono.Android/en/Android.Locations/GnssAntennaInfo+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Builder class for GnssAntennaInfo. + + + + Java documentation for android.location.GnssAntennaInfo.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -44,7 +55,18 @@ To be added. - To be added. + + + + Java documentation for android.location.GnssAntennaInfo.Builder.GnssAntennaInfo$Builder(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -141,9 +163,20 @@ - To be added. - To be added. - To be added. + Build GnssAntennaInfo object. + instance of GnssAntennaInfo + + + + Java documentation for android.location.GnssAntennaInfo.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Locations/GnssAntennaInfo+IListener.xml b/docs/Mono.Android/en/Android.Locations/GnssAntennaInfo+IListener.xml index 7a60a222a3..f3ef702039 100644 --- a/docs/Mono.Android/en/Android.Locations/GnssAntennaInfo+IListener.xml +++ b/docs/Mono.Android/en/Android.Locations/GnssAntennaInfo+IListener.xml @@ -25,8 +25,19 @@ - To be added. - To be added. + Used for receiving GNSS antenna info from the GNSS engine. + + + + Java documentation for android.location.GnssAntennaInfo.Listener. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -53,8 +64,19 @@ To be added. - To be added. - To be added. + Invoked on a change to GNSS antenna info. + + + + Java documentation for android.location.GnssAntennaInfo.Listener.onGnssAntennaInfoReceived(java.util.List<android.location.GnssAntennaInfo>). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Locations/GnssAntennaInfo+PhaseCenterOffset.xml b/docs/Mono.Android/en/Android.Locations/GnssAntennaInfo+PhaseCenterOffset.xml index 1bc0ba36de..5eb85be9cc 100644 --- a/docs/Mono.Android/en/Android.Locations/GnssAntennaInfo+PhaseCenterOffset.xml +++ b/docs/Mono.Android/en/Android.Locations/GnssAntennaInfo+PhaseCenterOffset.xml @@ -31,8 +31,19 @@ - To be added. - To be added. + Class containing information about the antenna phase center offset (PCO). + + + + Java documentation for android.location.GnssAntennaInfo.PhaseCenterOffset. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -274,9 +285,21 @@ System.Double - To be added. + Returns the x-axis offset of the phase center from the origin of the Android sensor + coordinate system, in millimeters. To be added. - To be added. + + + + Java documentation for android.location.GnssAntennaInfo.PhaseCenterOffset.getXOffsetMm(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -299,9 +322,21 @@ System.Double - To be added. + Returns the 1-sigma uncertainty of the x-axis offset of the phase center from the origin + of the Android sensor coordinate system, in millimeters. To be added. - To be added. + + + + Java documentation for android.location.GnssAntennaInfo.PhaseCenterOffset.getXOffsetUncertaintyMm(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -324,9 +359,21 @@ System.Double - To be added. + Returns the y-axis offset of the phase center from the origin of the Android sensor + coordinate system, in millimeters. To be added. - To be added. + + + + Java documentation for android.location.GnssAntennaInfo.PhaseCenterOffset.getYOffsetMm(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -349,9 +396,21 @@ System.Double - To be added. + Returns the 1-sigma uncertainty of the y-axis offset of the phase center from the origin + of the Android sensor coordinate system, in millimeters. To be added. - To be added. + + + + Java documentation for android.location.GnssAntennaInfo.PhaseCenterOffset.getYOffsetUncertaintyMm(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -374,9 +433,21 @@ System.Double - To be added. + Returns the z-axis offset of the phase center from the origin of the Android sensor + coordinate system, in millimeters. To be added. - To be added. + + + + Java documentation for android.location.GnssAntennaInfo.PhaseCenterOffset.getZOffsetMm(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -399,9 +470,21 @@ System.Double - To be added. + Returns the 1-sigma uncertainty of the z-axis offset of the phase center from the origin + of the Android sensor coordinate system, in millimeters. To be added. - To be added. + + + + Java documentation for android.location.GnssAntennaInfo.PhaseCenterOffset.getZOffsetUncertaintyMm(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Locations/GnssAntennaInfo+SphericalCorrections.xml b/docs/Mono.Android/en/Android.Locations/GnssAntennaInfo+SphericalCorrections.xml index 12959e8751..7d6536f402 100644 --- a/docs/Mono.Android/en/Android.Locations/GnssAntennaInfo+SphericalCorrections.xml +++ b/docs/Mono.Android/en/Android.Locations/GnssAntennaInfo+SphericalCorrections.xml @@ -31,8 +31,19 @@ - To be added. - To be added. + Represents corrections on a spherical mapping. + + + + Java documentation for android.location.GnssAntennaInfo.SphericalCorrections. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -107,9 +118,20 @@ System.Double - To be added. + The fixed phi angle separation between successive columns. To be added. - To be added. + + + + Java documentation for android.location.GnssAntennaInfo.SphericalCorrections.getDeltaPhi(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -132,9 +154,20 @@ System.Double - To be added. + The fixed theta angle separation between successive rows. To be added. - To be added. + + + + Java documentation for android.location.GnssAntennaInfo.SphericalCorrections.getDeltaTheta(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -187,9 +220,20 @@ - To be added. + Array representing corrections on a spherical mapping. To be added. - To be added. + + + + Java documentation for android.location.GnssAntennaInfo.SphericalCorrections.getCorrectionsArray(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -213,9 +257,20 @@ - To be added. + Array representing uncertainty on corrections on a spherical mapping. To be added. - To be added. + + + + Java documentation for android.location.GnssAntennaInfo.SphericalCorrections.getCorrectionUncertaintiesArray(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Locations/GnssCapabilities+Builder.xml b/docs/Mono.Android/en/Android.Locations/GnssCapabilities+Builder.xml index fcdac83e64..1cc5ae51be 100644 --- a/docs/Mono.Android/en/Android.Locations/GnssCapabilities+Builder.xml +++ b/docs/Mono.Android/en/Android.Locations/GnssCapabilities+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Builder for GnssCapabilities. + + + + Java documentation for android.location.GnssCapabilities.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -89,9 +100,20 @@ - To be added. + Builds a new GnssCapabilities. To be added. - To be added. + + + + Java documentation for android.location.GnssCapabilities.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Locations/GnssMeasurementRequest+Builder.xml b/docs/Mono.Android/en/Android.Locations/GnssMeasurementRequest+Builder.xml index a07026c89e..6e51051149 100644 --- a/docs/Mono.Android/en/Android.Locations/GnssMeasurementRequest+Builder.xml +++ b/docs/Mono.Android/en/Android.Locations/GnssMeasurementRequest+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Builder for GnssMeasurementRequest + + + + Java documentation for android.location.GnssMeasurementRequest.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -39,8 +50,19 @@ - To be added. - To be added. + Constructs a Builder instance. + + + + Java documentation for android.location.GnssMeasurementRequest.Builder.GnssMeasurementRequest$Builder(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -64,8 +86,19 @@ To be added. - To be added. - To be added. + Constructs a Builder instance by copying a GnssMeasurementRequest. + + + + Java documentation for android.location.GnssMeasurementRequest.Builder.GnssMeasurementRequest$Builder(android.location.GnssMeasurementRequest). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -89,9 +122,20 @@ - To be added. + Builds a GnssMeasurementRequest instance as specified by this builder. To be added. - To be added. + + + + Java documentation for android.location.GnssMeasurementRequest.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Locations/GnssMeasurementsEvent+Callback.xml b/docs/Mono.Android/en/Android.Locations/GnssMeasurementsEvent+Callback.xml index 26337cfb15..f7340ce0df 100644 --- a/docs/Mono.Android/en/Android.Locations/GnssMeasurementsEvent+Callback.xml +++ b/docs/Mono.Android/en/Android.Locations/GnssMeasurementsEvent+Callback.xml @@ -18,14 +18,18 @@ - To be added. + Used for receiving GNSS satellite measurements from the GNSS engine. - Android platform documentation + Java documentation for android.location.GnssMeasurementsEvent.Callback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -130,9 +134,18 @@ To be added. - To be added. + Reports the latest collected GNSS Measurements. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.location.GnssMeasurementsEvent.Callback.onGnssMeasurementsReceived(android.location.GnssMeasurementsEvent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -171,9 +184,18 @@ To be added. - To be added. + Reports the latest status of the GNSS Measurements sub-system. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.location.GnssMeasurementsEvent.Callback.onStatusChanged(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -202,9 +224,19 @@ 2 - To be added. + GPS provider or Location is disabled, updates will not be received until they are + enabled. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.location.GnssMeasurementsEvent.Callback.STATUS_LOCATION_DISABLED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -233,8 +265,20 @@ 3 - To be added. - To be added. + The client is not allowed to register for GNSS Measurements in general or in the + requested mode. + + + + Java documentation for android.location.GnssMeasurementsEvent.Callback.STATUS_NOT_ALLOWED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -262,9 +306,18 @@ 0 - To be added. + The system does not support tracking of GNSS Measurements. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.location.GnssMeasurementsEvent.Callback.STATUS_NOT_SUPPORTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -293,9 +346,19 @@ 1 - To be added. + GNSS Measurements are successfully being tracked, it will receive updates once they are + available. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.location.GnssMeasurementsEvent.Callback.STATUS_READY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Locations/GnssNavigationMessage+Callback.xml b/docs/Mono.Android/en/Android.Locations/GnssNavigationMessage+Callback.xml index a0313e3d8c..16bea35e29 100644 --- a/docs/Mono.Android/en/Android.Locations/GnssNavigationMessage+Callback.xml +++ b/docs/Mono.Android/en/Android.Locations/GnssNavigationMessage+Callback.xml @@ -18,14 +18,18 @@ - To be added. + Used for receiving GNSS satellite Navigation Messages from the GNSS engine. - Android platform documentation + Java documentation for android.location.GnssNavigationMessage.Callback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -130,9 +134,18 @@ To be added. - To be added. + Returns the latest collected GNSS Navigation Message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.location.GnssNavigationMessage.Callback.onGnssNavigationMessageReceived(android.location.GnssNavigationMessage). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -202,9 +215,19 @@ 2 - To be added. + GNSS provider or Location is disabled, updated will not be received until they are + enabled. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.location.GnssNavigationMessage.Callback.STATUS_LOCATION_DISABLED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -233,9 +256,18 @@ 0 - To be added. + The system does not support tracking of GNSS Navigation Messages. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.location.GnssNavigationMessage.Callback.STATUS_NOT_SUPPORTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -264,9 +296,19 @@ 1 - To be added. + GNSS Navigation Messages are successfully being tracked, it will receive updates once + they are available. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.location.GnssNavigationMessage.Callback.STATUS_READY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Locations/GnssStatus+Builder.xml b/docs/Mono.Android/en/Android.Locations/GnssStatus+Builder.xml index b5162c604f..2c18a931a5 100644 --- a/docs/Mono.Android/en/Android.Locations/GnssStatus+Builder.xml +++ b/docs/Mono.Android/en/Android.Locations/GnssStatus+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Builder class to help create new GnssStatus instances. + + + + Java documentation for android.location.GnssStatus.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -115,9 +126,20 @@ - To be added. + Builds a new GnssStatus based on the satellite information in the Builder. To be added. - To be added. + + + + Java documentation for android.location.GnssStatus.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Locations/GnssStatus+Callback.xml b/docs/Mono.Android/en/Android.Locations/GnssStatus+Callback.xml index c149969020..6c5ae908a7 100644 --- a/docs/Mono.Android/en/Android.Locations/GnssStatus+Callback.xml +++ b/docs/Mono.Android/en/Android.Locations/GnssStatus+Callback.xml @@ -18,14 +18,18 @@ - To be added. + Used for receiving notifications when GNSS events happen. - Android platform documentation + Java documentation for android.location.GnssStatus.Callback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -129,10 +133,19 @@ - To be added. - To be added. + the time from start to first fix in milliseconds. + Called when the GNSS system has received its first fix since starting. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.location.GnssStatus.Callback.onFirstFix(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -159,10 +172,19 @@ - To be added. - To be added. + the current status of all satellites. + Called periodically to report GNSS satellite status. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.location.GnssStatus.Callback.onSatelliteStatusChanged(android.location.GnssStatus). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -187,9 +209,18 @@ - To be added. + Called when GNSS system has started. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.location.GnssStatus.Callback.onStarted(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -214,9 +245,18 @@ - To be added. + Called when GNSS system has stopped. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.location.GnssStatus.Callback.onStopped(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Locations/GpsStatus+IListener.xml b/docs/Mono.Android/en/Android.Locations/GpsStatus+IListener.xml index c3cdc5252b..30be10e4ef 100644 --- a/docs/Mono.Android/en/Android.Locations/GpsStatus+IListener.xml +++ b/docs/Mono.Android/en/Android.Locations/GpsStatus+IListener.xml @@ -33,10 +33,14 @@ - Android platform documentation + Java documentation for android.location.GpsStatus.Listener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -77,9 +81,19 @@ event number for this notification + event number for this notification Called to report changes in the GPS status. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.location.GpsStatus.Listener.onGpsStatusChanged(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Locations/GpsStatus+INmeaListener.xml b/docs/Mono.Android/en/Android.Locations/GpsStatus+INmeaListener.xml index 39f761b1b1..ea27a449c6 100644 --- a/docs/Mono.Android/en/Android.Locations/GpsStatus+INmeaListener.xml +++ b/docs/Mono.Android/en/Android.Locations/GpsStatus+INmeaListener.xml @@ -33,10 +33,14 @@ - Android platform documentation + Java documentation for android.location.GpsStatus.NmeaListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Locations/LocationRequest+Builder.xml b/docs/Mono.Android/en/Android.Locations/LocationRequest+Builder.xml index ea38f24982..c39c23752e 100644 --- a/docs/Mono.Android/en/Android.Locations/LocationRequest+Builder.xml +++ b/docs/Mono.Android/en/Android.Locations/LocationRequest+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + A builder class for LocationRequest. + + + + Java documentation for android.location.LocationRequest.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -43,8 +54,19 @@ To be added. - To be added. - To be added. + Creates a new Builder with all parameters copied from the given location request. + + + + Java documentation for android.location.LocationRequest.Builder.LocationRequest$Builder(android.location.LocationRequest). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -68,8 +90,19 @@ To be added. - To be added. - To be added. + Creates a new Builder with the given interval. + + + + Java documentation for android.location.LocationRequest.Builder.LocationRequest$Builder(long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -93,9 +126,20 @@ - To be added. - To be added. - To be added. + Builds a location request from this builder. + a new location request + + + + Java documentation for android.location.LocationRequest.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/AudioEffect+Descriptor.xml b/docs/Mono.Android/en/Android.Media.Audiofx/AudioEffect+Descriptor.xml index 102dfbe9d4..9a23d9a9a7 100644 --- a/docs/Mono.Android/en/Android.Media.Audiofx/AudioEffect+Descriptor.xml +++ b/docs/Mono.Android/en/Android.Media.Audiofx/AudioEffect+Descriptor.xml @@ -18,14 +18,21 @@ - To be added. + The effect descriptor contains information on a particular effect implemented in the + audio framework:<br> + <ul> + <li>type: UUID identifying the effect type. - Android platform documentation + Java documentation for android.media.audiofx.AudioEffect.Descriptor. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -102,15 +109,32 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + UUID identifying the effect type. May be one of: + AudioEffect#EFFECT_TYPE_AEC, AudioEffect#EFFECT_TYPE_AGC, + AudioEffect#EFFECT_TYPE_BASS_BOOST, AudioEffect#EFFECT_TYPE_ENV_REVERB, + AudioEffect#EFFECT_TYPE_EQUALIZER, AudioEffect#EFFECT_TYPE_NS, + AudioEffect#EFFECT_TYPE_PRESET_REVERB, + AudioEffect#EFFECT_TYPE_VIRTUALIZER, + AudioEffect#EFFECT_TYPE_DYNAMICS_PROCESSING, + AudioEffect#EFFECT_TYPE_HAPTIC_GENERATOR. + UUID for this particular implementation + + #EFFECT_INSERT or #EFFECT_AUXILIARY + human readable effect name + human readable effect implementor name - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.audiofx.AudioEffect.Descriptor.AudioEffect$Descriptor(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -135,12 +159,20 @@ System.String - Indicates if the effect is of insert category , auxiliary - category or pre processing category - {at_link #EFFECT_PRE_PROCESSING}. + Indicates if the effect is of insert category #EFFECT_INSERT or auxiliary + category #EFFECT_AUXILIARY. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.audiofx.AudioEffect.Descriptor.connectMode. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -165,11 +197,19 @@ System.String - Human readable effect implementor name - + Human readable effect implementor name To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.audiofx.AudioEffect.Descriptor.implementor. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -225,11 +265,19 @@ System.String - Human readable effect name - + Human readable effect name To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.audiofx.AudioEffect.Descriptor.name. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -319,7 +367,16 @@ Indicates the generic type of the effect (Equalizer, Bass boost . To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.audiofx.AudioEffect.Descriptor.type. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -347,7 +404,16 @@ Indicates the particular implementation of the effect in that type. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.audiofx.AudioEffect.Descriptor.uuid. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/AudioEffect+IOnControlStatusChangeListener.xml b/docs/Mono.Android/en/Android.Media.Audiofx/AudioEffect+IOnControlStatusChangeListener.xml index 566dfaafa8..d1483bfcd5 100644 --- a/docs/Mono.Android/en/Android.Media.Audiofx/AudioEffect+IOnControlStatusChangeListener.xml +++ b/docs/Mono.Android/en/Android.Media.Audiofx/AudioEffect+IOnControlStatusChangeListener.xml @@ -26,15 +26,18 @@ The OnControlStatusChangeListener interface defines a method called by the AudioEffect - when a the control of the effect engine is gained or lost by the application - + when control of the effect engine is gained or lost by the application - Android platform documentation + Java documentation for android.media.audiofx.AudioEffect.OnControlStatusChangeListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -65,12 +68,20 @@ the effect on which the interface is registered. true if the application has been granted control of the effect - engine, false otherwise. - + engine, false otherwise. Called on the listener to notify it that the effect engine control - has been taken or returned. + has been taken or returned. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.audiofx.AudioEffect.OnControlStatusChangeListener.onControlStatusChange(android.media.audiofx.AudioEffect, boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/AudioEffect+IOnEnableStatusChangeListener.xml b/docs/Mono.Android/en/Android.Media.Audiofx/AudioEffect+IOnEnableStatusChangeListener.xml index 3b35532227..a3da7dc0bc 100644 --- a/docs/Mono.Android/en/Android.Media.Audiofx/AudioEffect+IOnEnableStatusChangeListener.xml +++ b/docs/Mono.Android/en/Android.Media.Audiofx/AudioEffect+IOnEnableStatusChangeListener.xml @@ -26,14 +26,18 @@ The OnEnableStatusChangeListener interface defines a method called by the AudioEffect - when a the enabled state of the effect engine was changed by the controlling application. + when the enabled state of the effect engine was changed by the controlling application. - Android platform documentation + Java documentation for android.media.audiofx.AudioEffect.OnEnableStatusChangeListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -63,12 +67,20 @@ the effect on which the interface is registered. - new effect state. - + new effect state. Called on the listener to notify it that the effect engine has been - enabled or disabled. + enabled or disabled. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.audiofx.AudioEffect.OnEnableStatusChangeListener.onEnableStatusChange(android.media.audiofx.AudioEffect, boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/AudioEffect.xml b/docs/Mono.Android/en/Android.Media.Audiofx/AudioEffect.xml index 3f9548648c..f2527c4e14 100644 --- a/docs/Mono.Android/en/Android.Media.Audiofx/AudioEffect.xml +++ b/docs/Mono.Android/en/Android.Media.Audiofx/AudioEffect.xml @@ -962,9 +962,18 @@ Returns effect enabled state - To be added. + true if the effect is enabled, false otherwise. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.audiofx.AudioEffect.getEnabled(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1396,9 +1405,19 @@ Checks if this AudioEffect object is controlling the effect engine. - To be added. + true if this instance has control of effect engine, false + otherwise. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.audiofx.AudioEffect.hasControl(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1425,9 +1444,18 @@ Returns effect unique identifier. - To be added. + the effect identifier. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.audiofx.AudioEffect.getId(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1594,9 +1622,20 @@ the requested enable state Enable or disable the effect. - To be added. + + #SUCCESS in case of success, #ERROR_INVALID_OPERATION + or #ERROR_DEAD_OBJECT in case of failure. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.audiofx.AudioEffect.setEnabled(boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/BassBoost+IOnParameterChangeListener.xml b/docs/Mono.Android/en/Android.Media.Audiofx/BassBoost+IOnParameterChangeListener.xml index 3dc1ec3d6a..2544ee06fb 100644 --- a/docs/Mono.Android/en/Android.Media.Audiofx/BassBoost+IOnParameterChangeListener.xml +++ b/docs/Mono.Android/en/Android.Media.Audiofx/BassBoost+IOnParameterChangeListener.xml @@ -26,14 +26,18 @@ The OnParameterChangeListener interface defines a method called by the BassBoost when a - parameter value has changed. + parameter value has changed. - Android platform documentation + Java documentation for android.media.audiofx.BassBoost.OnParameterChangeListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -80,12 +84,20 @@ the BassBoost on which the interface is registered. status of the set parameter operation. - ID of the modified parameter. See ... - the new parameter value. - + ID of the modified parameter. See #PARAM_STRENGTH ... + the new parameter value. Method called when a parameter value has changed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.audiofx.BassBoost.OnParameterChangeListener.onParameterChange(android.media.audiofx.BassBoost, int, int, short). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/BassBoost+Settings.xml b/docs/Mono.Android/en/Android.Media.Audiofx/BassBoost+Settings.xml index 155c8d41ca..fb40f387c6 100644 --- a/docs/Mono.Android/en/Android.Media.Audiofx/BassBoost+Settings.xml +++ b/docs/Mono.Android/en/Android.Media.Audiofx/BassBoost+Settings.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.media.audiofx.BassBoost.Settings. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -78,7 +82,16 @@ To be added. Settings class constructor from a key=value; pairs formatted string. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.audiofx.BassBoost.Settings.BassBoost$Settings(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. if the string is not correctly formatted. diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/BassBoost.xml b/docs/Mono.Android/en/Android.Media.Audiofx/BassBoost.xml index b66669015e..f4db95db60 100644 --- a/docs/Mono.Android/en/Android.Media.Audiofx/BassBoost.xml +++ b/docs/Mono.Android/en/Android.Media.Audiofx/BassBoost.xml @@ -299,9 +299,19 @@ Gets the current strength of the effect. - To be added. + the strength of the effect. The valid range for strength is [0, 1000], where 0 per + mille designates the mildest effect and 1000 per mille the strongest - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.audiofx.BassBoost.getRoundedStrength(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -375,10 +385,19 @@ strength of the effect. The valid range for strength strength is [0, 1000], - where 0 per mille designates the mildest effect and 1000 per mille designates the strongest. + where 0 per mille designates the mildest effect and 1000 per mille designates the strongest. Sets the strength of the bass boost effect. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.audiofx.BassBoost.setStrength(short). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+BandBase.xml b/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+BandBase.xml index 4a34131ae8..e25c1e9ac0 100644 --- a/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+BandBase.xml +++ b/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+BandBase.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Base class for bands + + + + Java documentation for android.media.audiofx.DynamicsProcessing.BandBase. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -94,9 +105,20 @@ System.Single - To be added. - To be added. - To be added. + gets cutoffFrequency for this band in Hertz (Hz) + cutoffFrequency for this band in Hertz (Hz) + + + + Java documentation for android.media.audiofx.DynamicsProcessing.BandBase.getCutoffFrequency(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -123,9 +145,28 @@ System.Boolean - To be added. - To be added. - To be added. + true for enabled, false otherwise + returns enabled state of the band -or- sets enabled state of the band + true if bands is enabled for processing, false otherwise + + Property getter documentation: + + + Java documentation for android.media.audiofx.DynamicsProcessing.BandBase.isEnabled(). + + + Property setter documentation: + + + Java documentation for android.media.audiofx.DynamicsProcessing.BandBase.setEnabled(boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+BandStage.xml b/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+BandStage.xml index 6b685b99ca..415f3d79f1 100644 --- a/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+BandStage.xml +++ b/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+BandStage.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Base class for stages that hold bands + + + + Java documentation for android.media.audiofx.DynamicsProcessing.BandStage. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -65,11 +76,25 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + true if this stage is set to be used. False otherwise. Stages that are not + set "inUse" at initialization time are not available to be used at any time. + true if this stage is currently used to process sound. When disabled, + the stage is bypassed and the sound is copied unaltered from input to output. + number of bands this stage will handle. If stage is not inUse, bandcount + is set to 0 + Class constructor for BandStage + + + + Java documentation for android.media.audiofx.DynamicsProcessing.BandStage.DynamicsProcessing$BandStage(boolean, boolean, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -92,9 +117,20 @@ System.Int32 - To be added. - To be added. - To be added. + gets number of bands held in this stage + number of bands held in this stage + + + + Java documentation for android.media.audiofx.DynamicsProcessing.BandStage.getBandCount(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+Channel.xml b/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+Channel.xml index aece470ee0..e9e684d9ff 100644 --- a/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+Channel.xml +++ b/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+Channel.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Class for Channel configuration parameters. + + + + Java documentation for android.media.audiofx.DynamicsProcessing.Channel. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -74,16 +85,32 @@ - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. + value in decibels (dB) of level change applied to the audio before + processing. A value of 0 dB means no change. + true if PreEq stage will be used, false otherwise. This can't be + changed later. + number of bands for PreEq stage. This can't be changed later. + true if Mbc stage will be used, false otherwise. This can't be changed + later. + number of bands for Mbc stage. This can't be changed later. + true if PostEq stage will be used, false otherwise. This can't be + changed later. + number of bands for PostEq stage. This can't be changed later. + true if Limiter stage will be used, false otherwise. This can't be + changed later. + Class constructor for Channel configuration. + + + + Java documentation for android.media.audiofx.DynamicsProcessing.Channel.DynamicsProcessing$Channel(float, boolean, int, boolean, int, boolean, int, boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -197,9 +224,28 @@ System.Single - To be added. - To be added. - To be added. + desired gain value in decibels (dB) + Gets inputGain value in decibels (dB). -or- Sets inputGain value in decibels (dB). + gain value in decibels (dB) + + Property getter documentation: + + + Java documentation for android.media.audiofx.DynamicsProcessing.Channel.getInputGain(). + + + Property setter documentation: + + + Java documentation for android.media.audiofx.DynamicsProcessing.Channel.setInputGain(float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+Config.xml b/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+Config.xml index ab4a6b02c7..a500fa8001 100644 --- a/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+Config.xml +++ b/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+Config.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Class for Config object, used by DynamicsProcessing to configure and update the audio effect. + + + + Java documentation for android.media.audiofx.DynamicsProcessing.Config. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -74,10 +85,21 @@ - To be added. - To be added. - To be added. - To be added. + index of channel of interest + Gets inputGain value in decibels (dB) for channel indicated by channelIndex + inputGain value in decibels (dB). 0 dB means no change. + + + + Java documentation for android.media.audiofx.DynamicsProcessing.Config.getInputGainByChannelIndex(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -309,9 +331,20 @@ System.Boolean - To be added. - To be added. - To be added. + Gets if Limiter stage is in use + true if Limiter stage is in use; + + + + Java documentation for android.media.audiofx.DynamicsProcessing.Config.isLimiterInUse(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -334,9 +367,20 @@ System.Boolean - To be added. - To be added. - To be added. + Gets if Mbc stage is in use + true if Mbc stage is in use; + + + + Java documentation for android.media.audiofx.DynamicsProcessing.Config.isMbcInUse(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -359,9 +403,20 @@ System.Boolean - To be added. - To be added. - To be added. + Gets if PostEq stage is in use + true if PostEq stage is in use; + + + + Java documentation for android.media.audiofx.DynamicsProcessing.Config.isPostEqInUse(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -384,9 +439,20 @@ System.Boolean - To be added. - To be added. - To be added. + Gets if preEq stage is in use + true if preEq stage is in use; + + + + Java documentation for android.media.audiofx.DynamicsProcessing.Config.isPreEqInUse(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -438,9 +504,20 @@ System.Int32 - To be added. - To be added. - To be added. + Gets number of bands configured for the Mbc stage. + number of bands configured for the Mbc stage. + + + + Java documentation for android.media.audiofx.DynamicsProcessing.Config.getMbcBandCount(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -463,9 +540,20 @@ System.Int32 - To be added. - To be added. - To be added. + Gets number of bands configured for the PostEq stage. + number of bands configured for the PostEq stage. + + + + Java documentation for android.media.audiofx.DynamicsProcessing.Config.getPostEqBandCount(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -488,9 +576,20 @@ System.Int32 - To be added. - To be added. - To be added. + Gets number of bands configured for the PreEq stage. + number of bands configured for the PreEq stage. + + + + Java documentation for android.media.audiofx.DynamicsProcessing.Config.getPreEqBandCount(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -513,9 +612,20 @@ System.Single - To be added. - To be added. - To be added. + Gets preferred frame duration in milliseconds (ms). + preferred frame duration in milliseconds (ms) + + + + Java documentation for android.media.audiofx.DynamicsProcessing.Config.getPreferredFrameDuration(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -599,9 +709,20 @@ - To be added. - To be added. - To be added. + desired value in decibels (dB) + Sets the inputGain value in decibels (dB) for ALL channels + + + + Java documentation for android.media.audiofx.DynamicsProcessing.Config.setInputGainAllChannelsTo(float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -628,10 +749,21 @@ - To be added. - To be added. - To be added. - To be added. + index of channel of interest + desired value in decibels (dB). + Sets the inputGain value in decibels (dB) for the channel indicated by channelIndex. + + + + Java documentation for android.media.audiofx.DynamicsProcessing.Config.setInputGainByChannelIndex(int, float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1130,9 +1262,21 @@ Android.Media.Audiofx.VariantType - To be added. - To be added. - To be added. + Gets variant for effect engine See #VARIANT_FAVOR_FREQUENCY_RESOLUTION and + #VARIANT_FAVOR_TIME_RESOLUTION. + variant of effect engine + + + + Java documentation for android.media.audiofx.DynamicsProcessing.Config.getVariant(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+Eq.xml b/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+Eq.xml index 79c879ca4f..032714ab9e 100644 --- a/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+Eq.xml +++ b/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+Eq.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Class for Equalizer stage + + + + Java documentation for android.media.audiofx.DynamicsProcessing.Eq. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -69,11 +80,24 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + true if Eq stage will be used, false otherwise. + true if Eq stage is enabled/disabled. This can be changed while effect is + running + number of bands for this Equalizer stage. Can't be changed while effect + is running + Class constructor for Equalizer (Eq) stage + + + + Java documentation for android.media.audiofx.DynamicsProcessing.Eq.DynamicsProcessing$Eq(boolean, boolean, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+EqBand.xml b/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+EqBand.xml index 8c5d16650a..3a8ddb06e1 100644 --- a/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+EqBand.xml +++ b/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+EqBand.xml @@ -18,8 +18,21 @@ - To be added. - To be added. + Class for Equalizer Bands + Equalizer bands have three controllable parameters: enabled/disabled, cutoffFrequency and + gain + + + + Java documentation for android.media.audiofx.DynamicsProcessing.EqBand. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -100,9 +113,28 @@ System.Single - To be added. - To be added. - To be added. + desired in decibels (db) + gets current gain of band in decibels (dB) -or- sets current gain of band in decibels (dB) + current gain of band in decibels (dB) + + Property getter documentation: + + + Java documentation for android.media.audiofx.DynamicsProcessing.EqBand.getGain(). + + + Property setter documentation: + + + Java documentation for android.media.audiofx.DynamicsProcessing.EqBand.setGain(float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+Limiter.xml b/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+Limiter.xml index 6a47f5d100..bc59afa670 100644 --- a/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+Limiter.xml +++ b/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+Limiter.xml @@ -18,8 +18,21 @@ - To be added. - To be added. + Class for Limiter Stage + Limiter is a single band compressor at the end of the processing chain, commonly used to + protect the signal from overloading and distortion. + + + + Java documentation for android.media.audiofx.DynamicsProcessing.Limiter. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -74,16 +87,30 @@ - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. + true if MBC stage will be used, false otherwise. + true if MBC stage is enabled/disabled. This can be changed while effect + is running + index of group assigned to this Limiter. Only limiters that share the + same linkGroup index will react together. + Attack Time for limiter compressor in milliseconds (ms) + Release Time for limiter compressor in milliseconds (ms) + Limiter Compressor ratio (N:1) (input:output) + Limiter Compressor threshold measured in decibels (dB) from 0 dB Full + Scale (dBFS). + Gain applied to the signal AFTER compression. + Class constructor for Limiter Stage + + + + Java documentation for android.media.audiofx.DynamicsProcessing.Limiter.DynamicsProcessing$Limiter(boolean, boolean, int, float, float, float, float, float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -110,9 +137,28 @@ System.Single - To be added. - To be added. - To be added. + desired for limiter compressor in milliseconds (ms) + gets attack time for limiter compressor in milliseconds (ms) -or- sets attack time for limiter compressor in milliseconds (ms) + attack time for limiter compressor in milliseconds (ms) + + Property getter documentation: + + + Java documentation for android.media.audiofx.DynamicsProcessing.Limiter.getAttackTime(). + + + Property setter documentation: + + + Java documentation for android.media.audiofx.DynamicsProcessing.Limiter.setAttackTime(float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -168,9 +214,28 @@ System.Int32 - To be added. - To be added. - To be added. + desired linkGroup index + Gets the linkGroup index for this Limiter Stage. -or- Sets the linkGroup index for this limiter Stage. + linkGroup index. + + Property getter documentation: + + + Java documentation for android.media.audiofx.DynamicsProcessing.Limiter.getLinkGroup(). + + + Property setter documentation: + + + Java documentation for android.media.audiofx.DynamicsProcessing.Limiter.setLinkGroup(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -197,9 +262,28 @@ System.Single - To be added. - To be added. - To be added. + desired value in decibels (dB) + gets the gain applied to the signal AFTER limiting. -or- sets the gain to be applied to the siganl AFTER the limiter. + postGain value in decibels (dB) + + Property getter documentation: + + + Java documentation for android.media.audiofx.DynamicsProcessing.Limiter.getPostGain(). + + + Property setter documentation: + + + Java documentation for android.media.audiofx.DynamicsProcessing.Limiter.setPostGain(float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -226,9 +310,28 @@ System.Single - To be added. - To be added. - To be added. + desired for the limiter compressor (N:1) + gets the limiter compressor ratio (N:1) -or- sets limiter compressor ratio (N:1) + limiter compressor ratio (N:1) + + Property getter documentation: + + + Java documentation for android.media.audiofx.DynamicsProcessing.Limiter.getRatio(). + + + Property setter documentation: + + + Java documentation for android.media.audiofx.DynamicsProcessing.Limiter.setRatio(float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -255,9 +358,28 @@ System.Single - To be added. - To be added. - To be added. + desired for limiter compressor in milliseconds (ms) + gets release time for limiter compressor in milliseconds (ms) -or- sets release time for limiter compressor in milliseconds (ms) + release time for limiter compressor in milliseconds (ms) + + Property getter documentation: + + + Java documentation for android.media.audiofx.DynamicsProcessing.Limiter.getReleaseTime(). + + + Property setter documentation: + + + Java documentation for android.media.audiofx.DynamicsProcessing.Limiter.setReleaseTime(float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -284,9 +406,30 @@ System.Single - To be added. - To be added. - To be added. + desired for limiter compressor in decibels(dB) + gets the limiter compressor threshold measured in decibels (dB) from 0 dB Full Scale + (dBFS). -or- sets the limiter compressor threshold measured in decibels (dB) from 0 dB Full Scale + (dBFS). + limiter compressor threshold in decibels (dB) + + Property getter documentation: + + + Java documentation for android.media.audiofx.DynamicsProcessing.Limiter.getThreshold(). + + + Property setter documentation: + + + Java documentation for android.media.audiofx.DynamicsProcessing.Limiter.setThreshold(float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+Mbc.xml b/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+Mbc.xml index ec40502045..656e9c2f67 100644 --- a/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+Mbc.xml +++ b/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+Mbc.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Class for Multi-Band Compressor (MBC) stage + + + + Java documentation for android.media.audiofx.DynamicsProcessing.Mbc. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -69,11 +80,24 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + true if MBC stage will be used, false otherwise. + true if MBC stage is enabled/disabled. This can be changed while effect + is running + number of bands for this MBC stage. Can't be changed while effect is + running + Constructor for Multi-Band Compressor (MBC) stage + + + + Java documentation for android.media.audiofx.DynamicsProcessing.Mbc.DynamicsProcessing$Mbc(boolean, boolean, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+MbcBand.xml b/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+MbcBand.xml index 0257c40df7..1d2341c5d5 100644 --- a/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+MbcBand.xml +++ b/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+MbcBand.xml @@ -18,8 +18,22 @@ - To be added. - To be added. + Class for Multi-Band compressor bands + MBC bands have multiple controllable parameters: enabled/disabled, cutoffFrequency, + attackTime, releaseTime, ratio, threshold, kneeWidth, noiseGateThreshold, expanderRatio, + preGain and postGain. + + + + Java documentation for android.media.audiofx.DynamicsProcessing.MbcBand. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -116,9 +130,28 @@ System.Single - To be added. - To be added. - To be added. + desired for compressor in milliseconds (ms) + gets attack time for compressor in milliseconds (ms) -or- sets attack time for compressor in milliseconds (ms) + attack time for compressor in milliseconds (ms) + + Property getter documentation: + + + Java documentation for android.media.audiofx.DynamicsProcessing.MbcBand.getAttackTime(). + + + Property setter documentation: + + + Java documentation for android.media.audiofx.DynamicsProcessing.MbcBand.setAttackTime(float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -145,9 +178,28 @@ System.Single - To be added. - To be added. - To be added. + desired expander ratio (1:N) + gets Expander ratio (1:N) for signals below the Noise Gate Threshold. -or- sets Expander ratio (1:N) for signals below the Noise Gate Threshold. + Expander ratio (1:N) + + Property getter documentation: + + + Java documentation for android.media.audiofx.DynamicsProcessing.MbcBand.getExpanderRatio(). + + + Property setter documentation: + + + Java documentation for android.media.audiofx.DynamicsProcessing.MbcBand.setExpanderRatio(float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -203,9 +255,28 @@ System.Single - To be added. - To be added. - To be added. + desired in decibels (dB) + get Knee Width in decibels (dB) around compressor threshold point. -or- sets knee width in decibels (dB). + Knee Width in decibels (dB) + + Property getter documentation: + + + Java documentation for android.media.audiofx.DynamicsProcessing.MbcBand.getKneeWidth(). + + + Property setter documentation: + + + Java documentation for android.media.audiofx.DynamicsProcessing.MbcBand.setKneeWidth(float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -232,9 +303,28 @@ System.Single - To be added. - To be added. - To be added. + desired in decibels (dB) + gets the noise gate threshold in decibels (dB) from 0 dB Full Scale (dBFS). -or- sets noise gate threshod in decibels (dB). + Noise Gate Threshold in decibels (dB) + + Property getter documentation: + + + Java documentation for android.media.audiofx.DynamicsProcessing.MbcBand.getNoiseGateThreshold(). + + + Property setter documentation: + + + Java documentation for android.media.audiofx.DynamicsProcessing.MbcBand.setNoiseGateThreshold(float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -261,9 +351,28 @@ System.Single - To be added. - To be added. - To be added. + desired value in decibels (dB) + gets the gain applied to the signal AFTER compression. -or- sets the gain to be applied to the siganl AFTER the compression. + postGain value in decibels (dB) + + Property getter documentation: + + + Java documentation for android.media.audiofx.DynamicsProcessing.MbcBand.getPostGain(). + + + Property setter documentation: + + + Java documentation for android.media.audiofx.DynamicsProcessing.MbcBand.setPostGain(float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -290,9 +399,29 @@ System.Single - To be added. - To be added. - To be added. + desired in decibels (dB) + gets the gain applied to the signal BEFORE the compression. -or- sets the gain to be applied to the signal BEFORE the compression, measured in decibels + (dB), where 0 dB means no level change. + preGain value in decibels (dB) + + Property getter documentation: + + + Java documentation for android.media.audiofx.DynamicsProcessing.MbcBand.getPreGain(). + + + Property setter documentation: + + + Java documentation for android.media.audiofx.DynamicsProcessing.MbcBand.setPreGain(float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -319,9 +448,28 @@ System.Single - To be added. - To be added. - To be added. + desired for the compressor (N:1) + gets the compressor ratio (N:1) -or- sets compressor ratio (N:1) + compressor ratio (N:1) + + Property getter documentation: + + + Java documentation for android.media.audiofx.DynamicsProcessing.MbcBand.getRatio(). + + + Property setter documentation: + + + Java documentation for android.media.audiofx.DynamicsProcessing.MbcBand.setRatio(float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -348,9 +496,28 @@ System.Single - To be added. - To be added. - To be added. + desired for compressor in milliseconds (ms) + gets release time for compressor in milliseconds (ms) -or- sets release time for compressor in milliseconds (ms) + release time for compressor in milliseconds (ms) + + Property getter documentation: + + + Java documentation for android.media.audiofx.DynamicsProcessing.MbcBand.getReleaseTime(). + + + Property setter documentation: + + + Java documentation for android.media.audiofx.DynamicsProcessing.MbcBand.setReleaseTime(float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -377,9 +544,28 @@ System.Single - To be added. - To be added. - To be added. + desired for compressor in decibels(dB) + gets the compressor threshold measured in decibels (dB) from 0 dB Full Scale (dBFS). -or- sets the compressor threshold measured in decibels (dB) from 0 dB Full Scale (dBFS). + compressor threshold in decibels (dB) + + Property getter documentation: + + + Java documentation for android.media.audiofx.DynamicsProcessing.MbcBand.getThreshold(). + + + Property setter documentation: + + + Java documentation for android.media.audiofx.DynamicsProcessing.MbcBand.setThreshold(float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+Stage.xml b/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+Stage.xml index e5ad8b2880..1d6c1572c7 100644 --- a/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+Stage.xml +++ b/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+Stage.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + base class for the different stages. + + + + Java documentation for android.media.audiofx.DynamicsProcessing.Stage. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -43,10 +54,23 @@ - To be added. - To be added. - To be added. - To be added. + true if this stage is set to be used. False otherwise. Stages that are not + set "inUse" at initialization time are not available to be used at any time. + true if this stage is currently used to process sound. When disabled, + the stage is bypassed and the sound is copied unaltered from input to output. + Class constructor for stage + + + + Java documentation for android.media.audiofx.DynamicsProcessing.Stage.DynamicsProcessing$Stage(boolean, boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -94,9 +118,28 @@ System.Boolean - To be added. - To be added. - To be added. + true for enabled, false otherwise + returns enabled state of the stage -or- sets enabled state of the stage + true if stage is enabled for processing, false otherwise + + Property getter documentation: + + + Java documentation for android.media.audiofx.DynamicsProcessing.Stage.isEnabled(). + + + Property setter documentation: + + + Java documentation for android.media.audiofx.DynamicsProcessing.Stage.setEnabled(boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -119,9 +162,21 @@ System.Boolean - To be added. - To be added. - To be added. + returns inUse state of the stage. + inUse state of the stage. True if this stage is currently used to process sound. + When false, the stage is bypassed and the sound is copied unaltered from input to output. + + + + Java documentation for android.media.audiofx.DynamicsProcessing.Stage.isInUse(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/EnvironmentalReverb+IOnParameterChangeListener.xml b/docs/Mono.Android/en/Android.Media.Audiofx/EnvironmentalReverb+IOnParameterChangeListener.xml index ca5db7d998..662dd08de0 100644 --- a/docs/Mono.Android/en/Android.Media.Audiofx/EnvironmentalReverb+IOnParameterChangeListener.xml +++ b/docs/Mono.Android/en/Android.Media.Audiofx/EnvironmentalReverb+IOnParameterChangeListener.xml @@ -26,14 +26,18 @@ The OnParameterChangeListener interface defines a method called by the EnvironmentalReverb - when a parameter value has changed. + when a parameter value has changed. - Android platform documentation + Java documentation for android.media.audiofx.EnvironmentalReverb.OnParameterChangeListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -80,12 +84,20 @@ the EnvironmentalReverb on which the interface is registered. status of the set parameter operation. - ID of the modified parameter. See ... - the new parameter value. - + ID of the modified parameter. See #PARAM_ROOM_LEVEL ... + the new parameter value. Method called when a parameter value has changed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.audiofx.EnvironmentalReverb.OnParameterChangeListener.onParameterChange(android.media.audiofx.EnvironmentalReverb, int, int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/EnvironmentalReverb+Settings.xml b/docs/Mono.Android/en/Android.Media.Audiofx/EnvironmentalReverb+Settings.xml index ea8892f17b..482480801b 100644 --- a/docs/Mono.Android/en/Android.Media.Audiofx/EnvironmentalReverb+Settings.xml +++ b/docs/Mono.Android/en/Android.Media.Audiofx/EnvironmentalReverb+Settings.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.media.audiofx.EnvironmentalReverb.Settings. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -78,7 +82,16 @@ To be added. Settings class constructor from a key=value; pairs formatted string. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.audiofx.EnvironmentalReverb.Settings.EnvironmentalReverb$Settings(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. if the string is not correctly formatted. diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/EnvironmentalReverb.xml b/docs/Mono.Android/en/Android.Media.Audiofx/EnvironmentalReverb.xml index 851c90204e..0ef4920ec0 100644 --- a/docs/Mono.Android/en/Android.Media.Audiofx/EnvironmentalReverb.xml +++ b/docs/Mono.Android/en/Android.Media.Audiofx/EnvironmentalReverb.xml @@ -55,11 +55,27 @@ - To be added. - To be added. + the priority level requested by the application for controlling the + EnvironmentalReverb engine. As the same engine can be shared by several applications, this + parameter indicates how much the requesting application needs control of effect parameters. + The normal priority is 0, above normal is a positive number, below normal a negative number. + system wide unique audio session identifier. If audioSession + is not 0, the EnvironmentalReverb will be attached to the MediaPlayer or AudioTrack in the + same audio session. Otherwise, the EnvironmentalReverb will apply to the output mix. + As the EnvironmentalReverb is an auxiliary effect it is recommended to instantiate it on + audio session 0 and to attach it to the MediaPLayer auxiliary output. Class constructor. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.audiofx.EnvironmentalReverb.EnvironmentalReverb(int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -116,10 +132,29 @@ System.Int16 - Gets the ratio of high frequency decay time (at 5 kHz) relative to low frequencies. - To be added. + high frequency decay ratio using a permille scale. The valid range is + [100, 2000]. A ratio of 1000 indicates that all frequencies decay at the same rate. + Gets the ratio of high frequency decay time (at 5 kHz) relative to low frequencies. -or- Sets the ratio of high frequency decay time (at 5 kHz) relative to the decay time at low + frequencies. + the decay HF ration. See #setDecayHFRatio(short) for units. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Property getter documentation: + + + Java documentation for android.media.audiofx.EnvironmentalReverb.getDecayHFRatio(). + + + Property setter documentation: + + + Java documentation for android.media.audiofx.EnvironmentalReverb.setDecayHFRatio(short). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -158,10 +193,27 @@ System.Int32 - Gets the decay time. - To be added. + decay time in milliseconds. The valid range is [100, 20000]. + Gets the decay time. -or- Sets the time taken for the level of reverberation to decay by 60 dB. + the decay time in milliseconds. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Property getter documentation: + + + Java documentation for android.media.audiofx.EnvironmentalReverb.getDecayTime(). + + + Property setter documentation: + + + Java documentation for android.media.audiofx.EnvironmentalReverb.setDecayTime(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -200,10 +252,29 @@ System.Int16 - Gets the density level. - To be added. + density specified using a permille scale. The valid range is [0, 1000]. + A value of 1000 o/oo indicates a natural sounding reverberation. Values below this level + produce a more colored effect. + Gets the density level. -or- Controls the modal density of the late reverberation decay. + the density level. See #setDiffusion(short) for units. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Property getter documentation: + + + Java documentation for android.media.audiofx.EnvironmentalReverb.getDensity(). + + + Property setter documentation: + + + Java documentation for android.media.audiofx.EnvironmentalReverb.setDensity(short). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -242,10 +313,29 @@ System.Int16 - Gets diffusion level. - To be added. + diffusion specified using a permille scale. The diffusion valid range is + [0, 1000]. A value of 1000 o/oo indicates a smooth reverberation decay. + Values below this level give a more grainy character. + Gets diffusion level. -or- Sets the echo density in the late reverberation decay. + the diffusion level. See #setDiffusion(short) for units. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Property getter documentation: + + + Java documentation for android.media.audiofx.EnvironmentalReverb.getDiffusion(). + + + Property setter documentation: + + + Java documentation for android.media.audiofx.EnvironmentalReverb.setDiffusion(short). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -787,10 +877,27 @@ System.Int32 - Gets the reflections delay. - To be added. + reflections delay in milliseconds. The valid range is [0, 300]. + Gets the reflections delay. -or- Sets the delay time for the early reflections. + the early reflections delay in milliseconds. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Property getter documentation: + + + Java documentation for android.media.audiofx.EnvironmentalReverb.getReflectionsDelay(). + + + Property setter documentation: + + + Java documentation for android.media.audiofx.EnvironmentalReverb.setReflectionsDelay(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -829,10 +936,27 @@ System.Int16 - Gets the volume level of the early reflections. - To be added. + reflection level in millibels. The valid range is [-9000, 1000]. + Gets the volume level of the early reflections. -or- Sets the volume level of the early reflections. + the early reflections level in millibels. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Property getter documentation: + + + Java documentation for android.media.audiofx.EnvironmentalReverb.getReflectionsLevel(). + + + Property setter documentation: + + + Java documentation for android.media.audiofx.EnvironmentalReverb.setReflectionsLevel(short). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -871,10 +995,27 @@ System.Int32 - Gets the reverb delay. - To be added. + reverb delay in milliseconds. The valid range is [0, 100]. + Gets the reverb delay. -or- Sets the time between the first reflection and the reverberation. + the reverb delay in milliseconds. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Property getter documentation: + + + Java documentation for android.media.audiofx.EnvironmentalReverb.getReverbDelay(). + + + Property setter documentation: + + + Java documentation for android.media.audiofx.EnvironmentalReverb.setReverbDelay(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -913,10 +1054,27 @@ System.Int16 - Gets the reverb level. - To be added. + reverb level in millibels. The valid range is [-9000, 2000]. + Gets the reverb level. -or- Sets the volume level of the late reverberation. + the reverb level in millibels. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Property getter documentation: + + + Java documentation for android.media.audiofx.EnvironmentalReverb.getReverbLevel(). + + + Property setter documentation: + + + Java documentation for android.media.audiofx.EnvironmentalReverb.setReverbLevel(short). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -955,10 +1113,28 @@ System.Int16 - Gets the room HF level. - To be added. + high frequency attenuation level in millibels. The valid range is [-9000, 0]. + Gets the room HF level. -or- Sets the volume level at 5 kHz relative to the volume level at low frequencies of the + overall reverb effect. + the room HF level in millibels. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Property getter documentation: + + + Java documentation for android.media.audiofx.EnvironmentalReverb.getRoomHFLevel(). + + + Property setter documentation: + + + Java documentation for android.media.audiofx.EnvironmentalReverb.setRoomHFLevel(short). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -997,10 +1173,27 @@ System.Int16 - Gets the master volume level of the environmental reverb effect. - To be added. + room level in millibels. The valid range is [-9000, 0]. + Gets the master volume level of the environmental reverb effect. -or- Sets the master volume level of the environmental reverb effect. + the room level in millibels. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Property getter documentation: + + + Java documentation for android.media.audiofx.EnvironmentalReverb.getRoomLevel(). + + + Property setter documentation: + + + Java documentation for android.media.audiofx.EnvironmentalReverb.setRoomLevel(short). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/Equalizer+IOnParameterChangeListener.xml b/docs/Mono.Android/en/Android.Media.Audiofx/Equalizer+IOnParameterChangeListener.xml index 24943b802e..830b059edd 100644 --- a/docs/Mono.Android/en/Android.Media.Audiofx/Equalizer+IOnParameterChangeListener.xml +++ b/docs/Mono.Android/en/Android.Media.Audiofx/Equalizer+IOnParameterChangeListener.xml @@ -26,14 +26,18 @@ The OnParameterChangeListener interface defines a method called by the Equalizer when a - parameter value has changed. + parameter value has changed. - Android platform documentation + Java documentation for android.media.audiofx.Equalizer.OnParameterChangeListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -81,13 +85,21 @@ the Equalizer on which the interface is registered. status of the set parameter operation. - ID of the modified parameter. See ... + ID of the modified parameter. See #PARAM_BAND_LEVEL ... additional parameter qualifier (e.g the band for band level parameter). - the new parameter value. - + the new parameter value. Method called when a parameter value has changed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.audiofx.Equalizer.OnParameterChangeListener.onParameterChange(android.media.audiofx.Equalizer, int, int, int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/Equalizer+Settings.xml b/docs/Mono.Android/en/Android.Media.Audiofx/Equalizer+Settings.xml index 75053356df..efdf350fe0 100644 --- a/docs/Mono.Android/en/Android.Media.Audiofx/Equalizer+Settings.xml +++ b/docs/Mono.Android/en/Android.Media.Audiofx/Equalizer+Settings.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.media.audiofx.Equalizer.Settings. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -78,7 +82,16 @@ To be added. Settings class constructor from a key=value; pairs formatted string. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.audiofx.Equalizer.Settings.Equalizer$Settings(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. if the string is not correctly formatted. diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/Equalizer.xml b/docs/Mono.Android/en/Android.Media.Audiofx/Equalizer.xml index 8a13b4a3b8..fd7159a43a 100644 --- a/docs/Mono.Android/en/Android.Media.Audiofx/Equalizer.xml +++ b/docs/Mono.Android/en/Android.Media.Audiofx/Equalizer.xml @@ -129,9 +129,18 @@ Gets current preset. - To be added. + the preset that is set at the moment. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.audiofx.Equalizer.getCurrentPreset(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -166,9 +175,18 @@ frequency in milliHertz which is to be equalized via the returned band. Gets the band that has the most effect on the given frequency. - To be added. + the frequency band that has most effect on the given frequency. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.audiofx.Equalizer.getBand(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -202,11 +220,21 @@ frequency band whose frequency range is requested. The numbering of the bands - starts from 0 and ends at (number of bands - 1). + starts from 0 and ends at (number of bands - 1). Gets the frequency range of the given frequency band. - To be added. + the frequency range in millHertz in an array of integers. The first element is the + lower limit of the range, the second element the upper limit. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.audiofx.Equalizer.getBandFreqRange(short). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -240,11 +268,20 @@ frequency band whose gain is requested. The numbering of the bands starts - from 0 and ends at (number of bands - 1). + from 0 and ends at (number of bands - 1). Gets the gain set for the given equalizer band. - To be added. + the gain in millibels of the given band. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.audiofx.Equalizer.getBandLevel(short). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -275,10 +312,20 @@ - Gets the level range for use by . - To be added. + Gets the level range for use by #setBandLevel(short,short). + the band level range in an array of short integers. The first element is the lower + limit of the range, the second element the upper limit. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.audiofx.Equalizer.getBandLevelRange(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -312,11 +359,20 @@ frequency band whose center frequency is requested. The numbering of the bands - starts from 0 and ends at (number of bands - 1). + starts from 0 and ends at (number of bands - 1). Gets the center frequency of the given band. - To be added. + the center frequency in milliHertz - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.audiofx.Equalizer.getCenterFreq(short). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -351,9 +407,18 @@ index of the preset. The valid range is [0, number of presets-1]. Gets the preset name based on the index. - To be added. + a string containing the name of the given preset. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.audiofx.Equalizer.getPresetName(short). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -413,9 +478,18 @@ Gets the number of frequency bands supported by the Equalizer engine. - To be added. + the number of bands - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.audiofx.Equalizer.getNumberOfBands(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -446,9 +520,18 @@ Gets the total number of presets the equalizer supports. - To be added. + the number of presets the equalizer supports. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.audiofx.Equalizer.getNumberOfPresets(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/LoudnessEnhancer.xml b/docs/Mono.Android/en/Android.Media.Audiofx/LoudnessEnhancer.xml index 92c4ffc2d7..d0c76b05f8 100644 --- a/docs/Mono.Android/en/Android.Media.Audiofx/LoudnessEnhancer.xml +++ b/docs/Mono.Android/en/Android.Media.Audiofx/LoudnessEnhancer.xml @@ -197,7 +197,16 @@ the effect target gain expressed in mB. 0mB corresponds to no amplification. Set the target gain for the audio effect. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.audiofx.LoudnessEnhancer.setTargetGain(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -227,9 +236,18 @@ Return the target gain. - To be added. + the effect target gain expressed in mB. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.audiofx.LoudnessEnhancer.getTargetGain(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/PresetReverb+IOnParameterChangeListener.xml b/docs/Mono.Android/en/Android.Media.Audiofx/PresetReverb+IOnParameterChangeListener.xml index f10c4f3f47..ef5fa4ce70 100644 --- a/docs/Mono.Android/en/Android.Media.Audiofx/PresetReverb+IOnParameterChangeListener.xml +++ b/docs/Mono.Android/en/Android.Media.Audiofx/PresetReverb+IOnParameterChangeListener.xml @@ -26,14 +26,18 @@ The OnParameterChangeListener interface defines a method called by the PresetReverb - when a parameter value has changed. + when a parameter value has changed. - Android platform documentation + Java documentation for android.media.audiofx.PresetReverb.OnParameterChangeListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -80,12 +84,20 @@ the PresetReverb on which the interface is registered. status of the set parameter operation. - ID of the modified parameter. See ... - the new parameter value. - + ID of the modified parameter. See #PARAM_PRESET ... + the new parameter value. Method called when a parameter value has changed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.audiofx.PresetReverb.OnParameterChangeListener.onParameterChange(android.media.audiofx.PresetReverb, int, int, short). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/PresetReverb+Settings.xml b/docs/Mono.Android/en/Android.Media.Audiofx/PresetReverb+Settings.xml index f7ac1a256a..bca8d02d17 100644 --- a/docs/Mono.Android/en/Android.Media.Audiofx/PresetReverb+Settings.xml +++ b/docs/Mono.Android/en/Android.Media.Audiofx/PresetReverb+Settings.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.media.audiofx.PresetReverb.Settings. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -78,7 +82,16 @@ To be added. Settings class constructor from a key=value; pairs formatted string. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.audiofx.PresetReverb.Settings.PresetReverb$Settings(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. if the string is not correctly formatted. diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/PresetReverb.xml b/docs/Mono.Android/en/Android.Media.Audiofx/PresetReverb.xml index b9a18b23fe..c7b4e86b99 100644 --- a/docs/Mono.Android/en/Android.Media.Audiofx/PresetReverb.xml +++ b/docs/Mono.Android/en/Android.Media.Audiofx/PresetReverb.xml @@ -55,11 +55,27 @@ - To be added. - To be added. + the priority level requested by the application for controlling the + PresetReverb engine. As the same engine can be shared by several applications, this + parameter indicates how much the requesting application needs control of effect parameters. + The normal priority is 0, above normal is a positive number, below normal a negative number. + system wide unique audio session identifier. If audioSession + is not 0, the PresetReverb will be attached to the MediaPlayer or AudioTrack in the + same audio session. Otherwise, the PresetReverb will apply to the output mix. + As the PresetReverb is an auxiliary effect it is recommended to instantiate it on + audio session 0 and to attach it to the MediaPLayer auxiliary output. Class constructor. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.audiofx.PresetReverb.PresetReverb(int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -208,10 +224,28 @@ System.Int16 - Gets current reverb preset. - To be added. + this must be one of the the preset constants defined in this class. + e.g. #PRESET_SMALLROOM + Gets current reverb preset. -or- Enables a preset on the reverb. + the preset that is set at the moment. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Property getter documentation: + + + Java documentation for android.media.audiofx.PresetReverb.getPreset(). + + + Property setter documentation: + + + Java documentation for android.media.audiofx.PresetReverb.setPreset(short). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/Virtualizer+IOnParameterChangeListener.xml b/docs/Mono.Android/en/Android.Media.Audiofx/Virtualizer+IOnParameterChangeListener.xml index 4326f4a7c4..00aca14b2d 100644 --- a/docs/Mono.Android/en/Android.Media.Audiofx/Virtualizer+IOnParameterChangeListener.xml +++ b/docs/Mono.Android/en/Android.Media.Audiofx/Virtualizer+IOnParameterChangeListener.xml @@ -26,14 +26,18 @@ The OnParameterChangeListener interface defines a method called by the Virtualizer when a - parameter value has changed. + parameter value has changed. - Android platform documentation + Java documentation for android.media.audiofx.Virtualizer.OnParameterChangeListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -80,12 +84,20 @@ the Virtualizer on which the interface is registered. status of the set parameter operation. - ID of the modified parameter. See ... - the new parameter value. - + ID of the modified parameter. See #PARAM_STRENGTH ... + the new parameter value. Method called when a parameter value has changed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.audiofx.Virtualizer.OnParameterChangeListener.onParameterChange(android.media.audiofx.Virtualizer, int, int, short). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/Virtualizer+Settings.xml b/docs/Mono.Android/en/Android.Media.Audiofx/Virtualizer+Settings.xml index 71a521bda6..367112f1de 100644 --- a/docs/Mono.Android/en/Android.Media.Audiofx/Virtualizer+Settings.xml +++ b/docs/Mono.Android/en/Android.Media.Audiofx/Virtualizer+Settings.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.media.audiofx.Virtualizer.Settings. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -78,7 +82,16 @@ To be added. Settings class constructor from a key=value; pairs formatted string. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.audiofx.Virtualizer.Settings.Virtualizer$Settings(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. if the string is not correctly formatted. diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/Virtualizer.xml b/docs/Mono.Android/en/Android.Media.Audiofx/Virtualizer.xml index 18c4ab98f3..2d99284a6c 100644 --- a/docs/Mono.Android/en/Android.Media.Audiofx/Virtualizer.xml +++ b/docs/Mono.Android/en/Android.Media.Audiofx/Virtualizer.xml @@ -147,12 +147,29 @@ the channel mask of the content to virtualize. the mode for which virtualization processing is to be performed, - one of Android.Media.Audiofx.Virtualizer.VIRTUALIZATION_MODE_BINAURAL, Android.Media.Audiofx.Virtualizer.VIRTUALIZATION_MODE_TRANSAURAL. + one of #VIRTUALIZATION_MODE_BINAURAL, #VIRTUALIZATION_MODE_TRANSAURAL. Checks if the combination of a channel mask and virtualization mode is supported by this - virtualizer. - To be added. + virtualizer. + true if the combination of channel mask and virtualization mode is supported, false + otherwise. + <br>An indication that a certain channel mask is not supported doesn't necessarily mean + you cannot play content with that channel mask, it more likely implies the content will + be downmixed before being virtualized. For instance a virtualizer that only supports a + mask such as AudioFormat#CHANNEL_OUT_STEREO + will still be able to process content with a mask of + AudioFormat#CHANNEL_OUT_5POINT1, but will downmix the content to stereo first, and + then will virtualize, as opposed to virtualizing each channel individually. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.audiofx.Virtualizer.canVirtualize(int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -191,13 +208,23 @@ - one of Android.Media.Audiofx.Virtualizer.VIRTUALIZATION_MODE_BINAURAL, - Android.Media.Audiofx.Virtualizer.VIRTUALIZATION_MODE_TRANSAURAL to force a particular processing mode, or - Android.Media.Audiofx.Virtualizer.VIRTUALIZATION_MODE_AUTO to stop forcing a mode. + one of #VIRTUALIZATION_MODE_BINAURAL, + #VIRTUALIZATION_MODE_TRANSAURAL to force a particular processing mode, or + #VIRTUALIZATION_MODE_AUTO to stop forcing a mode. Forces the virtualizer effect to use the given processing mode. - To be added. + true if the processing mode is supported, and it is successfully set, or + forcing was successfully disabled, false otherwise. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.audiofx.Virtualizer.forceVirtualizationMode(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -247,22 +274,35 @@ the channel mask of the content to virtualize. the mode for which virtualization processing is to be performed, - one of Android.Media.Audiofx.Virtualizer.VIRTUALIZATION_MODE_BINAURAL, Android.Media.Audiofx.Virtualizer.VIRTUALIZATION_MODE_TRANSAURAL. + one of #VIRTUALIZATION_MODE_BINAURAL, #VIRTUALIZATION_MODE_TRANSAURAL. a non-null array whose length is 3 times the number of channels in the channel - mask. - If the method indicates the configuration is supported, the array will contain upon return - triplets of values: for each channel i among the channels of the mask: - the element at index 3*i in the array contains the speaker - identification (e.g. Android.Media.AudioFormat.CHANNEL_OUT_FRONT_LEFT),the element at index 3*i+1 contains its corresponding azimuth angle - expressed in degrees, where 0 is the direction the listener faces, 180 is behind - the listener, and -90 is to her/his left,the element at index 3*i+2 contains its corresponding elevation angle - where +90 is directly above the listener, 0 is the horizontal plane, and -90 is - directly below the listener. + mask. + If the method indicates the configuration is supported, the array will contain upon return + triplets of values: for each channel <code>i</code> among the channels of the mask: + <ul> + <li>the element at index <code>3*i</code> in the array contains the speaker + identification (e.g. AudioFormat#CHANNEL_OUT_FRONT_LEFT),</li> + <li>the element at index <code>3*i+1</code> contains its corresponding azimuth angle + expressed in degrees, where 0 is the direction the listener faces, 180 is behind + the listener, and -90 is to her/his left,</li> + <li>the element at index <code>3*i+2</code> contains its corresponding elevation angle + where +90 is directly above the listener, 0 is the horizontal plane, and -90 is + directly below the listener.</li> Queries the virtual speaker angles (azimuth and elevation) for a combination of a channel - mask and virtualization mode. - To be added. + mask and virtualization mode. + true if the combination of channel mask and virtualization mode is supported, false + otherwise. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.audiofx.Virtualizer.getSpeakerAngles(int, int, int[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -467,9 +507,19 @@ Gets the current strength of the effect. - To be added. + the strength of the effect. The valid range for strength is [0, 1000], where 0 per + mille designates the mildest effect and 1000 per mille the strongest - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.audiofx.Virtualizer.getRoundedStrength(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -543,10 +593,19 @@ strength of the effect. The valid range for strength strength is [0, 1000], - where 0 per mille designates the mildest effect and 1000 per mille designates the strongest. + where 0 per mille designates the mildest effect and 1000 per mille designates the strongest. Sets the strength of the virtualizer effect. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.audiofx.Virtualizer.setStrength(short). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/Visualizer+IOnDataCaptureListener.xml b/docs/Mono.Android/en/Android.Media.Audiofx/Visualizer+IOnDataCaptureListener.xml index 3b3755e2f1..d803c553cb 100644 --- a/docs/Mono.Android/en/Android.Media.Audiofx/Visualizer+IOnDataCaptureListener.xml +++ b/docs/Mono.Android/en/Android.Media.Audiofx/Visualizer+IOnDataCaptureListener.xml @@ -26,14 +26,18 @@ The OnDataCaptureListener interface defines methods called by the Visualizer to periodically - update the audio visualization capture. + update the audio visualization capture. - Android platform documentation + Java documentation for android.media.audiofx.Visualizer.OnDataCaptureListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -65,11 +69,19 @@ Visualizer object on which the listener is registered. array of bytes containing the frequency representation. - sampling rate of the audio visualized. - + sampling rate of the visualized audio. Method called when a new frequency capture is available. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.audiofx.Visualizer.OnDataCaptureListener.onFftDataCapture(android.media.audiofx.Visualizer, byte[], int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -101,11 +113,19 @@ Visualizer object on which the listener is registered. array of bytes containing the waveform representation. - sampling rate of the audio visualized. - + sampling rate of the visualized audio. Method called when a new waveform capture is available. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.audiofx.Visualizer.OnDataCaptureListener.onWaveFormDataCapture(android.media.audiofx.Visualizer, byte[], int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/Visualizer+MeasurementPeakRms.xml b/docs/Mono.Android/en/Android.Media.Audiofx/Visualizer+MeasurementPeakRms.xml index c45460dcd2..f59d034ccb 100644 --- a/docs/Mono.Android/en/Android.Media.Audiofx/Visualizer+MeasurementPeakRms.xml +++ b/docs/Mono.Android/en/Android.Media.Audiofx/Visualizer+MeasurementPeakRms.xml @@ -18,14 +18,18 @@ - To be added. + A class to store peak and RMS values. - Android platform documentation + Java documentation for android.media.audiofx.Visualizer.MeasurementPeakRms. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -103,10 +107,19 @@ System.Int32 - To be added. + The peak value in mB. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.audiofx.Visualizer.MeasurementPeakRms.mPeak. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -130,10 +143,19 @@ System.Int32 - To be added. + The RMS value in mB. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.audiofx.Visualizer.MeasurementPeakRms.mRms. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/Visualizer.xml b/docs/Mono.Android/en/Android.Media.Audiofx/Visualizer.xml index cb0cdcafdf..76a3414c49 100644 --- a/docs/Mono.Android/en/Android.Media.Audiofx/Visualizer.xml +++ b/docs/Mono.Android/en/Android.Media.Audiofx/Visualizer.xml @@ -615,9 +615,21 @@ array of bytes where the waveform should be returned Returns a waveform capture of currently playing audio content. - To be added. + + #SUCCESS in case of success, + #ERROR_NO_MEMORY, #ERROR_INVALID_OPERATION or #ERROR_DEAD_OBJECT + in case of failure. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.audiofx.Visualizer.getWaveForm(byte[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -712,9 +724,20 @@ Returns the current measurement modes performed by this audio effect - To be added. + the mask of the measurements, + #MEASUREMENT_MODE_NONE (when no measurements are performed) + or #MEASUREMENT_MODE_PEAK_RMS. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.audiofx.Visualizer.getMeasurementMode(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -897,9 +920,19 @@ Returns the current scaling mode on the captured visualization data. - To be added. + the scaling mode, see #SCALING_MODE_NORMALIZED + and #SCALING_MODE_AS_PLAYED. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.audiofx.Visualizer.getScalingMode(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1012,11 +1045,21 @@ requested capture size - Sets the capture size, i.e. the number of bytes returned by and - methods. - To be added. + Sets the capture size, i. + + #SUCCESS in case of success, + #ERROR_BAD_VALUE in case of failure. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.audiofx.Visualizer.setCaptureSize(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1111,9 +1154,20 @@ requested enable state Enable or disable the visualization engine. - To be added. + + #SUCCESS in case of success, + #ERROR_INVALID_OPERATION or #ERROR_DEAD_OBJECT in case of failure. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.audiofx.Visualizer.setEnabled(boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1150,12 +1204,22 @@ a mask of the measurements to perform. The valid values are - (to cancel any measurement) - or . + #MEASUREMENT_MODE_NONE (to cancel any measurement) + or #MEASUREMENT_MODE_PEAK_RMS. Sets the combination of measurement modes to be performed by this audio effect. - To be added. + + #SUCCESS in case of success, #ERROR_BAD_VALUE in case of failure. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.audiofx.Visualizer.setMeasurementMode(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1190,12 +1254,23 @@ - see - and + see #SCALING_MODE_NORMALIZED + and #SCALING_MODE_AS_PLAYED Set the type of scaling applied on the captured visualization data. - To be added. + + #SUCCESS in case of success, + #ERROR_BAD_VALUE in case of failure. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.audiofx.Visualizer.setScalingMode(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media.Browse/MediaBrowser+ConnectionCallback.xml b/docs/Mono.Android/en/Android.Media.Browse/MediaBrowser+ConnectionCallback.xml index b714160751..f04bf4d413 100644 --- a/docs/Mono.Android/en/Android.Media.Browse/MediaBrowser+ConnectionCallback.xml +++ b/docs/Mono.Android/en/Android.Media.Browse/MediaBrowser+ConnectionCallback.xml @@ -18,14 +18,18 @@ - To be added. + Callbacks for connection related events. - Android platform documentation + Java documentation for android.media.browse.MediaBrowser.ConnectionCallback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -127,9 +131,18 @@ - To be added. + Invoked after MediaBrowser#connect() when the request has successfully completed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.browse.MediaBrowser.ConnectionCallback.onConnected(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -154,9 +167,18 @@ - To be added. + Invoked when the connection to the media browser failed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.browse.MediaBrowser.ConnectionCallback.onConnectionFailed(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -181,9 +203,18 @@ - To be added. + Invoked when the client is disconnected from the media browser. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.browse.MediaBrowser.ConnectionCallback.onConnectionSuspended(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media.Browse/MediaBrowser+ItemCallback.xml b/docs/Mono.Android/en/Android.Media.Browse/MediaBrowser+ItemCallback.xml index 50a7e1a926..4c5986ac3e 100644 --- a/docs/Mono.Android/en/Android.Media.Browse/MediaBrowser+ItemCallback.xml +++ b/docs/Mono.Android/en/Android.Media.Browse/MediaBrowser+ItemCallback.xml @@ -18,14 +18,18 @@ - To be added. + Callback for receiving the result of #getItem. - Android platform documentation + Java documentation for android.media.browse.MediaBrowser.ItemCallback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -129,10 +133,20 @@ - To be added. - To be added. + The media id of the media item which could not be loaded. + Called there was an error retrieving it or the connected service doesn't support + #getItem. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.browse.MediaBrowser.ItemCallback.onError(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media.Browse/MediaBrowser+MediaItem.xml b/docs/Mono.Android/en/Android.Media.Browse/MediaBrowser+MediaItem.xml index 1e07e8f9bf..6470ad9801 100644 --- a/docs/Mono.Android/en/Android.Media.Browse/MediaBrowser+MediaItem.xml +++ b/docs/Mono.Android/en/Android.Media.Browse/MediaBrowser+MediaItem.xml @@ -31,14 +31,18 @@ - To be added. + A class with information on a single media item for use in browsing/searching media. - Android platform documentation + Java documentation for android.media.browse.MediaBrowser.MediaItem. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -70,11 +74,21 @@ - To be added. - To be added. - To be added. + The description of the media, which must include a + media id. + The flags for this item. + Create a new MediaItem for use in browsing media. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.browse.MediaBrowser.MediaItem.MediaBrowser$MediaItem(android.media.MediaDescription, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -179,10 +193,19 @@ Android.Media.MediaDescription - To be added. + Returns the description of the media. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.browse.MediaBrowser.MediaItem.getDescription(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -206,10 +229,19 @@ Android.Media.Browse.MediaItemFlags - To be added. + Gets the flags of the item. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.browse.MediaBrowser.MediaItem.getFlags(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -233,10 +265,19 @@ System.Boolean - To be added. + Returns whether this item is browsable. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.browse.MediaBrowser.MediaItem.isBrowsable(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -260,10 +301,19 @@ System.Boolean - To be added. + Returns whether this item is playable. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.browse.MediaBrowser.MediaItem.isPlayable(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -321,10 +371,19 @@ System.String - To be added. + Returns the media id in the MediaDescription for this item. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.browse.MediaBrowser.MediaItem.getMediaId(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media.Browse/MediaBrowser+SubscriptionCallback.xml b/docs/Mono.Android/en/Android.Media.Browse/MediaBrowser+SubscriptionCallback.xml index 0647896440..bd651795cb 100644 --- a/docs/Mono.Android/en/Android.Media.Browse/MediaBrowser+SubscriptionCallback.xml +++ b/docs/Mono.Android/en/Android.Media.Browse/MediaBrowser+SubscriptionCallback.xml @@ -18,14 +18,18 @@ - To be added. + Callbacks for subscription related events. - Android platform documentation + Java documentation for android.media.browse.MediaBrowser.SubscriptionCallback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -130,11 +134,20 @@ - To be added. - To be added. - To be added. + The media id of the parent media item. + The children which were loaded. + Called when the list of children is loaded or updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.browse.MediaBrowser.SubscriptionCallback.onChildrenLoaded(java.lang.String, java.util.List<android.media.browse.MediaBrowser.MediaItem>). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -163,12 +176,23 @@ - To be added. - To be added. - To be added. - To be added. + The media id of the parent media item. + The children which were loaded. + The bundle of service-specific arguments sent to the media + browser service. The contents of this bundle may affect the + information returned when browsing. + Called when the list of children is loaded or updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.browse.MediaBrowser.SubscriptionCallback.onChildrenLoaded(java.lang.String, java.util.List<android.media.browse.MediaBrowser.MediaItem>, android.os.Bundle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -195,10 +219,20 @@ - To be added. - To be added. + The media id of the parent media item whose children could + not be loaded. + Called when the id doesn't exist or other errors in subscribing. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.browse.MediaBrowser.SubscriptionCallback.onError(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -226,11 +260,22 @@ - To be added. - To be added. - To be added. + The media id of the parent media item whose children could + not be loaded. + The bundle of service-specific arguments sent to the media + browser service. + Called when the id doesn't exist or other errors in subscribing. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.browse.MediaBrowser.SubscriptionCallback.onError(java.lang.String, android.os.Bundle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media.Metrics/NetworkEvent+Builder.xml b/docs/Mono.Android/en/Android.Media.Metrics/NetworkEvent+Builder.xml index 7e7e9a94f0..cd47cf697b 100644 --- a/docs/Mono.Android/en/Android.Media.Metrics/NetworkEvent+Builder.xml +++ b/docs/Mono.Android/en/Android.Media.Metrics/NetworkEvent+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + A builder for NetworkEvent + + + + Java documentation for android.media.metrics.NetworkEvent.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -39,8 +50,19 @@ - To be added. - To be added. + Creates a new Builder. + + + + Java documentation for android.media.metrics.NetworkEvent.Builder.NetworkEvent$Builder(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -64,9 +86,20 @@ - To be added. + Builds the instance. To be added. - To be added. + + + + Java documentation for android.media.metrics.NetworkEvent.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media.Metrics/PlaybackErrorEvent+Builder.xml b/docs/Mono.Android/en/Android.Media.Metrics/PlaybackErrorEvent+Builder.xml index b1a77df0e0..512edf49b3 100644 --- a/docs/Mono.Android/en/Android.Media.Metrics/PlaybackErrorEvent+Builder.xml +++ b/docs/Mono.Android/en/Android.Media.Metrics/PlaybackErrorEvent+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + A builder for PlaybackErrorEvent + + + + Java documentation for android.media.metrics.PlaybackErrorEvent.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -39,8 +50,19 @@ - To be added. - To be added. + Creates a new Builder. + + + + Java documentation for android.media.metrics.PlaybackErrorEvent.Builder.PlaybackErrorEvent$Builder(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -64,9 +86,20 @@ - To be added. + Builds the instance. To be added. - To be added. + + + + Java documentation for android.media.metrics.PlaybackErrorEvent.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media.Metrics/PlaybackMetrics+Builder.xml b/docs/Mono.Android/en/Android.Media.Metrics/PlaybackMetrics+Builder.xml index e2930b0222..abc7687845 100644 --- a/docs/Mono.Android/en/Android.Media.Metrics/PlaybackMetrics+Builder.xml +++ b/docs/Mono.Android/en/Android.Media.Metrics/PlaybackMetrics+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + A builder for PlaybackMetrics + + + + Java documentation for android.media.metrics.PlaybackMetrics.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -39,8 +50,19 @@ - To be added. - To be added. + Creates a new Builder. + + + + Java documentation for android.media.metrics.PlaybackMetrics.Builder.PlaybackMetrics$Builder(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -93,9 +115,20 @@ - To be added. + Builds the instance. To be added. - To be added. + + + + Java documentation for android.media.metrics.PlaybackMetrics.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media.Metrics/PlaybackStateEvent+Builder.xml b/docs/Mono.Android/en/Android.Media.Metrics/PlaybackStateEvent+Builder.xml index e1d88606c2..bcb33266d8 100644 --- a/docs/Mono.Android/en/Android.Media.Metrics/PlaybackStateEvent+Builder.xml +++ b/docs/Mono.Android/en/Android.Media.Metrics/PlaybackStateEvent+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + A builder for PlaybackStateEvent + + + + Java documentation for android.media.metrics.PlaybackStateEvent.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -39,8 +50,19 @@ - To be added. - To be added. + Creates a new Builder. + + + + Java documentation for android.media.metrics.PlaybackStateEvent.Builder.PlaybackStateEvent$Builder(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -64,9 +86,20 @@ - To be added. + Builds the instance. To be added. - To be added. + + + + Java documentation for android.media.metrics.PlaybackStateEvent.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media.Metrics/TrackChangeEvent+Builder.xml b/docs/Mono.Android/en/Android.Media.Metrics/TrackChangeEvent+Builder.xml index 6bdbc31cce..680c5b1eba 100644 --- a/docs/Mono.Android/en/Android.Media.Metrics/TrackChangeEvent+Builder.xml +++ b/docs/Mono.Android/en/Android.Media.Metrics/TrackChangeEvent+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + A builder for TrackChangeEvent + + + + Java documentation for android.media.metrics.TrackChangeEvent.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -42,9 +53,21 @@ - To be added. - To be added. - To be added. + the track type. It must be one of #TRACK_TYPE_AUDIO, + #TRACK_TYPE_VIDEO, #TRACK_TYPE_TEXT. + Creates a new Builder. + + + + Java documentation for android.media.metrics.TrackChangeEvent.Builder.TrackChangeEvent$Builder(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -68,9 +91,20 @@ - To be added. + Builds the instance. To be added. - To be added. + + + + Java documentation for android.media.metrics.TrackChangeEvent.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media.Midi/MidiDevice+MidiConnection.xml b/docs/Mono.Android/en/Android.Media.Midi/MidiDevice+MidiConnection.xml index 7e4d6cc517..09b95b5f49 100644 --- a/docs/Mono.Android/en/Android.Media.Midi/MidiDevice+MidiConnection.xml +++ b/docs/Mono.Android/en/Android.Media.Midi/MidiDevice+MidiConnection.xml @@ -31,14 +31,19 @@ - To be added. + This class represents a connection between the output port of one device + and the input port of another. - Android platform documentation + Java documentation for android.media.midi.MidiDevice.MidiConnection. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media.Midi/MidiDeviceInfo+PortInfo.xml b/docs/Mono.Android/en/Android.Media.Midi/MidiDeviceInfo+PortInfo.xml index 872507f9e8..5662ebb73d 100644 --- a/docs/Mono.Android/en/Android.Media.Midi/MidiDeviceInfo+PortInfo.xml +++ b/docs/Mono.Android/en/Android.Media.Midi/MidiDeviceInfo+PortInfo.xml @@ -18,14 +18,18 @@ - To be added. + Contains information about an input or output port. - Android platform documentation + Java documentation for android.media.midi.MidiDeviceInfo.PortInfo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -80,10 +84,19 @@ System.String - To be added. - To be added. + Returns the name of the port, or empty string if the port has no name + the port name - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.midi.MidiDeviceInfo.PortInfo.getName(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -107,10 +120,19 @@ System.Int32 - To be added. - To be added. + Returns the port number of the port + the port number - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.midi.MidiDeviceInfo.PortInfo.getPortNumber(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -196,10 +218,19 @@ Android.Media.Midi.MidiPortType - To be added. - To be added. + Returns the port type of the port (either #TYPE_INPUT or #TYPE_OUTPUT) + the port type - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.midi.MidiDeviceInfo.PortInfo.getType(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media.Midi/MidiManager+DeviceCallback.xml b/docs/Mono.Android/en/Android.Media.Midi/MidiManager+DeviceCallback.xml index 45f0873378..02bc1c96a8 100644 --- a/docs/Mono.Android/en/Android.Media.Midi/MidiManager+DeviceCallback.xml +++ b/docs/Mono.Android/en/Android.Media.Midi/MidiManager+DeviceCallback.xml @@ -18,14 +18,18 @@ - To be added. + Callback class used for clients to receive MIDI device added and removed notifications - Android platform documentation + Java documentation for android.media.midi.MidiManager.DeviceCallback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -129,10 +133,19 @@ - To be added. - To be added. + a MidiDeviceInfo for the newly added device + Called to notify when a new MIDI device has been added - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.midi.MidiManager.DeviceCallback.onDeviceAdded(android.media.midi.MidiDeviceInfo). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -159,10 +172,19 @@ - To be added. - To be added. + a MidiDeviceInfo for the removed device + Called to notify when a MIDI device has been removed - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.midi.MidiManager.DeviceCallback.onDeviceRemoved(android.media.midi.MidiDeviceInfo). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -189,10 +211,19 @@ - To be added. - To be added. + a MidiDeviceStatus for the changed device + Called to notify when the status of a MIDI device has changed - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.midi.MidiManager.DeviceCallback.onDeviceStatusChanged(android.media.midi.MidiDeviceStatus). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media.Midi/MidiManager+IOnDeviceOpenedListener.xml b/docs/Mono.Android/en/Android.Media.Midi/MidiManager+IOnDeviceOpenedListener.xml index 990282f143..7b1ea96e81 100644 --- a/docs/Mono.Android/en/Android.Media.Midi/MidiManager+IOnDeviceOpenedListener.xml +++ b/docs/Mono.Android/en/Android.Media.Midi/MidiManager+IOnDeviceOpenedListener.xml @@ -25,14 +25,19 @@ - To be added. + Listener class used for receiving the results of #openDevice and + #openBluetoothDevice - Android platform documentation + Java documentation for android.media.midi.MidiManager.OnDeviceOpenedListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -59,10 +64,19 @@ - To be added. - To be added. + a MidiDevice for opened device, or null if opening failed + Called to respond to a #openDevice request - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.midi.MidiManager.OnDeviceOpenedListener.onDeviceOpened(android.media.midi.MidiDevice). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media.Midi/MidiReceiver.xml b/docs/Mono.Android/en/Android.Media.Midi/MidiReceiver.xml index 83932b28c6..cda285f10f 100644 --- a/docs/Mono.Android/en/Android.Media.Midi/MidiReceiver.xml +++ b/docs/Mono.Android/en/Android.Media.Midi/MidiReceiver.xml @@ -145,9 +145,18 @@ - To be added. + Instructs the receiver to discard all pending MIDI data. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.midi.MidiReceiver.flush(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -239,9 +248,18 @@ - To be added. + Called when the receiver is instructed to discard all pending MIDI data. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.midi.MidiReceiver.onFlush(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media.Projection/MediaProjection+Callback.xml b/docs/Mono.Android/en/Android.Media.Projection/MediaProjection+Callback.xml index 2b3c8a6699..be9fc5918e 100644 --- a/docs/Mono.Android/en/Android.Media.Projection/MediaProjection+Callback.xml +++ b/docs/Mono.Android/en/Android.Media.Projection/MediaProjection+Callback.xml @@ -18,14 +18,18 @@ - To be added. + Callbacks for the projection session. - Android platform documentation + Java documentation for android.media.projection.MediaProjection.Callback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -127,9 +131,18 @@ - To be added. + Called when the MediaProjection session is no longer valid. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.projection.MediaProjection.Callback.onStop(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media.Session/MediaController+Callback.xml b/docs/Mono.Android/en/Android.Media.Session/MediaController+Callback.xml index bf44337f52..3bd44a291c 100644 --- a/docs/Mono.Android/en/Android.Media.Session/MediaController+Callback.xml +++ b/docs/Mono.Android/en/Android.Media.Session/MediaController+Callback.xml @@ -18,14 +18,18 @@ - To be added. + Callback for receiving updates from the session. - Android platform documentation + Java documentation for android.media.session.MediaController.Callback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -159,10 +163,20 @@ - To be added. - To be added. + The extras that can include other information associated with the + MediaSession. + Override to handle changes to the MediaSession extras. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.session.MediaController.Callback.onExtrasChanged(android.os.Bundle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -189,10 +203,19 @@ - To be added. - To be added. + The current metadata for the session or null if none. + Override to handle changes to the current metadata. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.session.MediaController.Callback.onMetadataChanged(android.media.MediaMetadata). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -219,10 +242,19 @@ - To be added. - To be added. + The new playback state of the session + Override to handle changes in playback state. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.session.MediaController.Callback.onPlaybackStateChanged(android.media.session.PlaybackState). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -249,10 +281,21 @@ - To be added. - To be added. + A list of items in the current play queue. It should + include the currently playing item as well as previous and + upcoming items if applicable. + Override to handle changes to items in the queue. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.session.MediaController.Callback.onQueueChanged(java.util.List<android.media.session.MediaSession.QueueItem>). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -279,10 +322,20 @@ - To be added. - To be added. + The title that should be displayed along with the play queue such as + "Now Playing". May be null if there is no such title. + Override to handle changes to the queue title. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.session.MediaController.Callback.onQueueTitleChanged(java.lang.CharSequence). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -303,10 +356,20 @@ - To be added. - To be added. + The title that should be displayed along with the play queue such as + "Now Playing". May be null if there is no such title. + Override to handle changes to the queue title. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.session.MediaController.Callback.onQueueTitleChanged(java.lang.CharSequence). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -331,9 +394,18 @@ - To be added. + Override to handle the session being destroyed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.session.MediaController.Callback.onSessionDestroyed(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -362,10 +434,21 @@ To be added. - To be added. - To be added. + The event from the session. + Optional parameters for the event, may be null. + Override to handle custom events sent by the session owner without a + specified interface. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.session.MediaController.Callback.onSessionEvent(java.lang.String, android.os.Bundle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media.Session/MediaController+PlaybackInfo.xml b/docs/Mono.Android/en/Android.Media.Session/MediaController+PlaybackInfo.xml index 430c4c5ca0..bcbee5cc53 100644 --- a/docs/Mono.Android/en/Android.Media.Session/MediaController+PlaybackInfo.xml +++ b/docs/Mono.Android/en/Android.Media.Session/MediaController+PlaybackInfo.xml @@ -31,14 +31,19 @@ - To be added. + Holds information about the current playback and how audio is handled for + this session. - Android platform documentation + Java documentation for android.media.session.MediaController.PlaybackInfo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -62,10 +67,19 @@ Android.Media.AudioAttributes - To be added. - To be added. + Get the audio attributes for this session. + The attributes for this session. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.session.MediaController.PlaybackInfo.getAudioAttributes(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -114,10 +128,19 @@ System.Int32 - To be added. - To be added. + Get the current volume for this session. + The current volume where this session is playing. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.session.MediaController.PlaybackInfo.getCurrentVolume(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -204,10 +227,19 @@ System.Int32 - To be added. - To be added. + Get the maximum volume that may be set for this session. + The maximum allowed volume where this session is playing. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.session.MediaController.PlaybackInfo.getMaxVolume(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -231,10 +263,19 @@ Android.Media.MediaPlaybackType - To be added. - To be added. + Get the type of playback which affects volume handling. + The type of playback this session is using. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.session.MediaController.PlaybackInfo.getPlaybackType(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -320,9 +361,21 @@ System.String - To be added. - To be added. - To be added. + Gets the volume control ID for this session. + the volume control ID for this session or null if it uses local playback + or not set. + + + + Java documentation for android.media.session.MediaController.PlaybackInfo.getVolumeControlId(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media.Session/MediaController+TransportControls.xml b/docs/Mono.Android/en/Android.Media.Session/MediaController+TransportControls.xml index 0655150cf4..ba20e315aa 100644 --- a/docs/Mono.Android/en/Android.Media.Session/MediaController+TransportControls.xml +++ b/docs/Mono.Android/en/Android.Media.Session/MediaController+TransportControls.xml @@ -18,14 +18,18 @@ - To be added. + Interface for controlling media playback on a session. - Android platform documentation + Java documentation for android.media.session.MediaController.TransportControls. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -50,9 +54,18 @@ - To be added. + Start fast forwarding. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.session.MediaController.TransportControls.fastForward(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -108,9 +121,19 @@ - To be added. + Request that the player pause its playback and stay at its current + position. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.session.MediaController.TransportControls.pause(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -135,9 +158,18 @@ - To be added. + Request that the player start its playback at its current position. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.session.MediaController.TransportControls.play(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -165,11 +197,21 @@ - To be added. - To be added. - To be added. + The id of the requested media. + Optional extras that can include extra information about the media item + to be played. + Request that the player start playback for a specific media id. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.session.MediaController.TransportControls.playFromMediaId(java.lang.String, android.os.Bundle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -197,11 +239,21 @@ - To be added. - To be added. - To be added. + The search query. + Optional extras that can include extra information + about the query. + Request that the player start playback for a specific search query. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.session.MediaController.TransportControls.playFromSearch(java.lang.String, android.os.Bundle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -229,11 +281,21 @@ - To be added. - To be added. - To be added. + The URI of the requested media. + Optional extras that can include extra information about the media item + to be played. + Request that the player start playback for a specific Uri. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.session.MediaController.TransportControls.playFromUri(android.net.Uri, android.os.Bundle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -258,9 +320,18 @@ - To be added. + Request that the player prepare its playback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.session.MediaController.TransportControls.prepare(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -288,11 +359,21 @@ - To be added. - To be added. - To be added. + The id of the requested media. + Optional extras that can include extra information about the media item + to be prepared. + Request that the player prepare playback for a specific media id. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.session.MediaController.TransportControls.prepareFromMediaId(java.lang.String, android.os.Bundle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -320,11 +401,21 @@ - To be added. - To be added. - To be added. + The search query. + Optional extras that can include extra information + about the query. + Request that the player prepare playback for a specific search query. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.session.MediaController.TransportControls.prepareFromSearch(java.lang.String, android.os.Bundle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -352,11 +443,21 @@ - To be added. - To be added. - To be added. + The URI of the requested media. + Optional extras that can include extra information about the media item + to be prepared. + Request that the player prepare playback for a specific Uri. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.session.MediaController.TransportControls.prepareFromUri(android.net.Uri, android.os.Bundle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -381,9 +482,18 @@ - To be added. + Start rewinding. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.session.MediaController.TransportControls.rewind(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -410,10 +520,19 @@ - To be added. - To be added. + Position to move to, in milliseconds. + Move to a new location in the media stream. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.session.MediaController.TransportControls.seekTo(long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -473,11 +592,22 @@ - To be added. - To be added. - To be added. + The action identifier of the PlaybackState.CustomAction as + specified by the MediaSession. + Optional arguments to supply to the MediaSession for this + custom action. + Send the id and args from a custom action back for the MediaSession to perform. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.session.MediaController.TransportControls.sendCustomAction(java.lang.String, android.os.Bundle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -504,9 +634,20 @@ - To be added. - To be added. - To be added. + The playback speed + Sets the playback speed. + + + + Java documentation for android.media.session.MediaController.TransportControls.setPlaybackSpeed(float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -532,10 +673,19 @@ - To be added. - To be added. + The rating to set for the current content + Rate the current content. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.session.MediaController.TransportControls.setRating(android.media.Rating). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -560,9 +710,18 @@ - To be added. + Skip to the next item. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.session.MediaController.TransportControls.skipToNext(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -587,9 +746,18 @@ - To be added. + Skip to the previous item. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.session.MediaController.TransportControls.skipToPrevious(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -617,9 +785,18 @@ To be added. - To be added. + Play an item with a specific id in the play queue. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.session.MediaController.TransportControls.skipToQueueItem(long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -644,9 +821,19 @@ - To be added. + Request that the player stop its playback; it may clear its state in + whatever way is appropriate. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.session.MediaController.TransportControls.stop(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media.Session/MediaSession+Callback.xml b/docs/Mono.Android/en/Android.Media.Session/MediaSession+Callback.xml index a4d82605ab..05a90bf4c4 100644 --- a/docs/Mono.Android/en/Android.Media.Session/MediaSession+Callback.xml +++ b/docs/Mono.Android/en/Android.Media.Session/MediaSession+Callback.xml @@ -18,14 +18,19 @@ - To be added. + Receives media buttons, transport controls, and commands from controllers + and the system. - Android platform documentation + Java documentation for android.media.session.MediaSession.Callback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -131,12 +136,21 @@ - To be added. - To be added. - To be added. - To be added. + The command name. + Optional parameters for the command, may be null. + A result receiver to which a result may be sent by the command, may be null. + Called when a controller has sent a command to this session. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.session.MediaSession.Callback.onCommand(java.lang.String, android.os.Bundle, android.os.ResultReceiver). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -164,11 +178,22 @@ - To be added. - To be added. - To be added. + The action that was originally sent in the + PlaybackState.CustomAction. + Optional extras specified by the MediaController. + Called when a MediaController wants a PlaybackState.CustomAction to be + performed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.session.MediaSession.Callback.onCustomAction(java.lang.String, android.os.Bundle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -193,9 +218,18 @@ - To be added. + Override to handle requests to fast forward. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.session.MediaSession.Callback.onFastForward(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -222,11 +256,23 @@ - To be added. - To be added. - To be added. + an intent containing the KeyEvent as an + extra + Called when a media button is pressed and this session has the + highest priority or a controller sends a media button event to the + session. + True if the event was handled, false otherwise. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.session.MediaSession.Callback.onMediaButtonEvent(android.content.Intent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -251,9 +297,18 @@ - To be added. + Override to handle requests to pause playback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.session.MediaSession.Callback.onPause(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -278,9 +333,18 @@ - To be added. + Override to handle requests to begin playback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.session.MediaSession.Callback.onPlay(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -310,9 +374,19 @@ To be added. To be added. - To be added. + Override to handle requests to play a specific mediaId that was + provided by your app's MediaBrowserService. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.session.MediaSession.Callback.onPlayFromMediaId(java.lang.String, android.os.Bundle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -342,9 +416,18 @@ To be added. To be added. - To be added. + Override to handle requests to begin playback from a search query. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.session.MediaSession.Callback.onPlayFromSearch(java.lang.String, android.os.Bundle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -374,9 +457,18 @@ To be added. To be added. - To be added. + Override to handle requests to play a specific media item represented by a URI. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.session.MediaSession.Callback.onPlayFromUri(android.net.Uri, android.os.Bundle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -401,9 +493,18 @@ - To be added. + Override to handle requests to prepare playback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.session.MediaSession.Callback.onPrepare(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -433,9 +534,19 @@ To be added. To be added. - To be added. + Override to handle requests to prepare for playing a specific mediaId that was provided + by your app's MediaBrowserService. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.session.MediaSession.Callback.onPrepareFromMediaId(java.lang.String, android.os.Bundle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -465,9 +576,18 @@ To be added. To be added. - To be added. + Override to handle requests to prepare playback from a search query. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.session.MediaSession.Callback.onPrepareFromSearch(java.lang.String, android.os.Bundle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -497,9 +617,18 @@ To be added. To be added. - To be added. + Override to handle requests to prepare a specific media item represented by a URI. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.session.MediaSession.Callback.onPrepareFromUri(android.net.Uri, android.os.Bundle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -524,9 +653,18 @@ - To be added. + Override to handle requests to rewind. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.session.MediaSession.Callback.onRewind(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -553,10 +691,19 @@ - To be added. - To be added. + New position to move to, in milliseconds. + Override to handle requests to seek to a specific position in ms. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.session.MediaSession.Callback.onSeekTo(long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -583,9 +730,20 @@ - To be added. - To be added. - To be added. + the playback speed + Override to handle the playback speed change. + + + + Java documentation for android.media.session.MediaSession.Callback.onSetPlaybackSpeed(float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -611,10 +769,19 @@ - To be added. - To be added. + rating + Override to handle the item being rated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.session.MediaSession.Callback.onSetRating(android.media.Rating). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -639,9 +806,18 @@ - To be added. + Override to handle requests to skip to the next media item. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.session.MediaSession.Callback.onSkipToNext(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -666,9 +842,18 @@ - To be added. + Override to handle requests to skip to the previous media item. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.session.MediaSession.Callback.onSkipToPrevious(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -696,9 +881,19 @@ To be added. - To be added. + Override to handle requests to play an item with a given id from the + play queue. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.session.MediaSession.Callback.onSkipToQueueItem(long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -723,9 +918,18 @@ - To be added. + Override to handle requests to stop playback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.session.MediaSession.Callback.onStop(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media.Session/MediaSession+QueueItem.xml b/docs/Mono.Android/en/Android.Media.Session/MediaSession+QueueItem.xml index d0a8334210..8e8d396752 100644 --- a/docs/Mono.Android/en/Android.Media.Session/MediaSession+QueueItem.xml +++ b/docs/Mono.Android/en/Android.Media.Session/MediaSession+QueueItem.xml @@ -31,14 +31,18 @@ - To be added. + A single item that is part of the play queue. - Android platform documentation + Java documentation for android.media.session.MediaSession.QueueItem. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -63,11 +67,21 @@ - To be added. - To be added. - To be added. + The MediaDescription for this item. + An identifier for this item. It must be unique within the + play queue and cannot be #UNKNOWN_ID. + Create a new MediaSession.QueueItem. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.session.MediaSession.QueueItem.MediaSession$QueueItem(android.media.MediaDescription, long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -149,10 +163,19 @@ Android.Media.MediaDescription - To be added. + Get the description for this item. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.session.MediaSession.QueueItem.getDescription(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -210,10 +233,19 @@ System.Int64 - To be added. + Get the queue id for this item. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.session.MediaSession.QueueItem.getQueueId(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -303,9 +335,18 @@ -1 - To be added. + This id is reserved. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.session.MediaSession.QueueItem.UNKNOWN_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media.Session/MediaSession+Token.xml b/docs/Mono.Android/en/Android.Media.Session/MediaSession+Token.xml index ed8924d087..ceec40cb6b 100644 --- a/docs/Mono.Android/en/Android.Media.Session/MediaSession+Token.xml +++ b/docs/Mono.Android/en/Android.Media.Session/MediaSession+Token.xml @@ -31,14 +31,18 @@ - To be added. + Represents an ongoing session. - Android platform documentation + Java documentation for android.media.session.MediaSession.Token. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media.Session/MediaSessionManager+IOnActiveSessionsChangedListener.xml b/docs/Mono.Android/en/Android.Media.Session/MediaSessionManager+IOnActiveSessionsChangedListener.xml index e7c4199122..5cc9f265b0 100644 --- a/docs/Mono.Android/en/Android.Media.Session/MediaSessionManager+IOnActiveSessionsChangedListener.xml +++ b/docs/Mono.Android/en/Android.Media.Session/MediaSessionManager+IOnActiveSessionsChangedListener.xml @@ -25,14 +25,18 @@ - To be added. + Listens for changes to the list of active sessions. - Android platform documentation + Java documentation for android.media.session.MediaSessionManager.OnActiveSessionsChangedListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media.Session/MediaSessionManager+IOnSession2TokensChangedListener.xml b/docs/Mono.Android/en/Android.Media.Session/MediaSessionManager+IOnSession2TokensChangedListener.xml index c887177e69..84312bf84e 100644 --- a/docs/Mono.Android/en/Android.Media.Session/MediaSessionManager+IOnSession2TokensChangedListener.xml +++ b/docs/Mono.Android/en/Android.Media.Session/MediaSessionManager+IOnSession2TokensChangedListener.xml @@ -25,8 +25,19 @@ - To be added. - To be added. + This API is not generally intended for third party application developers. + + + + Java documentation for android.media.session.MediaSessionManager.OnSession2TokensChangedListener. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -52,9 +63,20 @@ - To be added. - To be added. - To be added. + list of Session2Token + Called when the #getSession2Tokens() is changed. + + + + Java documentation for android.media.session.MediaSessionManager.OnSession2TokensChangedListener.onSession2TokensChanged(java.util.List<android.media.Session2Token>). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media.Session/MediaSessionManager+RemoteUserInfo.xml b/docs/Mono.Android/en/Android.Media.Session/MediaSessionManager+RemoteUserInfo.xml index 8dcc609422..6327dfd4be 100644 --- a/docs/Mono.Android/en/Android.Media.Session/MediaSessionManager+RemoteUserInfo.xml +++ b/docs/Mono.Android/en/Android.Media.Session/MediaSessionManager+RemoteUserInfo.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Information of a remote user of MediaSession or MediaBrowserService. + + + + Java documentation for android.media.session.MediaSessionManager.RemoteUserInfo. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -44,11 +55,22 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + The package name of the remote user + The pid of the remote user + The uid of the remote user + Create a new remote user information. + + + + Java documentation for android.media.session.MediaSessionManager.RemoteUserInfo.MediaSessionManager$RemoteUserInfo(java.lang.String, int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -101,8 +123,19 @@ To be added. - To be added. - To be added. + package name of the controller + + + + Java documentation for android.media.session.MediaSessionManager.RemoteUserInfo.getPackageName(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -126,8 +159,19 @@ To be added. - To be added. - To be added. + pid of the controller + + + + Java documentation for android.media.session.MediaSessionManager.RemoteUserInfo.getPid(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -209,8 +253,19 @@ To be added. - To be added. - To be added. + uid of the controller + + + + Java documentation for android.media.session.MediaSessionManager.RemoteUserInfo.getUid(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media.Session/PlaybackState+Builder.xml b/docs/Mono.Android/en/Android.Media.Session/PlaybackState+Builder.xml index 25e78189dd..dffddb6e8d 100644 --- a/docs/Mono.Android/en/Android.Media.Session/PlaybackState+Builder.xml +++ b/docs/Mono.Android/en/Android.Media.Session/PlaybackState+Builder.xml @@ -18,14 +18,18 @@ - To be added. + Builder for PlaybackState objects. - Android platform documentation + Java documentation for android.media.session.PlaybackState.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -46,9 +50,18 @@ - To be added. + Creates an initially empty state builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.session.PlaybackState.Builder.PlaybackState$Builder(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -72,10 +85,20 @@ - To be added. - To be added. + The state to use for initializing the builder. + Creates a builder with the same initial values as those in the from + state. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.session.PlaybackState.Builder.PlaybackState$Builder(android.media.session.PlaybackState). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -166,10 +189,20 @@ - To be added. - To be added. + Build and return the PlaybackState instance with these + values. + A new state instance. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.session.PlaybackState.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media.Session/PlaybackState+CustomAction.xml b/docs/Mono.Android/en/Android.Media.Session/PlaybackState+CustomAction.xml index 5af463eca9..d0501e7eb8 100644 --- a/docs/Mono.Android/en/Android.Media.Session/PlaybackState+CustomAction.xml +++ b/docs/Mono.Android/en/Android.Media.Session/PlaybackState+CustomAction.xml @@ -31,14 +31,21 @@ - To be added. + + PlaybackState.CustomAction CustomActions can be used to extend the capabilities of + the standard transport controls by exposing app specific actions to + MediaController MediaControllers. - Android platform documentation + Java documentation for android.media.session.PlaybackState.CustomAction. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -62,10 +69,19 @@ System.String - To be added. - To be added. + Returns the action of the CustomAction. + The action of the CustomAction. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.session.PlaybackState.CustomAction.getAction(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -147,10 +163,20 @@ Android.OS.Bundle - To be added. - To be added. + Returns extras which provide additional application-specific information about the + action, or null if none. + Optional arguments for the CustomAction. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.session.PlaybackState.CustomAction.getExtras(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -174,10 +200,19 @@ System.Int32 - To be added. - To be added. + Returns the resource id of the icon in the MediaSession MediaSession's package. + The resource id of the icon in the MediaSession MediaSession's package. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.session.PlaybackState.CustomAction.getIcon(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -256,10 +291,19 @@ Java.Lang.ICharSequence - To be added. - To be added. + Returns the display name of this action. + The display name of this CustomAction. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.session.PlaybackState.CustomAction.getName(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media.TV/TvContract+BaseTvColumns.xml b/docs/Mono.Android/en/Android.Media.TV/TvContract+BaseTvColumns.xml index 9a3d48aab8..9137a4183c 100644 --- a/docs/Mono.Android/en/Android.Media.TV/TvContract+BaseTvColumns.xml +++ b/docs/Mono.Android/en/Android.Media.TV/TvContract+BaseTvColumns.xml @@ -57,9 +57,18 @@ System.String - To be added. + The name of the package that owns the current row. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.BaseTvColumns.COLUMN_PACKAGE_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media.TV/TvContract+Channels+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Media.TV/TvContract+Channels+InterfaceConsts.xml index 065c191b50..c19fa86577 100644 --- a/docs/Mono.Android/en/Android.Media.TV/TvContract+Channels+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Media.TV/TvContract+Channels+InterfaceConsts.xml @@ -38,9 +38,18 @@ System.String - To be added. + The name of the package that owns the current row. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.BaseTvColumns.COLUMN_PACKAGE_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media.TV/TvContract+Channels.xml b/docs/Mono.Android/en/Android.Media.TV/TvContract+Channels.xml index a958908cf7..37373aa40d 100644 --- a/docs/Mono.Android/en/Android.Media.TV/TvContract+Channels.xml +++ b/docs/Mono.Android/en/Android.Media.TV/TvContract+Channels.xml @@ -18,14 +18,18 @@ - To be added. + Column definitions for the TV channels table. - Android platform documentation + Java documentation for android.media.tv.TvContract.Channels. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -49,9 +53,18 @@ System.String - To be added. + The accent color of the app link template for this channel. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.COLUMN_APP_LINK_COLOR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -75,9 +88,18 @@ System.String - To be added. + The URI for the app badge icon of the app link template for this channel. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.COLUMN_APP_LINK_ICON_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -101,9 +123,18 @@ System.String - To be added. + The intent URI of the app link for this channel. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.COLUMN_APP_LINK_INTENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -127,9 +158,19 @@ System.String - To be added. + The URI for the poster art used as the background of the app link template for this + channel. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.COLUMN_APP_LINK_POSTER_ART_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -153,9 +194,18 @@ System.String - To be added. + The link text of the app link template for this channel. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.COLUMN_APP_LINK_TEXT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -179,8 +229,19 @@ System.String - To be added. - To be added. + The comma-separated genre string of this TV channel. + + + + Java documentation for android.media.tv.TvContract.Channels.COLUMN_BROADCAST_GENRE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -203,9 +264,18 @@ System.String - To be added. + The flag indicating whether this TV channel is browsable or not. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.COLUMN_BROWSABLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -229,8 +299,19 @@ System.String - To be added. - To be added. + The channel list ID of this TV channel. + + + + Java documentation for android.media.tv.TvContract.Channels.COLUMN_CHANNEL_LIST_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -253,9 +334,18 @@ System.String - To be added. + The description of this TV channel. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.COLUMN_DESCRIPTION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -279,9 +369,18 @@ System.String - To be added. + The channel name that is displayed to the user. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.COLUMN_DISPLAY_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -305,9 +404,18 @@ System.String - To be added. + The channel number that is displayed to the user. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.COLUMN_DISPLAY_NUMBER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -331,8 +439,19 @@ System.String - To be added. - To be added. + The global content ID of this TV channel, as a URI. + + + + Java documentation for android.media.tv.TvContract.Channels.COLUMN_GLOBAL_CONTENT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -355,9 +474,18 @@ System.String - To be added. + The ID of the TV input service that provides this TV channel. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.COLUMN_INPUT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -381,9 +509,18 @@ System.String - To be added. + Internal data used by individual TV input services. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.COLUMN_INTERNAL_PROVIDER_DATA. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -407,9 +544,18 @@ System.String - To be added. + Internal integer flag used by individual TV input services. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.COLUMN_INTERNAL_PROVIDER_FLAG1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -433,9 +579,18 @@ System.String - To be added. + Internal integer flag used by individual TV input services. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.COLUMN_INTERNAL_PROVIDER_FLAG2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -459,9 +614,18 @@ System.String - To be added. + Internal integer flag used by individual TV input services. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.COLUMN_INTERNAL_PROVIDER_FLAG3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -485,9 +649,18 @@ System.String - To be added. + Internal integer flag used by individual TV input services. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.COLUMN_INTERNAL_PROVIDER_FLAG4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -511,9 +684,18 @@ System.String - To be added. + The internal ID used by individual TV input services. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.COLUMN_INTERNAL_PROVIDER_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -537,9 +719,18 @@ System.String - To be added. + The flag indicating whether this TV channel is locked or not. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.COLUMN_LOCKED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -563,9 +754,18 @@ System.String - To be added. + The network affiliation for this TV channel. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.COLUMN_NETWORK_AFFILIATION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -589,9 +789,18 @@ System.String - To be added. + The original network ID of this TV channel. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.COLUMN_ORIGINAL_NETWORK_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -615,8 +824,19 @@ System.String - To be added. - To be added. + The remote control key preset number that is assigned to this channel. + + + + Java documentation for android.media.tv.TvContract.Channels.COLUMN_REMOTE_CONTROL_KEY_PRESET_NUMBER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -639,8 +859,19 @@ System.String - To be added. - To be added. + The flag indicating whether this TV channel is scrambled or not. + + + + Java documentation for android.media.tv.TvContract.Channels.COLUMN_SCRAMBLED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -663,9 +894,18 @@ System.String - To be added. + The flag indicating whether this TV channel is searchable or not. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.COLUMN_SEARCHABLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -689,9 +929,18 @@ System.String - To be added. + The service ID of this channel. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.COLUMN_SERVICE_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -715,9 +964,18 @@ System.String - To be added. + The predefined service type of this TV channel. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.COLUMN_SERVICE_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -741,9 +999,18 @@ System.String - To be added. + The flag indicating whether this TV channel is transient or not. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.COLUMN_TRANSIENT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -767,9 +1034,18 @@ System.String - To be added. + The transport stream ID of this channel. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.COLUMN_TRANSPORT_STREAM_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -793,9 +1069,18 @@ System.String - To be added. + The broadcast system type of this TV channel. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.COLUMN_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -819,9 +1104,18 @@ System.String - To be added. + The version number of this row entry used by TV input services. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.COLUMN_VERSION_NUMBER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -845,9 +1139,18 @@ System.String - To be added. + The typical video format for programs from this TV channel. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.COLUMN_VIDEO_FORMAT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -871,8 +1174,19 @@ System.String - To be added. - To be added. + The typical video resolution. + + + + Java documentation for android.media.tv.TvContract.Channels.COLUMN_VIDEO_RESOLUTION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -895,9 +1209,18 @@ System.String - To be added. + The MIME type of a single TV channel. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.CONTENT_ITEM_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -921,9 +1244,18 @@ System.String - To be added. + The MIME type of a directory of TV channels. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.CONTENT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -947,10 +1279,19 @@ Android.Net.Uri - To be added. + The content:// style URI for this table. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.CONTENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -977,11 +1318,21 @@ - To be added. - To be added. - To be added. + The video format defined in Channels. + Returns the video resolution (definition) for a given video format. + the corresponding video resolution string. null if the resolution string + is not defined for the given video format. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.getVideoResolution(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1036,9 +1387,18 @@ System.String - To be added. + The service type for radio channels that have audio only. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.SERVICE_TYPE_AUDIO. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1062,9 +1422,18 @@ System.String - To be added. + The service type for regular TV channels that have both audio and video. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.SERVICE_TYPE_AUDIO_VIDEO. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1088,9 +1457,18 @@ System.String - To be added. + A generic service type. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.SERVICE_TYPE_OTHER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1176,9 +1554,18 @@ System.String - To be added. + The channel type for 1seg (handheld). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.TYPE_1SEG. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1202,8 +1589,19 @@ System.String - To be added. - To be added. + The channel type for ATSC3. + + + + Java documentation for android.media.tv.TvContract.Channels.TYPE_ATSC3_T. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1226,9 +1624,18 @@ System.String - To be added. + The channel type for ATSC (cable). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.TYPE_ATSC_C. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1252,9 +1659,18 @@ System.String - To be added. + The channel type for ATSC-M/H (mobile/handheld). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.TYPE_ATSC_M_H. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1278,9 +1694,18 @@ System.String - To be added. + The channel type for ATSC (terrestrial). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.TYPE_ATSC_T. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1304,9 +1729,18 @@ System.String - To be added. + The channel type for CMMB (handheld). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.TYPE_CMMB. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1330,9 +1764,18 @@ System.String - To be added. + The channel type for DTMB (terrestrial). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.TYPE_DTMB. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1356,9 +1799,18 @@ System.String - To be added. + The channel type for DVB-C (cable). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.TYPE_DVB_C. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1382,9 +1834,18 @@ System.String - To be added. + The channel type for DVB-C2 (cable). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.TYPE_DVB_C2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1408,9 +1869,18 @@ System.String - To be added. + The channel type for DVB-H (handheld). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.TYPE_DVB_H. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1434,9 +1904,18 @@ System.String - To be added. + The channel type for DVB-S (satellite). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.TYPE_DVB_S. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1460,9 +1939,18 @@ System.String - To be added. + The channel type for DVB-S2 (satellite). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.TYPE_DVB_S2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1486,9 +1974,18 @@ System.String - To be added. + The channel type for DVB-SH (satellite). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.TYPE_DVB_SH. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1512,9 +2009,18 @@ System.String - To be added. + The channel type for DVB-T (terrestrial). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.TYPE_DVB_T. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1538,9 +2044,18 @@ System.String - To be added. + The channel type for DVB-T2 (terrestrial). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.TYPE_DVB_T2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1564,9 +2079,18 @@ System.String - To be added. + The channel type for ISDB-C (cable). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.TYPE_ISDB_C. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1590,9 +2114,18 @@ System.String - To be added. + The channel type for ISDB-S (satellite). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.TYPE_ISDB_S. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1616,8 +2149,19 @@ System.String - To be added. - To be added. + The channel type for ISDB-S3 (satellite). + + + + Java documentation for android.media.tv.TvContract.Channels.TYPE_ISDB_S3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1640,9 +2184,18 @@ System.String - To be added. + The channel type for ISDB-T (terrestrial). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.TYPE_ISDB_T. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1666,9 +2219,18 @@ System.String - To be added. + The channel type for ISDB-Tb (Brazil). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.TYPE_ISDB_TB. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1692,9 +2254,18 @@ System.String - To be added. + The channel type for NTSC. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.TYPE_NTSC. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1718,9 +2289,18 @@ System.String - To be added. + A generic channel type. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.TYPE_OTHER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1744,9 +2324,18 @@ System.String - To be added. + The channel type for PAL. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.TYPE_PAL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1770,9 +2359,18 @@ System.String - To be added. + The channel type for preview videos. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.TYPE_PREVIEW. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1796,9 +2394,18 @@ System.String - To be added. + The channel type for S-DMB (satellite). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.TYPE_S_DMB. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1822,9 +2429,18 @@ System.String - To be added. + The channel type for SECAM. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.TYPE_SECAM. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1848,9 +2464,18 @@ System.String - To be added. + The channel type for T-DMB (terrestrial). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.TYPE_T_DMB. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1874,9 +2499,18 @@ System.String - To be added. + The video format for 1080i. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.VIDEO_FORMAT_1080I. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1900,9 +2534,18 @@ System.String - To be added. + The video format for 1080p. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.VIDEO_FORMAT_1080P. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1926,9 +2569,18 @@ System.String - To be added. + The video format for 2160p. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.VIDEO_FORMAT_2160P. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1952,9 +2604,18 @@ System.String - To be added. + The video format for 240p. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.VIDEO_FORMAT_240P. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1978,9 +2639,18 @@ System.String - To be added. + The video format for 360p. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.VIDEO_FORMAT_360P. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2004,9 +2674,18 @@ System.String - To be added. + The video format for 4320p. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.VIDEO_FORMAT_4320P. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2030,9 +2709,18 @@ System.String - To be added. + The video format for 480i. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.VIDEO_FORMAT_480I. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2056,9 +2744,18 @@ System.String - To be added. + The video format for 480p. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.VIDEO_FORMAT_480P. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2082,9 +2779,18 @@ System.String - To be added. + The video format for 576i. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.VIDEO_FORMAT_576I. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2108,9 +2814,18 @@ System.String - To be added. + The video format for 576p. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.VIDEO_FORMAT_576P. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2134,9 +2849,18 @@ System.String - To be added. + The video format for 720p. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.VIDEO_FORMAT_720P. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2160,9 +2884,18 @@ System.String - To be added. + The video resolution for enhanced-definition. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.VIDEO_RESOLUTION_ED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2186,9 +2919,18 @@ System.String - To be added. + The video resolution for full high-definition. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.VIDEO_RESOLUTION_FHD. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2212,9 +2954,18 @@ System.String - To be added. + The video resolution for high-definition. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.VIDEO_RESOLUTION_HD. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2238,9 +2989,18 @@ System.String - To be added. + The video resolution for standard-definition. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.VIDEO_RESOLUTION_SD. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2264,9 +3024,18 @@ System.String - To be added. + The video resolution for ultra high-definition. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Channels.VIDEO_RESOLUTION_UHD. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media.TV/TvContract+IBaseTvColumns.xml b/docs/Mono.Android/en/Android.Media.TV/TvContract+IBaseTvColumns.xml index b2e7caacb7..f71b200f57 100644 --- a/docs/Mono.Android/en/Android.Media.TV/TvContract+IBaseTvColumns.xml +++ b/docs/Mono.Android/en/Android.Media.TV/TvContract+IBaseTvColumns.xml @@ -9,8 +9,19 @@ - To be added. - To be added. + Common base for the tables of TV channels/programs. + + + + Java documentation for android.media.tv.TvContract.BaseTvColumns. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -33,8 +44,19 @@ System.String - To be added. - To be added. + The name of the package that owns the current row. + + + + Java documentation for android.media.tv.TvContract.BaseTvColumns.COLUMN_PACKAGE_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media.TV/TvContract+PreviewPrograms+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Media.TV/TvContract+PreviewPrograms+InterfaceConsts.xml index 0d1e1f920a..0b2dd7c892 100644 --- a/docs/Mono.Android/en/Android.Media.TV/TvContract+PreviewPrograms+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Media.TV/TvContract+PreviewPrograms+InterfaceConsts.xml @@ -38,9 +38,18 @@ System.String - To be added. + The name of the package that owns the current row. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.BaseTvColumns.COLUMN_PACKAGE_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media.TV/TvContract+PreviewPrograms.xml b/docs/Mono.Android/en/Android.Media.TV/TvContract+PreviewPrograms.xml index 75708d65a4..625873da28 100644 --- a/docs/Mono.Android/en/Android.Media.TV/TvContract+PreviewPrograms.xml +++ b/docs/Mono.Android/en/Android.Media.TV/TvContract+PreviewPrograms.xml @@ -18,14 +18,18 @@ - To be added. + Column definitions for the preview TV programs table. - Android platform documentation + Java documentation for android.media.tv.TvContract.PreviewPrograms. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -179,9 +183,18 @@ System.String - To be added. + The ID of the TV channel that provides this TV program. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.PreviewPrograms.COLUMN_CHANNEL_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1267,9 +1280,18 @@ System.String - To be added. + The weight of the preview program within the channel. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.PreviewPrograms.COLUMN_WEIGHT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1293,9 +1315,18 @@ System.String - To be added. + The MIME type of a single preview TV program. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.PreviewPrograms.CONTENT_ITEM_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1319,9 +1350,18 @@ System.String - To be added. + The MIME type of a directory of preview TV programs. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.PreviewPrograms.CONTENT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1345,10 +1385,19 @@ Android.Net.Uri - To be added. + The content:// style URI for this table. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.PreviewPrograms.CONTENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media.TV/TvContract+Programs+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Media.TV/TvContract+Programs+InterfaceConsts.xml index fafe3d1466..46724d5a4a 100644 --- a/docs/Mono.Android/en/Android.Media.TV/TvContract+Programs+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Media.TV/TvContract+Programs+InterfaceConsts.xml @@ -38,9 +38,18 @@ System.String - To be added. + The name of the package that owns the current row. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.BaseTvColumns.COLUMN_PACKAGE_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media.TV/TvContract+Programs.xml b/docs/Mono.Android/en/Android.Media.TV/TvContract+Programs.xml index 5a7c7a75db..a1573ab577 100644 --- a/docs/Mono.Android/en/Android.Media.TV/TvContract+Programs.xml +++ b/docs/Mono.Android/en/Android.Media.TV/TvContract+Programs.xml @@ -18,14 +18,18 @@ - To be added. + Column definitions for the TV programs table. - Android platform documentation + Java documentation for android.media.tv.TvContract.Programs. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -75,9 +79,18 @@ System.String - To be added. + The comma-separated genre string of this TV program. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Programs.COLUMN_BROADCAST_GENRE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -127,9 +140,18 @@ System.String - To be added. + The ID of the TV channel that provides this TV program. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Programs.COLUMN_CHANNEL_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -179,9 +201,18 @@ System.String - To be added. + The end time of this TV program, in milliseconds since the epoch. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Programs.COLUMN_END_TIME_UTC_MILLIS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -235,9 +266,18 @@ System.String - To be added. + The episode number of this TV program for episodic TV shows. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Programs.COLUMN_EPISODE_NUMBER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -287,8 +327,19 @@ System.String - To be added. - To be added. + The event ID of this TV program. + + + + Java documentation for android.media.tv.TvContract.Programs.COLUMN_EVENT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -311,8 +362,19 @@ System.String - To be added. - To be added. + The global content ID of this TV program, as a URI. + + + + Java documentation for android.media.tv.TvContract.Programs.COLUMN_GLOBAL_CONTENT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -517,9 +579,18 @@ System.String - To be added. + The flag indicating whether recording of this program is prohibited. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Programs.COLUMN_RECORDING_PROHIBITED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -651,9 +722,18 @@ System.String - To be added. + The season number of this TV program for episodic TV shows. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Programs.COLUMN_SEASON_NUMBER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -777,9 +857,18 @@ System.String - To be added. + The start time of this TV program, in milliseconds since the epoch. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Programs.COLUMN_START_TIME_UTC_MILLIS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -933,9 +1022,18 @@ System.String - To be added. + The MIME type of a single TV program. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Programs.CONTENT_ITEM_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -959,9 +1057,18 @@ System.String - To be added. + The MIME type of a directory of TV programs. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Programs.CONTENT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -985,10 +1092,19 @@ Android.Net.Uri - To be added. + The content:// style URI for this table. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.Programs.CONTENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media.TV/TvContract+RecordedPrograms+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Media.TV/TvContract+RecordedPrograms+InterfaceConsts.xml index bc10d38981..70e7054059 100644 --- a/docs/Mono.Android/en/Android.Media.TV/TvContract+RecordedPrograms+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Media.TV/TvContract+RecordedPrograms+InterfaceConsts.xml @@ -38,9 +38,18 @@ System.String - To be added. + The name of the package that owns the current row. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.BaseTvColumns.COLUMN_PACKAGE_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media.TV/TvContract+RecordedPrograms.xml b/docs/Mono.Android/en/Android.Media.TV/TvContract+RecordedPrograms.xml index 663824294b..8e20dfe792 100644 --- a/docs/Mono.Android/en/Android.Media.TV/TvContract+RecordedPrograms.xml +++ b/docs/Mono.Android/en/Android.Media.TV/TvContract+RecordedPrograms.xml @@ -18,14 +18,18 @@ - To be added. + Column definitions for the recorded TV programs table. - Android platform documentation + Java documentation for android.media.tv.TvContract.RecordedPrograms. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -75,9 +79,18 @@ System.String - To be added. + The comma-separated genre string of this recorded TV program. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.RecordedPrograms.COLUMN_BROADCAST_GENRE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -127,9 +140,18 @@ System.String - To be added. + The ID of the TV channel that provides this recorded program. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.RecordedPrograms.COLUMN_CHANNEL_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -179,9 +201,18 @@ System.String - To be added. + The end time of the original TV program, in milliseconds since the epoch. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.RecordedPrograms.COLUMN_END_TIME_UTC_MILLIS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -257,9 +288,18 @@ System.String - To be added. + The ID of the TV input service that is associated with this recorded program. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.RecordedPrograms.COLUMN_INPUT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -465,9 +505,18 @@ System.String - To be added. + The data size (in bytes) for this recorded program. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.RecordedPrograms.COLUMN_RECORDING_DATA_BYTES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -491,9 +540,18 @@ System.String - To be added. + The URI of the recording data for this recorded program. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.RecordedPrograms.COLUMN_RECORDING_DATA_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -517,9 +575,18 @@ System.String - To be added. + The duration (in milliseconds) of this recorded program. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.RecordedPrograms.COLUMN_RECORDING_DURATION_MILLIS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -543,9 +610,18 @@ System.String - To be added. + The expiration time for this recorded program, in milliseconds since the epoch. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.RecordedPrograms.COLUMN_RECORDING_EXPIRE_TIME_UTC_MILLIS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -773,9 +849,18 @@ System.String - To be added. + The start time of the original TV program, in milliseconds since the epoch. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.RecordedPrograms.COLUMN_START_TIME_UTC_MILLIS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -929,9 +1014,18 @@ System.String - To be added. + The MIME type of a single recorded TV program. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.RecordedPrograms.CONTENT_ITEM_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -955,9 +1049,18 @@ System.String - To be added. + The MIME type of a directory of recorded TV programs. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.RecordedPrograms.CONTENT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -981,10 +1084,19 @@ Android.Net.Uri - To be added. + The content:// style URI for this table. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.RecordedPrograms.CONTENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media.TV/TvContract+WatchNextPrograms+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Media.TV/TvContract+WatchNextPrograms+InterfaceConsts.xml index bd2abded23..7afe4187df 100644 --- a/docs/Mono.Android/en/Android.Media.TV/TvContract+WatchNextPrograms+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Media.TV/TvContract+WatchNextPrograms+InterfaceConsts.xml @@ -38,9 +38,18 @@ System.String - To be added. + The name of the package that owns the current row. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.BaseTvColumns.COLUMN_PACKAGE_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media.TV/TvContract+WatchNextPrograms.xml b/docs/Mono.Android/en/Android.Media.TV/TvContract+WatchNextPrograms.xml index ee60f784fe..171495385a 100644 --- a/docs/Mono.Android/en/Android.Media.TV/TvContract+WatchNextPrograms.xml +++ b/docs/Mono.Android/en/Android.Media.TV/TvContract+WatchNextPrograms.xml @@ -18,14 +18,18 @@ - To be added. + Column definitions for the "watch next" TV programs table. - Android platform documentation + Java documentation for android.media.tv.TvContract.WatchNextPrograms. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -569,9 +573,19 @@ System.String - To be added. + The last UTC time that the user engaged in this TV program, in milliseconds since the + epoch. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.WatchNextPrograms.COLUMN_LAST_ENGAGEMENT_TIME_UTC_MILLIS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1267,9 +1281,18 @@ System.String - To be added. + The "watch next" type of this program content. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.WatchNextPrograms.COLUMN_WATCH_NEXT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1293,9 +1316,18 @@ System.String - To be added. + The MIME type of a single preview TV program. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.WatchNextPrograms.CONTENT_ITEM_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1319,9 +1351,18 @@ System.String - To be added. + The MIME type of a directory of "watch next" TV programs. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.WatchNextPrograms.CONTENT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1345,10 +1386,19 @@ Android.Net.Uri - To be added. + The content:// style URI for this table. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvContract.WatchNextPrograms.CONTENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media.TV/TvInputInfo+Builder.xml b/docs/Mono.Android/en/Android.Media.TV/TvInputInfo+Builder.xml index 56b8fb2ae6..70e8c5c8bd 100644 --- a/docs/Mono.Android/en/Android.Media.TV/TvInputInfo+Builder.xml +++ b/docs/Mono.Android/en/Android.Media.TV/TvInputInfo+Builder.xml @@ -18,14 +18,18 @@ - To be added. + A convenience builder for creating TvInputInfo objects. - Android platform documentation + Java documentation for android.media.tv.TvInputInfo.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -50,11 +54,21 @@ - To be added. - To be added. - To be added. + A Context of the application package implementing this class. + The name of the application component to be used for the + TvInputService. + Constructs a new builder for TvInputInfo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvInputInfo.Builder.TvInputInfo$Builder(android.content.Context, android.content.ComponentName). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -79,10 +93,19 @@ - To be added. - To be added. + Creates a TvInputInfo instance with the specified fields. + TvInputInfo containing information about this TV input. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvInputInfo.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media.TV/TvInputManager+TvInputCallback.xml b/docs/Mono.Android/en/Android.Media.TV/TvInputManager+TvInputCallback.xml index 66f43ef858..dab6d54d57 100644 --- a/docs/Mono.Android/en/Android.Media.TV/TvInputManager+TvInputCallback.xml +++ b/docs/Mono.Android/en/Android.Media.TV/TvInputManager+TvInputCallback.xml @@ -18,14 +18,18 @@ - To be added. + Callback used to monitor status of the TV inputs. - Android platform documentation + Java documentation for android.media.tv.TvInputManager.TvInputCallback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -129,10 +133,19 @@ - To be added. - To be added. + The ID of the TV input. + This is called when a TV input is added to the system. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvInputManager.TvInputCallback.onInputAdded(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -159,10 +172,19 @@ - To be added. - To be added. + The ID of the TV input. + This is called when a TV input is removed from the system. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvInputManager.TvInputCallback.onInputRemoved(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -197,11 +219,22 @@ - To be added. - To be added. - To be added. + The ID of the TV input. + State of the TV input. The value is one of the following: + <ul> + <li>TvInputManager#INPUT_STATE_CONNECTED<li>TvInputManager#INPUT_STATE_CONNECTED_STANDBY<li>TvInputManager#INPUT_STATE_DISCONNECTED</ul> + This is called when the state of a given TV input is changed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvInputManager.TvInputCallback.onInputStateChanged(java.lang.String, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -228,10 +261,19 @@ - To be added. - To be added. + The ID of the TV input. + This is called when a TV input is updated on the system. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvInputManager.TvInputCallback.onInputUpdated(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -258,10 +300,19 @@ - To be added. - To be added. + The <code>TvInputInfo</code> object that contains new information. + This is called when the information about an existing TV input has been updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvInputManager.TvInputCallback.onTvInputInfoUpdated(android.media.tv.TvInputInfo). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media.TV/TvInputService+HardwareSession.xml b/docs/Mono.Android/en/Android.Media.TV/TvInputService+HardwareSession.xml index b038146834..379df0a9a8 100644 --- a/docs/Mono.Android/en/Android.Media.TV/TvInputService+HardwareSession.xml +++ b/docs/Mono.Android/en/Android.Media.TV/TvInputService+HardwareSession.xml @@ -18,14 +18,19 @@ - To be added. + Base class for a TV input session which represents an external device connected to a + hardware TV input. - Android platform documentation + Java documentation for android.media.tv.TvInputService.HardwareSession. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -49,10 +54,19 @@ - To be added. - To be added. + The context of the application + Creates a new HardwareSession. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvInputService.HardwareSession.TvInputService$HardwareSession(android.content.Context). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -158,9 +172,19 @@ - To be added. + Called when the underlying hardware TV input session calls + TvInputService.Session#notifyVideoAvailable(). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvInputService.HardwareSession.onHardwareVideoAvailable(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -194,10 +218,22 @@ - To be added. - To be added. + The reason that the hardware TV input stopped the playback: + <ul> + <li>TvInputManager#VIDEO_UNAVAILABLE_REASON_UNKNOWN<li>TvInputManager#VIDEO_UNAVAILABLE_REASON_TUNING<li>TvInputManager#VIDEO_UNAVAILABLE_REASON_WEAK_SIGNAL<li>TvInputManager#VIDEO_UNAVAILABLE_REASON_BUFFERING<li>TvInputManager#VIDEO_UNAVAILABLE_REASON_AUDIO_ONLY</ul> + Called when the underlying hardware TV input session calls + TvInputService.Session#notifyVideoUnavailable(int). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvInputService.HardwareSession.onHardwareVideoUnavailable(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -225,10 +261,19 @@ To be added. - To be added. + This method will not be called in HardwareSession. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvInputService.HardwareSession.onSetSurface(android.view.Surface). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media.TV/TvInputService+RecordingSession.xml b/docs/Mono.Android/en/Android.Media.TV/TvInputService+RecordingSession.xml index b1491c9131..304fdbc11c 100644 --- a/docs/Mono.Android/en/Android.Media.TV/TvInputService+RecordingSession.xml +++ b/docs/Mono.Android/en/Android.Media.TV/TvInputService+RecordingSession.xml @@ -18,14 +18,18 @@ - To be added. + Base class for derived classes to implement to provide a TV input recording session. - Android platform documentation + Java documentation for android.media.tv.TvInputService.RecordingSession. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -49,10 +53,19 @@ - To be added. - To be added. + The context of the application + Creates a new RecordingSession. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvInputService.RecordingSession.TvInputService$RecordingSession(android.content.Context). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -140,10 +153,22 @@ - To be added. - To be added. + The error code. Should be one of the followings. + <ul> + <li>TvInputManager#RECORDING_ERROR_UNKNOWN<li>TvInputManager#RECORDING_ERROR_INSUFFICIENT_SPACE<li>TvInputManager#RECORDING_ERROR_RESOURCE_BUSY</ul> + Informs the application that there is an error and this recording session is no longer + able to start or continue recording. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvInputService.RecordingSession.notifyError(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -170,10 +195,21 @@ - To be added. - To be added. + The URI of the newly recorded program. + Informs the application that this recording session has stopped recording and created a + new data entry in the TvContract.RecordedPrograms table that describes the newly + recorded program. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvInputService.RecordingSession.notifyRecordingStopped(android.net.Uri). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -200,10 +236,20 @@ - To be added. - To be added. + The URI of a channel. + Informs the application that this recording session has been tuned to the given channel + and is ready to start recording. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvInputService.RecordingSession.notifyTuned(android.net.Uri). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -231,11 +277,22 @@ - To be added. - To be added. - To be added. + Name of the command to be performed. This <em>must</em> be a scoped name, + i.e. prefixed with a package name you own, so that different developers will + not create conflicting commands. + Any data to include with the command. + Processes a private command sent from the application to the TV input. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvInputService.RecordingSession.onAppPrivateCommand(java.lang.String, android.os.Bundle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -262,9 +319,20 @@ - To be added. - To be added. - To be added. + Domain-specific data for recording request. + Called when the application requests to pause TV program recording. + + + + Java documentation for android.media.tv.TvInputService.RecordingSession.onPauseRecording(android.os.Bundle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -288,9 +356,19 @@ - To be added. + Called when the application requests to release all the resources held by this recording + session. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvInputService.RecordingSession.onRelease(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -317,9 +395,20 @@ - To be added. - To be added. - To be added. + Domain-specific data for recording request. + Called when the application requests to resume TV program recording. + + + + Java documentation for android.media.tv.TvInputService.RecordingSession.onResumeRecording(android.os.Bundle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -345,10 +434,20 @@ - To be added. - To be added. + The URI for the TV program to record, built by + TvContract#buildProgramUri(long). Can be null. + Called when the application requests to start TV program recording. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvInputService.RecordingSession.onStartRecording(android.net.Uri). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -376,10 +475,24 @@ - To be added. - To be added. - To be added. - To be added. + The URI for the TV program to record, built by + TvContract#buildProgramUri(long). Can be null. + Domain-specific data for this tune request. Keys <em>must</em> be a scoped + name, i.e. prefixed with a package name you own, so that different developers + will not create conflicting keys. + Called when the application requests to start TV program recording. + + + + Java documentation for android.media.tv.TvInputService.RecordingSession.onStartRecording(android.net.Uri, android.os.Bundle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -403,9 +516,18 @@ - To be added. + Called when the application requests to stop TV program recording. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvInputService.RecordingSession.onStopRecording(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -432,10 +554,19 @@ - To be added. - To be added. + The URI of a channel. + Called when the application requests to tune to a given channel for TV program recording. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvInputService.RecordingSession.onTune(android.net.Uri). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -463,11 +594,22 @@ - To be added. - To be added. - To be added. + The URI of a channel. + Domain-specific data for this tune request. Keys <em>must</em> be a scoped + name, i.e. prefixed with a package name you own, so that different developers + will not create conflicting keys. + Called when the application requests to tune to a given channel for TV program recording. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvInputService.RecordingSession.onTune(android.net.Uri, android.os.Bundle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media.TV/TvInputService+Session.xml b/docs/Mono.Android/en/Android.Media.TV/TvInputService+Session.xml index bf7d515a7c..b6a0e8f071 100644 --- a/docs/Mono.Android/en/Android.Media.TV/TvInputService+Session.xml +++ b/docs/Mono.Android/en/Android.Media.TV/TvInputService+Session.xml @@ -31,14 +31,18 @@ - To be added. + Base class for derived classes to implement to provide a TV input session. - Android platform documentation + Java documentation for android.media.tv.TvInputService.Session. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -62,10 +66,19 @@ - To be added. - To be added. + The context of the application + Creates a new Session. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvInputService.Session.TvInputService$Session(android.content.Context). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -152,13 +165,22 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + Left position in pixels, relative to the overlay view. + Top position in pixels, relative to the overlay view. + Right position in pixels, relative to the overlay view. + Bottom position in pixels, relative to the overlay view. + Assigns a size and position to the surface passed in #onSetSurface. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvInputService.Session.layoutSurface(int, int, int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -185,10 +207,20 @@ - To be added. - To be added. + The URI of the new channel. + Informs the application that the current channel is re-tuned for some reason and the + session now displays the content from a new channel. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvInputService.Session.notifyChannelRetuned(android.net.Uri). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -213,9 +245,18 @@ - To be added. + Informs the application that the user is allowed to watch the current program content. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvInputService.Session.notifyContentAllowed(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -242,10 +283,20 @@ - To be added. - To be added. + The content rating for the current TV program. Can be + TvContentRating#UNRATED. + Informs the application that the current program content is blocked by parent controls. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvInputService.Session.notifyContentBlocked(android.media.tv.TvContentRating). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -279,10 +330,21 @@ - To be added. - To be added. + The current time shift status. Should be one of the followings. + <ul> + <li>TvInputManager#TIME_SHIFT_STATUS_UNSUPPORTED<li>TvInputManager#TIME_SHIFT_STATUS_UNAVAILABLE<li>TvInputManager#TIME_SHIFT_STATUS_AVAILABLE</ul> + Informs the application that the time shift status is changed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvInputService.Session.notifyTimeShiftStatusChanged(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -309,10 +371,19 @@ - To be added. - To be added. + A list which includes track information. + Sends the list of all audio/video/subtitle tracks. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvInputService.Session.notifyTracksChanged(java.util.List<android.media.tv.TvTrackInfo>). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -347,11 +418,22 @@ - To be added. - To be added. - To be added. + The type of the selected track. The type can be + TvTrackInfo#TYPE_AUDIO, TvTrackInfo#TYPE_VIDEO or + TvTrackInfo#TYPE_SUBTITLE. + The ID of the selected track. + Sends the type and ID of a selected track. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvInputService.Session.notifyTrackSelected(int, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -376,9 +458,18 @@ - To be added. + Informs the application that the video is now available for watching. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvInputService.Session.notifyVideoAvailable(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -412,10 +503,21 @@ - To be added. - To be added. + The reason why the video became unavailable: + <ul> + <li>TvInputManager#VIDEO_UNAVAILABLE_REASON_UNKNOWN<li>TvInputManager#VIDEO_UNAVAILABLE_REASON_TUNING<li>TvInputManager#VIDEO_UNAVAILABLE_REASON_WEAK_SIGNAL<li>TvInputManager#VIDEO_UNAVAILABLE_REASON_BUFFERING<li>TvInputManager#VIDEO_UNAVAILABLE_REASON_AUDIO_ONLY</ul> + Informs the application that the video became unavailable for some reason. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvInputService.Session.notifyVideoUnavailable(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -443,11 +545,22 @@ - To be added. - To be added. - To be added. + Name of the command to be performed. This <em>must</em> be a scoped name, + i.e. prefixed with a package name you own, so that different developers will + not create conflicting commands. + Any data to include with the command. + Processes a private command sent from the application to the TV input. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvInputService.Session.onAppPrivateCommand(java.lang.String, android.os.Bundle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -472,10 +585,19 @@ - To be added. - To be added. + Called when the application requests to create an overlay view. + a view attached to the overlay window - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvInputService.Session.onCreateOverlayView(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -503,10 +625,21 @@ To be added. - To be added. - To be added. + The motion event being received. + Implement this method to handle generic motion events on the current input session. + If you handled the event, return true. If you want to allow the event to + be handled by the next receiver, return false. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvInputService.Session.onGenericMotionEvent(android.view.MotionEvent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -544,12 +677,24 @@ - To be added. To be added. - To be added. - To be added. + The value in event.getKeyCode(). + Description of the key event. + Default implementation of android.view.KeyEvent.Callback#onKeyDown(int, KeyEvent) + KeyEvent.Callback.onKeyDown(): always returns false (doesn't handle the event). + If you handled the event, return true. If you want to allow the event to + be handled by the next receiver, return false. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvInputService.Session.onKeyDown(int, android.view.KeyEvent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -587,12 +732,25 @@ - To be added. To be added. - To be added. - To be added. + The value in event.getKeyCode(). + Description of the key event. + Default implementation of + android.view.KeyEvent.Callback#onKeyLongPress(int, KeyEvent) + KeyEvent.Callback.onKeyLongPress(): always returns false (doesn't handle the event). + If you handled the event, return true. If you want to allow the event to + be handled by the next receiver, return false. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvInputService.Session.onKeyLongPress(int, android.view.KeyEvent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -631,13 +789,26 @@ - To be added. - To be added. To be added. - To be added. - To be added. + The value in event.getKeyCode(). + The number of times the action was made. + Description of the key event. + Default implementation of + android.view.KeyEvent.Callback#onKeyMultiple(int, int, KeyEvent) + KeyEvent.Callback.onKeyMultiple(): always returns false (doesn't handle the event). + If you handled the event, return true. If you want to allow the event to + be handled by the next receiver, return false. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvInputService.Session.onKeyMultiple(int, int, android.view.KeyEvent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -675,12 +846,24 @@ - To be added. To be added. - To be added. - To be added. + The value in event.getKeyCode(). + Description of the key event. + Default implementation of android.view.KeyEvent.Callback#onKeyUp(int, KeyEvent) + KeyEvent.Callback.onKeyUp(): always returns false (doesn't handle the event). + If you handled the event, return true. If you want to allow the event to + be handled by the next receiver, return false. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvInputService.Session.onKeyUp(int, android.view.KeyEvent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -708,11 +891,20 @@ - To be added. - To be added. - To be added. + The width of the overlay view. + The height of the overlay view. + Called when the size of the overlay view is changed by the application. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvInputService.Session.onOverlayViewSizeChanged(int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -737,9 +929,18 @@ - To be added. + Called when the session is released. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvInputService.Session.onRelease(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -774,12 +975,25 @@ - To be added. - To be added. - To be added. - To be added. + The ID of the track to select. null means to unselect the current + track for a given type. + The type of the track to select. The type can be + TvTrackInfo#TYPE_AUDIO, TvTrackInfo#TYPE_VIDEO or + TvTrackInfo#TYPE_SUBTITLE. + Selects a given track. + + true if the track selection was successful, false otherwise. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvInputService.Session.onSelectTrack(int, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -806,10 +1020,20 @@ - To be added. - To be added. + + true to enable, false to disable. + Enables or disables the caption. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvInputService.Session.onSetCaptionEnabled(boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -836,10 +1060,19 @@ - To be added. - To be added. + A volume value between 0.0f to 1.0f. + Sets the relative stream volume of the current TV input session. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvInputService.Session.onSetStreamVolume(float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -866,11 +1099,21 @@ - To be added. - To be added. - To be added. + The surface to be used for video rendering. Can be null. + Called when the application sets the surface. + + true if the surface was set successfully, false otherwise. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvInputService.Session.onSetSurface(android.view.Surface). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -906,12 +1149,22 @@ - To be added. - To be added. - To be added. - To be added. + The new PixelFormat of the surface. + The new width of the surface. + The new height of the surface. + Called after any structural changes (format or size) have been made to the surface passed + in #onSetSurface. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvInputService.Session.onSurfaceChanged(int, int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -936,10 +1189,19 @@ - To be added. + Returns the current position for time shifting, in milliseconds since the epoch. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvInputService.Session.onTimeShiftGetCurrentPosition(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -964,10 +1226,19 @@ - To be added. + Returns the start position for time shifting, in milliseconds since the epoch. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvInputService.Session.onTimeShiftGetStartPosition(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -992,9 +1263,18 @@ - To be added. + Called when the application requests to pause playback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvInputService.Session.onTimeShiftPause(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1021,10 +1301,19 @@ - To be added. - To be added. + The URI of a recorded TV program. + Called when the application requests to play a given recorded TV program. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvInputService.Session.onTimeShiftPlay(android.net.Uri). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1049,9 +1338,18 @@ - To be added. + Called when the application requests to resume playback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvInputService.Session.onTimeShiftResume(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1078,10 +1376,19 @@ - To be added. - To be added. + The time position to seek to, in milliseconds since the epoch. + Called when the application requests to seek to a specified time position. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvInputService.Session.onTimeShiftSeekTo(long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1108,10 +1415,19 @@ - To be added. - To be added. + The playback params. + Called when the application sets playback parameters containing the speed and audio mode. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvInputService.Session.onTimeShiftSetPlaybackParams(android.media.PlaybackParams). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1139,10 +1455,21 @@ To be added. - To be added. - To be added. + The motion event being received. + Implement this method to handle touch screen motion events on the current input session. + If you handled the event, return true. If you want to allow the event to + be handled by the next receiver, return false. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvInputService.Session.onTouchEvent(android.view.MotionEvent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1170,10 +1497,21 @@ To be added. - To be added. - To be added. + The motion event being received. + Implement this method to handle trackball events on the current input session. + If you handled the event, return true. If you want to allow the event to + be handled by the next receiver, return false. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvInputService.Session.onTrackballEvent(android.view.MotionEvent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1200,11 +1538,21 @@ - To be added. - To be added. - To be added. + The URI of the channel. + Tunes to a given channel. + + true if the tuning was successful, false otherwise. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvInputService.Session.onTune(android.net.Uri). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1232,12 +1580,24 @@ - To be added. - To be added. - To be added. - To be added. + The URI of the channel. + Domain-specific data for this tune request. Keys <em>must</em> be a scoped + name, i.e. prefixed with a package name you own, so that different developers + will not create conflicting keys. + Tunes to a given channel. + + true if the tuning was successful, false otherwise. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvInputService.Session.onTune(android.net.Uri, android.os.Bundle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1264,10 +1624,19 @@ - To be added. - To be added. + An unblocked content rating + Requests to unblock the content according to the given rating. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvInputService.Session.onUnblockContent(android.media.tv.TvContentRating). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1294,10 +1663,21 @@ - To be added. - To be added. + + true if you want to enable the overlay view. false + otherwise. + Enables or disables the overlay view. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvInputService.Session.setOverlayViewEnabled(boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media.TV/TvRecordingClient+RecordingCallback.xml b/docs/Mono.Android/en/Android.Media.TV/TvRecordingClient+RecordingCallback.xml index 4a48b361c7..962b474674 100644 --- a/docs/Mono.Android/en/Android.Media.TV/TvRecordingClient+RecordingCallback.xml +++ b/docs/Mono.Android/en/Android.Media.TV/TvRecordingClient+RecordingCallback.xml @@ -18,14 +18,19 @@ - To be added. + Callback used to receive various status updates on the + android.media.tv.TvInputService.RecordingSession - Android platform documentation + Java documentation for android.media.tv.TvRecordingClient.RecordingCallback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -129,10 +134,20 @@ - To be added. - To be added. + The ID of the TV input bound to the current TvRecordingClient. + This is called when an error occurred while establishing a connection to the recording + session for the corresponding TV input. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvRecordingClient.RecordingCallback.onConnectionFailed(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -159,10 +174,19 @@ - To be added. - To be added. + The ID of the TV input bound to the current TvRecordingClient. + This is called when the connection to the current recording session is lost. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvRecordingClient.RecordingCallback.onDisconnected(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -196,10 +220,21 @@ - To be added. - To be added. + The error code. Should be one of the followings. + <ul> + <li>TvInputManager#RECORDING_ERROR_UNKNOWN<li>TvInputManager#RECORDING_ERROR_INSUFFICIENT_SPACE<li>TvInputManager#RECORDING_ERROR_RESOURCE_BUSY</ul> + This is called when an issue has occurred. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvRecordingClient.RecordingCallback.onError(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -226,10 +261,21 @@ - To be added. - To be added. + The URI for the newly recorded program. + This is called when the current recording session has stopped recording and created a + new data entry in the TvContract.RecordedPrograms table that describes the newly + recorded program. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvRecordingClient.RecordingCallback.onRecordingStopped(android.net.Uri). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -256,10 +302,20 @@ - To be added. - To be added. + The URI of a channel. + This is called when the recording session has been tuned to the given channel and is + ready to start recording. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvRecordingClient.RecordingCallback.onTuned(android.net.Uri). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media.TV/TvTrackInfo+Builder.xml b/docs/Mono.Android/en/Android.Media.TV/TvTrackInfo+Builder.xml index 9fe50c368d..cdb9a86d1e 100644 --- a/docs/Mono.Android/en/Android.Media.TV/TvTrackInfo+Builder.xml +++ b/docs/Mono.Android/en/Android.Media.TV/TvTrackInfo+Builder.xml @@ -18,14 +18,18 @@ - To be added. + A builder class for creating TvTrackInfo objects. - Android platform documentation + Java documentation for android.media.tv.TvTrackInfo.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -57,11 +61,21 @@ - To be added. - To be added. - To be added. + The type of the track. + The ID of the track that uniquely identifies the current track among all the + other tracks in the same TV program. + Create a Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvTrackInfo.Builder.TvTrackInfo$Builder(int, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -86,10 +100,19 @@ - To be added. - To be added. + Creates a TvTrackInfo instance with the specified fields. + The new TvTrackInfo instance - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvTrackInfo.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media.TV/TvView+IOnUnhandledInputEventListener.xml b/docs/Mono.Android/en/Android.Media.TV/TvView+IOnUnhandledInputEventListener.xml index cc8df04199..e6ae119386 100644 --- a/docs/Mono.Android/en/Android.Media.TV/TvView+IOnUnhandledInputEventListener.xml +++ b/docs/Mono.Android/en/Android.Media.TV/TvView+IOnUnhandledInputEventListener.xml @@ -25,14 +25,18 @@ - To be added. + Interface definition for a callback to be invoked when the unhandled input event is received. - Android platform documentation + Java documentation for android.media.tv.TvView.OnUnhandledInputEventListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -60,10 +64,21 @@ To be added. - To be added. - To be added. + The input event. + Called when an input event was not handled by the bound TV input. + If you handled the event, return true. If you want to allow the event to + be handled by the next receiver, return false. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvView.OnUnhandledInputEventListener.onUnhandledInputEvent(android.view.InputEvent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media.TV/TvView+TimeShiftPositionCallback.xml b/docs/Mono.Android/en/Android.Media.TV/TvView+TimeShiftPositionCallback.xml index c3313ea57f..d9430987a8 100644 --- a/docs/Mono.Android/en/Android.Media.TV/TvView+TimeShiftPositionCallback.xml +++ b/docs/Mono.Android/en/Android.Media.TV/TvView+TimeShiftPositionCallback.xml @@ -18,14 +18,18 @@ - To be added. + Callback used to receive time shift position changes. - Android platform documentation + Java documentation for android.media.tv.TvView.TimeShiftPositionCallback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -130,11 +134,20 @@ - To be added. - To be added. - To be added. + The ID of the TV input bound to this view. + The current position for time shifting, in milliseconds since the epoch. + This is called when the current position for time shifting has changed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvView.TimeShiftPositionCallback.onTimeShiftCurrentPositionChanged(java.lang.String, long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -162,11 +175,20 @@ - To be added. - To be added. - To be added. + The ID of the TV input bound to this view. + The start position for time shifting, in milliseconds since the epoch. + This is called when the start position for time shifting has changed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvView.TimeShiftPositionCallback.onTimeShiftStartPositionChanged(java.lang.String, long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media.TV/TvView+TvInputCallback.xml b/docs/Mono.Android/en/Android.Media.TV/TvView+TvInputCallback.xml index 47a80cfda7..1cf43ecaa6 100644 --- a/docs/Mono.Android/en/Android.Media.TV/TvView+TvInputCallback.xml +++ b/docs/Mono.Android/en/Android.Media.TV/TvView+TvInputCallback.xml @@ -18,14 +18,18 @@ - To be added. + Callback used to receive various status updates on the TvView. - Android platform documentation + Java documentation for android.media.tv.TvView.TvInputCallback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -130,11 +134,21 @@ - To be added. - To be added. - To be added. + The ID of the TV input bound to this view. + The URI of a channel. + This is invoked when the channel of this TvView is changed by the underlying TV input + without any TvView#tune request. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvView.TvInputCallback.onChannelRetuned(java.lang.String, android.net.Uri). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -161,10 +175,20 @@ - To be added. - To be added. + The ID of the TV input bound to this view. + This is invoked when an error occurred while establishing a connection to the underlying + TV input. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvView.TvInputCallback.onConnectionFailed(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -191,10 +215,20 @@ - To be added. - To be added. + The ID of the TV input bound to this view. + This is called when the current program content turns out to be allowed to watch since + its content rating is not blocked by parental controls. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvView.TvInputCallback.onContentAllowed(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -222,11 +256,21 @@ - To be added. - To be added. - To be added. + The ID of the TV input bound to this view. + The content rating of the blocked program. + This is called when the current program content turns out to be not allowed to watch + since its content rating is blocked by parental controls. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvView.TvInputCallback.onContentBlocked(java.lang.String, android.media.tv.TvContentRating). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -253,10 +297,19 @@ - To be added. - To be added. + The ID of the TV input bound to this view. + This is invoked when the existing connection to the underlying TV input is lost. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvView.TvInputCallback.onDisconnected(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -291,11 +344,22 @@ - To be added. - To be added. - To be added. + The ID of the TV input bound to this view. + The current time shift status. Should be one of the followings. + <ul> + <li>TvInputManager#TIME_SHIFT_STATUS_UNSUPPORTED<li>TvInputManager#TIME_SHIFT_STATUS_UNAVAILABLE<li>TvInputManager#TIME_SHIFT_STATUS_AVAILABLE</ul> + This is called when the time shift status is changed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvView.TvInputCallback.onTimeShiftStatusChanged(java.lang.String, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -323,11 +387,20 @@ - To be added. - To be added. - To be added. + The ID of the TV input bound to this view. + A list which includes track information. + This is called when the track information has been changed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvView.TvInputCallback.onTracksChanged(java.lang.String, java.util.List<android.media.tv.TvTrackInfo>). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -363,12 +436,23 @@ - To be added. - To be added. - To be added. - To be added. + The ID of the TV input bound to this view. + The type of the track selected. The type can be + TvTrackInfo#TYPE_AUDIO, TvTrackInfo#TYPE_VIDEO or + TvTrackInfo#TYPE_SUBTITLE. + The ID of the track selected. + This is called when there is a change on the selected tracks. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvView.TvInputCallback.onTrackSelected(java.lang.String, int, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -395,10 +479,19 @@ - To be added. - To be added. + The ID of the TV input bound to this view. + This is called when the video is available, so the TV input starts the playback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvView.TvInputCallback.onVideoAvailable(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -427,12 +520,21 @@ - To be added. - To be added. - To be added. - To be added. + The ID of the TV input bound to this view. + The width of the video. + The height of the video. + This is invoked when the video size has been changed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvView.TvInputCallback.onVideoSizeChanged(java.lang.String, int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -467,11 +569,22 @@ - To be added. - To be added. - To be added. + The ID of the TV input bound to this view. + The reason why the TV input stopped the playback: + <ul> + <li>TvInputManager#VIDEO_UNAVAILABLE_REASON_UNKNOWN<li>TvInputManager#VIDEO_UNAVAILABLE_REASON_TUNING<li>TvInputManager#VIDEO_UNAVAILABLE_REASON_WEAK_SIGNAL<li>TvInputManager#VIDEO_UNAVAILABLE_REASON_BUFFERING<li>TvInputManager#VIDEO_UNAVAILABLE_REASON_AUDIO_ONLY</ul> + This is called when the video is not available, so the TV input stops the playback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.tv.TvView.TvInputCallback.onVideoUnavailable(java.lang.String, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/ApplicationMediaCapabilities+Builder.xml b/docs/Mono.Android/en/Android.Media/ApplicationMediaCapabilities+Builder.xml index 1f6356ac10..cd0d5cde26 100644 --- a/docs/Mono.Android/en/Android.Media/ApplicationMediaCapabilities+Builder.xml +++ b/docs/Mono.Android/en/Android.Media/ApplicationMediaCapabilities+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Builder class for ApplicationMediaCapabilities objects. + + + + Java documentation for android.media.ApplicationMediaCapabilities.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -39,8 +50,19 @@ - To be added. - To be added. + Constructs a new Builder with all the supports default to false. + + + + Java documentation for android.media.ApplicationMediaCapabilities.Builder.ApplicationMediaCapabilities$Builder(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -180,9 +202,21 @@ - To be added. - To be added. - To be added. + Builds a ApplicationMediaCapabilities object. + a new ApplicationMediaCapabilities instance successfully initialized + with all the parameters set on this <code>Builder</code>. + + + + Java documentation for android.media.ApplicationMediaCapabilities.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media/AsyncPlayer.xml b/docs/Mono.Android/en/Android.Media/AsyncPlayer.xml index 27d8ab58b6..03bb3f23d1 100644 --- a/docs/Mono.Android/en/Android.Media/AsyncPlayer.xml +++ b/docs/Mono.Android/en/Android.Media/AsyncPlayer.xml @@ -152,16 +152,17 @@ - Your application's context. - The URI to play. (see MediaPlayer#setDataSource(Context, Uri)) - Whether the audio should loop forever. + the non-null application's context. + the non-null URI to play. (see MediaPlayer#setDataSource(Context, Uri)) + whether the audio should loop forever. (see MediaPlayer#setLooping(boolean)) - To be added. + the non-null AudioAttributes to use. + (see MediaPlayer#setAudioAttributes(AudioAttributes)) Start playing the sound. - Java documentation for android.media.AsyncPlayer.play(android.content.Context, android.net.Uri, boolean, int). + Java documentation for android.media.AsyncPlayer.play(android.content.Context, android.net.Uri, boolean, android.media.AudioAttributes). diff --git a/docs/Mono.Android/en/Android.Media/AudioAttributes+Builder.xml b/docs/Mono.Android/en/Android.Media/AudioAttributes+Builder.xml index 6604154fa0..1375be85c7 100644 --- a/docs/Mono.Android/en/Android.Media/AudioAttributes+Builder.xml +++ b/docs/Mono.Android/en/Android.Media/AudioAttributes+Builder.xml @@ -18,14 +18,18 @@ - To be added. + Builder class for AudioAttributes objects. - Android platform documentation + Java documentation for android.media.AudioAttributes.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -46,9 +50,18 @@ - To be added. + Constructs a new Builder with the defaults. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.AudioAttributes.Builder.AudioAttributes$Builder(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -72,10 +85,19 @@ - To be added. - To be added. + the AudioAttributes object whose data will be reused in the new Builder. + Constructs a new Builder from a given AudioAttributes - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.AudioAttributes.Builder.AudioAttributes$Builder(android.media.AudioAttributes). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -123,10 +145,20 @@ - To be added. - To be added. + Combines all of the attributes that have been set and return a new + AudioAttributes object. + a new AudioAttributes object - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.AudioAttributes.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/AudioFocusRequestClass+Builder.xml b/docs/Mono.Android/en/Android.Media/AudioFocusRequestClass+Builder.xml index 9a19080b0e..c48511a43f 100644 --- a/docs/Mono.Android/en/Android.Media/AudioFocusRequestClass+Builder.xml +++ b/docs/Mono.Android/en/Android.Media/AudioFocusRequestClass+Builder.xml @@ -18,14 +18,18 @@ - To be added. + Builder class for AudioFocusRequest objects. - Android platform documentation + Java documentation for android.media.AudioFocusRequest.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -56,10 +60,20 @@ - To be added. - To be added. + the type of audio focus gain that will be requested + Constructs a new Builder, and specifies how audio focus + will be requested. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.AudioFocusRequest.Builder.AudioFocusRequest$Builder(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -83,10 +97,20 @@ - To be added. - To be added. + the non-null AudioFocusRequest to build a duplicate from. + Constructs a new Builder with all the properties of the AudioFocusRequest + passed as parameter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.AudioFocusRequest.Builder.AudioFocusRequest$Builder(android.media.AudioFocusRequest). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -111,10 +135,21 @@ - To be added. - To be added. + Builds a new AudioFocusRequest instance combining all the information gathered + by this Builder's configuration methods. + the AudioFocusRequest instance qualified by all the properties set + on this Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.AudioFocusRequest.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/AudioFormat+Builder.xml b/docs/Mono.Android/en/Android.Media/AudioFormat+Builder.xml index f6aa4ac501..7013e4c09e 100644 --- a/docs/Mono.Android/en/Android.Media/AudioFormat+Builder.xml +++ b/docs/Mono.Android/en/Android.Media/AudioFormat+Builder.xml @@ -18,14 +18,18 @@ - To be added. + Builder class for AudioFormat objects. - Android platform documentation + Java documentation for android.media.AudioFormat.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -46,9 +50,18 @@ - To be added. + Constructs a new Builder with none of the format characteristics set. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.AudioFormat.Builder.AudioFormat$Builder(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -72,10 +85,19 @@ - To be added. - To be added. + the AudioFormat object whose data will be reused in the new Builder. + Constructs a new Builder from a given AudioFormat. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.AudioFormat.Builder.AudioFormat$Builder(android.media.AudioFormat). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -123,10 +145,20 @@ - To be added. - To be added. + Combines all of the format characteristics that have been set and return a new + AudioFormat object. + a new AudioFormat object - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.AudioFormat.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/AudioFormat.xml b/docs/Mono.Android/en/Android.Media/AudioFormat.xml index 34da847e2f..076b00441e 100644 --- a/docs/Mono.Android/en/Android.Media/AudioFormat.xml +++ b/docs/Mono.Android/en/Android.Media/AudioFormat.xml @@ -68,7 +68,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.AudioFormat.AudioFormat(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -247,6 +256,49 @@ + + + + + + Field + + F:Android.OS.IParcelable.ContentsFileDescriptor + + + Mono.Android + 0.0.0.0 + + + + [Android.Runtime.Register("CHANNEL_OUT_7POINT1")] + [<Android.Runtime.Register("CHANNEL_OUT_7POINT1")>] + + + [System.Obsolete("This constant will be removed in the future version. Use Android.Media.ChannelOut enum directly instead of this field.", true)] + [<System.Obsolete("This constant will be removed in the future version. Use Android.Media.ChannelOut enum directly instead of this field.", true)>] + + + + Android.Media.ChannelOut + + 1020 + + To be added. + + + + Java documentation for android.media.AudioFormat.CHANNEL_OUT_7POINT1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + + + diff --git a/docs/Mono.Android/en/Android.Media/AudioManager+AudioPlaybackCallback.xml b/docs/Mono.Android/en/Android.Media/AudioManager+AudioPlaybackCallback.xml index 5158b23968..961a2fcf0c 100644 --- a/docs/Mono.Android/en/Android.Media/AudioManager+AudioPlaybackCallback.xml +++ b/docs/Mono.Android/en/Android.Media/AudioManager+AudioPlaybackCallback.xml @@ -18,14 +18,18 @@ - To be added. + Interface for receiving update notifications about the playback activity on the system. - Android platform documentation + Java documentation for android.media.AudioManager.AudioPlaybackCallback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -129,10 +133,20 @@ - To be added. - To be added. + list containing the results of + AudioManager#getActivePlaybackConfigurations(). + Called whenever the playback activity and configuration has changed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.AudioManager.AudioPlaybackCallback.onPlaybackConfigChanged(java.util.List<android.media.AudioPlaybackConfiguration>). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/AudioManager+AudioRecordingCallback.xml b/docs/Mono.Android/en/Android.Media/AudioManager+AudioRecordingCallback.xml index 6d140ec738..3abdf6bec7 100644 --- a/docs/Mono.Android/en/Android.Media/AudioManager+AudioRecordingCallback.xml +++ b/docs/Mono.Android/en/Android.Media/AudioManager+AudioRecordingCallback.xml @@ -18,14 +18,18 @@ - To be added. + Interface for receiving update notifications about the recording configuration. - Android platform documentation + Java documentation for android.media.AudioManager.AudioRecordingCallback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -129,10 +133,20 @@ - To be added. - To be added. + list containing the results of + AudioManager#getActiveRecordingConfigurations(). + Called whenever the device recording configuration has changed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.AudioManager.AudioRecordingCallback.onRecordingConfigChanged(java.util.List<android.media.AudioRecordingConfiguration>). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/AudioManager+IOnAudioFocusChangeListener.xml b/docs/Mono.Android/en/Android.Media/AudioManager+IOnAudioFocusChangeListener.xml index 6e357cde5e..8005688a02 100644 --- a/docs/Mono.Android/en/Android.Media/AudioManager+IOnAudioFocusChangeListener.xml +++ b/docs/Mono.Android/en/Android.Media/AudioManager+IOnAudioFocusChangeListener.xml @@ -26,14 +26,18 @@ Interface definition for a callback to be invoked when the audio focus of the system is - updated. + updated. - Android platform documentation + Java documentation for android.media.AudioManager.OnAudioFocusChangeListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -68,13 +72,21 @@ - the type of focus change, one of , - , - and . - + the type of focus change, one of AudioManager#AUDIOFOCUS_GAIN, + AudioManager#AUDIOFOCUS_LOSS, AudioManager#AUDIOFOCUS_LOSS_TRANSIENT + and AudioManager#AUDIOFOCUS_LOSS_TRANSIENT_CAN_DUCK. Called on the listener to notify it the audio focus for this listener has been changed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.AudioManager.OnAudioFocusChangeListener.onAudioFocusChange(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/AudioManager+IOnCommunicationDeviceChangedListener.xml b/docs/Mono.Android/en/Android.Media/AudioManager+IOnCommunicationDeviceChangedListener.xml index f814dee052..391c841998 100644 --- a/docs/Mono.Android/en/Android.Media/AudioManager+IOnCommunicationDeviceChangedListener.xml +++ b/docs/Mono.Android/en/Android.Media/AudioManager+IOnCommunicationDeviceChangedListener.xml @@ -25,8 +25,19 @@ - To be added. - To be added. + Listener registered by client to be notified upon communication audio device change. + + + + Java documentation for android.media.AudioManager.OnCommunicationDeviceChangedListener. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -52,9 +63,22 @@ - To be added. - To be added. - To be added. + the audio device requested for communication use cases. + Can be null on platforms not supporting + android.content.pm.PackageManager#FEATURE_TELEPHONY. + Callback method called upon communication audio device change. + + + + Java documentation for android.media.AudioManager.OnCommunicationDeviceChangedListener.onCommunicationDeviceChanged(android.media.AudioDeviceInfo). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media/AudioManager+IOnModeChangedListener.xml b/docs/Mono.Android/en/Android.Media/AudioManager+IOnModeChangedListener.xml index 44038ae313..d0fefcedc9 100644 --- a/docs/Mono.Android/en/Android.Media/AudioManager+IOnModeChangedListener.xml +++ b/docs/Mono.Android/en/Android.Media/AudioManager+IOnModeChangedListener.xml @@ -25,8 +25,19 @@ - To be added. - To be added. + Interface definition of a callback that is notified when the audio mode changes + + + + Java documentation for android.media.AudioManager.OnModeChangedListener. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -52,9 +63,20 @@ - To be added. - To be added. - To be added. + The current audio mode + Called on the listener to indicate that the audio mode has changed + + + + Java documentation for android.media.AudioManager.OnModeChangedListener.onModeChanged(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media/AudioMetadata+Format.xml b/docs/Mono.Android/en/Android.Media/AudioMetadata+Format.xml index 20e6bfcad0..67a80e0fdf 100644 --- a/docs/Mono.Android/en/Android.Media/AudioMetadata+Format.xml +++ b/docs/Mono.Android/en/Android.Media/AudioMetadata+Format.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + A container class for AudioMetadata Format keys. + + + + Java documentation for android.media.AudioMetadata.Format. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media/AudioMetadata+IKey.xml b/docs/Mono.Android/en/Android.Media/AudioMetadata+IKey.xml index 7ffacde3f1..58b374317b 100644 --- a/docs/Mono.Android/en/Android.Media/AudioMetadata+IKey.xml +++ b/docs/Mono.Android/en/Android.Media/AudioMetadata+IKey.xml @@ -29,8 +29,20 @@ - To be added. - To be added. + type of value associated with Key. + Key interface for the AudioMetadata map. + + + + Java documentation for android.media.AudioMetadata.Key. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media/AudioPlaybackCaptureConfiguration+Builder.xml b/docs/Mono.Android/en/Android.Media/AudioPlaybackCaptureConfiguration+Builder.xml index a316c041a1..e61c3abf7c 100644 --- a/docs/Mono.Android/en/Android.Media/AudioPlaybackCaptureConfiguration+Builder.xml +++ b/docs/Mono.Android/en/Android.Media/AudioPlaybackCaptureConfiguration+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Builder for creating AudioPlaybackCaptureConfiguration instances. + + + + Java documentation for android.media.AudioPlaybackCaptureConfiguration.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -42,9 +53,20 @@ - To be added. + A MediaProjection that supports audio projection. To be added. - To be added. + + + + Java documentation for android.media.AudioPlaybackCaptureConfiguration.Builder.AudioPlaybackCaptureConfiguration$Builder(android.media.projection.MediaProjection). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -133,9 +155,20 @@ - To be added. + Builds the configuration instance. To be added. - To be added. + + + + Java documentation for android.media.AudioPlaybackCaptureConfiguration.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media/AudioPresentation+Builder.xml b/docs/Mono.Android/en/Android.Media/AudioPresentation+Builder.xml index 0c07f877cd..8573f56353 100644 --- a/docs/Mono.Android/en/Android.Media/AudioPresentation+Builder.xml +++ b/docs/Mono.Android/en/Android.Media/AudioPresentation+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + A builder class for creating AudioPresentation objects. + + + + Java documentation for android.media.AudioPresentation.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -42,9 +53,20 @@ - To be added. - To be added. - To be added. + The presentation ID of this audio presentation. + Create a Builder. + + + + Java documentation for android.media.AudioPresentation.Builder.AudioPresentation$Builder(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -68,9 +90,20 @@ - To be added. - To be added. - To be added. + Creates a AudioPresentation instance with the specified fields. + The new AudioPresentation instance + + + + Java documentation for android.media.AudioPresentation.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media/AudioRecord+Builder.xml b/docs/Mono.Android/en/Android.Media/AudioRecord+Builder.xml index 031117c233..32dc501278 100644 --- a/docs/Mono.Android/en/Android.Media/AudioRecord+Builder.xml +++ b/docs/Mono.Android/en/Android.Media/AudioRecord+Builder.xml @@ -18,14 +18,18 @@ - To be added. + Builder class for AudioRecord objects. - Android platform documentation + Java documentation for android.media.AudioRecord.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -46,9 +50,18 @@ - To be added. + Constructs a new Builder with the default values as described above. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.AudioRecord.Builder.AudioRecord$Builder(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -97,9 +110,19 @@ To be added. - To be added. + a new AudioRecord instance successfully initialized with all + the parameters set on this <code>Builder</code>. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.AudioRecord.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/AudioRecord+IOnRecordPositionUpdateListener.xml b/docs/Mono.Android/en/Android.Media/AudioRecord+IOnRecordPositionUpdateListener.xml index 727a2d83b5..30c1a0fbe9 100644 --- a/docs/Mono.Android/en/Android.Media/AudioRecord+IOnRecordPositionUpdateListener.xml +++ b/docs/Mono.Android/en/Android.Media/AudioRecord+IOnRecordPositionUpdateListener.xml @@ -26,16 +26,20 @@ Interface definition for a callback to be invoked when an AudioRecord has - reached a notification marker set by - or for periodic updates on the progress of the record head, as set by - . + reached a notification marker set by AudioRecord#setNotificationMarkerPosition(int) + or for periodic updates on the progress of the record head, as set by + AudioRecord#setPositionNotificationPeriod(int). - Android platform documentation + Java documentation for android.media.AudioRecord.OnRecordPositionUpdateListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -65,9 +69,18 @@ To be added. Called on the listener to notify it that the previously set marker has been reached - by the recording head. + by the recording head. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.AudioRecord.OnRecordPositionUpdateListener.onMarkerReached(android.media.AudioRecord). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -97,9 +110,18 @@ To be added. Called on the listener to periodically notify it that the record head has reached - a multiple of the notification period. + a multiple of the notification period. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.AudioRecord.OnRecordPositionUpdateListener.onPeriodicNotification(android.media.AudioRecord). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/AudioRecord+IOnRoutingChangedListener.xml b/docs/Mono.Android/en/Android.Media/AudioRecord+IOnRoutingChangedListener.xml index c7831e50de..b4793ff494 100644 --- a/docs/Mono.Android/en/Android.Media/AudioRecord+IOnRoutingChangedListener.xml +++ b/docs/Mono.Android/en/Android.Media/AudioRecord+IOnRoutingChangedListener.xml @@ -32,14 +32,19 @@ - To be added. + Defines the interface by which applications can receive notifications of + routing changes for the associated AudioRecord. - Android platform documentation + Java documentation for android.media.AudioRecord.OnRoutingChangedListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -106,9 +111,19 @@ To be added. - To be added. + Called when the routing of an AudioRecord changes from either and + explicit or policy rerouting. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.AudioRecord.OnRoutingChangedListener.onRoutingChanged(android.media.AudioRecord). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/AudioRecord+MetricsConstants.xml b/docs/Mono.Android/en/Android.Media/AudioRecord+MetricsConstants.xml index ff5eba9937..d20425f8f3 100644 --- a/docs/Mono.Android/en/Android.Media/AudioRecord+MetricsConstants.xml +++ b/docs/Mono.Android/en/Android.Media/AudioRecord+MetricsConstants.xml @@ -42,8 +42,20 @@ System.String - To be added. - To be added. + Key to extract the number of channels being recorded in this record track + from the AudioRecord#getMetrics return value. + + + + Java documentation for android.media.AudioRecord.MetricsConstants.CHANNELS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -66,8 +78,20 @@ System.String - To be added. - To be added. + Key to extract the audio data encoding for this track + from the AudioRecord#getMetrics return value. + + + + Java documentation for android.media.AudioRecord.MetricsConstants.ENCODING. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -123,8 +147,20 @@ System.String - To be added. - To be added. + Key to extract the estimated latency through the recording pipeline + from the AudioRecord#getMetrics return value. + + + + Java documentation for android.media.AudioRecord.MetricsConstants.LATENCY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -147,8 +183,20 @@ System.String - To be added. - To be added. + Key to extract the sink sample rate for this record track in Hz + from the AudioRecord#getMetrics return value. + + + + Java documentation for android.media.AudioRecord.MetricsConstants.SAMPLERATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -171,8 +219,20 @@ System.String - To be added. - To be added. + Key to extract the source type for this track + from the AudioRecord#getMetrics return value. + + + + Java documentation for android.media.AudioRecord.MetricsConstants.SOURCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media/AudioRecord.xml b/docs/Mono.Android/en/Android.Media/AudioRecord.xml index d8821bddf5..6981cbea12 100644 --- a/docs/Mono.Android/en/Android.Media/AudioRecord.xml +++ b/docs/Mono.Android/en/Android.Media/AudioRecord.xml @@ -126,14 +126,38 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + the recording source. + See MediaRecorder.AudioSource for the recording source definitions. + the sample rate expressed in Hertz. 44100Hz is currently the only + rate that is guaranteed to work on all devices, but other rates such as 22050, + 16000, and 11025 may work on some devices. + AudioFormat#SAMPLE_RATE_UNSPECIFIED means to use a route-dependent value + which is usually the sample rate of the source. + #getSampleRate() can be used to retrieve the actual sample rate chosen. + describes the configuration of the audio channels. + See AudioFormat#CHANNEL_IN_MONO and + AudioFormat#CHANNEL_IN_STEREO. AudioFormat#CHANNEL_IN_MONO is guaranteed + to work on all devices. + the format in which the audio data is to be returned. + See AudioFormat#ENCODING_PCM_8BIT, AudioFormat#ENCODING_PCM_16BIT, + and AudioFormat#ENCODING_PCM_FLOAT. + the total size (in bytes) of the buffer where audio data is written + to during the recording. New audio data can be read from this buffer in smaller chunks + than this size. See #getMinBufferSize(int, int, int) to determine the minimum + required buffer size for the successful creation of an AudioRecord instance. Using values + smaller than getMinBufferSize() will result in an initialization failure. Class constructor. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.AudioRecord.AudioRecord(int, int, int, int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -443,10 +467,19 @@ System.Int32 - To be added. - To be added. + Returns the frame count of the native <code>AudioRecord</code> buffer. + current size in frames of the <code>AudioRecord</code> buffer. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.AudioRecord.getBufferSizeInFrames(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2310,9 +2343,18 @@ - Starts recording from the AudioRecord instance. + Starts recording from the AudioRecord instance. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.AudioRecord.startRecording(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2422,7 +2464,16 @@ Stops recording. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.AudioRecord.stop(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/AudioTrack+Builder.xml b/docs/Mono.Android/en/Android.Media/AudioTrack+Builder.xml index 8d894468f6..8302a766f4 100644 --- a/docs/Mono.Android/en/Android.Media/AudioTrack+Builder.xml +++ b/docs/Mono.Android/en/Android.Media/AudioTrack+Builder.xml @@ -18,14 +18,18 @@ - To be added. + Builder class for AudioTrack objects. - Android platform documentation + Java documentation for android.media.AudioTrack.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -46,9 +50,18 @@ - To be added. + Constructs a new Builder with the default values as described above. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.AudioTrack.Builder.AudioTrack$Builder(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -96,10 +109,20 @@ - To be added. - To be added. + Builds an AudioTrack instance initialized with all the parameters set + on this <code>Builder</code>. + a new successfully initialized AudioTrack instance. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.AudioTrack.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/AudioTrack+IOnCodecFormatChangedListener.xml b/docs/Mono.Android/en/Android.Media/AudioTrack+IOnCodecFormatChangedListener.xml index 1e88d6a783..357b3e5bbe 100644 --- a/docs/Mono.Android/en/Android.Media/AudioTrack+IOnCodecFormatChangedListener.xml +++ b/docs/Mono.Android/en/Android.Media/AudioTrack+IOnCodecFormatChangedListener.xml @@ -25,8 +25,19 @@ - To be added. - To be added. + Interface definition for a listener for codec format changes. + + + + Java documentation for android.media.AudioTrack.OnCodecFormatChangedListener. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -53,10 +64,24 @@ - To be added. - To be added. - To be added. - To be added. + is the AudioTrack instance associated with the codec. + is a AudioMetadataReadMap of values which contains decoded format + changes reported by the codec. Not all hardware + codecs indicate codec format changes. Acceptable keys are taken from + AudioMetadata.Format.KEY_* range, with the associated value type. + Called when the compressed codec format changes. + + + + Java documentation for android.media.AudioTrack.OnCodecFormatChangedListener.onCodecFormatChanged(android.media.AudioTrack, android.media.AudioMetadataReadMap). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media/AudioTrack+IOnPlaybackPositionUpdateListener.xml b/docs/Mono.Android/en/Android.Media/AudioTrack+IOnPlaybackPositionUpdateListener.xml index 7861dd8d4d..37e1dcbad8 100644 --- a/docs/Mono.Android/en/Android.Media/AudioTrack+IOnPlaybackPositionUpdateListener.xml +++ b/docs/Mono.Android/en/Android.Media/AudioTrack+IOnPlaybackPositionUpdateListener.xml @@ -26,14 +26,18 @@ Interface definition for a callback to be invoked when the playback head position of - an AudioTrack has reached a notification marker or has increased by a certain period. + an AudioTrack has reached a notification marker or has increased by a certain period. - Android platform documentation + Java documentation for android.media.AudioTrack.OnPlaybackPositionUpdateListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -63,9 +67,18 @@ To be added. Called on the listener to notify it that the previously set marker has been reached - by the playback head. + by the playback head. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.AudioTrack.OnPlaybackPositionUpdateListener.onMarkerReached(android.media.AudioTrack). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -95,9 +108,18 @@ To be added. Called on the listener to periodically notify it that the playback head has reached - a multiple of the notification period. + a multiple of the notification period. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.AudioTrack.OnPlaybackPositionUpdateListener.onPeriodicNotification(android.media.AudioTrack). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/AudioTrack+IOnRoutingChangedListener.xml b/docs/Mono.Android/en/Android.Media/AudioTrack+IOnRoutingChangedListener.xml index 1715ec4afa..9657e9bb73 100644 --- a/docs/Mono.Android/en/Android.Media/AudioTrack+IOnRoutingChangedListener.xml +++ b/docs/Mono.Android/en/Android.Media/AudioTrack+IOnRoutingChangedListener.xml @@ -32,14 +32,19 @@ - To be added. + Defines the interface by which applications can receive notifications of + routing changes for the associated AudioTrack. - Android platform documentation + Java documentation for android.media.AudioTrack.OnRoutingChangedListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -106,9 +111,19 @@ To be added. - To be added. + Called when the routing of an AudioTrack changes from either and + explicit or policy rerouting. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.AudioTrack.OnRoutingChangedListener.onRoutingChanged(android.media.AudioTrack). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/AudioTrack+MetricsConstants.xml b/docs/Mono.Android/en/Android.Media/AudioTrack+MetricsConstants.xml index b891b0c911..a8c1733ccb 100644 --- a/docs/Mono.Android/en/Android.Media/AudioTrack+MetricsConstants.xml +++ b/docs/Mono.Android/en/Android.Media/AudioTrack+MetricsConstants.xml @@ -46,8 +46,20 @@ System.String - To be added. - To be added. + Key to extract the native channel mask information for this track + from the AudioTrack#getMetrics return value. + + + + Java documentation for android.media.AudioTrack.MetricsConstants.CHANNELMASK. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -70,8 +82,20 @@ System.String - To be added. - To be added. + Key to extract the attribute content type for this track + from the AudioTrack#getMetrics return value. + + + + Java documentation for android.media.AudioTrack.MetricsConstants.CONTENTTYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -127,8 +151,20 @@ System.String - To be added. - To be added. + Key to extract the sample rate for this track in Hz + from the AudioTrack#getMetrics return value. + + + + Java documentation for android.media.AudioTrack.MetricsConstants.SAMPLERATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -151,8 +187,20 @@ System.String - To be added. - To be added. + Key to extract the stream type for this track + from the AudioTrack#getMetrics return value. + + + + Java documentation for android.media.AudioTrack.MetricsConstants.STREAMTYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -233,8 +281,20 @@ System.String - To be added. - To be added. + Key to extract the attribute usage for this track + from the AudioTrack#getMetrics return value. + + + + Java documentation for android.media.AudioTrack.MetricsConstants.USAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media/AudioTrack+StreamEventCallback.xml b/docs/Mono.Android/en/Android.Media/AudioTrack+StreamEventCallback.xml index 010d8d887a..cbb19267fa 100644 --- a/docs/Mono.Android/en/Android.Media/AudioTrack+StreamEventCallback.xml +++ b/docs/Mono.Android/en/Android.Media/AudioTrack+StreamEventCallback.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Abstract class to receive event notifications about the stream playback in offloaded mode. + + + + Java documentation for android.media.AudioTrack.StreamEventCallback. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -117,10 +128,22 @@ - To be added. - To be added. - To be added. - To be added. + the AudioTrack on which the event happened. + the number of frames available to write without blocking. + Note that the frame size of a compressed stream is 1 byte. + Called when more audio data can be written without blocking on an offloaded track. + + + + Java documentation for android.media.AudioTrack.StreamEventCallback.onDataRequest(android.media.AudioTrack, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -146,9 +169,21 @@ - To be added. - To be added. - To be added. + the AudioTrack on which the event happened. + Called when all the buffers of an offloaded track that were queued in the audio system + (e. + + + + Java documentation for android.media.AudioTrack.StreamEventCallback.onPresentationEnded(android.media.AudioTrack). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -174,9 +209,20 @@ - To be added. - To be added. - To be added. + the AudioTrack on which the event happened. + Called when an offloaded track is no longer valid and has been discarded by the system. + + + + Java documentation for android.media.AudioTrack.StreamEventCallback.onTearDown(android.media.AudioTrack). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media/AudioTrack.xml b/docs/Mono.Android/en/Android.Media/AudioTrack.xml index 3eba621157..112d29627e 100644 --- a/docs/Mono.Android/en/Android.Media/AudioTrack.xml +++ b/docs/Mono.Android/en/Android.Media/AudioTrack.xml @@ -104,8 +104,10 @@ - To be added. - To be added. + a non-null AudioAttributes instance. + a non-null AudioFormat instance describing the format of the data + that will be played through this AudioTrack. See AudioFormat.Builder for + configuring the audio format parameters such as encoding, channel mask and sample rate. the total size (in bytes) of the internal buffer where audio data is read from for playback. This should be a nonzero multiple of the frame size in bytes. <p> If the track's creation mode is #MODE_STATIC, @@ -123,13 +125,16 @@ to the streaming <code>AudioTrack</code> to avoid underrun. See #getMinBufferSize(int, int, int) to determine the estimated minimum buffer size for an AudioTrack instance in streaming mode. - streaming or static buffer. See #MODE_STATIC and #MODE_STREAM - To be added. - Class constructor. + streaming or static buffer. See #MODE_STATIC and #MODE_STREAM. + ID of audio session the AudioTrack must be attached to, or + AudioManager#AUDIO_SESSION_ID_GENERATE if the session isn't known at construction + time. See also AudioManager#generateAudioSessionId() to obtain a session ID before + construction. + Class constructor with AudioAttributes and AudioFormat. - Java documentation for android.media.AudioTrack.AudioTrack(int, int, int, int, int, int). + Java documentation for android.media.AudioTrack.AudioTrack(android.media.AudioAttributes, android.media.AudioFormat, int, int, int). @@ -662,9 +667,19 @@ system wide unique id of the effect to attach Attaches an auxiliary effect to the audio track. - To be added. + error code or success, see #SUCCESS, + #ERROR_INVALID_OPERATION, #ERROR_BAD_VALUE - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.AudioTrack.attachAuxEffect(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2256,7 +2271,16 @@ Pauses the playback of the audio data. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.AudioTrack.pause(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3319,8 +3343,20 @@ - To be added. - To be added. + Declares that the last write() operation on this track provided the last buffer of this + stream. + + + + Java documentation for android.media.AudioTrack.setOffloadEndOfStream(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -3918,7 +3954,16 @@ Stops playing the audio data. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.AudioTrack.stop(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/DrmInitData+SchemeInitData.xml b/docs/Mono.Android/en/Android.Media/DrmInitData+SchemeInitData.xml index d176ba409a..27f156ad87 100644 --- a/docs/Mono.Android/en/Android.Media/DrmInitData+SchemeInitData.xml +++ b/docs/Mono.Android/en/Android.Media/DrmInitData+SchemeInitData.xml @@ -18,14 +18,18 @@ - To be added. + Scheme initialization data. - Android platform documentation + Java documentation for android.media.DrmInitData.SchemeInitData. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -51,11 +55,22 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + The UUID associated with this scheme initialization data. + The mimeType of the initialization data. + The initialization data. + Creates a new instance with the given values. + + + + Java documentation for android.media.DrmInitData.SchemeInitData.DrmInitData$SchemeInitData(java.util.UUID, java.lang.String, byte[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -78,10 +93,19 @@ System.Collections.Generic.IList<System.Byte> - To be added. + The initialization data. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.DrmInitData.SchemeInitData.data. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -136,10 +160,19 @@ System.String - To be added. + The mimeType of #data. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.DrmInitData.SchemeInitData.mimeType. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -225,9 +258,20 @@ Java.Util.UUID - To be added. + The UUID associated with this scheme initialization data. To be added. - To be added. + + + + Java documentation for android.media.DrmInitData.SchemeInitData.uuid. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -250,9 +294,20 @@ Java.Util.UUID - To be added. + The Nil UUID, as defined in RFC 4122, section 4. To be added. - To be added. + + + + Java documentation for android.media.DrmInitData.SchemeInitData.UUID_NIL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media/DrmInitData.xml b/docs/Mono.Android/en/Android.Media/DrmInitData.xml index 59b340feda..6a88e51998 100644 --- a/docs/Mono.Android/en/Android.Media/DrmInitData.xml +++ b/docs/Mono.Android/en/Android.Media/DrmInitData.xml @@ -71,6 +71,10 @@ [Android.Runtime.Register("get", "(Ljava/util/UUID;)Landroid/media/DrmInitData$SchemeInitData;", "GetGet_Ljava_util_UUID_Handler", ApiSince=24)] [<Android.Runtime.Register("get", "(Ljava/util/UUID;)Landroid/media/DrmInitData$SchemeInitData;", "GetGet_Ljava_util_UUID_Handler", ApiSince=24)>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + Android.Media.DrmInitData+SchemeInitData diff --git a/docs/Mono.Android/en/Android.Media/EncoderProfiles+AudioProfile.xml b/docs/Mono.Android/en/Android.Media/EncoderProfiles+AudioProfile.xml index 4edaa176a2..0885810e74 100644 --- a/docs/Mono.Android/en/Android.Media/EncoderProfiles+AudioProfile.xml +++ b/docs/Mono.Android/en/Android.Media/EncoderProfiles+AudioProfile.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Configuration for an audio encoder. + + + + Java documentation for android.media.EncoderProfiles.AudioProfile. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -42,9 +53,20 @@ System.Int32 - To be added. + The target audio output bitrate in bits per second To be added. - To be added. + + + + Java documentation for android.media.EncoderProfiles.AudioProfile.getBitrate(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -67,9 +89,20 @@ System.Int32 - To be added. + The number of audio channels used for the audio track To be added. - To be added. + + + + Java documentation for android.media.EncoderProfiles.AudioProfile.getChannels(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -92,9 +125,20 @@ System.Int32 - To be added. + The audio encoder being used for the audio track. To be added. - To be added. + + + + Java documentation for android.media.EncoderProfiles.AudioProfile.getCodec(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -146,9 +190,20 @@ System.String - To be added. + The media type of the audio encoder being used for the video track To be added. - To be added. + + + + Java documentation for android.media.EncoderProfiles.AudioProfile.getMediaType(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -171,9 +226,20 @@ System.Int32 - To be added. + The audio encoder profile being used for the audio track To be added. - To be added. + + + + Java documentation for android.media.EncoderProfiles.AudioProfile.getProfile(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -196,9 +262,20 @@ System.Int32 - To be added. + The audio sampling rate used for the audio track To be added. - To be added. + + + + Java documentation for android.media.EncoderProfiles.AudioProfile.getSampleRate(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media/EncoderProfiles+VideoProfile.xml b/docs/Mono.Android/en/Android.Media/EncoderProfiles+VideoProfile.xml index 21327c1908..80c354b6a0 100644 --- a/docs/Mono.Android/en/Android.Media/EncoderProfiles+VideoProfile.xml +++ b/docs/Mono.Android/en/Android.Media/EncoderProfiles+VideoProfile.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Configuration for a video encoder. + + + + Java documentation for android.media.EncoderProfiles.VideoProfile. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -42,9 +53,20 @@ System.Int32 - To be added. + The target video output bitrate in bits per second To be added. - To be added. + + + + Java documentation for android.media.EncoderProfiles.VideoProfile.getBitrate(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -67,9 +89,20 @@ System.Int32 - To be added. + The video encoder being used for the video track To be added. - To be added. + + + + Java documentation for android.media.EncoderProfiles.VideoProfile.getCodec(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -92,9 +125,20 @@ System.Int32 - To be added. + The target video frame rate in frames per second. To be added. - To be added. + + + + Java documentation for android.media.EncoderProfiles.VideoProfile.getFrameRate(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -117,9 +161,20 @@ System.Int32 - To be added. + The target video frame height in pixels To be added. - To be added. + + + + Java documentation for android.media.EncoderProfiles.VideoProfile.getHeight(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -171,9 +226,20 @@ System.String - To be added. + The media type of the video encoder being used for the video track To be added. - To be added. + + + + Java documentation for android.media.EncoderProfiles.VideoProfile.getMediaType(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -196,9 +262,20 @@ System.Int32 - To be added. + The video encoder profile being used for the video track. To be added. - To be added. + + + + Java documentation for android.media.EncoderProfiles.VideoProfile.getProfile(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -279,9 +356,20 @@ System.Int32 - To be added. + The target video frame width in pixels To be added. - To be added. + + + + Java documentation for android.media.EncoderProfiles.VideoProfile.getWidth(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media/FaceDetector+Face.xml b/docs/Mono.Android/en/Android.Media/FaceDetector+Face.xml index 7958e8a1b1..2ef1166d4d 100644 --- a/docs/Mono.Android/en/Android.Media/FaceDetector+Face.xml +++ b/docs/Mono.Android/en/Android.Media/FaceDetector+Face.xml @@ -19,14 +19,18 @@ A Face contains all the information identifying the location - of a face in a bitmap. + of a face in a bitmap. - Android platform documentation + Java documentation for android.media.FaceDetector.Face. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -78,7 +82,16 @@ Returns a confidence factor between 0 and 1. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.FaceDetector.Face.confidence(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -104,9 +117,18 @@ 0.4 - The minimum confidence factor of good face recognition + The minimum confidence factor of good face recognition - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.FaceDetector.Face.CONFIDENCE_THRESHOLD. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -135,7 +157,16 @@ Returns the distance between the eyes. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.FaceDetector.Face.eyesDistance(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -164,11 +195,19 @@ the PointF coordinates (float values) of the - face's mid-point - + face's mid-point Sets the position of the mid-point between the eyes. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.FaceDetector.Face.getMidPoint(android.graphics.PointF). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -235,12 +274,21 @@ the Euler axis to retrieve an angle from - (EULER_X, EULER_Y or - EULER_Z) + (<var>EULER_X</var>, <var>EULER_Y</var> or + <var>EULER_Z</var>) Returns the face's pose. - To be added. + the Euler angle of the of the face, for the given axis - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.FaceDetector.Face.pose(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/IAudioMetadataMap.xml b/docs/Mono.Android/en/Android.Media/IAudioMetadataMap.xml index 073f4a68fc..f92c703013 100644 --- a/docs/Mono.Android/en/Android.Media/IAudioMetadataMap.xml +++ b/docs/Mono.Android/en/Android.Media/IAudioMetadataMap.xml @@ -28,8 +28,20 @@ - To be added. - To be added. + AudioMetadataMap is a writeable Map-style + interface of AudioMetadata.Key value pairs. + + + + Java documentation for android.media.AudioMetadataMap. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media/IAudioMetadataReadMap.xml b/docs/Mono.Android/en/Android.Media/IAudioMetadataReadMap.xml index 44e6dddcd0..f36e44a82a 100644 --- a/docs/Mono.Android/en/Android.Media/IAudioMetadataReadMap.xml +++ b/docs/Mono.Android/en/Android.Media/IAudioMetadataReadMap.xml @@ -25,8 +25,20 @@ - To be added. - To be added. + A read only Map-style interface of AudioMetadata.Key value pairs used + for AudioMetadata. + + + + Java documentation for android.media.AudioMetadataReadMap. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media/IAudioRoutingOnRoutingChangedListener.xml b/docs/Mono.Android/en/Android.Media/IAudioRoutingOnRoutingChangedListener.xml index 670273a0d9..82d11f6190 100644 --- a/docs/Mono.Android/en/Android.Media/IAudioRoutingOnRoutingChangedListener.xml +++ b/docs/Mono.Android/en/Android.Media/IAudioRoutingOnRoutingChangedListener.xml @@ -25,8 +25,20 @@ - To be added. - To be added. + Defines the interface by which applications can receive notifications of routing + changes for the associated AudioRouting. + + + + Java documentation for android.media.AudioRouting.OnRoutingChangedListener. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media/Image+Plane.xml b/docs/Mono.Android/en/Android.Media/Image+Plane.xml index 969e35292c..48884441b7 100644 --- a/docs/Mono.Android/en/Android.Media/Image+Plane.xml +++ b/docs/Mono.Android/en/Android.Media/Image+Plane.xml @@ -18,14 +18,18 @@ - To be added. + A single color plane of image data. - Android platform documentation + Java documentation for android.media.Image.Plane. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/ImageReader+IOnImageAvailableListener.xml b/docs/Mono.Android/en/Android.Media/ImageReader+IOnImageAvailableListener.xml index aef8931eb3..95a72c96c7 100644 --- a/docs/Mono.Android/en/Android.Media/ImageReader+IOnImageAvailableListener.xml +++ b/docs/Mono.Android/en/Android.Media/ImageReader+IOnImageAvailableListener.xml @@ -25,14 +25,18 @@ - To be added. + Callback interface for being notified that a new image is available. - Android platform documentation + Java documentation for android.media.ImageReader.OnImageAvailableListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -59,10 +63,19 @@ - To be added. - To be added. + the ImageReader the callback is associated with. + Callback that is called when a new image is available from ImageReader. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.ImageReader.OnImageAvailableListener.onImageAvailable(android.media.ImageReader). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/ImageWriter+IOnImageReleasedListener.xml b/docs/Mono.Android/en/Android.Media/ImageWriter+IOnImageReleasedListener.xml index a8ca203b34..db6c3694ae 100644 --- a/docs/Mono.Android/en/Android.Media/ImageWriter+IOnImageReleasedListener.xml +++ b/docs/Mono.Android/en/Android.Media/ImageWriter+IOnImageReleasedListener.xml @@ -25,14 +25,19 @@ - To be added. + ImageWriter callback interface, used to to asynchronously notify the + application of various ImageWriter events. - Android platform documentation + Java documentation for android.media.ImageWriter.OnImageReleasedListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -59,10 +64,20 @@ - To be added. - To be added. + the ImageWriter the callback is associated with. + Callback that is called when an input Image is released back to + ImageWriter after the data consumption. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.ImageWriter.OnImageReleasedListener.onImageReleased(android.media.ImageWriter). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/JetPlayer+IOnJetEventListener.xml b/docs/Mono.Android/en/Android.Media/JetPlayer+IOnJetEventListener.xml index 9396f8dc64..cb78a00912 100644 --- a/docs/Mono.Android/en/Android.Media/JetPlayer+IOnJetEventListener.xml +++ b/docs/Mono.Android/en/Android.Media/JetPlayer+IOnJetEventListener.xml @@ -29,10 +29,14 @@ - Android platform documentation + Java documentation for android.media.JetPlayer.OnJetEventListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -70,11 +74,19 @@ 6 bit unsigned value 4 bit unsigned value 7 bit unsigned value - 7 bit unsigned value - + 7 bit unsigned value Callback for when the JET engine generates a new event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.JetPlayer.OnJetEventListener.onJetEvent(android.media.JetPlayer, short, byte, byte, byte, byte). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -104,11 +116,19 @@ the JET player the status update is coming from - the number of segments in the JET queue - + the number of segments in the JET queue Callback for when JET's number of queued segments is updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.JetPlayer.OnJetEventListener.onJetNumQueuedSegmentUpdate(android.media.JetPlayer, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -138,11 +158,19 @@ the JET player the status update is coming from - indicates whether JET is paused (1) or not (0) - + indicates whether JET is paused (1) or not (0) Callback for when JET pause state is updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.JetPlayer.OnJetEventListener.onJetPauseUpdate(android.media.JetPlayer, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -174,11 +202,19 @@ the JET player the status update is coming from the ID of the currently playing segment - the repetition count for the segment (0 means it plays once) - + the repetition count for the segment (0 means it plays once) Callback for when JET's currently playing segment's userID is updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.JetPlayer.OnJetEventListener.onJetUserIdUpdate(android.media.JetPlayer, int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaCas+IEventListener.xml b/docs/Mono.Android/en/Android.Media/MediaCas+IEventListener.xml index 29cdd2b807..64ad42d8d2 100644 --- a/docs/Mono.Android/en/Android.Media/MediaCas+IEventListener.xml +++ b/docs/Mono.Android/en/Android.Media/MediaCas+IEventListener.xml @@ -25,14 +25,19 @@ - To be added. + An interface registered by the caller to #setEventListener + to receives scheme-specific notifications from a MediaCas instance. - Android platform documentation + Java documentation for android.media.MediaCas.EventListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -62,13 +67,24 @@ - To be added. To be added. - To be added. - To be added. - To be added. + the MediaCas object to receive this event. + an integer whose meaning is scheme-specific. + an integer whose meaning is scheme-specific. + a byte array of data whose format and meaning are + scheme-specific. + Notify the listener of a scheme-specific event from the CA system. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCas.EventListener.onEvent(android.media.MediaCas, int, int, byte[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -97,11 +113,22 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + the MediaCas object to receive this event. + the plugin status which is updated. + an integer whose meaning is specific to the status to be updated. + Notify the listener that the cas plugin status is updated. + + + + Java documentation for android.media.MediaCas.EventListener.onPluginStatusUpdate(android.media.MediaCas, int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -127,9 +154,20 @@ - To be added. - To be added. - To be added. + the MediaCas object to receive this event. + Notify the listener that the session resources was lost. + + + + Java documentation for android.media.MediaCas.EventListener.onResourceLost(android.media.MediaCas). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media/MediaCas+PluginDescriptor.xml b/docs/Mono.Android/en/Android.Media/MediaCas+PluginDescriptor.xml index a31ca7ab37..7002e06a4a 100644 --- a/docs/Mono.Android/en/Android.Media/MediaCas+PluginDescriptor.xml +++ b/docs/Mono.Android/en/Android.Media/MediaCas+PluginDescriptor.xml @@ -18,14 +18,18 @@ - To be added. + Describe a CAS plugin with its CA_system_ID and string name. - Android platform documentation + Java documentation for android.media.MediaCas.PluginDescriptor. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaCas+Session.xml b/docs/Mono.Android/en/Android.Media/MediaCas+Session.xml index 3833db6445..7949ed3ae6 100644 --- a/docs/Mono.Android/en/Android.Media/MediaCas+Session.xml +++ b/docs/Mono.Android/en/Android.Media/MediaCas+Session.xml @@ -31,14 +31,18 @@ - To be added. + Class for an open session with the CA system. - Android platform documentation + Java documentation for android.media.MediaCas.Session. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -66,9 +70,18 @@ - To be added. + Close the session. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCas.Session.close(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -93,9 +106,20 @@ - To be added. - To be added. - To be added. + Get Session Id. + session Id of the session. + + + + Java documentation for android.media.MediaCas.Session.getSessionId(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -155,10 +179,19 @@ - To be added. - To be added. + byte array of the ECM data. + Send a received ECM packet to the specified session of the CA system. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCas.Session.processEcm(byte[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -187,12 +220,21 @@ - To be added. - To be added. - To be added. - To be added. + byte array of the ECM data. + position within data where the ECM data begins. + length of the data (starting from offset). + Send a received ECM packet to the specified session of the CA system. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCas.Session.processEcm(byte[], int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -222,10 +264,22 @@ To be added. - To be added. - To be added. - To be added. - To be added. + an integer denoting a scheme-specific event to be sent. + a scheme-specific integer argument for the event. + a byte array containing scheme-specific data for the event. + Send a session event to a CA system. + + + + Java documentation for android.media.MediaCas.Session.sendSessionEvent(int, int, byte[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -251,10 +305,19 @@ - To be added. - To be added. + byte array of the private data. + Set the private data for a session. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCas.Session.setPrivateData(byte[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaCasException+DeniedByServerException.xml b/docs/Mono.Android/en/Android.Media/MediaCasException+DeniedByServerException.xml index 11b8f770c5..7fd353e444 100644 --- a/docs/Mono.Android/en/Android.Media/MediaCasException+DeniedByServerException.xml +++ b/docs/Mono.Android/en/Android.Media/MediaCasException+DeniedByServerException.xml @@ -18,14 +18,19 @@ - To be added. + Exception thrown when the provisioning server or key server denies a + license for a device. - Android platform documentation + Java documentation for android.media.MediaCasException.DeniedByServerException. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaCasException+InsufficientResourceException.xml b/docs/Mono.Android/en/Android.Media/MediaCasException+InsufficientResourceException.xml index dbf43e3ccd..c240d3fb9b 100644 --- a/docs/Mono.Android/en/Android.Media/MediaCasException+InsufficientResourceException.xml +++ b/docs/Mono.Android/en/Android.Media/MediaCasException+InsufficientResourceException.xml @@ -18,8 +18,20 @@ - To be added. - To be added. + Exception thrown when an operation on a MediaCas object is attempted + and hardware resources are not sufficient to allocate, due to client's lower priority. + + + + Java documentation for android.media.MediaCasException.InsufficientResourceException. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media/MediaCasException+NotProvisionedException.xml b/docs/Mono.Android/en/Android.Media/MediaCasException+NotProvisionedException.xml index 518d6f6ef4..90fd13edf6 100644 --- a/docs/Mono.Android/en/Android.Media/MediaCasException+NotProvisionedException.xml +++ b/docs/Mono.Android/en/Android.Media/MediaCasException+NotProvisionedException.xml @@ -18,14 +18,19 @@ - To be added. + Exception thrown when an operation on a MediaCas object is attempted + before it's provisioned successfully. - Android platform documentation + Java documentation for android.media.MediaCasException.NotProvisionedException. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaCasException+ResourceBusyException.xml b/docs/Mono.Android/en/Android.Media/MediaCasException+ResourceBusyException.xml index e5eae91c92..61f0b58e2e 100644 --- a/docs/Mono.Android/en/Android.Media/MediaCasException+ResourceBusyException.xml +++ b/docs/Mono.Android/en/Android.Media/MediaCasException+ResourceBusyException.xml @@ -18,14 +18,19 @@ - To be added. + Exception thrown when an operation on a MediaCas object is attempted + and hardware resources are not available, due to being in use. - Android platform documentation + Java documentation for android.media.MediaCasException.ResourceBusyException. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaCasException+UnsupportedCasException.xml b/docs/Mono.Android/en/Android.Media/MediaCasException+UnsupportedCasException.xml index 148f422d84..b79e7cf8df 100644 --- a/docs/Mono.Android/en/Android.Media/MediaCasException+UnsupportedCasException.xml +++ b/docs/Mono.Android/en/Android.Media/MediaCasException+UnsupportedCasException.xml @@ -18,14 +18,19 @@ - To be added. + Exception thrown when an attempt is made to construct a MediaCas object + using a CA_system_id that is not supported by the device - Android platform documentation + Java documentation for android.media.MediaCasException.UnsupportedCasException. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaCodec+BufferInfo.xml b/docs/Mono.Android/en/Android.Media/MediaCodec+BufferInfo.xml index aaa206e4ca..7822f0ee43 100644 --- a/docs/Mono.Android/en/Android.Media/MediaCodec+BufferInfo.xml +++ b/docs/Mono.Android/en/Android.Media/MediaCodec+BufferInfo.xml @@ -19,14 +19,18 @@ Per buffer metadata includes an offset and size specifying - the range of valid data in the associated codec buffer. + the range of valid data in the associated codec (output) buffer. - Android platform documentation + Java documentation for android.media.MediaCodec.BufferInfo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -76,11 +80,19 @@ Android.Media.MediaCodecBufferFlags - - + Buffer flags associated with the buffer. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodec.BufferInfo.flags. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -136,11 +148,19 @@ System.Int32 - - + The start-offset of the data in the buffer. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodec.BufferInfo.offset. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -165,11 +185,19 @@ System.Int64 - - + The presentation timestamp in microseconds for the buffer. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodec.BufferInfo.presentationTimeUs. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -207,14 +235,24 @@ - To be added. - To be added. - To be added. - To be added. - - + the start-offset of the data in the buffer. + the amount of data (in bytes) in the buffer. + the presentation timestamp in microseconds. + buffer flags associated with the buffer. This + should be a combination of #BUFFER_FLAG_KEY_FRAME and + #BUFFER_FLAG_END_OF_STREAM. + Update the buffer metadata information. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodec.BufferInfo.set(int, int, long, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -239,11 +277,19 @@ System.Int32 - - + The amount of data (in bytes) in the buffer. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodec.BufferInfo.size. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaCodec+Callback.xml b/docs/Mono.Android/en/Android.Media/MediaCodec+Callback.xml index b3f69831f0..ed34a84e18 100644 --- a/docs/Mono.Android/en/Android.Media/MediaCodec+Callback.xml +++ b/docs/Mono.Android/en/Android.Media/MediaCodec+Callback.xml @@ -18,14 +18,18 @@ - To be added. + MediaCodec callback interface. - Android platform documentation + Java documentation for android.media.MediaCodec.Callback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -162,11 +166,20 @@ - To be added. - To be added. - To be added. + The MediaCodec object. + The index of the available input buffer. + Called when an input buffer becomes available. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodec.Callback.onInputBufferAvailable(android.media.MediaCodec, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -228,11 +241,20 @@ - To be added. - To be added. - To be added. + The MediaCodec object. + The new output format. + Called when the output format has changed - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodec.Callback.onOutputFormatChanged(android.media.MediaCodec, android.media.MediaFormat). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaCodec+CodecException.xml b/docs/Mono.Android/en/Android.Media/MediaCodec+CodecException.xml index e37af1921e..cb254c711e 100644 --- a/docs/Mono.Android/en/Android.Media/MediaCodec+CodecException.xml +++ b/docs/Mono.Android/en/Android.Media/MediaCodec+CodecException.xml @@ -18,14 +18,18 @@ - To be added. + Thrown when an internal codec error occurs. - Android platform documentation + Java documentation for android.media.MediaCodec.CodecException. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -49,10 +53,20 @@ System.String - To be added. + Retrieve a developer-readable diagnostic information string + associated with the exception. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodec.CodecException.getDiagnosticInfo(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -76,10 +90,19 @@ Android.Media.MediaCodecErrorCode - To be added. + Retrieve the error code associated with a CodecException To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodec.CodecException.getErrorCode(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -103,10 +126,21 @@ System.Boolean - To be added. + Returns true if the codec cannot proceed further, + but can be recovered by stopping, configuring, + and starting again. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodec.CodecException.isRecoverable(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -130,10 +164,21 @@ System.Boolean - To be added. + Returns true if the codec exception is a transient issue, + perhaps due to resource constraints, and that the method + (or encoding/decoding) may be retried at a later time. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodec.CodecException.isTransient(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaCodec+CryptoException.xml b/docs/Mono.Android/en/Android.Media/MediaCodec+CryptoException.xml index eae2e5682f..901e9844fd 100644 --- a/docs/Mono.Android/en/Android.Media/MediaCodec+CryptoException.xml +++ b/docs/Mono.Android/en/Android.Media/MediaCodec+CryptoException.xml @@ -18,14 +18,18 @@ - To be added. + Thrown when a crypto error occurs while queueing a secure input buffer. - Android platform documentation + Java documentation for android.media.MediaCodec.CryptoException. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -85,11 +89,19 @@ Android.Media.MediaCodecCryptoErrorType - - - To be added. + Returns error code associated with this CryptoException. + an error code defined in MediaDrm.ErrorCodes. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodec.CryptoException.getErrorCode(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -119,8 +131,20 @@ 8 - To be added. - To be added. + This indicates that the video frame being decrypted exceeds + the size of the device's protected output buffers. + + + + Java documentation for android.media.MediaCodec.CryptoException.ERROR_FRAME_TOO_LARGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -148,9 +172,20 @@ 4 - To be added. + This indicates that the output protection levels supported by the + device are not sufficient to meet the requirements set by the + content owner in the license policy. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodec.CryptoException.ERROR_INSUFFICIENT_OUTPUT_PROTECTION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -179,8 +214,21 @@ 7 - To be added. - To be added. + This indicates that the security level of the device is not + sufficient to meet the requirements set by the content owner + in the license policy. + + + + Java documentation for android.media.MediaCodec.CryptoException.ERROR_INSUFFICIENT_SECURITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -208,9 +256,19 @@ 2 - To be added. + This indicates that the key used for decryption is no longer + valid due to license term expiration. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodec.CryptoException.ERROR_KEY_EXPIRED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -239,8 +297,20 @@ 9 - To be added. - To be added. + This error indicates that session state has been + invalidated. + + + + Java documentation for android.media.MediaCodec.CryptoException.ERROR_LOST_STATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -268,9 +338,19 @@ 1 - To be added. + This indicates that the requested key was not found when trying to + perform a decrypt operation. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodec.CryptoException.ERROR_NO_KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -299,9 +379,19 @@ 3 - To be added. + This indicates that a required crypto resource was not able to be + allocated while attempting the requested operation. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodec.CryptoException.ERROR_RESOURCE_BUSY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -330,9 +420,21 @@ 5 - To be added. + This indicates that decryption was attempted on a session that is + not opened, which could be due to a failure to open the session, + closing the session prematurely, or the session being reclaimed + by the resource manager. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodec.CryptoException.ERROR_SESSION_NOT_OPENED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -361,9 +463,20 @@ 6 - To be added. + This indicates that an operation was attempted that could not be + supported by the crypto system of the device in its current + configuration. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodec.CryptoException.ERROR_UNSUPPORTED_OPERATION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaCodec+CryptoInfo.xml b/docs/Mono.Android/en/Android.Media/MediaCodec+CryptoInfo.xml index 06f6549773..59df88706a 100644 --- a/docs/Mono.Android/en/Android.Media/MediaCodec+CryptoInfo.xml +++ b/docs/Mono.Android/en/Android.Media/MediaCodec+CryptoInfo.xml @@ -18,15 +18,18 @@ - Metadata describing the structure of a (at least partially) encrypted - input sample. + Metadata describing the structure of an encrypted input sample. - Android platform documentation + Java documentation for android.media.MediaCodec.CryptoInfo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -102,11 +105,19 @@ System.Collections.Generic.IList<System.Byte> - A 16-byte initialization vector - + A 16-byte initialization vector To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodec.CryptoInfo.iv. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -162,11 +173,19 @@ System.Collections.Generic.IList<System.Byte> - A 16-byte opaque key - + A 16-byte key id To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodec.CryptoInfo.key. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -192,10 +211,20 @@ The type of encryption that has been applied, - see and . + see #CRYPTO_MODE_UNENCRYPTED, #CRYPTO_MODE_AES_CTR + and #CRYPTO_MODE_AES_CBC To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodec.CryptoInfo.mode. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -223,7 +252,16 @@ The number of leading unencrypted bytes in each subSample. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodec.CryptoInfo.numBytesOfClearData. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -251,7 +289,16 @@ The number of trailing encrypted bytes in each subSample. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodec.CryptoInfo.numBytesOfEncryptedData. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -279,7 +326,16 @@ The number of subSamples that make up the buffer's contents. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodec.CryptoInfo.numSubSamples. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -325,10 +381,19 @@ To be added. To be added. To be added. - - + Set the subsample count, clear/encrypted sizes, key, IV and mode fields of + a MediaCodec.CryptoInfo instance. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodec.CryptoInfo.set(int, int[], int[], byte[], byte[], int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaCodec+IOnFirstTunnelFrameReadyListener.xml b/docs/Mono.Android/en/Android.Media/MediaCodec+IOnFirstTunnelFrameReadyListener.xml index 88fbda5e24..e582c24c16 100644 --- a/docs/Mono.Android/en/Android.Media/MediaCodec+IOnFirstTunnelFrameReadyListener.xml +++ b/docs/Mono.Android/en/Android.Media/MediaCodec+IOnFirstTunnelFrameReadyListener.xml @@ -25,8 +25,21 @@ - To be added. - To be added. + Listener to be called when the first output frame has been decoded + and is ready to be rendered for a codec configured for tunnel mode with + KEY_AUDIO_SESSION_ID. + + + + Java documentation for android.media.MediaCodec.OnFirstTunnelFrameReadyListener. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -53,8 +66,20 @@ To be added. - To be added. - To be added. + Called when the first output frame has been decoded and is ready to be + rendered. + + + + Java documentation for android.media.MediaCodec.OnFirstTunnelFrameReadyListener.onFirstTunnelFrameReady(android.media.MediaCodec). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media/MediaCodec+IOnFrameRenderedListener.xml b/docs/Mono.Android/en/Android.Media/MediaCodec+IOnFrameRenderedListener.xml index 608495e8aa..17902301de 100644 --- a/docs/Mono.Android/en/Android.Media/MediaCodec+IOnFrameRenderedListener.xml +++ b/docs/Mono.Android/en/Android.Media/MediaCodec+IOnFrameRenderedListener.xml @@ -25,14 +25,18 @@ - To be added. + Listener to be called when an output frame has rendered on the output surface - Android platform documentation + Java documentation for android.media.MediaCodec.OnFrameRenderedListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -61,12 +65,25 @@ - To be added. - To be added. - To be added. - To be added. + the MediaCodec instance + the presentation time (media time) of the frame rendered. + This is usually the same as specified in #queueInputBuffer; however, + some codecs may alter the media time by applying some time-based transformation, + such as frame rate conversion. In that case, presentation time corresponds + to the actual output frame rendered. + The system time when the frame was rendered. + Called when an output frame has rendered on the output surface. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodec.OnFrameRenderedListener.onFrameRendered(android.media.MediaCodec, long, long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaCodec+IncompatibleWithBlockModelException.xml b/docs/Mono.Android/en/Android.Media/MediaCodec+IncompatibleWithBlockModelException.xml index b96b6cd440..2aae8685c8 100644 --- a/docs/Mono.Android/en/Android.Media/MediaCodec+IncompatibleWithBlockModelException.xml +++ b/docs/Mono.Android/en/Android.Media/MediaCodec+IncompatibleWithBlockModelException.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Thrown when the codec is configured for block model and an incompatible API is called. + + + + Java documentation for android.media.MediaCodec.IncompatibleWithBlockModelException. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media/MediaCodec+LinearBlock.xml b/docs/Mono.Android/en/Android.Media/MediaCodec+LinearBlock.xml index 9358d4f397..8d34563583 100644 --- a/docs/Mono.Android/en/Android.Media/MediaCodec+LinearBlock.xml +++ b/docs/Mono.Android/en/Android.Media/MediaCodec+LinearBlock.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Section of memory that represents a linear block. + + + + Java documentation for android.media.MediaCodec.LinearBlock. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -45,10 +56,25 @@ - To be added. - To be added. + list of codecs that the client wants to use a + linear block without copying. Null entries are + ignored. + Returns true if it is possible to allocate a linear block that can be + passed to all listed codecs as input buffers without copying the + content. To be added. - To be added. + + + + Java documentation for android.media.MediaCodec.LinearBlock.isCodecCopyFreeCompatible(java.lang.String[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -71,9 +97,20 @@ System.Boolean - To be added. + Returns true if the buffer is mappable. To be added. - To be added. + + + + Java documentation for android.media.MediaCodec.LinearBlock.isMappable(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -126,9 +163,20 @@ - To be added. - To be added. - To be added. + Map the memory and return the mapped region. + mapped memory region as ByteBuffer object + + + + Java documentation for android.media.MediaCodec.LinearBlock.map(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -183,8 +231,20 @@ - To be added. - To be added. + Mark this block as ready to be recycled by the framework once it is + no longer in use. + + + + Java documentation for android.media.MediaCodec.LinearBlock.recycle(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media/MediaCodec+MetricsConstants.xml b/docs/Mono.Android/en/Android.Media/MediaCodec+MetricsConstants.xml index 0ca6e6a119..6c4f1b399a 100644 --- a/docs/Mono.Android/en/Android.Media/MediaCodec+MetricsConstants.xml +++ b/docs/Mono.Android/en/Android.Media/MediaCodec+MetricsConstants.xml @@ -49,9 +49,19 @@ System.String - To be added. + Key to extract the codec being used + from the MediaCodec#getMetrics return value. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodec.MetricsConstants.CODEC. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -75,9 +85,19 @@ System.String - To be added. + Key to extract the flag indicating whether the codec is running + as an encoder or decoder from the MediaCodec#getMetrics return value. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodec.MetricsConstants.ENCODER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -101,9 +121,19 @@ System.String - To be added. + Key to extract the height (in pixels) of the video track + from the MediaCodec#getMetrics return value. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodec.MetricsConstants.HEIGHT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -158,9 +188,19 @@ System.String - To be added. + Key to extract the MIME type + from the MediaCodec#getMetrics return value. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodec.MetricsConstants.MIME_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -184,9 +224,19 @@ System.String - To be added. + Key to extract what the codec mode + from the MediaCodec#getMetrics return value. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodec.MetricsConstants.MODE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -210,9 +260,19 @@ System.String - To be added. + The value returned for the key #MODE when the + codec is a audio codec. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodec.MetricsConstants.MODE_AUDIO. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -236,9 +296,19 @@ System.String - To be added. + The value returned for the key #MODE when the + codec is a video codec. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodec.MetricsConstants.MODE_VIDEO. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -262,9 +332,19 @@ System.String - To be added. + Key to extract the rotation (in degrees) to properly orient the video + from the MediaCodec#getMetrics return. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodec.MetricsConstants.ROTATION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -288,9 +368,19 @@ System.String - To be added. + Key to extract the flag indicating whether the codec is running + in secure (DRM) mode from the MediaCodec#getMetrics return value. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodec.MetricsConstants.SECURE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -376,9 +466,19 @@ System.String - To be added. + Key to extract the width (in pixels) of the video track + from the MediaCodec#getMetrics return value. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodec.MetricsConstants.WIDTH. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaCodec+OutputFrame.xml b/docs/Mono.Android/en/Android.Media/MediaCodec+OutputFrame.xml index 2be958dc11..cf0173bc5f 100644 --- a/docs/Mono.Android/en/Android.Media/MediaCodec+OutputFrame.xml +++ b/docs/Mono.Android/en/Android.Media/MediaCodec+OutputFrame.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + A single output frame and its associated metadata. + + + + Java documentation for android.media.MediaCodec.OutputFrame. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -42,9 +53,21 @@ System.Collections.Generic.ICollection<System.String> - To be added. + Returns an unmodifiable set of the names of entries that has changed from + the previous frame. To be added. - To be added. + + + + Java documentation for android.media.MediaCodec.OutputFrame.getChangedKeys(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -67,9 +90,20 @@ System.Int32 - To be added. + Returns the buffer flags. To be added. - To be added. + + + + Java documentation for android.media.MediaCodec.OutputFrame.getFlags(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -92,9 +126,20 @@ Android.Media.MediaFormat - To be added. + Returns a read-only MediaFormat for this frame. To be added. - To be added. + + + + Java documentation for android.media.MediaCodec.OutputFrame.getFormat(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -117,9 +162,20 @@ Android.Hardware.HardwareBuffer - To be added. + Returns the output hardware graphic buffer, or null if this frame is empty. To be added. - To be added. + + + + Java documentation for android.media.MediaCodec.OutputFrame.getHardwareBuffer(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -196,9 +252,20 @@ System.Int64 - To be added. + Returns the presentation timestamp in microseconds. To be added. - To be added. + + + + Java documentation for android.media.MediaCodec.OutputFrame.getPresentationTimeUs(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media/MediaCodec+ParameterDescriptor.xml b/docs/Mono.Android/en/Android.Media/MediaCodec+ParameterDescriptor.xml index a809a470ed..57e010990d 100644 --- a/docs/Mono.Android/en/Android.Media/MediaCodec+ParameterDescriptor.xml +++ b/docs/Mono.Android/en/Android.Media/MediaCodec+ParameterDescriptor.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Contains description of a parameter. + + + + Java documentation for android.media.MediaCodec.ParameterDescriptor. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -92,9 +103,20 @@ System.String - To be added. + Returns the name of the parameter. To be added. - To be added. + + + + Java documentation for android.media.MediaCodec.ParameterDescriptor.getName(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -175,9 +197,20 @@ System.Int32 - To be added. + Returns the type of the parameter. To be added. - To be added. + + + + Java documentation for android.media.MediaCodec.ParameterDescriptor.getType(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media/MediaCodec+QueueRequest.xml b/docs/Mono.Android/en/Android.Media/MediaCodec+QueueRequest.xml index 49a800645d..8b794837cb 100644 --- a/docs/Mono.Android/en/Android.Media/MediaCodec+QueueRequest.xml +++ b/docs/Mono.Android/en/Android.Media/MediaCodec+QueueRequest.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Builder-like class for queue requests. + + + + Java documentation for android.media.MediaCodec.QueueRequest. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -72,8 +83,19 @@ - To be added. - To be added. + Finish building a queue request and queue the buffers with tunings. + + + + Java documentation for android.media.MediaCodec.QueueRequest.queue(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media/MediaCodecInfo+AudioCapabilities.xml b/docs/Mono.Android/en/Android.Media/MediaCodecInfo+AudioCapabilities.xml index dc0c08ca6f..dde925cb19 100644 --- a/docs/Mono.Android/en/Android.Media/MediaCodecInfo+AudioCapabilities.xml +++ b/docs/Mono.Android/en/Android.Media/MediaCodecInfo+AudioCapabilities.xml @@ -18,14 +18,18 @@ - To be added. + A class that supports querying the audio capabilities of a codec. - Android platform documentation + Java documentation for android.media.MediaCodecInfo.AudioCapabilities. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -49,10 +53,19 @@ Android.Util.Range - To be added. + Returns the range of supported bitrates in bits/second. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.AudioCapabilities.getBitrateRange(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -103,10 +116,19 @@ - To be added. + Returns the array of supported sample rate ranges. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.AudioCapabilities.getSupportedSampleRateRanges(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -131,10 +153,20 @@ - To be added. + Returns the array of supported sample rates if the codec + supports only discrete values. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.AudioCapabilities.getSupportedSampleRates(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -162,10 +194,19 @@ To be added. - To be added. + Query whether the sample rate is supported by the codec. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.AudioCapabilities.isSampleRateSupported(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -220,10 +261,19 @@ System.Int32 - To be added. + Returns the maximum number of input channels supported. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.AudioCapabilities.getMaxInputChannelCount(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -247,9 +297,20 @@ System.Int32 - To be added. + Returns the minimum number of input channels supported. To be added. - To be added. + + + + Java documentation for android.media.MediaCodecInfo.AudioCapabilities.getMinInputChannelCount(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media/MediaCodecInfo+CodecCapabilities.xml b/docs/Mono.Android/en/Android.Media/MediaCodecInfo+CodecCapabilities.xml index 5cfc2dc2ff..8cadc4d8ec 100644 --- a/docs/Mono.Android/en/Android.Media/MediaCodecInfo+CodecCapabilities.xml +++ b/docs/Mono.Android/en/Android.Media/MediaCodecInfo+CodecCapabilities.xml @@ -18,16 +18,18 @@ - Encapsulates the capabilities of a given codec component, - i.e. what profile/level combinations it supports and what colorspaces - it is capable of providing the decoded data in. + Encapsulates the capabilities of a given codec component. - Android platform documentation + Java documentation for android.media.MediaCodecInfo.CodecCapabilities. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -112,7 +114,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_Format12bitRGB444. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -145,7 +156,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_Format16bitARGB1555. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -178,7 +198,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_Format16bitARGB4444. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -211,7 +240,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_Format16bitBGR565. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -241,10 +279,18 @@ 6 - - + 16 bits per pixel RGB color format, with 5-bit red & blue and 6-bit green component. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_Format16bitRGB565. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -277,7 +323,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_Format18bitARGB1665. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -310,7 +365,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_Format18BitBGR666. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -343,7 +407,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_Format18bitRGB666. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -376,7 +449,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_Format19bitARGB1666. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -409,7 +491,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_Format24BitABGR6666. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -442,7 +533,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_Format24bitARGB1887. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -475,7 +575,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_Format24BitARGB6666. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -505,10 +614,18 @@ 12 - - + 24 bits per pixel RGB color format, with 8-bit red, green & blue components. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_Format24bitBGR888. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -541,7 +658,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_Format24bitRGB888. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -574,7 +700,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_Format25bitARGB1888. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -604,9 +739,18 @@ 2130747392 - To be added. + 32 bits per pixel RGBA color format, with 8-bit red, green, blue, and alpha components. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_Format32bitABGR8888. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -638,7 +782,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_Format32bitARGB8888. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -671,7 +824,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_Format32bitBGRA8888. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -704,7 +866,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_Format8bitRGB332. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -737,7 +908,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatCbYCrY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -770,7 +950,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatCrYCbY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -800,10 +989,18 @@ 36 - - + 16 bits per pixel, little-endian Y color format. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatL16. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -836,7 +1033,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatL2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -869,7 +1075,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatL24. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -899,10 +1114,18 @@ 38 - - + 32 bits per pixel, little-endian Y color format. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatL32. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -935,7 +1158,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatL4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -965,10 +1197,18 @@ 35 - - + 8 bits per pixel Y color format. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatL8. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1001,7 +1241,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatMonochrome. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1031,10 +1280,18 @@ 31 - - + SMIA 10-bit Bayer format. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatRawBayer10bit. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1064,10 +1321,18 @@ 30 - - + SMIA 8-bit Bayer format. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatRawBayer8bit. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1097,10 +1362,18 @@ 32 - - + SMIA 8-bit compressed Bayer format. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatRawBayer8bitcompressed. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1130,9 +1403,19 @@ 2134288520 - To be added. + Flexible 32 bits per pixel RGBA color format with 8-bit red, green, blue, and alpha + components. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatRGBAFlexible. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1161,9 +1444,19 @@ 2134292616 - To be added. + Flexible 24 bits per pixel RGB color format with 8-bit red, green and blue + components. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatRGBFlexible. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1187,11 +1480,19 @@ System.Collections.Generic.IList<System.Int32> - Defined in the OpenMAX IL specs, color format values are drawn from - OMX_COLOR_FORMATTYPE. + The color format for the media. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecCapabilities.colorFormats. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1257,7 +1558,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatYCbYCr. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1290,7 +1600,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatYCrYCb. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1323,7 +1642,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatYUV411PackedPlanar. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1356,7 +1684,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatYUV411Planar. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1386,9 +1723,19 @@ 2135033992 - To be added. + Flexible 12 bits per pixel, subsampled YUV color format with 8-bit chroma and luma + components. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatYUV420Flexible. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1420,7 +1767,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatYUV420PackedPlanar. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1453,7 +1809,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatYUV420PackedSemiPlanar. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1486,7 +1851,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatYUV420Planar. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1519,7 +1893,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatYUV420SemiPlanar. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1549,9 +1932,19 @@ 2135042184 - To be added. + Flexible 16 bits per pixel, subsampled YUV color format with 8-bit chroma and luma + components. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatYUV422Flexible. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1583,7 +1976,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatYUV422PackedPlanar. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1616,7 +2018,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatYUV422PackedSemiPlanar. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1649,7 +2060,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatYUV422Planar. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1682,7 +2102,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatYUV422SemiPlanar. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1712,9 +2141,19 @@ 2135181448 - To be added. + Flexible 24 bits per pixel YUV color format with 8-bit chroma and luma + components. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatYUV444Flexible. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1746,7 +2185,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatYUV444Interleaved. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1779,7 +2227,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_QCOM_FormatYUV420SemiPlanar. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1812,7 +2269,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_TI_FormatYUV420PackedSemiPlanar. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1879,10 +2345,20 @@ Android.Media.MediaFormat - To be added. + Returns a MediaFormat object with default values for configurations that have + defaults. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecCapabilities.getDefaultFormat(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1933,9 +2409,18 @@ System.String - To be added. + <b>video decoder only</b>: codec supports seamless resolution changes. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecCapabilities.FEATURE_AdaptivePlayback. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1959,8 +2444,20 @@ System.String - To be added. - To be added. + If true, the timestamp of each output buffer is derived from the timestamp of the input + buffer that produced the output. + + + + Java documentation for android.media.MediaCodecInfo.CodecCapabilities.FEATURE_DynamicTimestamp. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1983,8 +2480,20 @@ System.String - To be added. - To be added. + <b>decoder only</b>If true, the codec supports partial (including multiple) access units + per input buffer. + + + + Java documentation for android.media.MediaCodecInfo.CodecCapabilities.FEATURE_FrameParsing. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -2007,9 +2516,18 @@ System.String - To be added. + <b>video encoder only</b>: codec supports intra refresh. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecCapabilities.FEATURE_IntraRefresh. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2033,8 +2551,19 @@ System.String - To be added. - To be added. + <b>decoder only</b>: codec supports low latency decoding. + + + + Java documentation for android.media.MediaCodecInfo.CodecCapabilities.FEATURE_LowLatency. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -2057,8 +2586,20 @@ System.String - To be added. - To be added. + If true, the codec supports multiple access units (for decoding, or to output for + encoders). + + + + Java documentation for android.media.MediaCodecInfo.CodecCapabilities.FEATURE_MultipleFrames. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -2081,9 +2622,18 @@ System.String - To be added. + <b>video decoder only</b>: codec supports queuing partial frames. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecCapabilities.FEATURE_PartialFrame. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2107,8 +2657,19 @@ System.String - To be added. - To be added. + <b>video encoder only</b>: codec supports quantization parameter bounds. + + + + Java documentation for android.media.MediaCodecInfo.CodecCapabilities.FEATURE_QpBounds. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -2131,9 +2692,18 @@ System.String - To be added. + <b>video decoder only</b>: codec supports secure decryption. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecCapabilities.FEATURE_SecurePlayback. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2157,9 +2727,18 @@ System.String - To be added. + <b>video or audio decoder only</b>: codec supports tunneled playback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecCapabilities.FEATURE_TunneledPlayback. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2187,10 +2766,19 @@ To be added. - To be added. + Query codec feature requirements. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecCapabilities.isFeatureRequired(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2218,10 +2806,19 @@ To be added. - To be added. + Query codec feature capabilities. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecCapabilities.isFeatureSupported(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2307,10 +2904,19 @@ System.Int32 - To be added. + Returns the max number of the supported concurrent codec instances. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecCapabilities.getMaxSupportedInstances(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2334,10 +2940,19 @@ System.String - To be added. + Returns the mime type for which this codec-capability object was created. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecCapabilities.getMimeType(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaCodecInfo+CodecProfileLevel.xml b/docs/Mono.Android/en/Android.Media/MediaCodecInfo+CodecProfileLevel.xml index fc69390059..0895da099e 100644 --- a/docs/Mono.Android/en/Android.Media/MediaCodecInfo+CodecProfileLevel.xml +++ b/docs/Mono.Android/en/Android.Media/MediaCodecInfo+CodecProfileLevel.xml @@ -18,14 +18,18 @@ - To be added. + Encapsulates the profiles available for a codec component. - Android platform documentation + Java documentation for android.media.MediaCodecInfo.CodecProfileLevel. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -440,8 +444,19 @@ 42 - To be added. - To be added. + xHE-AAC (includes USAC) + + + + Java documentation for android.media.MediaCodecInfo.CodecProfileLevel.AACObjectXHE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1165,8 +1180,23 @@ 2 - To be added. - To be added. + AV1 Main profile 4:2:0 10-bit + + See definition in + AV1 Specification + Annex A. + + + + Java documentation for android.media.MediaCodecInfo.CodecProfileLevel.AV1ProfileMain10. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1194,8 +1224,19 @@ 4096 - To be added. - To be added. + AV1 Main profile 4:2:0 10-bit with HDR10. + + + + Java documentation for android.media.MediaCodecInfo.CodecProfileLevel.AV1ProfileMain10HDR10. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1223,8 +1264,19 @@ 8192 - To be added. - To be added. + AV1 Main profile 4:2:0 10-bit with HDR10Plus. + + + + Java documentation for android.media.MediaCodecInfo.CodecProfileLevel.AV1ProfileMain10HDR10Plus. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1252,8 +1304,23 @@ 1 - To be added. - To be added. + AV1 Main profile 4:2:0 8-bit + + See definition in + AV1 Specification + Annex A. + + + + Java documentation for android.media.MediaCodecInfo.CodecProfileLevel.AV1ProfileMain8. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1927,10 +1994,18 @@ 1 - - + AVC Baseline profile. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecProfileLevel.AVCProfileBaseline. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1960,9 +2035,18 @@ 65536 - To be added. + AVC Constrained Baseline profile. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecProfileLevel.AVCProfileConstrainedBaseline. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1991,9 +2075,18 @@ 524288 - To be added. + AVC Constrained High profile. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecProfileLevel.AVCProfileConstrainedHigh. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2022,10 +2115,18 @@ 4 - - + AVC Extended profile. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecProfileLevel.AVCProfileExtended. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2055,10 +2156,18 @@ 8 - - + AVC High profile. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecProfileLevel.AVCProfileHigh. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2088,10 +2197,18 @@ 16 - - + AVC High 10 profile. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecProfileLevel.AVCProfileHigh10. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2121,10 +2238,18 @@ 32 - - + AVC High 4:2:2 profile. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecProfileLevel.AVCProfileHigh422. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2154,10 +2279,18 @@ 64 - - + AVC High 4:4:4 profile. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecProfileLevel.AVCProfileHigh444. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2187,10 +2320,18 @@ 2 - - + AVC Main profile. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecProfileLevel.AVCProfileMain. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2499,8 +2640,19 @@ 1024 - To be added. - To be added. + Dolby Vision AV1 profile + + + + Java documentation for android.media.MediaCodecInfo.CodecProfileLevel.DolbyVisionProfileDvav110. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -4382,12 +4534,19 @@ Android.Media.MediaCodecProfileLevel - Defined in the OpenMAX IL specs, depending on the type of media - this can be OMX_VIDEO_AVCLEVELTYPE, OMX_VIDEO_H263LEVELTYPE - OMX_VIDEO_MPEG4LEVELTYPE or OMX_VIDEO_VP8LEVELTYPE. + The level of the media content. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecProfileLevel.level. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -5607,12 +5766,19 @@ Android.Media.MediaCodecProfileType - Defined in the OpenMAX IL specs, depending on the type of media - this can be OMX_VIDEO_AVCPROFILETYPE, OMX_VIDEO_H263PROFILETYPE, - OMX_VIDEO_MPEG4PROFILETYPE or OMX_VIDEO_VP8PROFILETYPE. + The profile of the media content. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecProfileLevel.profile. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -6303,9 +6469,18 @@ 1 - To be added. + VP9 Profile 0 4:2:0 8-bit - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecProfileLevel.VP9Profile0. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -6334,9 +6509,18 @@ 2 - To be added. + VP9 Profile 1 4:2:2 8-bit - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecProfileLevel.VP9Profile1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -6365,9 +6549,18 @@ 4 - To be added. + VP9 Profile 2 4:2:0 10-bit - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecProfileLevel.VP9Profile2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -6396,9 +6589,18 @@ 4096 - To be added. + VP9 Profile 2 4:2:0 10-bit HDR - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecProfileLevel.VP9Profile2HDR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -6427,8 +6629,19 @@ 16384 - To be added. - To be added. + VP9 Profile 2 4:2:0 10-bit HDR10Plus + + + + Java documentation for android.media.MediaCodecInfo.CodecProfileLevel.VP9Profile2HDR10Plus. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -6456,9 +6669,18 @@ 8 - To be added. + VP9 Profile 3 4:2:2 10-bit - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecProfileLevel.VP9Profile3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -6487,9 +6709,18 @@ 8192 - To be added. + VP9 Profile 3 4:2:2 10-bit HDR - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.CodecProfileLevel.VP9Profile3HDR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -6518,8 +6749,19 @@ 32768 - To be added. - To be added. + VP9 Profile 3 4:2:2 10-bit HDR10Plus + + + + Java documentation for android.media.MediaCodecInfo.CodecProfileLevel.VP9Profile3HDR10Plus. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media/MediaCodecInfo+EncoderCapabilities.xml b/docs/Mono.Android/en/Android.Media/MediaCodecInfo+EncoderCapabilities.xml index c1a260c22d..a3e22e2e4e 100644 --- a/docs/Mono.Android/en/Android.Media/MediaCodecInfo+EncoderCapabilities.xml +++ b/docs/Mono.Android/en/Android.Media/MediaCodecInfo+EncoderCapabilities.xml @@ -18,14 +18,18 @@ - To be added. + A class that supports querying the encoding capabilities of a codec. - Android platform documentation + Java documentation for android.media.MediaCodecInfo.EncoderCapabilities. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -54,8 +58,19 @@ 3 - To be added. - To be added. + Constant bitrate mode with frame drops + + + + Java documentation for android.media.MediaCodecInfo.EncoderCapabilities.BITRATE_MODE_CBR_FD. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -78,10 +93,19 @@ Android.Util.Range - To be added. + Returns the supported range of encoder complexity values. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.EncoderCapabilities.getComplexityRange(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -116,10 +140,19 @@ To be added. - To be added. + Query whether a bitrate mode is supported. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.EncoderCapabilities.isBitrateModeSupported(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -174,9 +207,20 @@ Android.Util.Range - To be added. + Returns the supported range of quality values. To be added. - To be added. + + + + Java documentation for android.media.MediaCodecInfo.EncoderCapabilities.getQualityRange(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media/MediaCodecInfo+VideoCapabilities.xml b/docs/Mono.Android/en/Android.Media/MediaCodecInfo+VideoCapabilities.xml index da377a0d5a..14cd1f53bc 100644 --- a/docs/Mono.Android/en/Android.Media/MediaCodecInfo+VideoCapabilities.xml +++ b/docs/Mono.Android/en/Android.Media/MediaCodecInfo+VideoCapabilities.xml @@ -18,14 +18,18 @@ - To be added. + A class that supports querying the video capabilities of a codec. - Android platform documentation + Java documentation for android.media.MediaCodecInfo.VideoCapabilities. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -57,10 +61,20 @@ To be added. To be added. To be added. - To be added. + Returns whether a given video size (width and + height) and frameRate combination is supported. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.VideoCapabilities.areSizeAndRateSupported(int, int, double). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -84,10 +98,19 @@ Android.Util.Range - To be added. + Returns the range of supported bitrates in bits/second. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.VideoCapabilities.getBitrateRange(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -115,12 +138,21 @@ - To be added. - To be added. - To be added. + the width of the video + the height of the video + Returns the range of achievable video frame rates for a video size. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.VideoCapabilities.getAchievableFrameRatesFor(int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -148,12 +180,21 @@ - To be added. - To be added. - To be added. + the width of the video + the height of the video + Returns the range of supported video frame rates for a video size. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.VideoCapabilities.getSupportedFrameRatesFor(int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -180,11 +221,20 @@ - To be added. - To be added. + the width of the video + Returns the range of supported video heights for a video width To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.VideoCapabilities.getSupportedHeightsFor(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -211,11 +261,20 @@ - To be added. - To be added. + the height of the video + Returns the range of supported video widths for a video height. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.VideoCapabilities.getSupportedWidthsFor(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -239,10 +298,19 @@ System.Int32 - To be added. + Returns the alignment requirement for video height (in pixels). To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.VideoCapabilities.getHeightAlignment(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -272,10 +340,20 @@ To be added. To be added. - To be added. + Returns whether a given video size (width and + height) is supported. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.VideoCapabilities.isSizeSupported(int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -330,10 +408,19 @@ Android.Util.Range - To be added. + Returns the range of supported frame rates. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.VideoCapabilities.getSupportedFrameRates(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -357,10 +444,19 @@ Android.Util.Range - To be added. + Returns the range of supported video heights. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.VideoCapabilities.getSupportedHeights(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -384,9 +480,20 @@ System.Collections.Generic.IList<Android.Media.MediaCodecInfo+VideoCapabilities+PerformancePoint> - To be added. + Returns the supported performance points. To be added. - To be added. + + + + Java documentation for android.media.MediaCodecInfo.VideoCapabilities.getSupportedPerformancePoints(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -409,10 +516,19 @@ Android.Util.Range - To be added. + Returns the range of supported video widths. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.VideoCapabilities.getSupportedWidths(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -498,10 +614,19 @@ System.Int32 - To be added. + Returns the alignment requirement for video width (in pixels). To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaCodecInfo.VideoCapabilities.getWidthAlignment(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaController2+Builder.xml b/docs/Mono.Android/en/Android.Media/MediaController2+Builder.xml index 712292645e..51d5a35644 100644 --- a/docs/Mono.Android/en/Android.Media/MediaController2+Builder.xml +++ b/docs/Mono.Android/en/Android.Media/MediaController2+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + This API is not generally intended for third party application developers. + + + + Java documentation for android.media.MediaController2.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -43,10 +54,21 @@ - To be added. - To be added. - To be added. - To be added. + context + token of the session to connect to + Creates a builder for MediaController2. + + + + Java documentation for android.media.MediaController2.Builder.MediaController2$Builder(android.content.Context, android.media.Session2Token). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -70,9 +92,20 @@ - To be added. - To be added. - To be added. + Build MediaController2. + a new controller + + + + Java documentation for android.media.MediaController2.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media/MediaController2+ControllerCallback.xml b/docs/Mono.Android/en/Android.Media/MediaController2+ControllerCallback.xml index f88dabf850..15d30f246d 100644 --- a/docs/Mono.Android/en/Android.Media/MediaController2+ControllerCallback.xml +++ b/docs/Mono.Android/en/Android.Media/MediaController2+ControllerCallback.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + This API is not generally intended for third party application developers. + + + + Java documentation for android.media.MediaController2.ControllerCallback. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -151,10 +162,21 @@ - To be added. - To be added. - To be added. - To be added. + the controller for this event + commands that's allowed by the session. + Called when the controller is successfully connected to the session. + + + + Java documentation for android.media.MediaController2.ControllerCallback.onConnected(android.media.MediaController2, android.media.Session2CommandGroup). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -180,9 +202,21 @@ - To be added. - To be added. - To be added. + the controller for this event + Called when the session refuses the controller or the controller is disconnected from + the session. + + + + Java documentation for android.media.MediaController2.ControllerCallback.onDisconnected(android.media.MediaController2). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -209,10 +243,23 @@ - To be added. - To be added. - To be added. - To be added. + the controller for this event + + true if the session's playback is active. + false otherwise. + Called when the session's playback activeness is changed. + + + + Java documentation for android.media.MediaController2.ControllerCallback.onPlaybackActiveChanged(android.media.MediaController2, boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media/MediaDescription+Builder.xml b/docs/Mono.Android/en/Android.Media/MediaDescription+Builder.xml index 05a13f5d00..59e44e5da2 100644 --- a/docs/Mono.Android/en/Android.Media/MediaDescription+Builder.xml +++ b/docs/Mono.Android/en/Android.Media/MediaDescription+Builder.xml @@ -18,14 +18,18 @@ - To be added. + Builder for MediaDescription objects. - Android platform documentation + Java documentation for android.media.MediaDescription.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -46,9 +50,18 @@ - To be added. + Creates an initially empty builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaDescription.Builder.MediaDescription$Builder(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -96,10 +109,19 @@ - To be added. - To be added. + Build MediaDescription. + a new media description. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaDescription.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaDrm+CryptoSession.xml b/docs/Mono.Android/en/Android.Media/MediaDrm+CryptoSession.xml index c49540291e..fdee3fac94 100644 --- a/docs/Mono.Android/en/Android.Media/MediaDrm+CryptoSession.xml +++ b/docs/Mono.Android/en/Android.Media/MediaDrm+CryptoSession.xml @@ -18,14 +18,22 @@ - To be added. + In addition to supporting decryption of DASH Common Encrypted Media, the + MediaDrm APIs provide the ability to securely deliver session keys from + an operator's session key server to a client device, based on the factory-installed + root of trust, and then perform encrypt, decrypt, sign and verify operations + with the session key on arbitrary user data. - Android platform documentation + Java documentation for android.media.MediaDrm.CryptoSession. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -57,12 +65,20 @@ specifies which key to use the data to encrypt - the initialization vector to use for the cipher - + the initialization vector to use for the cipher Decrypt data using the CryptoSessions's cipher algorithm To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaDrm.CryptoSession.decrypt(byte[], byte[], byte[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -94,12 +110,20 @@ specifies which key to use the data to encrypt - the initialization vector to use for the cipher - + the initialization vector to use for the cipher Encrypt data using the CryptoSession's cipher algorithm To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaDrm.CryptoSession.encrypt(byte[], byte[], byte[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -160,12 +184,20 @@ specifies which key to use - the data for which a signature is to be computed - + the data for which a signature is to be computed Sign data using the CryptoSessions's mac algorithm. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaDrm.CryptoSession.sign(byte[], byte[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -260,12 +292,20 @@ specifies which key to use the data to verify the reference signature which will be compared with the - computed signature - + computed signature Verify a signature using the CryptoSessions's mac algorithm. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaDrm.CryptoSession.verify(byte[], byte[], byte[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaDrm+ErrorCodes.xml b/docs/Mono.Android/en/Android.Media/MediaDrm+ErrorCodes.xml index 381f640d49..ae2a247dba 100644 --- a/docs/Mono.Android/en/Android.Media/MediaDrm+ErrorCodes.xml +++ b/docs/Mono.Android/en/Android.Media/MediaDrm+ErrorCodes.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Error codes that may be returned from MediaDrmStateException#getErrorCode() and MediaCodec.CryptoException#getErrorCode() + + + + Java documentation for android.media.MediaDrm.ErrorCodes. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -47,8 +58,19 @@ 10 - To be added. - To be added. + Certificate is malformed or is of the wrong type. + + + + Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_CERTIFICATE_MALFORMED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -76,8 +98,19 @@ 11 - To be added. - To be added. + Certificate has not been set. + + + + Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_CERTIFICATE_MISSING. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -105,8 +138,19 @@ 12 - To be added. - To be added. + An error happened within the crypto library used by the drm plugin. + + + + Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_CRYPTO_LIBRARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -134,8 +178,20 @@ 8 - To be added. - To be added. + The video frame being decrypted exceeds the size of the device's + protected output buffers. + + + + Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_FRAME_TOO_LARGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -163,8 +219,19 @@ 13 - To be added. - To be added. + Unexpected error reported by the device OEM subsystem. + + + + Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_GENERIC_OEM. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -192,8 +259,19 @@ 14 - To be added. - To be added. + Unexpected internal failure in MediaDrm/MediaCrypto. + + + + Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_GENERIC_PLUGIN. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -221,8 +299,20 @@ 15 - To be added. - To be added. + The init data parameter passed to MediaDrm#getKeyRequest is + empty or invalid. + + + + Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_INIT_DATA. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -250,8 +340,21 @@ 4 - To be added. - To be added. + The output protection levels supported by the device are not + sufficient to meet the requirements set by the content owner in the + license policy. + + + + Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_INSUFFICIENT_OUTPUT_PROTECTION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -279,8 +382,20 @@ 7 - To be added. - To be added. + The security level of the device is not sufficient to meet the + requirements set by the content owner in the license policy. + + + + Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_INSUFFICIENT_SECURITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -308,8 +423,20 @@ 2 - To be added. - To be added. + The key used for decryption is no longer valid due to license term + expiration. + + + + Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_KEY_EXPIRED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -337,8 +464,20 @@ 16 - To be added. - To be added. + Either the key was not loaded from the license before attempting the + operation, or the key ID parameter provided by the app is incorrect. + + + + Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_KEY_NOT_LOADED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -366,8 +505,20 @@ 17 - To be added. - To be added. + The license response was empty, fields are missing or otherwise + unable to be parsed or decrypted. + + + + Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_LICENSE_PARSE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -395,8 +546,19 @@ 18 - To be added. - To be added. + The operation (e. + + + + Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_LICENSE_POLICY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -424,8 +586,20 @@ 19 - To be added. - To be added. + Failed to generate a release request because a field in the offline + license is empty or malformed. + + + + Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_LICENSE_RELEASE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -453,8 +627,19 @@ 20 - To be added. - To be added. + The license server detected an error in the license request. + + + + Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_LICENSE_REQUEST_REJECTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -482,8 +667,20 @@ 21 - To be added. - To be added. + Failed to restore an offline license because a field in the offline + license is empty or malformed. + + + + Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_LICENSE_RESTORE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -511,8 +708,19 @@ 22 - To be added. - To be added. + Offline license is in an invalid state for the attempted operation. + + + + Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_LICENSE_STATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -540,8 +748,19 @@ 9 - To be added. - To be added. + The session state has been invalidated. + + + + Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_LOST_STATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -569,8 +788,19 @@ 23 - To be added. - To be added. + Failure in the media framework. + + + + Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_MEDIA_FRAMEWORK. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -598,8 +828,20 @@ 1 - To be added. - To be added. + The requested key was not found when trying to perform a decrypt + operation. + + + + Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_NO_KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -627,8 +869,19 @@ 24 - To be added. - To be added. + Error loading the provisioned certificate. + + + + Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_PROVISIONING_CERTIFICATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -656,8 +909,19 @@ 25 - To be added. - To be added. + Required steps were not performed before provisioning was attempted. + + + + Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_PROVISIONING_CONFIG. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -685,8 +949,20 @@ 26 - To be added. - To be added. + The provisioning response was empty, fields are missing or otherwise + unable to be parsed. + + + + Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_PROVISIONING_PARSE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -714,8 +990,20 @@ 27 - To be added. - To be added. + The provisioning server detected an error in the provisioning + request. + + + + Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_PROVISIONING_REQUEST_REJECTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -743,8 +1031,20 @@ 28 - To be added. - To be added. + Provisioning failed in a way that is likely to succeed on a + subsequent attempt. + + + + Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_PROVISIONING_RETRY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -772,8 +1072,20 @@ 3 - To be added. - To be added. + A required crypto resource was not able to be allocated while + attempting the requested operation. + + + + Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_RESOURCE_BUSY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -801,8 +1113,21 @@ 29 - To be added. - To be added. + This indicates that apps using MediaDrm sessions are + temporarily exceeding the capacity of available crypto + resources. + + + + Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_RESOURCE_CONTENTION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -830,8 +1155,20 @@ 30 - To be added. - To be added. + Failed to generate a secure stop request because a field in the + stored license is empty or malformed. + + + + Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_SECURE_STOP_RELEASE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -859,8 +1196,22 @@ 5 - To be added. - To be added. + Decryption was attempted on a session that is not opened, which could + be due to a failure to open the session, closing the session + prematurely, the session being reclaimed by the resource manager, or + a non-existent session id. + + + + Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_SESSION_NOT_OPENED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -888,8 +1239,19 @@ 31 - To be added. - To be added. + The plugin was unable to read data from the filesystem. + + + + Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_STORAGE_READ. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -917,8 +1279,19 @@ 32 - To be added. - To be added. + The plugin was unable to write data to the filesystem. + + + + Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_STORAGE_WRITE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -946,8 +1319,20 @@ 0 - To be added. - To be added. + ERROR_UNKNOWN is used where no other defined error code is applicable + to the current failure. + + + + Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_UNKNOWN. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -975,8 +1360,20 @@ 6 - To be added. - To be added. + An operation was attempted that could not be supported by the crypto + system of the device in its current configuration. + + + + Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_UNSUPPORTED_OPERATION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1004,8 +1401,20 @@ 33 - To be added. - To be added. + + MediaCodec#queueSecureInputBuffer called with 0 subsamples. + + + + Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_ZERO_SUBSAMPLES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media/MediaDrm+IHdcpLevel.xml b/docs/Mono.Android/en/Android.Media/MediaDrm+IHdcpLevel.xml index 9323487dc5..db4e5813d2 100644 --- a/docs/Mono.Android/en/Android.Media/MediaDrm+IHdcpLevel.xml +++ b/docs/Mono.Android/en/Android.Media/MediaDrm+IHdcpLevel.xml @@ -33,7 +33,18 @@ To be added. - To be added. + + + + Java documentation for android.media.MediaDrm.HdcpLevel. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media/MediaDrm+IOnEventListener.xml b/docs/Mono.Android/en/Android.Media/MediaDrm+IOnEventListener.xml index 110e88e6a1..23b798506a 100644 --- a/docs/Mono.Android/en/Android.Media/MediaDrm+IOnEventListener.xml +++ b/docs/Mono.Android/en/Android.Media/MediaDrm+IOnEventListener.xml @@ -26,15 +26,18 @@ Interface definition for a callback to be invoked when a drm event - occurs - + occurs - Android platform documentation + Java documentation for android.media.MediaDrm.OnEventListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -73,15 +76,25 @@ - the MediaDrm object on which the event occurred - the DRM session ID on which the event occurred indicates the event type + the MediaDrm object on which the event occurred + the DRM session ID on which the event occurred, + or null if there is no session ID associated with the event. + indicates the event type an secondary error code - optional byte array of data that may be associated with the event - + optional byte array of data that may be associated with the event Called when an event occurs that requires the app to be notified - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaDrm.OnEventListener.onEvent(android.media.MediaDrm, byte[], int, int, byte[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaDrm+IOnExpirationUpdateListener.xml b/docs/Mono.Android/en/Android.Media/MediaDrm+IOnExpirationUpdateListener.xml index b98a6cd3bc..9bc373e74c 100644 --- a/docs/Mono.Android/en/Android.Media/MediaDrm+IOnExpirationUpdateListener.xml +++ b/docs/Mono.Android/en/Android.Media/MediaDrm+IOnExpirationUpdateListener.xml @@ -25,14 +25,19 @@ - To be added. + Interface definition for a callback to be invoked when a drm session + expiration update occurs - Android platform documentation + Java documentation for android.media.MediaDrm.OnExpirationUpdateListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -61,12 +66,24 @@ - To be added. - To be added. - To be added. - To be added. + the MediaDrm object on which the event occurred + the DRM session ID on which the event occurred + the new expiration time for the keys in the session. + The time is in milliseconds, relative to the Unix epoch. A time of + 0 indicates that the keys never expire. + Called when a session expiration update occurs, to inform the app + about the change in expiration time - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaDrm.OnExpirationUpdateListener.onExpirationUpdate(android.media.MediaDrm, byte[], long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaDrm+IOnKeyStatusChangeListener.xml b/docs/Mono.Android/en/Android.Media/MediaDrm+IOnKeyStatusChangeListener.xml index 9147cdb3e7..e8f716069d 100644 --- a/docs/Mono.Android/en/Android.Media/MediaDrm+IOnKeyStatusChangeListener.xml +++ b/docs/Mono.Android/en/Android.Media/MediaDrm+IOnKeyStatusChangeListener.xml @@ -25,14 +25,19 @@ - To be added. + Interface definition for a callback to be invoked when the keys in a drm + session change states. - Android platform documentation + Java documentation for android.media.MediaDrm.OnKeyStatusChangeListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -62,13 +67,26 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + the MediaDrm object on which the event occurred + the DRM session ID on which the event occurred + a list of MediaDrm.KeyStatus + instances indicating the status for each key in the session + indicates if a key has been added that is usable, + which may trigger an attempt to resume playback on the media stream + if it is currently blocked waiting for a key. + Called when the keys in a session change status, such as when the license + is renewed or expires. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaDrm.OnKeyStatusChangeListener.onKeyStatusChange(android.media.MediaDrm, byte[], java.util.List<android.media.MediaDrm.KeyStatus>, boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaDrm+IOnSessionLostStateListener.xml b/docs/Mono.Android/en/Android.Media/MediaDrm+IOnSessionLostStateListener.xml index 3679e7a426..790b057873 100644 --- a/docs/Mono.Android/en/Android.Media/MediaDrm+IOnSessionLostStateListener.xml +++ b/docs/Mono.Android/en/Android.Media/MediaDrm+IOnSessionLostStateListener.xml @@ -25,8 +25,20 @@ - To be added. - To be added. + Interface definition for a callback to be invoked when the + session state has been lost and is now invalid + + + + Java documentation for android.media.MediaDrm.OnSessionLostStateListener. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -53,10 +65,23 @@ - To be added. - To be added. - To be added. - To be added. + the MediaDrm object on which the event occurred + the DRM session ID on which the event occurred + Called when session state has lost state, to inform the app + about the condition so it can close the session and open a new + one to resume operation. + + + + Java documentation for android.media.MediaDrm.OnSessionLostStateListener.onSessionLostState(android.media.MediaDrm, byte[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media/MediaDrm+ISecurityLevel.xml b/docs/Mono.Android/en/Android.Media/MediaDrm+ISecurityLevel.xml index dd00c21c72..fa26164c10 100644 --- a/docs/Mono.Android/en/Android.Media/MediaDrm+ISecurityLevel.xml +++ b/docs/Mono.Android/en/Android.Media/MediaDrm+ISecurityLevel.xml @@ -32,8 +32,20 @@ - To be added. - To be added. + Security level indicates the robustness of the device's DRM + implementation. + + + + Java documentation for android.media.MediaDrm.SecurityLevel. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media/MediaDrm+KeyRequest.xml b/docs/Mono.Android/en/Android.Media/MediaDrm+KeyRequest.xml index da82ae170d..d2a0424d56 100644 --- a/docs/Mono.Android/en/Android.Media/MediaDrm+KeyRequest.xml +++ b/docs/Mono.Android/en/Android.Media/MediaDrm+KeyRequest.xml @@ -18,15 +18,18 @@ - Contains the opaque data an app uses to request keys from a license server - + Contains the opaque data an app uses to request keys from a license server. - Android platform documentation + Java documentation for android.media.MediaDrm.KeyRequest. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -52,10 +55,19 @@ Get the default URL to use when sending the key request message to a - server, if known. + server, if known. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaDrm.KeyRequest.getDefaultUrl(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -81,11 +93,19 @@ - Get the opaque message data - + Get the opaque message data To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaDrm.KeyRequest.getData(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -141,10 +161,19 @@ System.Int32 - To be added. + Get the type of the request To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaDrm.KeyRequest.getRequestType(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -169,9 +198,18 @@ 0 - To be added. + Key request type is initial license request. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaDrm.KeyRequest.REQUEST_TYPE_INITIAL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -196,8 +234,19 @@ 3 - To be added. - To be added. + Keys are already loaded and are available for use. + + + + Java documentation for android.media.MediaDrm.KeyRequest.REQUEST_TYPE_NONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -221,9 +270,18 @@ 2 - To be added. + Key request type is license release - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaDrm.KeyRequest.REQUEST_TYPE_RELEASE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -248,9 +306,18 @@ 1 - To be added. + Key request type is license renewal. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaDrm.KeyRequest.REQUEST_TYPE_RENEWAL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -275,8 +342,20 @@ 4 - To be added. - To be added. + Keys have been loaded but an additional license request is needed + to update their values. + + + + Java documentation for android.media.MediaDrm.KeyRequest.REQUEST_TYPE_UPDATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media/MediaDrm+KeyStatus.xml b/docs/Mono.Android/en/Android.Media/MediaDrm+KeyStatus.xml index 8a6c1880f5..3d9746f8ad 100644 --- a/docs/Mono.Android/en/Android.Media/MediaDrm+KeyStatus.xml +++ b/docs/Mono.Android/en/Android.Media/MediaDrm+KeyStatus.xml @@ -18,14 +18,18 @@ - To be added. + Defines the status of a key. - Android platform documentation + Java documentation for android.media.MediaDrm.KeyStatus. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -50,10 +54,19 @@ - To be added. + Returns the id for the key To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaDrm.KeyStatus.getKeyId(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -108,10 +121,19 @@ Android.Media.MediaDrmStatusCode - To be added. + Returns the status code for the key To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaDrm.KeyStatus.getStatusCode(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaDrm+LogMessage.xml b/docs/Mono.Android/en/Android.Media/MediaDrm+LogMessage.xml index af1e3e7469..4f9d33ed31 100644 --- a/docs/Mono.Android/en/Android.Media/MediaDrm+LogMessage.xml +++ b/docs/Mono.Android/en/Android.Media/MediaDrm+LogMessage.xml @@ -18,8 +18,20 @@ - To be added. - To be added. + A LogMessage records an event in the MediaDrm framework + or vendor plugin. + + + + Java documentation for android.media.MediaDrm.LogMessage. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -71,9 +83,20 @@ System.String - To be added. + Description of the recorded event. To be added. - To be added. + + + + Java documentation for android.media.MediaDrm.LogMessage.getMessage(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -96,9 +119,20 @@ System.Int32 - To be added. + Priority of the recorded event. To be added. - To be added. + + + + Java documentation for android.media.MediaDrm.LogMessage.getPriority(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -179,9 +213,21 @@ System.Int64 - To be added. + Timing of the recorded event measured in milliseconds since the Epoch, + 1970-01-01 00:00:00 +0000 (UTC). To be added. - To be added. + + + + Java documentation for android.media.MediaDrm.LogMessage.getTimestampMillis(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media/MediaDrm+MediaDrmStateException.xml b/docs/Mono.Android/en/Android.Media/MediaDrm+MediaDrmStateException.xml index e772da205d..0701b36af9 100644 --- a/docs/Mono.Android/en/Android.Media/MediaDrm+MediaDrmStateException.xml +++ b/docs/Mono.Android/en/Android.Media/MediaDrm+MediaDrmStateException.xml @@ -18,14 +18,18 @@ - To be added. + Thrown when a general failure occurs during a MediaDrm operation. - Android platform documentation + Java documentation for android.media.MediaDrm.MediaDrmStateException. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -49,10 +53,20 @@ System.String - To be added. + Retrieve a developer-readable diagnostic information string + associated with the exception. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaDrm.MediaDrmStateException.getDiagnosticInfo(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -76,9 +90,20 @@ System.Int32 - To be added. - To be added. - To be added. + Returns error code associated with this MediaDrmStateException. + an error code defined in MediaDrm.ErrorCodes. + + + + Java documentation for android.media.MediaDrm.MediaDrmStateException.getErrorCode(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -101,9 +126,22 @@ System.Boolean - To be added. + Returns true if the MediaDrmStateException is a transient + issue, perhaps due to resource constraints, and that the operation + (e. To be added. - To be added. + + + + Java documentation for android.media.MediaDrm.MediaDrmStateException.isTransient(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media/MediaDrm+MetricsConstants.xml b/docs/Mono.Android/en/Android.Media/MediaDrm+MetricsConstants.xml index 8b5d9e65c7..ab288a1a1b 100644 --- a/docs/Mono.Android/en/Android.Media/MediaDrm+MetricsConstants.xml +++ b/docs/Mono.Android/en/Android.Media/MediaDrm+MetricsConstants.xml @@ -18,8 +18,20 @@ - To be added. - To be added. + Definitions for the metrics that are reported via the + #getMetrics call. + + + + Java documentation for android.media.MediaDrm.MetricsConstants. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -42,8 +54,21 @@ System.String - To be added. - To be added. + Key to extract the number of failed #closeSession calls + from the PersistableBundle returned by a + #getMetrics call. + + + + Java documentation for android.media.MediaDrm.MetricsConstants.CLOSE_SESSION_ERROR_COUNT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -66,8 +91,20 @@ System.String - To be added. - To be added. + Key to extract the list of error codes that were returned from + #closeSession calls. + + + + Java documentation for android.media.MediaDrm.MetricsConstants.CLOSE_SESSION_ERROR_LIST. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -90,8 +127,21 @@ System.String - To be added. - To be added. + Key to extract the number of successful #closeSession calls + from the PersistableBundle returned by a + #getMetrics call. + + + + Java documentation for android.media.MediaDrm.MetricsConstants.CLOSE_SESSION_OK_COUNT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -114,8 +164,20 @@ System.String - To be added. - To be added. + Key to extract the count of OnEventListener#onEvent + calls of type KEY_EXPIRED occured. + + + + Java documentation for android.media.MediaDrm.MetricsConstants.EVENT_KEY_EXPIRED_COUNT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -138,8 +200,20 @@ System.String - To be added. - To be added. + Key to extract the count of OnEventListener#onEvent + calls of type KEY_NEEDED occured. + + + + Java documentation for android.media.MediaDrm.MetricsConstants.EVENT_KEY_NEEDED_COUNT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -162,8 +236,20 @@ System.String - To be added. - To be added. + Key to extract the count of OnEventListener#onEvent + calls of type PROVISION_REQUIRED occured. + + + + Java documentation for android.media.MediaDrm.MetricsConstants.EVENT_PROVISION_REQUIRED_COUNT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -186,8 +272,20 @@ System.String - To be added. - To be added. + Key to extract the count of OnEventListener#onEvent + calls of type SESSION_RECLAIMED. + + + + Java documentation for android.media.MediaDrm.MetricsConstants.EVENT_SESSION_RECLAIMED_COUNT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -210,8 +308,20 @@ System.String - To be added. - To be added. + Key to extract the count of OnEventListener#onEvent + calls of type VENDOR_DEFINED. + + + + Java documentation for android.media.MediaDrm.MetricsConstants.EVENT_VENDOR_DEFINED_COUNT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -234,8 +344,21 @@ System.String - To be added. - To be added. + Key to extract the number of failed + #getPropertyByteArray calls were made with the + #PROPERTY_DEVICE_UNIQUE_ID value. + + + + Java documentation for android.media.MediaDrm.MetricsConstants.GET_DEVICE_UNIQUE_ID_ERROR_COUNT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -258,8 +381,21 @@ System.String - To be added. - To be added. + Key to extract the list of error codes that were returned from + #getPropertyByteArray calls with the + #PROPERTY_DEVICE_UNIQUE_ID value. + + + + Java documentation for android.media.MediaDrm.MetricsConstants.GET_DEVICE_UNIQUE_ID_ERROR_LIST. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -282,8 +418,21 @@ System.String - To be added. - To be added. + Key to extract the number of successful + #getPropertyByteArray calls were made with the + #PROPERTY_DEVICE_UNIQUE_ID value. + + + + Java documentation for android.media.MediaDrm.MetricsConstants.GET_DEVICE_UNIQUE_ID_OK_COUNT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -306,8 +455,21 @@ System.String - To be added. - To be added. + Key to extract the number of failed #getKeyRequest + calls from the PersistableBundle returned by a + #getMetrics call. + + + + Java documentation for android.media.MediaDrm.MetricsConstants.GET_KEY_REQUEST_ERROR_COUNT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -330,8 +492,20 @@ System.String - To be added. - To be added. + Key to extract the list of error codes that were returned from + #getKeyRequest calls. + + + + Java documentation for android.media.MediaDrm.MetricsConstants.GET_KEY_REQUEST_ERROR_LIST. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -354,8 +528,21 @@ System.String - To be added. - To be added. + Key to extract the number of successful #getKeyRequest calls + from the PersistableBundle returned by a + #getMetrics call. + + + + Java documentation for android.media.MediaDrm.MetricsConstants.GET_KEY_REQUEST_OK_COUNT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -378,8 +565,20 @@ System.String - To be added. - To be added. + Key to extract the average time in microseconds of calls to + #getKeyRequest. + + + + Java documentation for android.media.MediaDrm.MetricsConstants.GET_KEY_REQUEST_OK_TIME_MICROS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -402,8 +601,21 @@ System.String - To be added. - To be added. + Key to extract the number of failed #getProvisionRequest + calls from the PersistableBundle returned by a + #getMetrics call. + + + + Java documentation for android.media.MediaDrm.MetricsConstants.GET_PROVISION_REQUEST_ERROR_COUNT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -426,8 +638,20 @@ System.String - To be added. - To be added. + Key to extract the list of error codes that were returned from + #getProvisionRequest calls. + + + + Java documentation for android.media.MediaDrm.MetricsConstants.GET_PROVISION_REQUEST_ERROR_LIST. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -450,8 +674,21 @@ System.String - To be added. - To be added. + Key to extract the number of successful #getProvisionRequest + calls from the PersistableBundle returned by a + #getMetrics call. + + + + Java documentation for android.media.MediaDrm.MetricsConstants.GET_PROVISION_REQUEST_OK_COUNT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -503,8 +740,20 @@ System.String - To be added. - To be added. + Key to extraact the count of KeyStatus#STATUS_EXPIRED events + that occured. + + + + Java documentation for android.media.MediaDrm.MetricsConstants.KEY_STATUS_EXPIRED_COUNT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -527,8 +776,20 @@ System.String - To be added. - To be added. + Key to extract the count of KeyStatus#STATUS_INTERNAL_ERROR + events that occured. + + + + Java documentation for android.media.MediaDrm.MetricsConstants.KEY_STATUS_INTERNAL_ERROR_COUNT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -551,8 +812,20 @@ System.String - To be added. - To be added. + Key to extract the count of + KeyStatus#STATUS_OUTPUT_NOT_ALLOWED events that occured. + + + + Java documentation for android.media.MediaDrm.MetricsConstants.KEY_STATUS_OUTPUT_NOT_ALLOWED_COUNT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -575,8 +848,20 @@ System.String - To be added. - To be added. + Key to extract the count of KeyStatus#STATUS_PENDING + events that occured. + + + + Java documentation for android.media.MediaDrm.MetricsConstants.KEY_STATUS_PENDING_COUNT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -599,8 +884,20 @@ System.String - To be added. - To be added. + Key to extract the count of KeyStatus#STATUS_USABLE + events that occured. + + + + Java documentation for android.media.MediaDrm.MetricsConstants.KEY_STATUS_USABLE_COUNT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -623,8 +920,21 @@ System.String - To be added. - To be added. + Key to extract the number of failed #openSession calls + from the PersistableBundle returned by a + #getMetrics call. + + + + Java documentation for android.media.MediaDrm.MetricsConstants.OPEN_SESSION_ERROR_COUNT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -647,8 +957,20 @@ System.String - To be added. - To be added. + Key to extract the list of error codes that were returned from + #openSession calls. + + + + Java documentation for android.media.MediaDrm.MetricsConstants.OPEN_SESSION_ERROR_LIST. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -671,8 +993,21 @@ System.String - To be added. - To be added. + Key to extract the number of successful #openSession calls + from the PersistableBundle returned by a + #getMetrics call. + + + + Java documentation for android.media.MediaDrm.MetricsConstants.OPEN_SESSION_OK_COUNT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -695,8 +1030,21 @@ System.String - To be added. - To be added. + Key to extract the number of failed #provideKeyResponse + calls from the PersistableBundle returned by a + #getMetrics call. + + + + Java documentation for android.media.MediaDrm.MetricsConstants.PROVIDE_KEY_RESPONSE_ERROR_COUNT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -719,8 +1067,20 @@ System.String - To be added. - To be added. + Key to extract the list of error codes that were returned from + #provideKeyResponse calls. + + + + Java documentation for android.media.MediaDrm.MetricsConstants.PROVIDE_KEY_RESPONSE_ERROR_LIST. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -743,8 +1103,21 @@ System.String - To be added. - To be added. + Key to extract the number of successful #provideKeyResponse + calls from the PersistableBundle returned by a + #getMetrics call. + + + + Java documentation for android.media.MediaDrm.MetricsConstants.PROVIDE_KEY_RESPONSE_OK_COUNT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -767,8 +1140,20 @@ System.String - To be added. - To be added. + Key to extract the average time in microseconds of calls to + #provideKeyResponse. + + + + Java documentation for android.media.MediaDrm.MetricsConstants.PROVIDE_KEY_RESPONSE_OK_TIME_MICROS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -791,8 +1176,21 @@ System.String - To be added. - To be added. + Key to extract the number of failed + #provideProvisionResponse calls from the + PersistableBundle returned by a #getMetrics call. + + + + Java documentation for android.media.MediaDrm.MetricsConstants.PROVIDE_PROVISION_RESPONSE_ERROR_COUNT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -815,8 +1213,20 @@ System.String - To be added. - To be added. + Key to extract the list of error codes that were returned from + #provideProvisionResponse calls. + + + + Java documentation for android.media.MediaDrm.MetricsConstants.PROVIDE_PROVISION_RESPONSE_ERROR_LIST. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -839,8 +1249,21 @@ System.String - To be added. - To be added. + Key to extract the number of successful + #provideProvisionResponse calls from the + PersistableBundle returned by a #getMetrics call. + + + + Java documentation for android.media.MediaDrm.MetricsConstants.PROVIDE_PROVISION_RESPONSE_OK_COUNT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -863,8 +1286,19 @@ System.String - To be added. - To be added. + Key to extract the end times of sessions. + + + + Java documentation for android.media.MediaDrm.MetricsConstants.SESSION_END_TIMES_MS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -887,8 +1321,19 @@ System.String - To be added. - To be added. + Key to extract the start times of sessions. + + + + Java documentation for android.media.MediaDrm.MetricsConstants.SESSION_START_TIMES_MS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media/MediaDrm+PlaybackComponent.xml b/docs/Mono.Android/en/Android.Media/MediaDrm+PlaybackComponent.xml index 82c91e3b85..aa2a186066 100644 --- a/docs/Mono.Android/en/Android.Media/MediaDrm+PlaybackComponent.xml +++ b/docs/Mono.Android/en/Android.Media/MediaDrm+PlaybackComponent.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + This class contains the Drm session ID and log session ID + + + + Java documentation for android.media.MediaDrm.PlaybackComponent. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -75,9 +86,27 @@ Android.Media.Metrics.LogSessionId - To be added. + Returns the LogSessionId. -or- Gets the LogSessionId. To be added. - To be added. + + Property getter documentation: + + + Java documentation for android.media.MediaDrm.PlaybackComponent.getLogSessionId(). + + + Property setter documentation: + + + Java documentation for android.media.MediaDrm.PlaybackComponent.setLogSessionId(android.media.metrics.LogSessionId). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media/MediaDrm+ProvisionRequest.xml b/docs/Mono.Android/en/Android.Media/MediaDrm+ProvisionRequest.xml index 84f183425c..cf80fd4606 100644 --- a/docs/Mono.Android/en/Android.Media/MediaDrm+ProvisionRequest.xml +++ b/docs/Mono.Android/en/Android.Media/MediaDrm+ProvisionRequest.xml @@ -19,15 +19,18 @@ Contains the opaque data an app uses to request a certificate from a provisioning - server - + server - Android platform documentation + Java documentation for android.media.MediaDrm.ProvisionRequest. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -53,10 +56,19 @@ Get the default URL to use when sending the provision request - message to a server, if known. + message to a server, if known. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaDrm.ProvisionRequest.getDefaultUrl(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -82,11 +94,19 @@ - Get the opaque message data - + Get the opaque message data To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaDrm.ProvisionRequest.getData(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaDrm+SessionException.xml b/docs/Mono.Android/en/Android.Media/MediaDrm+SessionException.xml index 819de76a76..20b773330f 100644 --- a/docs/Mono.Android/en/Android.Media/MediaDrm+SessionException.xml +++ b/docs/Mono.Android/en/Android.Media/MediaDrm+SessionException.xml @@ -18,8 +18,21 @@ - To be added. - To be added. + + SessionException is a misnomer because it may occur in methods + <b>without</b> a session context. + + + + Java documentation for android.media.MediaDrm.SessionException. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -73,9 +86,20 @@ Android.Media.ErrorCode - To be added. + Retrieve the error code associated with the SessionException To be added. - To be added. + + + + Java documentation for android.media.MediaDrm.SessionException.getErrorCode(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -103,8 +127,21 @@ 1 - To be added. - To be added. + This indicates that apps using MediaDrm sessions are + temporarily exceeding the capacity of available crypto + resources. + + + + Java documentation for android.media.MediaDrm.SessionException.ERROR_RESOURCE_CONTENTION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -132,8 +169,19 @@ 0 - To be added. - To be added. + The SessionException has an unknown error code. + + + + Java documentation for android.media.MediaDrm.SessionException.ERROR_UNKNOWN. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -156,9 +204,22 @@ System.Boolean - To be added. + Returns true if the SessionException is a transient + issue, perhaps due to resource constraints, and that the operation + (e. To be added. - To be added. + + + + Java documentation for android.media.MediaDrm.SessionException.isTransient(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media/MediaExtractor+CasInfo.xml b/docs/Mono.Android/en/Android.Media/MediaExtractor+CasInfo.xml index f0abb10306..507bb101d9 100644 --- a/docs/Mono.Android/en/Android.Media/MediaExtractor+CasInfo.xml +++ b/docs/Mono.Android/en/Android.Media/MediaExtractor+CasInfo.xml @@ -18,14 +18,18 @@ - To be added. + Describes the conditional access system used to scramble a track. - Android platform documentation + Java documentation for android.media.MediaExtractor.CasInfo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -50,9 +54,23 @@ - To be added. - To be added. - To be added. + Retrieves the private data in the CA_Descriptor associated with a track. + a byte array containing the private data. A null return value + indicates that the private data is unavailable. An empty array, + on the other hand, indicates that the private data is empty + (zero in length). + + + + Java documentation for android.media.MediaExtractor.CasInfo.getPrivateData(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -133,10 +151,19 @@ System.Int32 - To be added. - To be added. + Retrieves the system id of the conditional access system. + CA system id of the CAS used to scramble the track. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaExtractor.CasInfo.getSystemId(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaExtractor+MetricsConstants.xml b/docs/Mono.Android/en/Android.Media/MediaExtractor+MetricsConstants.xml index 9ad750ec9c..da5618d04c 100644 --- a/docs/Mono.Android/en/Android.Media/MediaExtractor+MetricsConstants.xml +++ b/docs/Mono.Android/en/Android.Media/MediaExtractor+MetricsConstants.xml @@ -49,9 +49,19 @@ System.String - To be added. + Key to extract the container format + from the MediaExtractor#getMetrics return value. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaExtractor.MetricsConstants.FORMAT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -106,9 +116,19 @@ System.String - To be added. + Key to extract the container MIME type + from the MediaExtractor#getMetrics return value. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaExtractor.MetricsConstants.MIME_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -194,9 +214,19 @@ System.String - To be added. + Key to extract the number of tracks in the container + from the MediaExtractor#getMetrics return value. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaExtractor.MetricsConstants.TRACKS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaFeature+HdrType.xml b/docs/Mono.Android/en/Android.Media/MediaFeature+HdrType.xml index 5b18fd7f79..660750557c 100644 --- a/docs/Mono.Android/en/Android.Media/MediaFeature+HdrType.xml +++ b/docs/Mono.Android/en/Android.Media/MediaFeature+HdrType.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Defines tye type of HDR(high dynamic range) video. + + + + Java documentation for android.media.MediaFeature.HdrType. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -42,8 +53,19 @@ System.String - To be added. - To be added. + HDR type for dolby-vision. + + + + Java documentation for android.media.MediaFeature.HdrType.DOLBY_VISION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -66,8 +88,19 @@ System.String - To be added. - To be added. + HDR type for hdr10. + + + + Java documentation for android.media.MediaFeature.HdrType.HDR10. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -90,8 +123,19 @@ System.String - To be added. - To be added. + HDR type for hdr10+. + + + + Java documentation for android.media.MediaFeature.HdrType.HDR10_PLUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -114,8 +158,19 @@ System.String - To be added. - To be added. + HDR type for hlg. + + + + Java documentation for android.media.MediaFeature.HdrType.HLG. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media/MediaMetadata+Builder.xml b/docs/Mono.Android/en/Android.Media/MediaMetadata+Builder.xml index af20408259..cfe7e17b96 100644 --- a/docs/Mono.Android/en/Android.Media/MediaMetadata+Builder.xml +++ b/docs/Mono.Android/en/Android.Media/MediaMetadata+Builder.xml @@ -18,14 +18,18 @@ - To be added. + Use to build MediaMetadata objects. - Android platform documentation + Java documentation for android.media.MediaMetadata.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -46,9 +50,18 @@ - To be added. + Create an empty Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaMetadata.Builder.MediaMetadata$Builder(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -72,10 +85,20 @@ - To be added. - To be added. + source + Create a Builder using a MediaMetadata instance to set the + initial values. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaMetadata.Builder.MediaMetadata$Builder(android.media.MediaMetadata). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -100,10 +123,19 @@ - To be added. - To be added. + Creates a MediaMetadata instance with the specified fields. + The new MediaMetadata instance - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaMetadata.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaMetadataEditor.xml b/docs/Mono.Android/en/Android.Media/MediaMetadataEditor.xml index 0f9d6d96f3..e480deaf68 100644 --- a/docs/Mono.Android/en/Android.Media/MediaMetadataEditor.xml +++ b/docs/Mono.Android/en/Android.Media/MediaMetadataEditor.xml @@ -127,6 +127,10 @@ [Android.Runtime.Register("apply", "()V", "GetApplyHandler")] [<Android.Runtime.Register("apply", "()V", "GetApplyHandler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void @@ -265,12 +269,22 @@ - the key + the #BITMAP_KEY_ARTWORK key the value returned if the key is not present - Returns the value for the key. - To be added. + Returns the Bitmap value for the key. + the Bitmap value for the key, or the supplied default value if the key is + not present - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaMetadataEditor.getBitmap(int, android.graphics.Bitmap). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -357,12 +371,21 @@ - one of the keys supported in + one of the keys supported in #putLong(int, long) the value returned if the key is not present Returns the long value for the key. - To be added. + the long value for the key, or the supplied default value if the key is not present - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaMetadataEditor.getLong(int, long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -402,12 +425,23 @@ - one of the keys supported in + one of the keys supported in #putObject(int, Object) the value returned if the key is not present Returns an object representation of the value for the key - To be added. + the object for the key, as a Long, Bitmap, String, or + Rating depending on the key value, or the supplied default value if the key is + not present - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaMetadataEditor.getObject(int, java.lang.Object). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -447,12 +481,22 @@ - one of the keys supported in + one of the keys supported in #putString(int, String) the value returned if the key is not present - Returns the value for the key. - To be added. + Returns the String value for the key. + the String value for the key, or the supplied default value if the key is + not present - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaMetadataEditor.getString(int, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -582,16 +626,26 @@ the identifier of a the metadata field to set. Valid values are - , - , - (with a value - expressed in milliseconds), - . + android.media.MediaMetadataRetriever#METADATA_KEY_CD_TRACK_NUMBER, + android.media.MediaMetadataRetriever#METADATA_KEY_DISC_NUMBER, + android.media.MediaMetadataRetriever#METADATA_KEY_DURATION (with a value + expressed in milliseconds), + android.media.MediaMetadataRetriever#METADATA_KEY_YEAR. The long value for the given key Adds numerical information. - To be added. + Returns a reference to the same MediaMetadataEditor object, so you can chain put + calls together. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaMetadataEditor.putLong(int, long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -632,13 +686,28 @@ the identifier of a the metadata field to set. Valid keys for a: - object are , object are the same as for object are the same as for object are - and . + <ul> + <li>Bitmap object are #BITMAP_KEY_ARTWORK,</li> + <li>String object are the same as for #putString(int, String)</li> + <li>Long object are the same as for #putLong(int, long)</li> + <li>Rating object are #RATING_KEY_BY_OTHERS + and #RATING_KEY_BY_USER.</li> + </ul> the metadata to add. Adds information stored as an instance. - To be added. + Returns a reference to the same MediaMetadataEditor object, so you can chain put + calls together. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaMetadataEditor.putObject(int, java.lang.Object). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaMetadataRetriever+BitmapParams.xml b/docs/Mono.Android/en/Android.Media/MediaMetadataRetriever+BitmapParams.xml index dd5b8544c5..2ffefe78db 100644 --- a/docs/Mono.Android/en/Android.Media/MediaMetadataRetriever+BitmapParams.xml +++ b/docs/Mono.Android/en/Android.Media/MediaMetadataRetriever+BitmapParams.xml @@ -39,8 +39,19 @@ - To be added. - To be added. + Create a default BitmapParams object. + + + + Java documentation for android.media.MediaMetadataRetriever.BitmapParams.MediaMetadataRetriever$BitmapParams(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media/MediaMuxer+OutputFormat.xml b/docs/Mono.Android/en/Android.Media/MediaMuxer+OutputFormat.xml index aa53aea0b0..b40311ef1b 100644 --- a/docs/Mono.Android/en/Android.Media/MediaMuxer+OutputFormat.xml +++ b/docs/Mono.Android/en/Android.Media/MediaMuxer+OutputFormat.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.media.MediaMuxer.OutputFormat. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -86,9 +90,18 @@ 2 - To be added. + 3GPP media file format - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaMuxer.OutputFormat.MUXER_OUTPUT_3GPP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -117,8 +130,19 @@ 3 - To be added. - To be added. + HEIF media file format + + + + Java documentation for android.media.MediaMuxer.OutputFormat.MUXER_OUTPUT_HEIF. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -148,7 +172,16 @@ MPEG4 media file format - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -178,8 +211,19 @@ 4 - To be added. - To be added. + Ogg media file format + + + + Java documentation for android.media.MediaMuxer.OutputFormat.MUXER_OUTPUT_OGG. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -207,9 +251,18 @@ 1 - To be added. + WEBM media file format - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaMuxer.OutputFormat.MUXER_OUTPUT_WEBM. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaParser+IInputReader.xml b/docs/Mono.Android/en/Android.Media/MediaParser+IInputReader.xml index 7e26807310..651230364c 100644 --- a/docs/Mono.Android/en/Android.Media/MediaParser+IInputReader.xml +++ b/docs/Mono.Android/en/Android.Media/MediaParser+IInputReader.xml @@ -25,8 +25,19 @@ - To be added. - To be added. + Provides input data to MediaParser. + + + + Java documentation for android.media.MediaParser.InputReader. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -104,12 +115,25 @@ - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. + The buffer into which the read data should be stored. + The start offset into buffer at which data should be written. + The maximum number of bytes to read. + Reads up to readLength bytes of data and stores them into buffer, + starting at index offset. + The non-zero number of bytes read, or -1 if no data is available because the end + of the input has been reached. + + + + Java documentation for android.media.MediaParser.InputReader.read(byte[], int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media/MediaParser+IOutputConsumer.xml b/docs/Mono.Android/en/Android.Media/MediaParser+IOutputConsumer.xml index ab9b88e2fa..282b5dbda6 100644 --- a/docs/Mono.Android/en/Android.Media/MediaParser+IOutputConsumer.xml +++ b/docs/Mono.Android/en/Android.Media/MediaParser+IOutputConsumer.xml @@ -25,8 +25,19 @@ - To be added. - To be added. + Receives extracted media sample data and metadata from MediaParser. + + + + Java documentation for android.media.MediaParser.OutputConsumer. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -148,9 +159,20 @@ - To be added. - To be added. - To be added. + The number of tracks in the stream. + Called when the number of tracks is found. + + + + Java documentation for android.media.MediaParser.OutputConsumer.onTrackCountFound(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media/MediaParser+ISeekableInputReader.xml b/docs/Mono.Android/en/Android.Media/MediaParser+ISeekableInputReader.xml index b3d302c100..851e9e5fca 100644 --- a/docs/Mono.Android/en/Android.Media/MediaParser+ISeekableInputReader.xml +++ b/docs/Mono.Android/en/Android.Media/MediaParser+ISeekableInputReader.xml @@ -28,8 +28,20 @@ - To be added. - To be added. + + InputReader that allows setting the read position. + + + + Java documentation for android.media.MediaParser.SeekableInputReader. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -55,9 +67,20 @@ - To be added. - To be added. - To be added. + The position to seek to, in bytes. + Sets the read position at the given position. + + + + Java documentation for android.media.MediaParser.SeekableInputReader.seekToPosition(long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media/MediaParser+ParsingException.xml b/docs/Mono.Android/en/Android.Media/MediaParser+ParsingException.xml index 0d16f21662..10d162ee1f 100644 --- a/docs/Mono.Android/en/Android.Media/MediaParser+ParsingException.xml +++ b/docs/Mono.Android/en/Android.Media/MediaParser+ParsingException.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Thrown when an error occurs while parsing a media stream. + + + + Java documentation for android.media.MediaParser.ParsingException. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media/MediaParser+SeekMap.xml b/docs/Mono.Android/en/Android.Media/MediaParser+SeekMap.xml index c0f5d90eb9..45b1be3c78 100644 --- a/docs/Mono.Android/en/Android.Media/MediaParser+SeekMap.xml +++ b/docs/Mono.Android/en/Android.Media/MediaParser+SeekMap.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Maps seek positions to SeekPoint SeekPoints in the stream. + + + + Java documentation for android.media.MediaParser.SeekMap. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -42,9 +53,21 @@ System.Int64 - To be added. + Returns the duration of the stream in microseconds or #UNKNOWN_DURATION if the + duration is unknown. To be added. - To be added. + + + + Java documentation for android.media.MediaParser.SeekMap.getDurationMicros(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -70,10 +93,21 @@ - To be added. - To be added. - To be added. - To be added. + A seek time in microseconds. + Obtains SeekPoint SeekPoints for the specified seek time in microseconds. + The corresponding SeekPoint SeekPoints. + + + + Java documentation for android.media.MediaParser.SeekMap.getSeekPoints(long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -96,9 +130,20 @@ System.Boolean - To be added. + Returns whether seeking is supported. To be added. - To be added. + + + + Java documentation for android.media.MediaParser.SeekMap.isSeekable(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -209,8 +254,19 @@ -2147483648 - To be added. - To be added. + Returned by #getDurationMicros() when the duration is unknown. + + + + Java documentation for android.media.MediaParser.SeekMap.UNKNOWN_DURATION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media/MediaParser+SeekPoint.xml b/docs/Mono.Android/en/Android.Media/MediaParser+SeekPoint.xml index c052111b82..5cbd9d803b 100644 --- a/docs/Mono.Android/en/Android.Media/MediaParser+SeekPoint.xml +++ b/docs/Mono.Android/en/Android.Media/MediaParser+SeekPoint.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Defines a seek point in a media stream. + + + + Java documentation for android.media.MediaParser.SeekPoint. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -71,9 +82,20 @@ System.Int64 - To be added. + The byte offset of the seek point. To be added. - To be added. + + + + Java documentation for android.media.MediaParser.SeekPoint.position. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -179,9 +201,20 @@ System.Int64 - To be added. + The time of the seek point, in microseconds. To be added. - To be added. + + + + Java documentation for android.media.MediaParser.SeekPoint.timeMicros. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media/MediaParser+TrackData.xml b/docs/Mono.Android/en/Android.Media/MediaParser+TrackData.xml index c84d72a628..ffb1f15e12 100644 --- a/docs/Mono.Android/en/Android.Media/MediaParser+TrackData.xml +++ b/docs/Mono.Android/en/Android.Media/MediaParser+TrackData.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Holds information associated with a track. + + + + Java documentation for android.media.MediaParser.TrackData. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -42,9 +53,21 @@ Android.Media.DrmInitData - To be added. + Holds DrmInitData necessary to acquire keys associated with the track, or null if + the track has no encryption data. To be added. - To be added. + + + + Java documentation for android.media.MediaParser.TrackData.drmInitData. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -96,9 +119,20 @@ Android.Media.MediaFormat - To be added. + Holds MediaFormat information for the track. To be added. - To be added. + + + + Java documentation for android.media.MediaParser.TrackData.mediaFormat. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media/MediaParser+UnrecognizedInputFormatException.xml b/docs/Mono.Android/en/Android.Media/MediaParser+UnrecognizedInputFormatException.xml index 43f8c39c85..443cf69839 100644 --- a/docs/Mono.Android/en/Android.Media/MediaParser+UnrecognizedInputFormatException.xml +++ b/docs/Mono.Android/en/Android.Media/MediaParser+UnrecognizedInputFormatException.xml @@ -18,8 +18,20 @@ - To be added. - To be added. + Thrown if all parser implementations provided to #create failed to sniff the input + content. + + + + Java documentation for android.media.MediaParser.UnrecognizedInputFormatException. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media/MediaParser.xml b/docs/Mono.Android/en/Android.Media/MediaParser.xml index f2fd09b000..e443a3c6d3 100644 --- a/docs/Mono.Android/en/Android.Media/MediaParser.xml +++ b/docs/Mono.Android/en/Android.Media/MediaParser.xml @@ -1083,8 +1083,7 @@ System.String - Parser for the FLAC container format, as defined in the <a - href="https://xiph. + Parser for the FLAC container format, as defined in the spec. @@ -1190,8 +1189,7 @@ System.String - Parser for the Matroska container format, as defined in the <a - href="https://matroska. + Parser for the Matroska container format, as defined in the spec. diff --git a/docs/Mono.Android/en/Android.Media/MediaPlayer+DrmInfo.xml b/docs/Mono.Android/en/Android.Media/MediaPlayer+DrmInfo.xml index afd2900511..a0f43f099a 100644 --- a/docs/Mono.Android/en/Android.Media/MediaPlayer+DrmInfo.xml +++ b/docs/Mono.Android/en/Android.Media/MediaPlayer+DrmInfo.xml @@ -18,14 +18,18 @@ - To be added. + Encapsulates the DRM properties of the source. - Android platform documentation + Java documentation for android.media.MediaPlayer.DrmInfo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -50,10 +54,19 @@ - To be added. + Returns the intersection of the data source and the device DRM schemes. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaPlayer.DrmInfo.getSupportedSchemes(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -108,10 +121,19 @@ System.Collections.Generic.IDictionary<Java.Util.UUID,System.Byte[]> - To be added. + Returns the PSSH info of the data source for each supported DRM scheme. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaPlayer.DrmInfo.getPssh(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnBufferingUpdateListener.xml b/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnBufferingUpdateListener.xml index 279223c286..41b396e96f 100644 --- a/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnBufferingUpdateListener.xml +++ b/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnBufferingUpdateListener.xml @@ -26,14 +26,18 @@ Interface definition of a callback to be invoked indicating buffering - status of a media resource being streamed over the network. + status of a media resource being streamed over the network. - Android platform documentation + Java documentation for android.media.MediaPlayer.OnBufferingUpdateListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,12 +68,20 @@ the MediaPlayer the update pertains to the percentage (0-100) of the content - that has been buffered or played thus far - + that has been buffered or played thus far Called to update status in buffering a media stream received through - progressive HTTP download. + progressive HTTP download. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaPlayer.OnBufferingUpdateListener.onBufferingUpdate(android.media.MediaPlayer, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnCompletionListener.xml b/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnCompletionListener.xml index 2dec81a9a7..e1ef58c161 100644 --- a/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnCompletionListener.xml +++ b/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnCompletionListener.xml @@ -26,14 +26,18 @@ Interface definition for a callback to be invoked when playback of - a media source has completed. + a media source has completed. - Android platform documentation + Java documentation for android.media.MediaPlayer.OnCompletionListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -61,11 +65,19 @@ - the MediaPlayer that reached the end of the file - + the MediaPlayer that reached the end of the file Called when the end of a media source is reached during playback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaPlayer.OnCompletionListener.onCompletion(android.media.MediaPlayer). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnDrmConfigHelper.xml b/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnDrmConfigHelper.xml index dc601bd52f..0db0cfc198 100644 --- a/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnDrmConfigHelper.xml +++ b/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnDrmConfigHelper.xml @@ -25,14 +25,20 @@ - To be added. + Interface definition of a callback to be invoked when the app + can do DRM configuration (get/set properties) before the session + is opened. - Android platform documentation + Java documentation for android.media.MediaPlayer.OnDrmConfigHelper. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -59,10 +65,19 @@ - To be added. - To be added. + the MediaPlayer associated with this callback + Called to give the app the opportunity to configure DRM before the session is created - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaPlayer.OnDrmConfigHelper.onDrmConfig(android.media.MediaPlayer). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnDrmInfoListener.xml b/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnDrmInfoListener.xml index e436956235..9203cae3ca 100644 --- a/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnDrmInfoListener.xml +++ b/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnDrmInfoListener.xml @@ -25,14 +25,19 @@ - To be added. + Interface definition of a callback to be invoked when the + DRM info becomes available - Android platform documentation + Java documentation for android.media.MediaPlayer.OnDrmInfoListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnDrmPreparedListener.xml b/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnDrmPreparedListener.xml index 6b1a19ec4b..f5172fb401 100644 --- a/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnDrmPreparedListener.xml +++ b/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnDrmPreparedListener.xml @@ -25,14 +25,19 @@ - To be added. + Interface definition of a callback to notify the app when the + DRM is ready for key request/response - Android platform documentation + Java documentation for android.media.MediaPlayer.OnDrmPreparedListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -67,11 +72,24 @@ - To be added. - To be added. - To be added. + the MediaPlayer associated with this callback + the result of DRM preparation which can be + #PREPARE_DRM_STATUS_SUCCESS, + #PREPARE_DRM_STATUS_PROVISIONING_NETWORK_ERROR, + #PREPARE_DRM_STATUS_PROVISIONING_SERVER_ERROR, or + #PREPARE_DRM_STATUS_PREPARATION_ERROR. + Called to notify the app that prepareDrm is finished and ready for key request/response - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaPlayer.OnDrmPreparedListener.onDrmPrepared(android.media.MediaPlayer, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnErrorListener.xml b/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnErrorListener.xml index d5c75cf165..3311cfb8e6 100644 --- a/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnErrorListener.xml +++ b/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnErrorListener.xml @@ -26,15 +26,19 @@ Interface definition of a callback to be invoked when there - has been an error during an asynchronous operation (other errors - will throw exceptions at method call time). + has been an error during an asynchronous operation (other errors + will throw exceptions at method call time). - Android platform documentation + Java documentation for android.media.MediaPlayer.OnErrorListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -73,14 +77,28 @@ the MediaPlayer the error pertains to the type of error that has occurred: - + <ul> + <li>#MEDIA_ERROR_UNKNOWN<li>#MEDIA_ERROR_SERVER_DIED</ul> an extra code, specific to the error. Typically - implementation dependent. - + implementation dependent. + <ul> + <li>#MEDIA_ERROR_IO<li>#MEDIA_ERROR_MALFORMED<li>#MEDIA_ERROR_UNSUPPORTED<li>#MEDIA_ERROR_TIMED_OUT<li><code>MEDIA_ERROR_SYSTEM (-2147483648)</code> - low-level system error. + </ul> Called to indicate an error. - To be added. + True if the method handled the error, false if it didn't. + Returning false, or not having an OnErrorListener at all, will + cause the OnCompletionListener to be called. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaPlayer.OnErrorListener.onError(android.media.MediaPlayer, int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnInfoListener.xml b/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnInfoListener.xml index d543515564..bedafbc79b 100644 --- a/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnInfoListener.xml +++ b/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnInfoListener.xml @@ -26,14 +26,18 @@ Interface definition of a callback to be invoked to communicate some - info and/or warning about the media or its playback. + info and/or warning about the media or its playback. - Android platform documentation + Java documentation for android.media.MediaPlayer.OnInfoListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -72,13 +76,27 @@ the MediaPlayer the info pertains to. the type of info or warning. - + <ul> + <li>#MEDIA_INFO_UNKNOWN<li>#MEDIA_INFO_VIDEO_TRACK_LAGGING<li>#MEDIA_INFO_VIDEO_RENDERING_START<li>#MEDIA_INFO_BUFFERING_START<li>#MEDIA_INFO_BUFFERING_END<li><code>MEDIA_INFO_NETWORK_BANDWIDTH (703)</code> - + bandwidth information is available (as <code>extra</code> kbps) + <li>#MEDIA_INFO_BAD_INTERLEAVING<li>#MEDIA_INFO_NOT_SEEKABLE<li>#MEDIA_INFO_METADATA_UPDATE<li>#MEDIA_INFO_UNSUPPORTED_SUBTITLE<li>#MEDIA_INFO_SUBTITLE_TIMED_OUT</ul> an extra code, specific to the info. Typically - implementation dependent. + implementation dependent. Called to indicate an info or a warning. - To be added. + True if the method handled the info, false if it didn't. + Returning false, or not having an OnInfoListener at all, will + cause the info to be discarded. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaPlayer.OnInfoListener.onInfo(android.media.MediaPlayer, int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnMediaTimeDiscontinuityListener.xml b/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnMediaTimeDiscontinuityListener.xml index 396d45f71f..abb7a2ef89 100644 --- a/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnMediaTimeDiscontinuityListener.xml +++ b/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnMediaTimeDiscontinuityListener.xml @@ -25,8 +25,20 @@ - To be added. - To be added. + Interface definition of a callback to be invoked when discontinuity in the normal progression + of the media time is detected. + + + + Java documentation for android.media.MediaPlayer.OnMediaTimeDiscontinuityListener. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -53,10 +65,22 @@ - To be added. - To be added. - To be added. - To be added. + the MediaPlayer for which the discontinuity has occured. + the timestamp that correlates media time, system time and clock rate, + or MediaTimestamp#TIMESTAMP_UNKNOWN in an error case. + Called to indicate a time discontinuity has occured. + + + + Java documentation for android.media.MediaPlayer.OnMediaTimeDiscontinuityListener.onMediaTimeDiscontinuity(android.media.MediaPlayer, android.media.MediaTimestamp). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnPreparedListener.xml b/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnPreparedListener.xml index bf983e99c6..7a7e67ba90 100644 --- a/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnPreparedListener.xml +++ b/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnPreparedListener.xml @@ -26,14 +26,18 @@ Interface definition for a callback to be invoked when the media - source is ready for playback. + source is ready for playback. - Android platform documentation + Java documentation for android.media.MediaPlayer.OnPreparedListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -61,11 +65,19 @@ - the MediaPlayer that is ready for playback - + the MediaPlayer that is ready for playback Called when the media file is ready for playback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaPlayer.OnPreparedListener.onPrepared(android.media.MediaPlayer). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnSeekCompleteListener.xml b/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnSeekCompleteListener.xml index ded4b100d4..27def15eea 100644 --- a/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnSeekCompleteListener.xml +++ b/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnSeekCompleteListener.xml @@ -26,14 +26,18 @@ Interface definition of a callback to be invoked indicating - the completion of a seek operation. + the completion of a seek operation. - Android platform documentation + Java documentation for android.media.MediaPlayer.OnSeekCompleteListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -61,11 +65,19 @@ - the MediaPlayer that issued the seek operation - + the MediaPlayer that issued the seek operation Called to indicate the completion of a seek operation. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaPlayer.OnSeekCompleteListener.onSeekComplete(android.media.MediaPlayer). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnSubtitleDataListener.xml b/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnSubtitleDataListener.xml index 72dc7be943..1d1657a3a1 100644 --- a/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnSubtitleDataListener.xml +++ b/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnSubtitleDataListener.xml @@ -25,8 +25,20 @@ - To be added. - To be added. + Interface definition of a callback to be invoked when a player subtitle track has new + subtitle data available. + + + + Java documentation for android.media.MediaPlayer.OnSubtitleDataListener. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -53,10 +65,21 @@ - To be added. - To be added. - To be added. - To be added. + the player that reports the new subtitle data + the subtitle data + Method called when new subtitle data is available + + + + Java documentation for android.media.MediaPlayer.OnSubtitleDataListener.onSubtitleData(android.media.MediaPlayer, android.media.SubtitleData). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnTimedMetaDataAvailableListener.xml b/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnTimedMetaDataAvailableListener.xml index 44c8901277..192db47f8a 100644 --- a/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnTimedMetaDataAvailableListener.xml +++ b/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnTimedMetaDataAvailableListener.xml @@ -25,14 +25,19 @@ - To be added. + Interface definition of a callback to be invoked when a + track has timed metadata available. - Android platform documentation + Java documentation for android.media.MediaPlayer.OnTimedMetaDataAvailableListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -60,11 +65,20 @@ - To be added. - To be added. - To be added. + the MediaPlayer associated with this callback + the timed metadata sample associated with this event + Called to indicate avaliable timed metadata - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaPlayer.OnTimedMetaDataAvailableListener.onTimedMetaDataAvailable(android.media.MediaPlayer, android.media.TimedMetaData). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnTimedTextListener.xml b/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnTimedTextListener.xml index 6ebe59c96d..e766291bf5 100644 --- a/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnTimedTextListener.xml +++ b/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnTimedTextListener.xml @@ -26,14 +26,18 @@ Interface definition of a callback to be invoked when a - timed text is available for display. + timed text is available for display. - Android platform documentation + Java documentation for android.media.MediaPlayer.OnTimedTextListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,11 +68,19 @@ the MediaPlayer associated with this callback the timed text sample which contains the text - needed to be displayed and the display format. - + needed to be displayed and the display format. Called to indicate an avaliable timed text - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaPlayer.OnTimedTextListener.onTimedText(android.media.MediaPlayer, android.media.TimedText). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnVideoSizeChangedListener.xml b/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnVideoSizeChangedListener.xml index 89d43d65a2..3ed8e88611 100644 --- a/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnVideoSizeChangedListener.xml +++ b/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnVideoSizeChangedListener.xml @@ -26,15 +26,18 @@ Interface definition of a callback to be invoked when the - video size is first known or updated - + video size is first known or updated - Android platform documentation + Java documentation for android.media.MediaPlayer.OnVideoSizeChangedListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -66,14 +69,19 @@ the MediaPlayer associated with this callback the width of the video - the height of the video - - Called to indicate the video size - - The video size (width and height) could be 0 if there was no video, - no display surface was set, or the value was not determined yet. + the height of the video + Called to indicate the video size - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaPlayer.OnVideoSizeChangedListener.onVideoSizeChanged(android.media.MediaPlayer, int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaPlayer+MetricsConstants.xml b/docs/Mono.Android/en/Android.Media/MediaPlayer+MetricsConstants.xml index 118ca50e3e..10f6004fb1 100644 --- a/docs/Mono.Android/en/Android.Media/MediaPlayer+MetricsConstants.xml +++ b/docs/Mono.Android/en/Android.Media/MediaPlayer+MetricsConstants.xml @@ -49,9 +49,19 @@ System.String - To be added. + Key to extract the codec being used to decode the audio track + from the MediaPlayer#getMetrics return value. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaPlayer.MetricsConstants.CODEC_AUDIO. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -75,9 +85,19 @@ System.String - To be added. + Key to extract the codec being used to decode the video track + from the MediaPlayer#getMetrics return value. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaPlayer.MetricsConstants.CODEC_VIDEO. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -101,9 +121,20 @@ System.String - To be added. + Key to extract the duration (in milliseconds) of the + media being played + from the MediaPlayer#getMetrics return value. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaPlayer.MetricsConstants.DURATION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -127,9 +158,20 @@ System.String - To be added. + Key to extract an (optional) error code detected while + playing the media + from the MediaPlayer#getMetrics return value. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaPlayer.MetricsConstants.ERROR_CODE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -153,9 +195,20 @@ System.String - To be added. + Key to extract the count of errors encountered while + playing the media + from the MediaPlayer#getMetrics return value. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaPlayer.MetricsConstants.ERRORS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -179,9 +232,19 @@ System.String - To be added. + Key to extract the count of video frames played + from the MediaPlayer#getMetrics return value. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaPlayer.MetricsConstants.FRAMES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -205,9 +268,19 @@ System.String - To be added. + Key to extract the count of video frames dropped + from the MediaPlayer#getMetrics return value. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaPlayer.MetricsConstants.FRAMES_DROPPED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -231,9 +304,19 @@ System.String - To be added. + Key to extract the height (in pixels) of the video track + from the MediaPlayer#getMetrics return value. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaPlayer.MetricsConstants.HEIGHT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -288,9 +371,19 @@ System.String - To be added. + Key to extract the MIME type of the audio track + from the MediaPlayer#getMetrics return value. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaPlayer.MetricsConstants.MIME_TYPE_AUDIO. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -314,9 +407,19 @@ System.String - To be added. + Key to extract the MIME type of the video track + from the MediaPlayer#getMetrics return value. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaPlayer.MetricsConstants.MIME_TYPE_VIDEO. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -340,9 +443,20 @@ System.String - To be added. + Key to extract the playing time (in milliseconds) of the + media being played + from the MediaPlayer#getMetrics return value. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaPlayer.MetricsConstants.PLAYING. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -428,9 +542,19 @@ System.String - To be added. + Key to extract the width (in pixels) of the video track + from the MediaPlayer#getMetrics return value. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaPlayer.MetricsConstants.WIDTH. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaPlayer+NoDrmSchemeException.xml b/docs/Mono.Android/en/Android.Media/MediaPlayer+NoDrmSchemeException.xml index 6ea098c7ee..7a3a261509 100644 --- a/docs/Mono.Android/en/Android.Media/MediaPlayer+NoDrmSchemeException.xml +++ b/docs/Mono.Android/en/Android.Media/MediaPlayer+NoDrmSchemeException.xml @@ -18,14 +18,18 @@ - To be added. + Thrown when a DRM method is called before preparing a DRM scheme through prepareDrm(). - Android platform documentation + Java documentation for android.media.MediaPlayer.NoDrmSchemeException. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaPlayer+ProvisioningNetworkErrorException.xml b/docs/Mono.Android/en/Android.Media/MediaPlayer+ProvisioningNetworkErrorException.xml index dfb9807904..587e32f699 100644 --- a/docs/Mono.Android/en/Android.Media/MediaPlayer+ProvisioningNetworkErrorException.xml +++ b/docs/Mono.Android/en/Android.Media/MediaPlayer+ProvisioningNetworkErrorException.xml @@ -18,14 +18,19 @@ - To be added. + Thrown when the device requires DRM provisioning but the provisioning attempt has + failed due to a network error (Internet reachability, timeout, etc. - Android platform documentation + Java documentation for android.media.MediaPlayer.ProvisioningNetworkErrorException. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaPlayer+ProvisioningServerErrorException.xml b/docs/Mono.Android/en/Android.Media/MediaPlayer+ProvisioningServerErrorException.xml index 4bfe8bee87..73e1d96b46 100644 --- a/docs/Mono.Android/en/Android.Media/MediaPlayer+ProvisioningServerErrorException.xml +++ b/docs/Mono.Android/en/Android.Media/MediaPlayer+ProvisioningServerErrorException.xml @@ -18,14 +18,19 @@ - To be added. + Thrown when the device requires DRM provisioning but the provisioning attempt has + failed due to the provisioning server denying the request. - Android platform documentation + Java documentation for android.media.MediaPlayer.ProvisioningServerErrorException. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaPlayer+TrackInfo.xml b/docs/Mono.Android/en/Android.Media/MediaPlayer+TrackInfo.xml index d9fd3b39bd..6288e6d5ca 100644 --- a/docs/Mono.Android/en/Android.Media/MediaPlayer+TrackInfo.xml +++ b/docs/Mono.Android/en/Android.Media/MediaPlayer+TrackInfo.xml @@ -35,10 +35,14 @@ - Android platform documentation + Java documentation for android.media.MediaPlayer.TrackInfo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -90,11 +94,19 @@ - Describe the kinds of special objects contained in this Parcelable's - marshalled representation. + To be added To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaPlayer.TrackInfo.describeContents(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -119,10 +131,19 @@ Android.Media.MediaFormat - To be added. + Gets the MediaFormat of the track. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaPlayer.TrackInfo.getFormat(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -181,9 +202,20 @@ Gets the language code of the track. - To be added. + a language code in either way of ISO-639-1 or ISO-639-2. + When the language is unknown or could not be determined, + ISO-639-2 language code, "und", is returned. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaPlayer.TrackInfo.getLanguage(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -483,9 +515,18 @@ Gets the track type. - To be added. + TrackType which indicates if the track is video, audio, timed text. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaPlayer.TrackInfo.getTrackType(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -528,9 +569,18 @@ Additional flags about how the object should be written. May be 0 or . - Flatten this object in to a Parcel. + To be added - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaPlayer.TrackInfo.writeToParcel(android.os.Parcel, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaPlayer.xml b/docs/Mono.Android/en/Android.Media/MediaPlayer.xml index 3709fcb7d1..03778f8811 100644 --- a/docs/Mono.Android/en/Android.Media/MediaPlayer.xml +++ b/docs/Mono.Android/en/Android.Media/MediaPlayer.xml @@ -413,9 +413,17 @@ However, it is possible to force this player to be part of an already existing audio session by calling this method. This method must be called before one of the overloaded <code> setDataSource </code> methods. - Sets the audio session ID. - To be added. + Returns the audio session ID. -or- Sets the audio session ID. + the audio session ID. #setAudioSessionId(int) + Note that the audio session ID is 0 only if a problem occured when the MediaPlayer was contructed. + Property getter documentation: + + + Java documentation for android.media.MediaPlayer.getAudioSessionId(). + + + Property setter documentation: Java documentation for android.media.MediaPlayer.setAudioSessionId(int). diff --git a/docs/Mono.Android/en/Android.Media/MediaRecorder+AudioEncoder.xml b/docs/Mono.Android/en/Android.Media/MediaRecorder+AudioEncoder.xml index cb1e91ce00..d07ef5d4b5 100644 --- a/docs/Mono.Android/en/Android.Media/MediaRecorder+AudioEncoder.xml +++ b/docs/Mono.Android/en/Android.Media/MediaRecorder+AudioEncoder.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.media.MediaRecorder.AudioEncoder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaRecorder+AudioSource.xml b/docs/Mono.Android/en/Android.Media/MediaRecorder+AudioSource.xml index 7a78cfbc68..5c7c0d4ad2 100644 --- a/docs/Mono.Android/en/Android.Media/MediaRecorder+AudioSource.xml +++ b/docs/Mono.Android/en/Android.Media/MediaRecorder+AudioSource.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.media.MediaRecorder.AudioSource. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaRecorder+IOnErrorListener.xml b/docs/Mono.Android/en/Android.Media/MediaRecorder+IOnErrorListener.xml index 4c6de8740e..cabd12380e 100644 --- a/docs/Mono.Android/en/Android.Media/MediaRecorder+IOnErrorListener.xml +++ b/docs/Mono.Android/en/Android.Media/MediaRecorder+IOnErrorListener.xml @@ -26,14 +26,18 @@ Interface definition for a callback to be invoked when an error - occurs while recording. + occurs while recording. - Android platform documentation + Java documentation for android.media.MediaRecorder.OnErrorListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -72,12 +76,21 @@ the MediaRecorder that encountered the error the type of error that has occurred: - - an extra code, specific to the error type - + <ul> + <li>#MEDIA_RECORDER_ERROR_UNKNOWN<li>#MEDIA_ERROR_SERVER_DIED</ul> + an extra code, specific to the error type Called when an error occurs while recording. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRecorder.OnErrorListener.onError(android.media.MediaRecorder, int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaRecorder+IOnInfoListener.xml b/docs/Mono.Android/en/Android.Media/MediaRecorder+IOnInfoListener.xml index cb1baacdb3..42849a78ff 100644 --- a/docs/Mono.Android/en/Android.Media/MediaRecorder+IOnInfoListener.xml +++ b/docs/Mono.Android/en/Android.Media/MediaRecorder+IOnInfoListener.xml @@ -25,15 +25,19 @@ - Interface definition for a callback to be invoked when an error - occurs while recording. + Interface definition of a callback to be invoked to communicate some + info and/or warning about the recording. - Android platform documentation + Java documentation for android.media.MediaRecorder.OnInfoListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -70,14 +74,23 @@ - the MediaRecorder that encountered the error - the type of error that has occurred: - - an extra code, specific to the error type - - Called when an error occurs while recording. + the MediaRecorder the info pertains to + the type of info or warning that has occurred + <ul> + <li>#MEDIA_RECORDER_INFO_UNKNOWN<li>#MEDIA_RECORDER_INFO_MAX_DURATION_REACHED<li>#MEDIA_RECORDER_INFO_MAX_FILESIZE_REACHED</ul> + an extra code, specific to the info type + Called to indicate an info or a warning during recording. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRecorder.OnInfoListener.onInfo(android.media.MediaRecorder, int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaRecorder+MetricsConstants.xml b/docs/Mono.Android/en/Android.Media/MediaRecorder+MetricsConstants.xml index 962097c6fb..66cc11c5d2 100644 --- a/docs/Mono.Android/en/Android.Media/MediaRecorder+MetricsConstants.xml +++ b/docs/Mono.Android/en/Android.Media/MediaRecorder+MetricsConstants.xml @@ -49,9 +49,19 @@ System.String - To be added. + Key to extract the audio bitrate + from the MediaRecorder#getMetrics return. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRecorder.MetricsConstants.AUDIO_BITRATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -75,9 +85,19 @@ System.String - To be added. + Key to extract the number of audio channels + from the MediaRecorder#getMetrics return. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRecorder.MetricsConstants.AUDIO_CHANNELS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -101,9 +121,19 @@ System.String - To be added. + Key to extract the audio samplerate + from the MediaRecorder#getMetrics return. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRecorder.MetricsConstants.AUDIO_SAMPLERATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -127,9 +157,19 @@ System.String - To be added. + Key to extract the audio timescale + from the MediaRecorder#getMetrics return. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRecorder.MetricsConstants.AUDIO_TIMESCALE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -153,9 +193,19 @@ System.String - To be added. + Key to extract the video capture frame rate + from the MediaRecorder#getMetrics return. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRecorder.MetricsConstants.CAPTURE_FPS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -179,9 +229,19 @@ System.String - To be added. + Key to extract the video capture framerate enable value + from the MediaRecorder#getMetrics return. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRecorder.MetricsConstants.CAPTURE_FPS_ENABLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -205,9 +265,19 @@ System.String - To be added. + Key to extract the intended playback frame rate + from the MediaRecorder#getMetrics return. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRecorder.MetricsConstants.FRAMERATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -231,9 +301,19 @@ System.String - To be added. + Key to extract the height (in pixels) of the captured video + from the MediaRecorder#getMetrics return. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRecorder.MetricsConstants.HEIGHT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -288,9 +368,19 @@ System.String - To be added. + Key to extract the recorded movies time units + from the MediaRecorder#getMetrics return. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRecorder.MetricsConstants.MOVIE_TIMESCALE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -314,9 +404,19 @@ System.String - To be added. + Key to extract the rotation (in degrees) to properly orient the video + from the MediaRecorder#getMetrics return. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRecorder.MetricsConstants.ROTATION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -402,9 +502,19 @@ System.String - To be added. + Key to extract the video bitrate from being used + from the MediaRecorder#getMetrics return. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRecorder.MetricsConstants.VIDEO_BITRATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -428,9 +538,19 @@ System.String - To be added. + Key to extract the value for how often video iframes are generated + from the MediaRecorder#getMetrics return. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRecorder.MetricsConstants.VIDEO_IFRAME_INTERVAL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -454,9 +574,19 @@ System.String - To be added. + Key to extract the video encoding level + from the MediaRecorder#getMetrics return. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRecorder.MetricsConstants.VIDEO_LEVEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -480,9 +610,19 @@ System.String - To be added. + Key to extract the video encoding profile + from the MediaRecorder#getMetrics return. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRecorder.MetricsConstants.VIDEO_PROFILE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -506,9 +646,19 @@ System.String - To be added. + Key to extract the recorded video time units + from the MediaRecorder#getMetrics return. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRecorder.MetricsConstants.VIDEO_TIMESCALE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -532,9 +682,19 @@ System.String - To be added. + Key to extract the width (in pixels) of the captured video + from the MediaRecorder#getMetrics return. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRecorder.MetricsConstants.WIDTH. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaRecorder+OutputFormat.xml b/docs/Mono.Android/en/Android.Media/MediaRecorder+OutputFormat.xml index 839d41af03..9671c6cd11 100644 --- a/docs/Mono.Android/en/Android.Media/MediaRecorder+OutputFormat.xml +++ b/docs/Mono.Android/en/Android.Media/MediaRecorder+OutputFormat.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.media.MediaRecorder.OutputFormat. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaRecorder+VideoEncoder.xml b/docs/Mono.Android/en/Android.Media/MediaRecorder+VideoEncoder.xml index 7658f95aa3..6fd1edfbe8 100644 --- a/docs/Mono.Android/en/Android.Media/MediaRecorder+VideoEncoder.xml +++ b/docs/Mono.Android/en/Android.Media/MediaRecorder+VideoEncoder.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.media.MediaRecorder.VideoEncoder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaRecorder+VideoSource.xml b/docs/Mono.Android/en/Android.Media/MediaRecorder+VideoSource.xml index 8b143bd1b4..7974007e8f 100644 --- a/docs/Mono.Android/en/Android.Media/MediaRecorder+VideoSource.xml +++ b/docs/Mono.Android/en/Android.Media/MediaRecorder+VideoSource.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.media.MediaRecorder.VideoSource. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaRecorder.xml b/docs/Mono.Android/en/Android.Media/MediaRecorder.xml index 3f27ce5525..32ff9e4e63 100644 --- a/docs/Mono.Android/en/Android.Media/MediaRecorder.xml +++ b/docs/Mono.Android/en/Android.Media/MediaRecorder.xml @@ -1307,9 +1307,18 @@ To be added. - To be added. + Currently not implemented. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRecorder.setAuxiliaryOutputFile(java.io.FileDescriptor). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1341,9 +1350,18 @@ To be added. - To be added. + Currently not implemented. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRecorder.setAuxiliaryOutputFile(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaRoute2Info+Builder.xml b/docs/Mono.Android/en/Android.Media/MediaRoute2Info+Builder.xml index 07fd27baf0..9e6c11ecf8 100644 --- a/docs/Mono.Android/en/Android.Media/MediaRoute2Info+Builder.xml +++ b/docs/Mono.Android/en/Android.Media/MediaRoute2Info+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Builder for MediaRoute2Info media route info. + + + + Java documentation for android.media.MediaRoute2Info.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -42,9 +53,21 @@ - To be added. - To be added. - To be added. + the existing instance to copy data from. + Constructor for builder to create MediaRoute2Info with existing + MediaRoute2Info instance. + + + + Java documentation for android.media.MediaRoute2Info.Builder.MediaRoute2Info$Builder(android.media.MediaRoute2Info). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -68,10 +91,21 @@ - To be added. - To be added. - To be added. - To be added. + The ID of the route. Must not be empty. + The user-visible name of the route. + Constructor for builder to create MediaRoute2Info. + + + + Java documentation for android.media.MediaRoute2Info.Builder.MediaRoute2Info$Builder(java.lang.String, java.lang.CharSequence). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -180,9 +214,20 @@ - To be added. + Builds the MediaRoute2Info media route info. To be added. - To be added. + + + + Java documentation for android.media.MediaRoute2Info.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media/MediaRouter+Callback.xml b/docs/Mono.Android/en/Android.Media/MediaRouter+Callback.xml index 4b627e7416..d52ae18c4b 100644 --- a/docs/Mono.Android/en/Android.Media/MediaRouter+Callback.xml +++ b/docs/Mono.Android/en/Android.Media/MediaRouter+Callback.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.media.MediaRouter.Callback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaRouter+RouteCategory.xml b/docs/Mono.Android/en/Android.Media/MediaRouter+RouteCategory.xml index 9f2af7a1a2..3f982b525a 100644 --- a/docs/Mono.Android/en/Android.Media/MediaRouter+RouteCategory.xml +++ b/docs/Mono.Android/en/Android.Media/MediaRouter+RouteCategory.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.media.MediaRouter.RouteCategory. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -70,11 +74,20 @@ - To be added. - To be added. - To be added. + Context to resolve name resources + Return the properly localized/configuration dependent name of this RouteCategory. + the name of this route category - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRouter.RouteCategory.getName(android.content.Context). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -103,9 +116,18 @@ Context to resolve name resources Return the properly localized/configuration dependent name of this RouteCategory. - To be added. + the name of this route category - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRouter.RouteCategory.getName(android.content.Context). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -133,11 +155,24 @@ - To be added. - To be added. - To be added. + a List to fill with the routes in this category. If this parameter is + non-null, it will be cleared, filled with the current routes with this + category, and returned. If this parameter is null, a new List will be + allocated to report the category's current routes. + Return the current list of routes in this category that have been added + to the MediaRouter. + A list with the routes in this category that have been added to the MediaRouter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRouter.RouteCategory.getRoutes(java.util.List<android.media.MediaRouter.RouteInfo>). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -162,9 +197,18 @@ Return whether or not this category supports grouping. - To be added. + true if this category supports - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRouter.RouteCategory.isGroupable(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -243,9 +287,18 @@ - To be added. + the name of this route category - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRouter.RouteCategory.getName(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -272,9 +325,18 @@ - To be added. + Flag set describing the route types supported by this category - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRouter.RouteCategory.getSupportedTypes(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaRouter+RouteGroup.xml b/docs/Mono.Android/en/Android.Media/MediaRouter+RouteGroup.xml index e3f6472be8..2163e626c4 100644 --- a/docs/Mono.Android/en/Android.Media/MediaRouter+RouteGroup.xml +++ b/docs/Mono.Android/en/Android.Media/MediaRouter+RouteGroup.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.media.MediaRouter.RouteGroup. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -237,11 +241,19 @@ - index of the route to remove - + index of the route to remove Remove the route at the specified index from this group. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRouter.RouteGroup.removeRoute(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -268,9 +280,18 @@ - To be added. + The number of routes in this group - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRouter.RouteGroup.getRouteCount(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -298,11 +319,19 @@ - icon drawable to use to represent this group - + icon drawable to use to represent this group Set an icon that will be used to represent this group. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRouter.RouteGroup.setIconDrawable(android.graphics.drawable.Drawable). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -330,11 +359,19 @@ - Resource ID of an icon drawable to use to represent this group - + Resource ID of an icon drawable to use to represent this group Set an icon that will be used to represent this group. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRouter.RouteGroup.setIconResource(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaRouter+RouteInfo.xml b/docs/Mono.Android/en/Android.Media/MediaRouter+RouteInfo.xml index 92bb440285..3b930cfe12 100644 --- a/docs/Mono.Android/en/Android.Media/MediaRouter+RouteInfo.xml +++ b/docs/Mono.Android/en/Android.Media/MediaRouter+RouteInfo.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.media.MediaRouter.RouteInfo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -124,9 +128,18 @@ Gets the user-visible description of the route. - To be added. + The description of the route, or null if none. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRouter.RouteInfo.getDescription(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -151,10 +164,21 @@ Android.Media.MediaRouterDeviceType - To be added. - To be added. + Gets the type of the receiver device associated with this route. + The type of the receiver device associated with this route: + #DEVICE_TYPE_BLUETOOTH, #DEVICE_TYPE_TV, #DEVICE_TYPE_SPEAKER, + or #DEVICE_TYPE_UNKNOWN. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRouter.RouteInfo.getDeviceType(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -183,9 +207,19 @@ 3 - To be added. + A receiver device type of the route indicating the presentation of the media is happening + on a bluetooth device such as a bluetooth speaker. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRouter.RouteInfo.DEVICE_TYPE_BLUETOOTH. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -214,9 +248,19 @@ 2 - To be added. + A receiver device type of the route indicating the presentation of the media is happening + on a speaker. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRouter.RouteInfo.DEVICE_TYPE_SPEAKER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -245,9 +289,19 @@ 1 - To be added. + A receiver device type of the route indicating the presentation of the media is happening + on a TV. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRouter.RouteInfo.DEVICE_TYPE_TV. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -276,9 +330,18 @@ 0 - To be added. + The default receiver device type of the route indicating the type is unknown. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRouter.RouteInfo.DEVICE_TYPE_UNKNOWN. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -299,11 +362,21 @@ - To be added. - To be added. - To be added. + Context used to resolve the correct configuration to load + Return the properly localized/resource user-visible name of this route. + The user-visible name of a media route. This is the string presented + to users who may select this as the active route. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRouter.RouteInfo.getName(android.content.Context). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -332,9 +405,19 @@ Context used to resolve the correct configuration to load Return the properly localized/resource user-visible name of this route. - To be added. + The user-visible name of a media route. This is the string presented + to users who may select this as the active route. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRouter.RouteInfo.getName(android.content.Context). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -389,9 +472,18 @@ Get the icon representing this route. - To be added. + the icon representing this route or null if no icon is available - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRouter.RouteInfo.getIconDrawable(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -417,10 +509,19 @@ Returns true if the route is in the process of connecting and is not - yet ready for use. - To be added. + yet ready for use. + True if this route is in the process of connecting. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRouter.RouteInfo.isConnecting(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -446,9 +547,18 @@ Returns true if this route is enabled and may be selected. - To be added. + True if this route is enabled. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRouter.RouteInfo.isEnabled(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -526,9 +636,19 @@ Gets the user-visible name of the route. - To be added. + The user-visible name of a media route. This is the string presented + to users who may select this as the active route. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRouter.RouteInfo.getName(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -555,9 +675,18 @@ - To be added. + the stream over which the playback associated with this route is performed - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRouter.RouteInfo.getPlaybackStream(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -585,9 +714,18 @@ - To be added. + the type of playback associated with this route - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRouter.RouteInfo.getPlaybackType(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -619,9 +757,18 @@ 0 The default playback type, "local", indicating the presentation of the media is happening - on the same device (e.g. a phone, a tablet) as where it is controlled from. + on the same device (e&#46;g&#46; a phone, a tablet) as where it is controlled from. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRouter.RouteInfo.PLAYBACK_TYPE_LOCAL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -652,9 +799,18 @@ 1 A playback type indicating the presentation of the media is happening on - a different device (i.e. the remote device) than where it is controlled from. + a different device (i&#46;e&#46; the remote device) than where it is controlled from. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRouter.RouteInfo.PLAYBACK_TYPE_REMOTE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -684,10 +840,19 @@ 0 - Playback information indicating the playback volume is fixed, i.e. it cannot be - controlled from this object. + Playback information indicating the playback volume is fixed, i&#46;e&#46; it cannot be + controlled from this object. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRouter.RouteInfo.PLAYBACK_VOLUME_FIXED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -718,9 +883,18 @@ 1 Playback information indicating the playback volume is variable and can be controlled - from this object. + from this object. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRouter.RouteInfo.PLAYBACK_VOLUME_VARIABLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -745,11 +919,21 @@ Android.Views.Display - Gets the that should be used by the application to show - a on an external display when this route is selected. - To be added. + Gets the Display that should be used by the application to show + a android.app.Presentation on an external display when this route is selected. + The preferred presentation display to use when this route is + selected or null if none. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRouter.RouteInfo.getPresentationDisplay(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -779,11 +963,19 @@ - value between 0 and getVolumeMax - + value between 0 and getVolumeMax Request a volume change for this route. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRouter.RouteInfo.requestSetVolume(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -811,11 +1003,19 @@ - Delta to apply to the current volume - + Delta to apply to the current volume Request an incremental volume update for this route. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRouter.RouteInfo.requestUpdateVolume(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -863,9 +1063,19 @@ - To be added. + The user-visible status for a media route. This may include a description + of the currently playing media, if available. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRouter.RouteInfo.getStatus(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -892,9 +1102,18 @@ - To be added. + A media type flag set describing which types this route supports. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRouter.RouteInfo.getSupportedTypes(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -923,11 +1142,27 @@ Java.Lang.Object - - - To be added. + Arbitrary, app-specific data for this route to hold for later use + Set an application-specific tag object for this route. + The tag object previously set by the application - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Property getter documentation: + + + Java documentation for android.media.MediaRouter.RouteInfo.getTag(). + + + Property setter documentation: + + + Java documentation for android.media.MediaRouter.RouteInfo.setTag(java.lang.Object). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1016,9 +1251,18 @@ Return the current volume for this route. - To be added. + the volume at which the playback associated with this route is performed - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRouter.RouteInfo.getVolume(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1046,9 +1290,18 @@ - To be added. + how volume is handling on the route - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRouter.RouteInfo.getVolumeHandling(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1076,9 +1329,18 @@ - To be added. + the maximum volume at which the playback associated with this route is performed - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRouter.RouteInfo.getVolumeMax(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaRouter+SimpleCallback.xml b/docs/Mono.Android/en/Android.Media/MediaRouter+SimpleCallback.xml index 242d1f17e4..c90b552063 100644 --- a/docs/Mono.Android/en/Android.Media/MediaRouter+SimpleCallback.xml +++ b/docs/Mono.Android/en/Android.Media/MediaRouter+SimpleCallback.xml @@ -18,14 +18,18 @@ - Stub implementation of T:Android.Media.MediaRouter+Callback. + Stub implementation of MediaRouter.Callback. - Android platform documentation + Java documentation for android.media.MediaRouter.SimpleCallback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaRouter+UserRouteInfo.xml b/docs/Mono.Android/en/Android.Media/MediaRouter+UserRouteInfo.xml index 82c0df86dd..5189b5a881 100644 --- a/docs/Mono.Android/en/Android.Media/MediaRouter+UserRouteInfo.xml +++ b/docs/Mono.Android/en/Android.Media/MediaRouter+UserRouteInfo.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.media.MediaRouter.UserRouteInfo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -108,10 +112,28 @@ Android.Media.RemoteControlClient - Retrieve the RemoteControlClient associated with this route, if one has been set. - To be added. + RemoteControlClient associated with this route + Retrieve the RemoteControlClient associated with this route, if one has been set. -or- Set the RemoteControlClient responsible for reporting playback info for this + user route. + the RemoteControlClient associated with this route - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Property getter documentation: + + + Java documentation for android.media.MediaRouter.UserRouteInfo.getRemoteControlClient(). + + + Property setter documentation: + + + Java documentation for android.media.MediaRouter.UserRouteInfo.setRemoteControlClient(android.media.RemoteControlClient). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -140,11 +162,19 @@ - The description of the route, or null if none. - + The description of the route, or null if none. Set the user-visible description of this route. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRouter.UserRouteInfo.setDescription(java.lang.CharSequence). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -166,10 +196,19 @@ - To be added. - To be added. + The description of the route, or null if none. + Set the user-visible description of this route. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRouter.UserRouteInfo.setDescription(java.lang.CharSequence). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -196,11 +235,19 @@ - icon drawable to use to represent this route - + icon drawable to use to represent this route Set an icon that will be used to represent this route. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRouter.UserRouteInfo.setIconDrawable(android.graphics.drawable.Drawable). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -228,11 +275,19 @@ - Resource ID of an icon drawable to use to represent this route - + Resource ID of an icon drawable to use to represent this route Set an icon that will be used to represent this route. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRouter.UserRouteInfo.setIconResource(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -260,11 +315,19 @@ - Name to display to the user to describe this route - + Name to display to the user to describe this route Set the user-visible name of this route. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRouter.UserRouteInfo.setName(java.lang.CharSequence). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -292,11 +355,19 @@ - Resource ID of the name to display to the user to describe this route - + Resource ID of the name to display to the user to describe this route Set the user-visible name of this route. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRouter.UserRouteInfo.setName(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -318,10 +389,19 @@ - To be added. - To be added. + Name to display to the user to describe this route + Set the user-visible name of this route. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRouter.UserRouteInfo.setName(java.lang.CharSequence). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -355,10 +435,19 @@ - To be added. + stream Defines over what stream type the media is presented. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRouter.UserRouteInfo.setPlaybackStream(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -423,12 +512,21 @@ - To be added. + type Defines whether playback associated with this route is "local" - () or "remote" - (). + (RouteInfo#PLAYBACK_TYPE_LOCAL) or "remote" + (RouteInfo#PLAYBACK_TYPE_REMOTE). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRouter.UserRouteInfo.setPlaybackType(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -457,11 +555,19 @@ Status to display to the user to describe what the endpoint - of this route is currently doing - + of this route is currently doing Set the current user-visible status for this route. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRouter.UserRouteInfo.setStatus(java.lang.CharSequence). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -483,10 +589,20 @@ - To be added. - To be added. + Status to display to the user to describe what the endpoint + of this route is currently doing + Set the current user-visible status for this route. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRouter.UserRouteInfo.setStatus(java.lang.CharSequence). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -513,11 +629,20 @@ - To be added. + volume Defines at what volume the playback associated with this route is performed (for user - feedback purposes). + feedback purposes). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRouter.UserRouteInfo.setVolume(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -583,12 +708,21 @@ - To be added. + volumeHandling Defines whether volume for the playback associated with this route is fixed - () or can modified - (). + (RouteInfo#PLAYBACK_VOLUME_FIXED) or can modified + (RouteInfo#PLAYBACK_VOLUME_VARIABLE). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRouter.UserRouteInfo.setVolumeHandling(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -616,11 +750,20 @@ - To be added. + volumeMax Defines the maximum volume at which the playback associated with this route is performed - (for user feedback purposes). + (for user feedback purposes). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaRouter.UserRouteInfo.setVolumeMax(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaRouter+VolumeCallback.xml b/docs/Mono.Android/en/Android.Media/MediaRouter+VolumeCallback.xml index de762e4b9d..5f210713a6 100644 --- a/docs/Mono.Android/en/Android.Media/MediaRouter+VolumeCallback.xml +++ b/docs/Mono.Android/en/Android.Media/MediaRouter+VolumeCallback.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.media.MediaRouter.VolumeCallback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaRouter2+ControllerCallback.xml b/docs/Mono.Android/en/Android.Media/MediaRouter2+ControllerCallback.xml index 90e336efca..b3b898e3aa 100644 --- a/docs/Mono.Android/en/Android.Media/MediaRouter2+ControllerCallback.xml +++ b/docs/Mono.Android/en/Android.Media/MediaRouter2+ControllerCallback.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Callback for receiving RoutingController updates. + + + + Java documentation for android.media.MediaRouter2.ControllerCallback. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media/MediaRouter2+IOnGetControllerHintsListener.xml b/docs/Mono.Android/en/Android.Media/MediaRouter2+IOnGetControllerHintsListener.xml index 4c34a694e3..ad8feb3dc4 100644 --- a/docs/Mono.Android/en/Android.Media/MediaRouter2+IOnGetControllerHintsListener.xml +++ b/docs/Mono.Android/en/Android.Media/MediaRouter2+IOnGetControllerHintsListener.xml @@ -25,8 +25,20 @@ - To be added. - To be added. + A listener interface to send optional app-specific hints when creating a + RoutingController. + + + + Java documentation for android.media.MediaRouter2.OnGetControllerHintsListener. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -52,10 +64,24 @@ - To be added. - To be added. - To be added. - To be added. + the route to create a controller with + Called when the MediaRouter2 or the system is about to request + a media route provider service to create a controller with the given route. + An optional bundle of app-specific arguments to send to the provider, + or null if none. The contents of this bundle may affect the result of + controller creation. + + + + Java documentation for android.media.MediaRouter2.OnGetControllerHintsListener.onGetControllerHints(android.media.MediaRoute2Info). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media/MediaRouter2+RouteCallback.xml b/docs/Mono.Android/en/Android.Media/MediaRouter2+RouteCallback.xml index 63b76be6ca..193a88b440 100644 --- a/docs/Mono.Android/en/Android.Media/MediaRouter2+RouteCallback.xml +++ b/docs/Mono.Android/en/Android.Media/MediaRouter2+RouteCallback.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Callback for receiving events about media route discovery. + + + + Java documentation for android.media.MediaRouter2.RouteCallback. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -116,9 +127,20 @@ - To be added. - To be added. - To be added. + the list of routes that have been added. It's never empty. + Called when routes are added. + + + + Java documentation for android.media.MediaRouter2.RouteCallback.onRoutesAdded(java.util.List<android.media.MediaRoute2Info>). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -144,9 +166,20 @@ - To be added. - To be added. - To be added. + the list of routes that have been changed. It's never empty. + Called when routes are changed. + + + + Java documentation for android.media.MediaRouter2.RouteCallback.onRoutesChanged(java.util.List<android.media.MediaRoute2Info>). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -172,9 +205,20 @@ - To be added. - To be added. - To be added. + the list of routes that have been removed. It's never empty. + Called when routes are removed. + + + + Java documentation for android.media.MediaRouter2.RouteCallback.onRoutesRemoved(java.util.List<android.media.MediaRoute2Info>). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media/MediaRouter2+RoutingController.xml b/docs/Mono.Android/en/Android.Media/MediaRouter2+RoutingController.xml index 7fa58b8cda..9b68da658c 100644 --- a/docs/Mono.Android/en/Android.Media/MediaRouter2+RoutingController.xml +++ b/docs/Mono.Android/en/Android.Media/MediaRouter2+RoutingController.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + A class to control media routing session in media route provider. + + + + Java documentation for android.media.MediaRouter2.RoutingController. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -63,9 +74,20 @@ Android.OS.Bundle - To be added. + Gets the control hints used to control routing session if available. To be added. - To be added. + + + + Java documentation for android.media.MediaRouter2.RoutingController.getControlHints(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -89,8 +111,19 @@ To be added. - To be added. - To be added. + the unmodifiable list of deselectable routes for the session. + + + + Java documentation for android.media.MediaRouter2.RoutingController.getDeselectableRoutes(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -117,8 +150,19 @@ To be added. - To be added. - To be added. + Deselects a route from the remote session. + + + + Java documentation for android.media.MediaRouter2.RoutingController.deselectRoute(android.media.MediaRoute2Info). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -142,8 +186,19 @@ To be added. - To be added. - To be added. + the ID of the controller. It is globally unique. + + + + Java documentation for android.media.MediaRouter2.RoutingController.getId(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -166,9 +221,20 @@ System.Boolean - To be added. + Returns true if this controller is released, false otherwise. To be added. - To be added. + + + + Java documentation for android.media.MediaRouter2.RoutingController.isReleased(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -221,8 +287,19 @@ - To be added. - To be added. + Releases this controller and the corresponding session. + + + + Java documentation for android.media.MediaRouter2.RoutingController.release(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -246,8 +323,19 @@ To be added. - To be added. - To be added. + the unmodifiable list of selectable routes for the session. + + + + Java documentation for android.media.MediaRouter2.RoutingController.getSelectableRoutes(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -271,8 +359,19 @@ To be added. - To be added. - To be added. + the unmodifiable list of currently selected routes + + + + Java documentation for android.media.MediaRouter2.RoutingController.getSelectedRoutes(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -385,9 +484,29 @@ System.Int32 - To be added. + The new volume value between 0 and RoutingController#getVolumeMax + (inclusive). + Gets the current volume of the session. -or- Requests a volume change for the remote session asynchronously. To be added. - To be added. + + Property getter documentation: + + + Java documentation for android.media.MediaRouter2.RoutingController.getVolume(). + + + Property setter documentation: + + + Java documentation for android.media.MediaRouter2.RoutingController.setVolume(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -410,9 +529,22 @@ System.Int32 - To be added. - To be added. - To be added. + Gets the information about how volume is handled on the session. + + MediaRoute2Info#PLAYBACK_VOLUME_FIXED or + MediaRoute2Info#PLAYBACK_VOLUME_VARIABLE + + + + Java documentation for android.media.MediaRouter2.RoutingController.getVolumeHandling(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -435,9 +567,20 @@ System.Int32 - To be added. + Gets the maximum volume of the session. To be added. - To be added. + + + + Java documentation for android.media.MediaRouter2.RoutingController.getVolumeMax(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media/MediaRouter2+TransferCallback.xml b/docs/Mono.Android/en/Android.Media/MediaRouter2+TransferCallback.xml index efabb89076..cff31d69a9 100644 --- a/docs/Mono.Android/en/Android.Media/MediaRouter2+TransferCallback.xml +++ b/docs/Mono.Android/en/Android.Media/MediaRouter2+TransferCallback.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Callback for receiving events on media transfer. + + + + Java documentation for android.media.MediaRouter2.TransferCallback. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -174,9 +185,20 @@ - To be added. - To be added. - To be added. + the route info which was used for the transfer + Called when #transferTo(MediaRoute2Info) failed. + + + + Java documentation for android.media.MediaRouter2.TransferCallback.onTransferFailure(android.media.MediaRoute2Info). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media/MediaScannerConnection+IMediaScannerConnectionClient.xml b/docs/Mono.Android/en/Android.Media/MediaScannerConnection+IMediaScannerConnectionClient.xml index b3df9f6a04..e88d807110 100644 --- a/docs/Mono.Android/en/Android.Media/MediaScannerConnection+IMediaScannerConnectionClient.xml +++ b/docs/Mono.Android/en/Android.Media/MediaScannerConnection+IMediaScannerConnectionClient.xml @@ -29,15 +29,19 @@ An interface for notifying clients of MediaScannerConnection - when a connection to the MediaScanner service has been established - and when the scanning of a file has completed. + when a connection to the MediaScanner service has been established + and when the scanning of a file has completed. - Android platform documentation + Java documentation for android.media.MediaScannerConnection.MediaScannerConnectionClient. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,9 +68,18 @@ Called to notify the client when a connection to the - MediaScanner service has been established. + MediaScanner service has been established. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaScannerConnection.MediaScannerConnectionClient.onMediaScannerConnected(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaScannerConnection+IOnScanCompletedListener.xml b/docs/Mono.Android/en/Android.Media/MediaScannerConnection+IOnScanCompletedListener.xml index 6e6f2ed0c6..12264fb718 100644 --- a/docs/Mono.Android/en/Android.Media/MediaScannerConnection+IOnScanCompletedListener.xml +++ b/docs/Mono.Android/en/Android.Media/MediaScannerConnection+IOnScanCompletedListener.xml @@ -26,14 +26,18 @@ Interface for notifying clients of the result of scanning a - requested media file. + requested media file. - Android platform documentation + Java documentation for android.media.MediaScannerConnection.OnScanCompletedListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,12 +68,20 @@ the path to the file that has been scanned. the Uri for the file if the scanning operation succeeded - and the file was added to the media database, or null if scanning failed. - + and the file was added to the media database, or null if scanning failed. Called to notify the client when the media scanner has finished - scanning a file. + scanning a file. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaScannerConnection.OnScanCompletedListener.onScanCompleted(java.lang.String, android.net.Uri). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaSession2+Builder.xml b/docs/Mono.Android/en/Android.Media/MediaSession2+Builder.xml index 563f0495aa..d84c0d897b 100644 --- a/docs/Mono.Android/en/Android.Media/MediaSession2+Builder.xml +++ b/docs/Mono.Android/en/Android.Media/MediaSession2+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + This API is not generally intended for third party application developers. + + + + Java documentation for android.media.MediaSession2.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -42,9 +53,20 @@ - To be added. - To be added. - To be added. + Context + Creates a builder for MediaSession2. + + + + Java documentation for android.media.MediaSession2.Builder.MediaSession2$Builder(android.content.Context). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -68,9 +90,20 @@ - To be added. - To be added. - To be added. + Build MediaSession2. + a new session + + + + Java documentation for android.media.MediaSession2.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media/MediaSession2+ControllerInfo.xml b/docs/Mono.Android/en/Android.Media/MediaSession2+ControllerInfo.xml index 3ecbc634a4..b701a67344 100644 --- a/docs/Mono.Android/en/Android.Media/MediaSession2+ControllerInfo.xml +++ b/docs/Mono.Android/en/Android.Media/MediaSession2+ControllerInfo.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + This API is not generally intended for third party application developers. + + + + Java documentation for android.media.MediaSession2.ControllerInfo. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -43,8 +54,19 @@ To be added. - To be added. - To be added. + connection hints sent from controller. + + + + Java documentation for android.media.MediaSession2.ControllerInfo.getConnectionHints(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -97,8 +119,19 @@ To be added. - To be added. - To be added. + package name of the controller. + + + + Java documentation for android.media.MediaSession2.ControllerInfo.getPackageName(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -205,8 +238,19 @@ To be added. - To be added. - To be added. + uid of the controller. Can be a negative value if the uid cannot be obtained. + + + + Java documentation for android.media.MediaSession2.ControllerInfo.getUid(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media/MediaSession2+SessionCallback.xml b/docs/Mono.Android/en/Android.Media/MediaSession2+SessionCallback.xml index 49039541e1..31637851de 100644 --- a/docs/Mono.Android/en/Android.Media/MediaSession2+SessionCallback.xml +++ b/docs/Mono.Android/en/Android.Media/MediaSession2+SessionCallback.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + This API is not generally intended for third party application developers. + + + + Java documentation for android.media.MediaSession2.SessionCallback. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media/MediaSession2Service+MediaNotification.xml b/docs/Mono.Android/en/Android.Media/MediaSession2Service+MediaNotification.xml index a086048966..c04b679bfd 100644 --- a/docs/Mono.Android/en/Android.Media/MediaSession2Service+MediaNotification.xml +++ b/docs/Mono.Android/en/Android.Media/MediaSession2Service+MediaNotification.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + This API is not generally intended for third party application developers. + + + + Java documentation for android.media.MediaSession2Service.MediaNotification. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -43,10 +54,23 @@ - To be added. - To be added. - To be added. - To be added. + notification id to be used for + NotificationManager#notify(int, Notification). + a notification to make session service run in the foreground. Media + style notification is recommended here. + Default constructor + + + + Java documentation for android.media.MediaSession2Service.MediaNotification.MediaSession2Service$MediaNotification(int, android.app.Notification). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -119,9 +143,20 @@ Android.App.Notification - To be added. - To be added. - To be added. + Gets the notification. + the notification + + + + Java documentation for android.media.MediaSession2Service.MediaNotification.getNotification(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -144,9 +179,20 @@ System.Int32 - To be added. - To be added. - To be added. + Gets the id of the notification. + the notification id + + + + Java documentation for android.media.MediaSession2Service.MediaNotification.getNotificationId(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media/MediaSync+Callback.xml b/docs/Mono.Android/en/Android.Media/MediaSync+Callback.xml index f014758c98..f4c047dda9 100644 --- a/docs/Mono.Android/en/Android.Media/MediaSync+Callback.xml +++ b/docs/Mono.Android/en/Android.Media/MediaSync+Callback.xml @@ -18,14 +18,18 @@ - To be added. + MediaSync callback interface. - Android platform documentation + Java documentation for android.media.MediaSync.Callback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -131,12 +135,22 @@ - To be added. - To be added. - To be added. - To be added. + The MediaSync object. + The returned audio buffer. + The ID associated with audioBuffer as passed into + MediaSync#queueAudio. + Called when returning an audio buffer which has been consumed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaSync.Callback.onAudioBufferConsumed(android.media.MediaSync, java.nio.ByteBuffer, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaSync+IOnErrorListener.xml b/docs/Mono.Android/en/Android.Media/MediaSync+IOnErrorListener.xml index 31a7945292..4d499907aa 100644 --- a/docs/Mono.Android/en/Android.Media/MediaSync+IOnErrorListener.xml +++ b/docs/Mono.Android/en/Android.Media/MediaSync+IOnErrorListener.xml @@ -25,14 +25,20 @@ - To be added. + Interface definition of a callback to be invoked when there + has been an error during an asynchronous operation (other errors + will throw exceptions at method call time). - Android platform documentation + Java documentation for android.media.MediaSync.OnErrorListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -68,12 +74,24 @@ - To be added. - To be added. - To be added. - To be added. + The MediaSync the error pertains to + The type of error that has occurred: + <ul> + <li>#MEDIASYNC_ERROR_AUDIOTRACK_FAIL<li>#MEDIASYNC_ERROR_SURFACE_FAIL</ul> + an extra code, specific to the error. Typically + implementation dependent. + Called to indicate an error. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaSync.OnErrorListener.onError(android.media.MediaSync, int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/MediaSyncEvent.xml b/docs/Mono.Android/en/Android.Media/MediaSyncEvent.xml index c267129683..88278f8191 100644 --- a/docs/Mono.Android/en/Android.Media/MediaSyncEvent.xml +++ b/docs/Mono.Android/en/Android.Media/MediaSyncEvent.xml @@ -141,9 +141,18 @@ the synchronization event type. Creates a synchronization event of the sepcified type. - To be added. + the MediaSyncEvent created. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaSyncEvent.createEvent(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -262,9 +271,18 @@ the audio session ID of the event source being monitored. Sets the event source audio session ID. - To be added. + the MediaSyncEvent the method is called on. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.MediaSyncEvent.setAudioSessionId(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/PlaybackParams.xml b/docs/Mono.Android/en/Android.Media/PlaybackParams.xml index 932af30cdc..8fefd78549 100644 --- a/docs/Mono.Android/en/Android.Media/PlaybackParams.xml +++ b/docs/Mono.Android/en/Android.Media/PlaybackParams.xml @@ -300,10 +300,9 @@ - To be added. - this <code>PlaybackParams</code> instance. + audioFallbackMode Sets the audio fallback mode. - To be added. + this <code>PlaybackParams</code> instance. @@ -341,10 +340,9 @@ - To be added. - this <code>PlaybackParams</code> instance. + pitch Sets the pitch factor. - To be added. + this <code>PlaybackParams</code> instance. @@ -382,10 +380,9 @@ - To be added. - this <code>PlaybackParams</code> instance. + speed Sets the speed factor. - To be added. + this <code>PlaybackParams</code> instance. diff --git a/docs/Mono.Android/en/Android.Media/RemoteControlClient+IOnGetPlaybackPositionListener.xml b/docs/Mono.Android/en/Android.Media/RemoteControlClient+IOnGetPlaybackPositionListener.xml index faf0d9bfba..d9572da503 100644 --- a/docs/Mono.Android/en/Android.Media/RemoteControlClient+IOnGetPlaybackPositionListener.xml +++ b/docs/Mono.Android/en/Android.Media/RemoteControlClient+IOnGetPlaybackPositionListener.xml @@ -30,14 +30,18 @@ Interface definition for a callback to be invoked when the media playback position is - queried. + queried. - Android platform documentation + Java documentation for android.media.RemoteControlClient.OnGetPlaybackPositionListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -68,9 +72,20 @@ Called on the implementer of the interface to query the current playback position. - To be added. + a negative value if the current playback position (or the last valid playback + position) is not known, or a zero or positive value expressed in ms indicating the + current position, or the last valid known position. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.RemoteControlClient.OnGetPlaybackPositionListener.onGetPlaybackPosition(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/RemoteControlClient+IOnMetadataUpdateListener.xml b/docs/Mono.Android/en/Android.Media/RemoteControlClient+IOnMetadataUpdateListener.xml index 71a8d2c9d8..5240c54e4b 100644 --- a/docs/Mono.Android/en/Android.Media/RemoteControlClient+IOnMetadataUpdateListener.xml +++ b/docs/Mono.Android/en/Android.Media/RemoteControlClient+IOnMetadataUpdateListener.xml @@ -29,14 +29,19 @@ - To be added. + Interface definition for a callback to be invoked when one of the metadata values has + been updated. - Android platform documentation + Java documentation for android.media.RemoteControlClient.OnMetadataUpdateListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -75,11 +80,21 @@ - To be added. - To be added. - To be added. + the identifier of the updated metadata field. + the Object storing the new value for the key. + Called on the implementer to notify that the metadata field for the given key has + been updated to the new value. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.RemoteControlClient.OnMetadataUpdateListener.onMetadataUpdate(int, java.lang.Object). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/RemoteControlClient+IOnPlaybackPositionUpdateListener.xml b/docs/Mono.Android/en/Android.Media/RemoteControlClient+IOnPlaybackPositionUpdateListener.xml index 1405299b47..82cd7428f1 100644 --- a/docs/Mono.Android/en/Android.Media/RemoteControlClient+IOnPlaybackPositionUpdateListener.xml +++ b/docs/Mono.Android/en/Android.Media/RemoteControlClient+IOnPlaybackPositionUpdateListener.xml @@ -30,14 +30,18 @@ Interface definition for a callback to be invoked when the media playback position is - requested to be updated. + requested to be updated. - Android platform documentation + Java documentation for android.media.RemoteControlClient.OnPlaybackPositionUpdateListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -69,12 +73,20 @@ - the new requested position in the current media, expressed in ms. - + the new requested position in the current media, expressed in ms. Called on the implementer to notify it that the playback head should be set at the given - position. + position. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.RemoteControlClient.OnPlaybackPositionUpdateListener.onPlaybackPositionUpdate(long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/RemoteControlClient+MetadataEditor.xml b/docs/Mono.Android/en/Android.Media/RemoteControlClient+MetadataEditor.xml index 093fe9c629..9a5976334b 100644 --- a/docs/Mono.Android/en/Android.Media/RemoteControlClient+MetadataEditor.xml +++ b/docs/Mono.Android/en/Android.Media/RemoteControlClient+MetadataEditor.xml @@ -22,9 +22,18 @@ - Class used to modify metadata in a object. + Class used to modify metadata in a RemoteControlClient object. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.RemoteControlClient.MetadataEditor. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -78,10 +87,19 @@ Associates all the metadata that has been set since the MetadataEditor instance was - created with , or since - was called, with the RemoteControlClient. + created with RemoteControlClient#editMetadata(boolean), or since + #clear() was called, with the RemoteControlClient. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.RemoteControlClient.MetadataEditor.apply(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -113,7 +131,16 @@ The metadata key for the content artwork / album art. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.RemoteControlClient.MetadataEditor.BITMAP_KEY_ARTWORK. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -143,10 +170,19 @@ - Clears all the metadata that has been set since the MetadataEditor instance was - created with . + Clears all the metadata that has been set since the MetadataEditor instance was created + (with RemoteControlClient#editMetadata(boolean)). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.RemoteControlClient.MetadataEditor.clear(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -174,7 +210,18 @@ To be added. To be added. - To be added. + + + + Java documentation for android.media.RemoteControlClient.MetadataEditor.clone(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media/RemoteController+IOnClientUpdateListener.xml b/docs/Mono.Android/en/Android.Media/RemoteController+IOnClientUpdateListener.xml index 94b7d6e3cc..72a75f1513 100644 --- a/docs/Mono.Android/en/Android.Media/RemoteController+IOnClientUpdateListener.xml +++ b/docs/Mono.Android/en/Android.Media/RemoteController+IOnClientUpdateListener.xml @@ -29,14 +29,19 @@ - To be added. + Interface definition for the callbacks to be invoked whenever media events, metadata + and playback status are available. - Android platform documentation + Java documentation for android.media.RemoteController.OnClientUpdateListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -67,10 +72,21 @@ - To be added. - To be added. + true if there is no selected RemoteControlClient and no information + is available. + Called whenever all information, previously received through the other + methods of the listener, is no longer valid and is about to be refreshed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.RemoteController.OnClientUpdateListener.onClientChange(boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -145,13 +161,28 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + one of the playback states authorized + in RemoteControlClient#setPlaybackState(int). + the system time at which the state change was reported, + expressed in ms. Based on android.os.SystemClock#elapsedRealtime(). + a positive value for the current media playback position expressed + in ms, a negative value if the position is temporarily unknown. + a value expressed as a ratio of 1x playback: 1.0f is normal playback, + 2.0f is 2x, 0.5f is half-speed, -2.0f is rewind at 2x speed. 0.0f means nothing is + playing (e.g. when state is RemoteControlClient#PLAYSTATE_ERROR). + Called whenever the playback state has changed, and playback position + and speed are known. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.RemoteController.OnClientUpdateListener.onClientPlaybackStateUpdate(int, long, long, float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -190,9 +221,20 @@ To be added. - To be added. + one of the playback states authorized + in RemoteControlClient#setPlaybackState(int). + Called whenever the playback state has changed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.RemoteController.OnClientUpdateListener.onClientPlaybackStateUpdate(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -230,10 +272,20 @@ - To be added. - To be added. + one of the flags authorized + in RemoteControlClient#setTransportControlFlags(int). + Called whenever the transport control flags have changed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.RemoteController.OnClientUpdateListener.onClientTransportControlUpdate(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/RemoteController+MetadataEditor.xml b/docs/Mono.Android/en/Android.Media/RemoteController+MetadataEditor.xml index 820eb6945a..e5c3712774 100644 --- a/docs/Mono.Android/en/Android.Media/RemoteController+MetadataEditor.xml +++ b/docs/Mono.Android/en/Android.Media/RemoteController+MetadataEditor.xml @@ -22,14 +22,19 @@ - To be added. + A class to read the metadata published by a RemoteControlClient, or send a + RemoteControlClient new values for keys that can be edited. - Android platform documentation + Java documentation for android.media.RemoteController.MetadataEditor. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -81,9 +86,20 @@ - To be added. + Applies all of the metadata changes that have been set since the MediaMetadataEditor + instance was created with RemoteController#editMetadata() + or since #clear() was called. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.RemoteController.MetadataEditor.apply(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/RemoteController.xml b/docs/Mono.Android/en/Android.Media/RemoteController.xml index ca57eb5fb1..21a400cca3 100644 --- a/docs/Mono.Android/en/Android.Media/RemoteController.xml +++ b/docs/Mono.Android/en/Android.Media/RemoteController.xml @@ -377,9 +377,18 @@ a 0 or positive value for the new playback position, expressed in ms. Sets the new playback position. - To be added. + true if the command to set the playback position was successfully sent. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.RemoteController.seekTo(long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -411,25 +420,34 @@ - a instance whose key code is one of - F:Android.Views.Keycode.MediaMute, - , - , - , - , - , - , - , - , - , - , - , - , - or . + a KeyEvent instance whose key code is one of + KeyEvent#KEYCODE_MUTE, + KeyEvent#KEYCODE_HEADSETHOOK, + KeyEvent#KEYCODE_MEDIA_PLAY, + KeyEvent#KEYCODE_MEDIA_PAUSE, + KeyEvent#KEYCODE_MEDIA_PLAY_PAUSE, + KeyEvent#KEYCODE_MEDIA_STOP, + KeyEvent#KEYCODE_MEDIA_NEXT, + KeyEvent#KEYCODE_MEDIA_PREVIOUS, + KeyEvent#KEYCODE_MEDIA_REWIND, + KeyEvent#KEYCODE_MEDIA_RECORD, + KeyEvent#KEYCODE_MEDIA_FAST_FORWARD, + KeyEvent#KEYCODE_MEDIA_CLOSE, + KeyEvent#KEYCODE_MEDIA_EJECT, + or KeyEvent#KEYCODE_MEDIA_AUDIO_TRACK. Send a simulated key event for a media button to be received by the current client. - To be added. + true if the event was successfully sent, false otherwise. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.RemoteController.sendMediaKeyEvent(android.view.KeyEvent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -465,9 +483,18 @@ the maximum width in pixels the maximum height in pixels Set the maximum artwork image dimensions to be received in the metadata. - To be added. + true if the artwork dimension was successfully set. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.RemoteController.setArtworkConfiguration(int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -507,11 +534,20 @@ - or + #POSITION_SYNCHRONIZATION_NONE or #POSITION_SYNCHRONIZATION_CHECK Set the playback position synchronization mode. - To be added. + true if the synchronization mode was successfully set. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.RemoteController.setSynchronizationMode(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/RouteDiscoveryPreference+Builder.xml b/docs/Mono.Android/en/Android.Media/RouteDiscoveryPreference+Builder.xml index 320232f382..062146cfc7 100644 --- a/docs/Mono.Android/en/Android.Media/RouteDiscoveryPreference+Builder.xml +++ b/docs/Mono.Android/en/Android.Media/RouteDiscoveryPreference+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Builder for RouteDiscoveryPreference. + + + + Java documentation for android.media.RouteDiscoveryPreference.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -95,9 +106,20 @@ - To be added. + Builds the RouteDiscoveryPreference. To be added. - To be added. + + + + Java documentation for android.media.RouteDiscoveryPreference.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media/RoutingSessionInfo+Builder.xml b/docs/Mono.Android/en/Android.Media/RoutingSessionInfo+Builder.xml index 2825690538..c64ae95d79 100644 --- a/docs/Mono.Android/en/Android.Media/RoutingSessionInfo+Builder.xml +++ b/docs/Mono.Android/en/Android.Media/RoutingSessionInfo+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Builder class for RoutingSessionInfo. + + + + Java documentation for android.media.RoutingSessionInfo.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -42,9 +53,21 @@ - To be added. - To be added. - To be added. + the existing instance to copy data from. + Constructor for builder to create RoutingSessionInfo with + existing RoutingSessionInfo instance. + + + + Java documentation for android.media.RoutingSessionInfo.Builder.RoutingSessionInfo$Builder(android.media.RoutingSessionInfo). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -68,10 +91,22 @@ - To be added. - To be added. - To be added. - To be added. + ID of the session. Must not be empty. + package name of the client app which uses this session. + If is is unknown, then just use an empty string. + Constructor for builder to create RoutingSessionInfo. + + + + Java documentation for android.media.RoutingSessionInfo.Builder.RoutingSessionInfo$Builder(java.lang.String, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -211,9 +246,20 @@ - To be added. + Builds a routing session info. To be added. - To be added. + + + + Java documentation for android.media.RoutingSessionInfo.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media/Session2Command+Result.xml b/docs/Mono.Android/en/Android.Media/Session2Command+Result.xml index bef0cfe7ba..2cc6377052 100644 --- a/docs/Mono.Android/en/Android.Media/Session2Command+Result.xml +++ b/docs/Mono.Android/en/Android.Media/Session2Command+Result.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + This API is not generally intended for third party application developers. + + + + Java documentation for android.media.Session2Command.Result. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -43,10 +54,21 @@ - To be added. - To be added. - To be added. - To be added. + result code + result data + Constructor of Result. + + + + Java documentation for android.media.Session2Command.Result.Session2Command$Result(int, android.os.Bundle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -98,9 +120,20 @@ System.Int32 - To be added. + Returns the result code. To be added. - To be added. + + + + Java documentation for android.media.Session2Command.Result.getResultCode(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -123,9 +156,20 @@ Android.OS.Bundle - To be added. + Returns the result data. To be added. - To be added. + + + + Java documentation for android.media.Session2Command.Result.getResultData(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -149,8 +193,19 @@ -1 - To be added. - To be added. + Result code represents that call is ended with an unknown error. + + + + Java documentation for android.media.Session2Command.Result.RESULT_ERROR_UNKNOWN_ERROR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -174,8 +229,19 @@ 1 - To be added. - To be added. + Result code representing that the command is skipped or canceled. + + + + Java documentation for android.media.Session2Command.Result.RESULT_INFO_SKIPPED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -199,8 +265,19 @@ 0 - To be added. - To be added. + Result code representing that the command is successfully completed. + + + + Java documentation for android.media.Session2Command.Result.RESULT_SUCCESS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media/Session2CommandGroup+Builder.xml b/docs/Mono.Android/en/Android.Media/Session2CommandGroup+Builder.xml index 881c9080c7..b866741e66 100644 --- a/docs/Mono.Android/en/Android.Media/Session2CommandGroup+Builder.xml +++ b/docs/Mono.Android/en/Android.Media/Session2CommandGroup+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + This API is not generally intended for third party application developers. + + + + Java documentation for android.media.Session2CommandGroup.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -63,9 +74,21 @@ - To be added. - To be added. - To be added. + commandGroup + Creates a new builder for Session2CommandGroup with commands copied from another + Session2CommandGroup object. + + + + Java documentation for android.media.Session2CommandGroup.Builder.Session2CommandGroup$Builder(android.media.Session2CommandGroup). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -118,9 +141,20 @@ - To be added. - To be added. - To be added. + Builds Session2CommandGroup. + a new Session2CommandGroup. + + + + Java documentation for android.media.Session2CommandGroup.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Media/SoundPool+Builder.xml b/docs/Mono.Android/en/Android.Media/SoundPool+Builder.xml index 2dcc3a4570..fa0ddaa56b 100644 --- a/docs/Mono.Android/en/Android.Media/SoundPool+Builder.xml +++ b/docs/Mono.Android/en/Android.Media/SoundPool+Builder.xml @@ -18,14 +18,18 @@ - To be added. + Builder class for SoundPool objects. - Android platform documentation + Java documentation for android.media.SoundPool.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -46,9 +50,18 @@ - To be added. + Constructs a new Builder with the defaults format values. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.SoundPool.Builder.SoundPool$Builder(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/SoundPool+IOnLoadCompleteListener.xml b/docs/Mono.Android/en/Android.Media/SoundPool+IOnLoadCompleteListener.xml index 6e06cc97f6..6fe8ef9d4a 100644 --- a/docs/Mono.Android/en/Android.Media/SoundPool+IOnLoadCompleteListener.xml +++ b/docs/Mono.Android/en/Android.Media/SoundPool+IOnLoadCompleteListener.xml @@ -63,13 +63,21 @@ - the sample ID of the sound loaded. - To be added. - the status of the load operation (0 = success) - + SoundPool object from the load() method + the sample ID of the sound loaded. + the status of the load operation (0 = success) Called when a sound has completed loading. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.SoundPool.OnLoadCompleteListener.onLoadComplete(android.media.SoundPool, int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/SyncParams.xml b/docs/Mono.Android/en/Android.Media/SyncParams.xml index f72107059a..bf4dccbf58 100644 --- a/docs/Mono.Android/en/Android.Media/SyncParams.xml +++ b/docs/Mono.Android/en/Android.Media/SyncParams.xml @@ -225,10 +225,9 @@ - To be added. - this <code>SyncParams</code> instance. + audioAdjustMode Sets the audio adjust mode. - To be added. + this <code>SyncParams</code> instance. @@ -315,10 +314,9 @@ - To be added. - this <code>SyncParams</code> instance. + syncSource Sets the sync source. - To be added. + this <code>SyncParams</code> instance. diff --git a/docs/Mono.Android/en/Android.Media/VolumeShaper+Configuration.xml b/docs/Mono.Android/en/Android.Media/VolumeShaper+Configuration.xml index 147c7811be..a5b769de7e 100644 --- a/docs/Mono.Android/en/Android.Media/VolumeShaper+Configuration.xml +++ b/docs/Mono.Android/en/Android.Media/VolumeShaper+Configuration.xml @@ -31,14 +31,19 @@ - To be added. + The VolumeShaper.Configuration class contains curve + and duration information. - Android platform documentation + Java documentation for android.media.VolumeShaper.Configuration. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -147,10 +152,19 @@ System.Int64 - To be added. + Returns the duration of the volume shape in milliseconds. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.VolumeShaper.Configuration.getDuration(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -175,10 +189,19 @@ - To be added. + Returns the times (x) coordinate array of the volume curve points. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.VolumeShaper.Configuration.getTimes(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -203,10 +226,19 @@ - To be added. + Returns the volumes (y) coordinate array of the volume curve points. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.VolumeShaper.Configuration.getVolumes(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -230,10 +262,19 @@ Android.Media.VolumeInterpolatorType - To be added. + Returns the interpolator type. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.VolumeShaper.Configuration.getInterpolatorType(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -318,10 +359,20 @@ System.Int32 - To be added. + Returns the maximum number of curve points allowed for + VolumeShaper.Builder#setCurve(float[], float[]). To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.media.VolumeShaper.Configuration.getMaximumCurvePoints(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Media/VolumeShaper+Operation.xml b/docs/Mono.Android/en/Android.Media/VolumeShaper+Operation.xml index b6592270d1..709cae3994 100644 --- a/docs/Mono.Android/en/Android.Media/VolumeShaper+Operation.xml +++ b/docs/Mono.Android/en/Android.Media/VolumeShaper+Operation.xml @@ -31,14 +31,19 @@ - To be added. + The VolumeShaper.Operation class is used to specify operations + to the VolumeShaper that affect the volume change. - Android platform documentation + Java documentation for android.media.VolumeShaper.Operation. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Mtp/MtpDevice.xml b/docs/Mono.Android/en/Android.Mtp/MtpDevice.xml index 2109a95333..54613e64b3 100644 --- a/docs/Mono.Android/en/Android.Mtp/MtpDevice.xml +++ b/docs/Mono.Android/en/Android.Mtp/MtpDevice.xml @@ -1011,11 +1011,20 @@ - To be added. - To be added. - To be added. + signal for cancellation + Reads an event from the device. + obtained event - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.mtp.MtpDevice.readEvent(android.os.CancellationSignal). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Mtp/MtpObjectInfo+Builder.xml b/docs/Mono.Android/en/Android.Mtp/MtpObjectInfo+Builder.xml index bfcaddb076..f0cc9505f2 100644 --- a/docs/Mono.Android/en/Android.Mtp/MtpObjectInfo+Builder.xml +++ b/docs/Mono.Android/en/Android.Mtp/MtpObjectInfo+Builder.xml @@ -18,14 +18,18 @@ - To be added. + Builds a new object info instance. - Android platform documentation + Java documentation for android.mtp.MtpObjectInfo.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -72,10 +76,19 @@ - To be added. - To be added. + object info of an existing entry + Creates a builder on a copy of an existing object info. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.mtp.MtpObjectInfo.Builder.MtpObjectInfo$Builder(android.mtp.MtpObjectInfo). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -123,10 +136,20 @@ - To be added. - To be added. + Builds the object info instance. + the object info of the newly created file, or NULL in case + of an error. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.mtp.MtpObjectInfo.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Net.Http/SslCertificate+DName.xml b/docs/Mono.Android/en/Android.Net.Http/SslCertificate+DName.xml index d16fdcdf03..78c78f2d5d 100644 --- a/docs/Mono.Android/en/Android.Net.Http/SslCertificate+DName.xml +++ b/docs/Mono.Android/en/Android.Net.Http/SslCertificate+DName.xml @@ -18,14 +18,23 @@ - To be added. + A distinguished name helper class: a 3-tuple of: + <ul> + <li>the most specific common name (CN)</li> + <li>the most specific organization (O)</li> + <li>the most specific organizational unit (OU)</li> + <ul> - Android platform documentation + Java documentation for android.net.http.SslCertificate.DName. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -104,9 +113,18 @@ - To be added. + The most specific Common-name (CN) component of this name - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.net.http.SslCertificate.DName.getCName(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -134,9 +152,18 @@ - To be added. + The distinguished name (normally includes CN, O, and OU names) - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.net.http.SslCertificate.DName.getDName(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -194,9 +221,18 @@ - To be added. + The most specific Organization (O) component of this name - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.net.http.SslCertificate.DName.getOName(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -285,9 +321,18 @@ - To be added. + The most specific Organizational Unit (OU) component of this name - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.net.http.SslCertificate.DName.getUName(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Net.Nsd/NsdManager+IDiscoveryListener.xml b/docs/Mono.Android/en/Android.Net.Nsd/NsdManager+IDiscoveryListener.xml index e3e0012d88..61e8ca2391 100644 --- a/docs/Mono.Android/en/Android.Net.Nsd/NsdManager+IDiscoveryListener.xml +++ b/docs/Mono.Android/en/Android.Net.Nsd/NsdManager+IDiscoveryListener.xml @@ -25,14 +25,18 @@ - Interface for callback invocation for service discovery + Interface for callback invocation for service discovery - Android platform documentation + Java documentation for android.net.nsd.NsdManager.DiscoveryListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Net.Nsd/NsdManager+IRegistrationListener.xml b/docs/Mono.Android/en/Android.Net.Nsd/NsdManager+IRegistrationListener.xml index 2b7b902374..1d26694f21 100644 --- a/docs/Mono.Android/en/Android.Net.Nsd/NsdManager+IRegistrationListener.xml +++ b/docs/Mono.Android/en/Android.Net.Nsd/NsdManager+IRegistrationListener.xml @@ -25,14 +25,18 @@ - Interface for callback invocation for service registration + Interface for callback invocation for service registration - Android platform documentation + Java documentation for android.net.nsd.NsdManager.RegistrationListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Net.Nsd/NsdManager+IResolveListener.xml b/docs/Mono.Android/en/Android.Net.Nsd/NsdManager+IResolveListener.xml index 442b574bda..ab360b43c1 100644 --- a/docs/Mono.Android/en/Android.Net.Nsd/NsdManager+IResolveListener.xml +++ b/docs/Mono.Android/en/Android.Net.Nsd/NsdManager+IResolveListener.xml @@ -25,14 +25,18 @@ - Interface for callback invocation for service resolution + Interface for callback invocation for service resolution - Android platform documentation + Java documentation for android.net.nsd.NsdManager.ResolveListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Net.Nsd/NsdManager.xml b/docs/Mono.Android/en/Android.Net.Nsd/NsdManager.xml index 3ec071dc4b..11f1f709dc 100644 --- a/docs/Mono.Android/en/Android.Net.Nsd/NsdManager.xml +++ b/docs/Mono.Android/en/Android.Net.Nsd/NsdManager.xml @@ -19,14 +19,18 @@ The Network Service Discovery Manager class provides the API to discover services - on a network. + on a network. - Android platform documentation + Java documentation for android.net.nsd.NsdManager. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Net.Nsd/NsdServiceInfo.xml b/docs/Mono.Android/en/Android.Net.Nsd/NsdServiceInfo.xml index 2246d04b3b..cd68b2bde0 100644 --- a/docs/Mono.Android/en/Android.Net.Nsd/NsdServiceInfo.xml +++ b/docs/Mono.Android/en/Android.Net.Nsd/NsdServiceInfo.xml @@ -31,14 +31,19 @@ - To be added. + A class representing service information for network service discovery + NsdManager - Android platform documentation + Java documentation for android.net.nsd.NsdServiceInfo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Net.Sip/SipAudioCall+Listener.xml b/docs/Mono.Android/en/Android.Net.Sip/SipAudioCall+Listener.xml index 6e9db31666..9692a98342 100644 --- a/docs/Mono.Android/en/Android.Net.Sip/SipAudioCall+Listener.xml +++ b/docs/Mono.Android/en/Android.Net.Sip/SipAudioCall+Listener.xml @@ -23,14 +23,18 @@ Listener for events relating to a SIP call, such as when a call is being - recieved ("on ringing") or a call is outgoing ("on calling"). + recieved ("on ringing") or a call is outgoing ("on calling"). - Android platform documentation + Java documentation for android.net.sip.SipAudioCall.Listener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -145,11 +149,19 @@ - the call object that carries out the audio call - + the call object that carries out the audio call Called when the peer is busy during session initialization. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.net.sip.SipAudioCall.Listener.onCallBusy(android.net.sip.SipAudioCall). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -181,11 +193,19 @@ - the call object that carries out the audio call - + the call object that carries out the audio call Called when the session is terminated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.net.sip.SipAudioCall.Listener.onCallEnded(android.net.sip.SipAudioCall). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -217,11 +237,19 @@ - the call object that carries out the audio call - + the call object that carries out the audio call Called when the session is established. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.net.sip.SipAudioCall.Listener.onCallEstablished(android.net.sip.SipAudioCall). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -253,11 +281,19 @@ - the call object that carries out the audio call - + the call object that carries out the audio call Called when the call is on hold. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.net.sip.SipAudioCall.Listener.onCallHeld(android.net.sip.SipAudioCall). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -289,11 +325,19 @@ - the call object that carries out the audio call - + the call object that carries out the audio call Called when a request is sent out to initiate a new call. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.net.sip.SipAudioCall.Listener.onCalling(android.net.sip.SipAudioCall). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -327,9 +371,18 @@ To be added. Called when an event occurs and the corresponding callback is not - overridden. + overridden. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.net.sip.SipAudioCall.Listener.onChanged(android.net.sip.SipAudioCall). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -375,7 +428,16 @@ error message Called when an error occurs. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.net.sip.SipAudioCall.Listener.onError(android.net.sip.SipAudioCall, int, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -408,11 +470,19 @@ - the call object that is ready to make another call - + the call object that is ready to make another call Called when the call object is ready to make another call. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.net.sip.SipAudioCall.Listener.onReadyToCall(android.net.sip.SipAudioCall). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -446,11 +516,19 @@ the call object that carries out the audio call - the SIP profile of the caller - + the SIP profile of the caller Called when a new call comes in. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.net.sip.SipAudioCall.Listener.onRinging(android.net.sip.SipAudioCall, android.net.sip.SipProfile). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -482,12 +560,20 @@ - the call object that carries out the audio call - + the call object that carries out the audio call Called when a RINGING response is received for the INVITE request - sent. + sent. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.net.sip.SipAudioCall.Listener.onRingingBack(android.net.sip.SipAudioCall). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Net.Sip/SipProfile+Builder.xml b/docs/Mono.Android/en/Android.Net.Sip/SipProfile+Builder.xml index b0dde081b7..995be04413 100644 --- a/docs/Mono.Android/en/Android.Net.Sip/SipProfile+Builder.xml +++ b/docs/Mono.Android/en/Android.Net.Sip/SipProfile+Builder.xml @@ -22,14 +22,18 @@ - Helper class for creating a . + Helper class for creating a SipProfile. - Android platform documentation + Java documentation for android.net.sip.SipProfile.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -61,7 +65,16 @@ To be added. Creates a builder based on the given profile. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.net.sip.SipProfile.Builder.SipProfile$Builder(android.net.sip.SipProfile). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -90,10 +103,19 @@ - To be added. + the URI string as "sip:<user_name> Constructor. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.net.sip.SipProfile.Builder.SipProfile$Builder(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. if the string is not a valid URI @@ -148,11 +170,22 @@ - To be added. - To be added. + username of the SIP account + the SIP server domain; if the network address + is different from the domain, use #setOutboundProxy to + set server address Constructor. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.net.sip.SipProfile.Builder.SipProfile$Builder(java.lang.String, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. if the parameters are not valid @@ -185,9 +218,18 @@ Builds and returns the SIP profile object. - To be added. + the profile object created - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.net.sip.SipProfile.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Net.Sip/SipSession+Listener.xml b/docs/Mono.Android/en/Android.Net.Sip/SipSession+Listener.xml index ef5bfddf4b..1fe519d362 100644 --- a/docs/Mono.Android/en/Android.Net.Sip/SipSession+Listener.xml +++ b/docs/Mono.Android/en/Android.Net.Sip/SipSession+Listener.xml @@ -23,14 +23,18 @@ Listener for events relating to a SIP session, such as when a session is being registered - ("on registering") or a call is outgoing ("on calling"). + ("on registering") or a call is outgoing ("on calling"). - Android platform documentation + Java documentation for android.net.sip.SipSession.Listener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -145,11 +149,19 @@ - the session object that carries out the transaction - + the session object that carries out the transaction Called when the peer is busy during session initialization. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.net.sip.SipSession.Listener.onCallBusy(android.net.sip.SipSession). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -191,12 +203,20 @@ the session object that carries out the transaction - error code defined in - error message - + error code defined in SipErrorCode + error message Called when an error occurs during session modification negotiation. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.net.sip.SipSession.Listener.onCallChangeFailed(android.net.sip.SipSession, int, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -228,11 +248,19 @@ - the session object that is associated with the dialog - + the session object that is associated with the dialog Called when the session is terminated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.net.sip.SipSession.Listener.onCallEnded(android.net.sip.SipSession). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -266,11 +294,19 @@ the session object that is associated with the dialog - the peer's session description - + the peer's session description Called when the session is established. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.net.sip.SipSession.Listener.onCallEstablished(android.net.sip.SipSession, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -302,11 +338,19 @@ - the session object that carries out the transaction - + the session object that carries out the transaction Called when an INVITE request is sent to initiate a new call. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.net.sip.SipSession.Listener.onCalling(android.net.sip.SipSession). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -348,13 +392,21 @@ the session object that carries out the transaction - error code defined in - error message - + error code defined in SipErrorCode + error message Called when an error occurs during session initialization and - termination. + termination. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.net.sip.SipSession.Listener.onError(android.net.sip.SipSession, int, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -386,11 +438,19 @@ - the session object that carries out the transaction - + the session object that carries out the transaction Called when a registration request is sent. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.net.sip.SipSession.Listener.onRegistering(android.net.sip.SipSession). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -424,11 +484,19 @@ the session object that carries out the transaction - duration in second before the registration expires - + duration in second before the registration expires Called when registration is successfully done. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.net.sip.SipSession.Listener.onRegistrationDone(android.net.sip.SipSession, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -470,12 +538,20 @@ the session object that carries out the transaction - error code defined in - error message - + error code defined in SipErrorCode + error message Called when the registration fails. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.net.sip.SipSession.Listener.onRegistrationFailed(android.net.sip.SipSession, int, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -507,11 +583,19 @@ - the session object that carries out the transaction - + the session object that carries out the transaction Called when the registration gets timed out. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.net.sip.SipSession.Listener.onRegistrationTimeout(android.net.sip.SipSession). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -547,11 +631,19 @@ the session object that carries out the transaction the SIP profile of the caller - the caller's session description - + the caller's session description Called when an INVITE request is received. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.net.sip.SipSession.Listener.onRinging(android.net.sip.SipSession, android.net.sip.SipProfile, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -583,11 +675,19 @@ - the session object that carries out the transaction - + the session object that carries out the transaction Called when a RINGING response is received for the INVITE request sent - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.net.sip.SipSession.Listener.onRingingBack(android.net.sip.SipSession). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Net.Sip/SipSession+State.xml b/docs/Mono.Android/en/Android.Net.Sip/SipSession+State.xml index e85e3ac854..3b5aa74ac5 100644 --- a/docs/Mono.Android/en/Android.Net.Sip/SipSession+State.xml +++ b/docs/Mono.Android/en/Android.Net.Sip/SipSession+State.xml @@ -26,10 +26,14 @@ - Android platform documentation + Java documentation for android.net.sip.SipSession.State. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -84,7 +88,16 @@ When the unregistration request is sent out. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.net.sip.SipSession.State.DEREGISTERING. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -116,7 +129,16 @@ When a call is established. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.net.sip.SipSession.State.IN_CALL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -148,7 +170,16 @@ When an INVITE request is received. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.net.sip.SipSession.State.INCOMING_CALL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -180,7 +211,16 @@ When an OK response is sent for the INVITE request received. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.net.sip.SipSession.State.INCOMING_CALL_ANSWERING. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -243,7 +283,16 @@ Not defined. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.net.sip.SipSession.State.NOT_DEFINED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -275,7 +324,16 @@ When an INVITE request is sent. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.net.sip.SipSession.State.OUTGOING_CALL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -307,7 +365,16 @@ When a CANCEL request is sent for the INVITE request sent. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.net.sip.SipSession.State.OUTGOING_CALL_CANCELING. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -339,7 +406,16 @@ When a RINGING response is received for the INVITE request sent. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.net.sip.SipSession.State.OUTGOING_CALL_RING_BACK. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -371,7 +447,16 @@ When an OPTIONS request is sent. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.net.sip.SipSession.State.PINGING. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -403,7 +488,16 @@ When session is ready to initiate a call or transaction. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.net.sip.SipSession.State.READY_TO_CALL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -435,7 +529,16 @@ When the registration request is sent out. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.net.sip.SipSession.State.REGISTERING. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -540,7 +643,16 @@ Converts the state to string. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.net.sip.SipSession.State.toString(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Net.Vcn/VcnConfig+Builder.xml b/docs/Mono.Android/en/Android.Net.Vcn/VcnConfig+Builder.xml index 9c29eeafc9..9bcecb3e57 100644 --- a/docs/Mono.Android/en/Android.Net.Vcn/VcnConfig+Builder.xml +++ b/docs/Mono.Android/en/Android.Net.Vcn/VcnConfig+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + This class is used to incrementally build VcnConfig objects. + + + + Java documentation for android.net.vcn.VcnConfig.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -97,9 +108,20 @@ - To be added. - To be added. - To be added. + Builds and validates the VcnConfig. + an immutable VcnConfig instance + + + + Java documentation for android.net.vcn.VcnConfig.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Net.Vcn/VcnGatewayConnectionConfig+Builder.xml b/docs/Mono.Android/en/Android.Net.Vcn/VcnGatewayConnectionConfig+Builder.xml index 8e190c236e..33cf4ef712 100644 --- a/docs/Mono.Android/en/Android.Net.Vcn/VcnGatewayConnectionConfig+Builder.xml +++ b/docs/Mono.Android/en/Android.Net.Vcn/VcnGatewayConnectionConfig+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + This class is used to incrementally build VcnGatewayConnectionConfig objects. + + + + Java documentation for android.net.vcn.VcnGatewayConnectionConfig.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -99,9 +110,20 @@ - To be added. - To be added. - To be added. + Builds and validates the VcnGatewayConnectionConfig. + an immutable VcnGatewayConnectionConfig instance + + + + Java documentation for android.net.vcn.VcnGatewayConnectionConfig.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Net.Vcn/VcnManager+VcnStatusCallback.xml b/docs/Mono.Android/en/Android.Net.Vcn/VcnManager+VcnStatusCallback.xml index c3f2e87aec..8ef91c96c4 100644 --- a/docs/Mono.Android/en/Android.Net.Vcn/VcnManager+VcnStatusCallback.xml +++ b/docs/Mono.Android/en/Android.Net.Vcn/VcnManager+VcnStatusCallback.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + VcnStatusCallback is the interface for Carrier apps to receive updates for their VCNs. + + + + Java documentation for android.net.vcn.VcnManager.VcnStatusCallback. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -118,11 +129,26 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + the String GatewayConnection name for the GatewayConnection + encountering an error. This will match the name for exactly one VcnGatewayConnectionConfig for the VcnConfig configured for this callback's + subscription group + the code to indicate the error that occurred. This value will be one of + VCN_ERROR_CODE_*. + Throwable to provide additional information about the error, or null if none + Invoked when a VCN Gateway Connection corresponding to this callback's subscription group + encounters an error. + + + + Java documentation for android.net.vcn.VcnManager.VcnStatusCallback.onGatewayConnectionError(java.lang.String, int, java.lang.Throwable). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -148,9 +174,20 @@ - To be added. - To be added. - To be added. + the code for the status change encountered by this VcnStatusCallback's subscription group. This value will be one of VCN_STATUS_CODE_*. + Invoked when status of the VCN for this callback's subscription group changes. + + + + Java documentation for android.net.vcn.VcnManager.VcnStatusCallback.onStatusChanged(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Net.Wifi.Aware/WifiAwareCipherSuite.xml b/docs/Mono.Android/en/Android.Net.Wifi.Aware/WifiAwareCipherSuite.xml index efb3254889..db86ce228b 100644 --- a/docs/Mono.Android/en/Android.Net.Wifi.Aware/WifiAwareCipherSuite.xml +++ b/docs/Mono.Android/en/Android.Net.Wifi.Aware/WifiAwareCipherSuite.xml @@ -63,29 +63,5 @@ To be added. - - - - - - Field - - Mono.Android - 0.0.0.0 - - - - [Android.Runtime.IntDefinition(null, JniField="")] - [<Android.Runtime.IntDefinition(null, JniField="")>] - - - - Android.Net.Wifi.Aware.WifiAwareCipherSuite - - 0 - - To be added. - - diff --git a/docs/Mono.Android/en/Android.Net.Wifi/WifiManager+WpsCallback.xml b/docs/Mono.Android/en/Android.Net.Wifi/WifiManager+WpsCallback.xml index adafbcc192..dd5a51ae54 100644 --- a/docs/Mono.Android/en/Android.Net.Wifi/WifiManager+WpsCallback.xml +++ b/docs/Mono.Android/en/Android.Net.Wifi/WifiManager+WpsCallback.xml @@ -129,6 +129,10 @@ [Android.Runtime.Register("onStarted", "(Ljava/lang/String;)V", "GetOnStarted_Ljava_lang_String_Handler")] [<Android.Runtime.Register("onStarted", "(Ljava/lang/String;)V", "GetOnStarted_Ljava_lang_String_Handler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void @@ -159,6 +163,10 @@ [Android.Runtime.Register("onSucceeded", "()V", "GetOnSucceededHandler")] [<Android.Runtime.Register("onSucceeded", "()V", "GetOnSucceededHandler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void diff --git a/docs/Mono.Android/en/Android.Net/Ikev2VpnProfile+Builder.xml b/docs/Mono.Android/en/Android.Net/Ikev2VpnProfile+Builder.xml index 5d0b99c86b..4aa3e67907 100644 --- a/docs/Mono.Android/en/Android.Net/Ikev2VpnProfile+Builder.xml +++ b/docs/Mono.Android/en/Android.Net/Ikev2VpnProfile+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + A incremental builder for IKEv2 VPN profiles + + + + Java documentation for android.net.Ikev2VpnProfile.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -43,10 +54,21 @@ - To be added. - To be added. - To be added. - To be added. + the server that the VPN should connect to + the identity string to be used for IKEv2 authentication + Creates a new builder with the basic parameters of an IKEv2/IPsec VPN. + + + + Java documentation for android.net.Ikev2VpnProfile.Builder.Ikev2VpnProfile$Builder(java.lang.String, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -70,9 +92,20 @@ - To be added. + Validates, builds and provisions the VpnProfile. To be added. - To be added. + + + + Java documentation for android.net.Ikev2VpnProfile.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Net/IpSecManager+ResourceUnavailableException.xml b/docs/Mono.Android/en/Android.Net/IpSecManager+ResourceUnavailableException.xml index 5586088846..168f5d7889 100644 --- a/docs/Mono.Android/en/Android.Net/IpSecManager+ResourceUnavailableException.xml +++ b/docs/Mono.Android/en/Android.Net/IpSecManager+ResourceUnavailableException.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Thrown to indicate that an IPsec resource is unavailable. + + + + Java documentation for android.net.IpSecManager.ResourceUnavailableException. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Net/IpSecManager+SecurityParameterIndex.xml b/docs/Mono.Android/en/Android.Net/IpSecManager+SecurityParameterIndex.xml index 52c81dcca2..80f3dadf61 100644 --- a/docs/Mono.Android/en/Android.Net/IpSecManager+SecurityParameterIndex.xml +++ b/docs/Mono.Android/en/Android.Net/IpSecManager+SecurityParameterIndex.xml @@ -31,8 +31,19 @@ - To be added. - To be added. + This class represents a reserved SPI. + + + + Java documentation for android.net.IpSecManager.SecurityParameterIndex. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -59,8 +70,19 @@ - To be added. - To be added. + Release an SPI that was previously reserved. + + + + Java documentation for android.net.IpSecManager.SecurityParameterIndex.close(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -115,9 +137,20 @@ System.Int32 - To be added. + Get the underlying SPI held by this object. To be added. - To be added. + + + + Java documentation for android.net.IpSecManager.SecurityParameterIndex.getSpi(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Net/IpSecManager+SpiUnavailableException.xml b/docs/Mono.Android/en/Android.Net/IpSecManager+SpiUnavailableException.xml index 3cc0967cb9..30979fc485 100644 --- a/docs/Mono.Android/en/Android.Net/IpSecManager+SpiUnavailableException.xml +++ b/docs/Mono.Android/en/Android.Net/IpSecManager+SpiUnavailableException.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Thrown to indicate that a requested SPI is in use. + + + + Java documentation for android.net.IpSecManager.SpiUnavailableException. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -71,9 +82,20 @@ System.Int32 - To be added. + Get the SPI that caused a collision. To be added. - To be added. + + + + Java documentation for android.net.IpSecManager.SpiUnavailableException.getSpi(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Net/IpSecManager+UdpEncapsulationSocket.xml b/docs/Mono.Android/en/Android.Net/IpSecManager+UdpEncapsulationSocket.xml index 428edab40f..8b0bd521b4 100644 --- a/docs/Mono.Android/en/Android.Net/IpSecManager+UdpEncapsulationSocket.xml +++ b/docs/Mono.Android/en/Android.Net/IpSecManager+UdpEncapsulationSocket.xml @@ -31,8 +31,19 @@ - To be added. - To be added. + This class provides access to a UDP encapsulation Socket. + + + + Java documentation for android.net.IpSecManager.UdpEncapsulationSocket. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -59,8 +70,19 @@ - To be added. - To be added. + Close this socket. + + + + Java documentation for android.net.IpSecManager.UdpEncapsulationSocket.close(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -83,9 +105,20 @@ Java.IO.FileDescriptor - To be added. + Get the encapsulation socket's file descriptor. To be added. - To be added. + + + + Java documentation for android.net.IpSecManager.UdpEncapsulationSocket.getFileDescriptor(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -140,9 +173,20 @@ System.Int32 - To be added. + Get the bound port of the wrapped socket. To be added. - To be added. + + + + Java documentation for android.net.IpSecManager.UdpEncapsulationSocket.getPort(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Net/IpSecTransform+Builder.xml b/docs/Mono.Android/en/Android.Net/IpSecTransform+Builder.xml index 1d6e7ffeff..66ca06b9a3 100644 --- a/docs/Mono.Android/en/Android.Net/IpSecTransform+Builder.xml +++ b/docs/Mono.Android/en/Android.Net/IpSecTransform+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + This class is used to build IpSecTransform objects. + + + + Java documentation for android.net.IpSecTransform.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -42,9 +53,20 @@ - To be added. - To be added. - To be added. + current context + Create a new IpSecTransform. + + + + Java documentation for android.net.IpSecTransform.Builder.IpSecTransform$Builder(android.content.Context). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Net/LocalServerSocket.xml b/docs/Mono.Android/en/Android.Net/LocalServerSocket.xml index 37126fa86f..3af0332c57 100644 --- a/docs/Mono.Android/en/Android.Net/LocalServerSocket.xml +++ b/docs/Mono.Android/en/Android.Net/LocalServerSocket.xml @@ -68,11 +68,20 @@ - To be added. + bound file descriptor Create a LocalServerSocket from a file descriptor that's already - been created and bound. listen() will be called immediately on it. + been created and bound. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.net.LocalServerSocket.LocalServerSocket(java.io.FileDescriptor). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -98,10 +107,19 @@ - To be added. + address for socket Creates a new server socket listening at specified name. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.net.LocalServerSocket.LocalServerSocket(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -152,9 +170,18 @@ Accepts a new connection to the socket. - To be added. + a socket representing the new connection. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.net.LocalServerSocket.accept(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -208,7 +235,16 @@ Closes server socket. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.net.LocalServerSocket.close(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Net/LocalSocket.xml b/docs/Mono.Android/en/Android.Net/LocalSocket.xml index db83af2aca..ca6d6a0730 100644 --- a/docs/Mono.Android/en/Android.Net/LocalSocket.xml +++ b/docs/Mono.Android/en/Android.Net/LocalSocket.xml @@ -173,7 +173,16 @@ endpoint address Binds this socket to an endpoint name. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.net.LocalSocket.bind(android.net.LocalSocketAddress). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -205,7 +214,16 @@ Closes the socket. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.net.LocalSocket.close(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -408,10 +426,19 @@ Retrieves a set of file descriptors that a peer has sent through - an ancillary message. - To be added. + an ancillary message. + null or file descriptor array - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.net.LocalSocket.getAncillaryFileDescriptors(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -732,9 +759,18 @@ Retrieves the credentials of this socket's peer. - To be added. + non-null; peer credentials - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.net.LocalSocket.getPeerCredentials(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -902,7 +938,16 @@ Shuts down the input side of the socket. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.net.LocalSocket.shutdownInput(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -931,7 +976,16 @@ Shuts down the output side of the socket. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.net.LocalSocket.shutdownOutput(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Net/LocalSocketAddress+Namespace.xml b/docs/Mono.Android/en/Android.Net/LocalSocketAddress+Namespace.xml index 7127f7e77c..beb142531d 100644 --- a/docs/Mono.Android/en/Android.Net/LocalSocketAddress+Namespace.xml +++ b/docs/Mono.Android/en/Android.Net/LocalSocketAddress+Namespace.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.net.LocalSocketAddress.Namespace. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Net/Proxy.xml b/docs/Mono.Android/en/Android.Net/Proxy.xml index 9d3c4c17cd..730d585fd4 100644 --- a/docs/Mono.Android/en/Android.Net/Proxy.xml +++ b/docs/Mono.Android/en/Android.Net/Proxy.xml @@ -168,9 +168,18 @@ System.String - Intent extra included with intents. + Intent extra included with #PROXY_CHANGE_ACTION intents. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.net.Proxy.EXTRA_PROXY_INFO. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Net/SSLCertificateSocketFactory.xml b/docs/Mono.Android/en/Android.Net/SSLCertificateSocketFactory.xml index a8617035b7..f74ffdb4bf 100644 --- a/docs/Mono.Android/en/Android.Net/SSLCertificateSocketFactory.xml +++ b/docs/Mono.Android/en/Android.Net/SSLCertificateSocketFactory.xml @@ -142,7 +142,7 @@ the host address the socket has to be connected to. the port number of the remote host at which the socket is connected. - [TODO: @inheritDoc] + To be added To be added. @@ -191,7 +191,7 @@ the remote host address the socket has to be connected to. the port number of the remote host at which the socket is connected. - [TODO: @inheritDoc] + To be added To be added. @@ -245,7 +245,7 @@ the local host address the socket is bound to. the port number of the local host at which the socket is bound. - [TODO: @inheritDoc] + To be added To be added. @@ -300,7 +300,7 @@ true if socket s should be closed when the created socket is closed, false if the socket s should be left open. - [TODO: @inheritDoc] + To be added To be added. @@ -354,7 +354,7 @@ the local host address the socket is bound to. the port number of the local host at which the socket is bound. - [TODO: @inheritDoc] + To be added To be added. @@ -529,13 +529,22 @@ to use for SSL connection handshake, or 0 - for none. The socket timeout is reset to 0 after the handshake. - The to use, or null for no cache. + for none. The socket timeout is reset to 0 after the handshake. + The SSLSessionCache to use, or null for no cache. Returns a socket factory (also named SSLSocketFactory, but in a different - namespace) for use with the Apache HTTP stack. - To be added. + namespace) for use with the Apache HTTP stack. + a new SocketFactory with the specified parameters - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.net.SSLCertificateSocketFactory.getHttpSocketFactory(int, android.net.SSLSessionCache). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -617,7 +626,9 @@ a socket created by this factory. - Returns the <a href="http://technotes. + Returns the Next + Protocol Negotiation (NPN) protocol selected by client and server, or + null if no protocol was negotiated. To be added. @@ -731,7 +742,8 @@ a socket created by this factory. the desired SNI hostname, null to disable. - Turns on <a href="http://tools. + Turns on Server + Name Indication (SNI) on a given socket. @@ -914,7 +926,8 @@ a socket created by this factory true to enable session ticket support on this socket. - Enables <a href="http://tools. + Enables session ticket + support on the given socket. diff --git a/docs/Mono.Android/en/Android.Net/TelephonyNetworkSpecifier+Builder.xml b/docs/Mono.Android/en/Android.Net/TelephonyNetworkSpecifier+Builder.xml index 15b4c494d0..c479add51c 100644 --- a/docs/Mono.Android/en/Android.Net/TelephonyNetworkSpecifier+Builder.xml +++ b/docs/Mono.Android/en/Android.Net/TelephonyNetworkSpecifier+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Builder to create TelephonyNetworkSpecifier object. + + + + Java documentation for android.net.TelephonyNetworkSpecifier.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -64,9 +75,20 @@ - To be added. - To be added. - To be added. + Create a NetworkSpecifier for the cellular network request. + TelephonyNetworkSpecifier object. + + + + Java documentation for android.net.TelephonyNetworkSpecifier.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Net/Uri+Builder.xml b/docs/Mono.Android/en/Android.Net/Uri+Builder.xml index af1129ebf5..92b003b14b 100644 --- a/docs/Mono.Android/en/Android.Net/Uri+Builder.xml +++ b/docs/Mono.Android/en/Android.Net/Uri+Builder.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.net.Uri.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -49,7 +53,16 @@ Constructs a new Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.net.Uri.Builder.Uri$Builder(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -210,7 +223,16 @@ Constructs a Uri with the current attributes. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.net.Uri.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. if the URI is opaque and the diff --git a/docs/Mono.Android/en/Android.Net/UrlQuerySanitizer+IValueSanitizer.xml b/docs/Mono.Android/en/Android.Net/UrlQuerySanitizer+IValueSanitizer.xml index 6884affc80..e13aafc5b5 100644 --- a/docs/Mono.Android/en/Android.Net/UrlQuerySanitizer+IValueSanitizer.xml +++ b/docs/Mono.Android/en/Android.Net/UrlQuerySanitizer+IValueSanitizer.xml @@ -29,10 +29,14 @@ - Android platform documentation + Java documentation for android.net.UrlQuerySanitizer.ValueSanitizer. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -60,11 +64,20 @@ - To be added. + value Sanitize an unencoded value. - To be added. + the sanitized unencoded value - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.net.UrlQuerySanitizer.ValueSanitizer.sanitize(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Net/UrlQuerySanitizer+IllegalCharacterValueSanitizer.xml b/docs/Mono.Android/en/Android.Net/UrlQuerySanitizer+IllegalCharacterValueSanitizer.xml index 9869f641e0..205aeb1c23 100644 --- a/docs/Mono.Android/en/Android.Net/UrlQuerySanitizer+IllegalCharacterValueSanitizer.xml +++ b/docs/Mono.Android/en/Android.Net/UrlQuerySanitizer+IllegalCharacterValueSanitizer.xml @@ -35,10 +35,14 @@ - Android platform documentation + Java documentation for android.net.UrlQuerySanitizer.IllegalCharacterValueSanitizer. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -70,10 +74,19 @@ - To be added. + some combination of the XXX_OK flags. Construct a sanitizer. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.net.UrlQuerySanitizer.IllegalCharacterValueSanitizer.UrlQuerySanitizer$IllegalCharacterValueSanitizer(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -161,11 +174,20 @@ - To be added. + value Sanitize a value. - To be added. + the sanitized value - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.net.UrlQuerySanitizer.IllegalCharacterValueSanitizer.sanitize(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Net/UrlQuerySanitizer+ParameterValuePair.xml b/docs/Mono.Android/en/Android.Net/UrlQuerySanitizer+ParameterValuePair.xml index afd8c96bfc..60d06f059f 100644 --- a/docs/Mono.Android/en/Android.Net/UrlQuerySanitizer+ParameterValuePair.xml +++ b/docs/Mono.Android/en/Android.Net/UrlQuerySanitizer+ParameterValuePair.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.net.UrlQuerySanitizer.ParameterValuePair. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -135,11 +139,19 @@ System.String - The unencoded parameter - + The unencoded parameter To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.net.UrlQuerySanitizer.ParameterValuePair.mParameter. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -164,11 +176,19 @@ System.String - The unencoded value - + The unencoded value To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.net.UrlQuerySanitizer.ParameterValuePair.mValue. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Net/VpnService+Builder.xml b/docs/Mono.Android/en/Android.Net/VpnService+Builder.xml index c32f1ebaf3..2b3885e24e 100644 --- a/docs/Mono.Android/en/Android.Net/VpnService+Builder.xml +++ b/docs/Mono.Android/en/Android.Net/VpnService+Builder.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.net.VpnService.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -470,10 +474,21 @@ Create a VPN interface using the parameters supplied to this - builder. - To be added. + builder. + + ParcelFileDescriptor of the VPN interface, or + null if the application is not prepared. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.net.VpnService.Builder.establish(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. if a parameter is not accepted diff --git a/docs/Mono.Android/en/Android.Nfc.Tech/MifareClassic.xml b/docs/Mono.Android/en/Android.Nfc.Tech/MifareClassic.xml index 5580d07573..4603087d29 100644 --- a/docs/Mono.Android/en/Android.Nfc.Tech/MifareClassic.xml +++ b/docs/Mono.Android/en/Android.Nfc.Tech/MifareClassic.xml @@ -34,14 +34,18 @@ - Provides access to MIFARE Classic properties and I/O operations on a . + Provides access to MIFARE Classic properties and I/O operations on a Tag. - Android platform documentation + Java documentation for android.nfc.tech.MifareClassic. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Nfc.Tech/NfcBarcode.xml b/docs/Mono.Android/en/Android.Nfc.Tech/NfcBarcode.xml index 3db7295bfd..693dba8c4d 100644 --- a/docs/Mono.Android/en/Android.Nfc.Tech/NfcBarcode.xml +++ b/docs/Mono.Android/en/Android.Nfc.Tech/NfcBarcode.xml @@ -177,9 +177,18 @@ Returns the barcode of an NfcBarcode tag. - To be added. + a byte array containing the barcode - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.nfc.tech.NfcBarcode.getBarcode(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Nfc/NfcAdapter+ICreateBeamUrisCallback.xml b/docs/Mono.Android/en/Android.Nfc/NfcAdapter+ICreateBeamUrisCallback.xml index 3b14bd714d..117575d8fe 100644 --- a/docs/Mono.Android/en/Android.Nfc/NfcAdapter+ICreateBeamUrisCallback.xml +++ b/docs/Mono.Android/en/Android.Nfc/NfcAdapter+ICreateBeamUrisCallback.xml @@ -33,10 +33,14 @@ - Android platform documentation + Java documentation for android.nfc.NfcAdapter.CreateBeamUrisCallback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Nfc/NfcAdapter+ICreateNdefMessageCallback.xml b/docs/Mono.Android/en/Android.Nfc/NfcAdapter+ICreateNdefMessageCallback.xml index e326887470..0e45b6da03 100644 --- a/docs/Mono.Android/en/Android.Nfc/NfcAdapter+ICreateNdefMessageCallback.xml +++ b/docs/Mono.Android/en/Android.Nfc/NfcAdapter+ICreateNdefMessageCallback.xml @@ -30,14 +30,18 @@ A callback to be invoked when another NFC device capable of NDEF push (Android Beam) - is within range. + is within range. - Android platform documentation + Java documentation for android.nfc.NfcAdapter.CreateNdefMessageCallback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -71,10 +75,21 @@ with the field set - Called to provide a to push. - To be added. + + NfcEvent with the NfcEvent#nfcAdapter field set + Called to provide a NdefMessage to push. + NDEF message to push, or null to not provide a message - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.nfc.NfcAdapter.CreateNdefMessageCallback.createNdefMessage(android.nfc.NfcEvent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Nfc/NfcAdapter+IOnNdefPushCompleteCallback.xml b/docs/Mono.Android/en/Android.Nfc/NfcAdapter+IOnNdefPushCompleteCallback.xml index 70a72d0ba1..4d8772afe2 100644 --- a/docs/Mono.Android/en/Android.Nfc/NfcAdapter+IOnNdefPushCompleteCallback.xml +++ b/docs/Mono.Android/en/Android.Nfc/NfcAdapter+IOnNdefPushCompleteCallback.xml @@ -29,15 +29,19 @@ - A callback to be invoked when the system successfully delivers your - to another device. + A callback to be invoked when the system successfully delivers your NdefMessage + to another device. - Android platform documentation + Java documentation for android.nfc.NfcAdapter.OnNdefPushCompleteCallback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -71,9 +75,20 @@ with the field set + + NfcEvent with the NfcEvent#nfcAdapter field set Called on successful NDEF push. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.nfc.NfcAdapter.OnNdefPushCompleteCallback.onNdefPushComplete(android.nfc.NfcEvent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Nfc/NfcAdapter+IOnTagRemovedListener.xml b/docs/Mono.Android/en/Android.Nfc/NfcAdapter+IOnTagRemovedListener.xml index 4a203cf9f4..b5b9bc1b5d 100644 --- a/docs/Mono.Android/en/Android.Nfc/NfcAdapter+IOnTagRemovedListener.xml +++ b/docs/Mono.Android/en/Android.Nfc/NfcAdapter+IOnTagRemovedListener.xml @@ -25,14 +25,18 @@ - To be added. + A callback that is invoked when a tag is removed from the field. - Android platform documentation + Java documentation for android.nfc.NfcAdapter.OnTagRemovedListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Nfc/NfcAdapter+IReaderCallback.xml b/docs/Mono.Android/en/Android.Nfc/NfcAdapter+IReaderCallback.xml index 26aaf8fd6b..55483df560 100644 --- a/docs/Mono.Android/en/Android.Nfc/NfcAdapter+IReaderCallback.xml +++ b/docs/Mono.Android/en/Android.Nfc/NfcAdapter+IReaderCallback.xml @@ -25,14 +25,19 @@ - To be added. + A callback to be invoked when the system finds a tag while the foreground activity is + operating in reader mode. - Android platform documentation + Java documentation for android.nfc.NfcAdapter.ReaderCallback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Nfc/NfcAdapter.xml b/docs/Mono.Android/en/Android.Nfc/NfcAdapter.xml index dc62dc9e3b..9ba5cc0220 100644 --- a/docs/Mono.Android/en/Android.Nfc/NfcAdapter.xml +++ b/docs/Mono.Android/en/Android.Nfc/NfcAdapter.xml @@ -278,10 +278,19 @@ Android.Nfc.NfcAdapter - To be added. + Legacy NfcAdapter getter, always use #getDefaultAdapter(Context) instead. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.nfc.NfcAdapter.getDefaultAdapter(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.OS.Health/TimerStat.xml b/docs/Mono.Android/en/Android.OS.Health/TimerStat.xml index 1b54060409..71e11dc580 100644 --- a/docs/Mono.Android/en/Android.OS.Health/TimerStat.xml +++ b/docs/Mono.Android/en/Android.OS.Health/TimerStat.xml @@ -263,7 +263,16 @@ To be added. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.health.TimerStat.describeContents(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.OS.Storage/StorageManager+StorageVolumeCallback.xml b/docs/Mono.Android/en/Android.OS.Storage/StorageManager+StorageVolumeCallback.xml index 50cbd6919d..fc0b9ee9f2 100644 --- a/docs/Mono.Android/en/Android.OS.Storage/StorageManager+StorageVolumeCallback.xml +++ b/docs/Mono.Android/en/Android.OS.Storage/StorageManager+StorageVolumeCallback.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Callback that delivers StorageVolume related events. + + + + Java documentation for android.os.storage.StorageManager.StorageVolumeCallback. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -117,8 +128,21 @@ To be added. - To be added. - To be added. + Called when StorageVolume#getState() changes, such as + changing to the Environment#MEDIA_MOUNTED or + Environment#MEDIA_UNMOUNTED states. + + + + Java documentation for android.os.storage.StorageManager.StorageVolumeCallback.onStateChanged(android.os.storage.StorageVolume). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.OS.Storage/StorageManager.xml b/docs/Mono.Android/en/Android.OS.Storage/StorageManager.xml index 98c05f42bd..d1154e9762 100644 --- a/docs/Mono.Android/en/Android.OS.Storage/StorageManager.xml +++ b/docs/Mono.Android/en/Android.OS.Storage/StorageManager.xml @@ -1016,13 +1016,27 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + The desired access mode, must be one of + ParcelFileDescriptor#MODE_READ_ONLY, + ParcelFileDescriptor#MODE_WRITE_ONLY, or + ParcelFileDescriptor#MODE_READ_WRITE + Callback to process file operation requests issued on + returned file descriptor. + Handler that invokes callback methods. + Opens a seekable ParcelFileDescriptor that proxies all low-level + I/O requests back to the given ProxyFileDescriptorCallback. + Seekable ParcelFileDescriptor. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.storage.StorageManager.openProxyFileDescriptor(int, android.os.ProxyFileDescriptorCallback, android.os.Handler). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.OS/AsyncTask+Status.xml b/docs/Mono.Android/en/Android.OS/AsyncTask+Status.xml index 02a9c7c096..414fce51d7 100644 --- a/docs/Mono.Android/en/Android.OS/AsyncTask+Status.xml +++ b/docs/Mono.Android/en/Android.OS/AsyncTask+Status.xml @@ -26,10 +26,14 @@ - Android platform documentation + Java documentation for android.os.AsyncTask.Status. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.OS/AsyncTask.xml b/docs/Mono.Android/en/Android.OS/AsyncTask.xml index 3801351103..b7b2323610 100644 --- a/docs/Mono.Android/en/Android.OS/AsyncTask.xml +++ b/docs/Mono.Android/en/Android.OS/AsyncTask.xml @@ -164,6 +164,10 @@ [Android.Runtime.Register("doInBackground", "([Ljava/lang/Object;)Ljava/lang/Object;", "GetDoInBackground_arrayLjava_lang_Object_Handler")] [<Android.Runtime.Register("doInBackground", "([Ljava/lang/Object;)Ljava/lang/Object;", "GetDoInBackground_arrayLjava_lang_Object_Handler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + Java.Lang.Object diff --git a/docs/Mono.Android/en/Android.OS/Binder.xml b/docs/Mono.Android/en/Android.OS/Binder.xml index 8d954f6050..067bbf1fee 100644 --- a/docs/Mono.Android/en/Android.OS/Binder.xml +++ b/docs/Mono.Android/en/Android.OS/Binder.xml @@ -690,7 +690,7 @@ System.Boolean - [TODO: @inheritDoc] + To be added Note that if you're calling on a local binder, this always returns true because your process is alive if you're calling it. diff --git a/docs/Mono.Android/en/Android.OS/BugreportManager+BugreportCallback.xml b/docs/Mono.Android/en/Android.OS/BugreportManager+BugreportCallback.xml index b8b0c49e47..9c237367ec 100644 --- a/docs/Mono.Android/en/Android.OS/BugreportManager+BugreportCallback.xml +++ b/docs/Mono.Android/en/Android.OS/BugreportManager+BugreportCallback.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + An interface describing the callback for bugreport progress and status. + + + + Java documentation for android.os.BugreportManager.BugreportCallback. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -89,8 +100,19 @@ 5 - To be added. - To be added. + There is currently a bugreport running. + + + + Java documentation for android.os.BugreportManager.BugreportCallback.BUGREPORT_ERROR_ANOTHER_REPORT_IN_PROGRESS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -118,8 +140,19 @@ 1 - To be added. - To be added. + The input options were invalid. + + + + Java documentation for android.os.BugreportManager.BugreportCallback.BUGREPORT_ERROR_INVALID_INPUT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -147,8 +180,19 @@ 2 - To be added. - To be added. + A runtime error occurred. + + + + Java documentation for android.os.BugreportManager.BugreportCallback.BUGREPORT_ERROR_RUNTIME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -176,8 +220,19 @@ 4 - To be added. - To be added. + The request to get user consent timed out. + + + + Java documentation for android.os.BugreportManager.BugreportCallback.BUGREPORT_ERROR_USER_CONSENT_TIMED_OUT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -205,8 +260,19 @@ 3 - To be added. - To be added. + User denied consent to share the bugreport. + + + + Java documentation for android.os.BugreportManager.BugreportCallback.BUGREPORT_ERROR_USER_DENIED_CONSENT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -259,8 +325,20 @@ - To be added. - To be added. + Called when it is ready for calling app to show UI, showing any extra UI before this + callback can interfere with bugreport generation. + + + + Java documentation for android.os.BugreportManager.BugreportCallback.onEarlyReportFinished(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -287,8 +365,19 @@ To be added. - To be added. - To be added. + Called when taking bugreport resulted in an error. + + + + Java documentation for android.os.BugreportManager.BugreportCallback.onError(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -312,8 +401,19 @@ - To be added. - To be added. + Called when taking bugreport finishes successfully. + + + + Java documentation for android.os.BugreportManager.BugreportCallback.onFinished(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -339,9 +439,20 @@ - To be added. - To be added. - To be added. + the progress in [0.0, 100.0] + Called when there is a progress update. + + + + Java documentation for android.os.BugreportManager.BugreportCallback.onProgress(float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.OS/Build+Partition.xml b/docs/Mono.Android/en/Android.OS/Build+Partition.xml index c4379b25b2..0081721aa5 100644 --- a/docs/Mono.Android/en/Android.OS/Build+Partition.xml +++ b/docs/Mono.Android/en/Android.OS/Build+Partition.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Build information for a particular device partition. + + + + Java documentation for android.os.Build.Partition. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -63,9 +74,20 @@ System.Int64 - To be added. + The time (ms since epoch), at which this partition was built, see Build#TIME. To be added. - To be added. + + + + Java documentation for android.os.Build.Partition.getBuildTimeMillis(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -88,9 +110,20 @@ System.String - To be added. + The build fingerprint of this partition, see Build#FINGERPRINT. To be added. - To be added. + + + + Java documentation for android.os.Build.Partition.getFingerprint(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -142,9 +175,20 @@ System.String - To be added. + The name of this partition, e. To be added. - To be added. + + + + Java documentation for android.os.Build.Partition.getName(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -167,8 +211,19 @@ System.String - To be added. - To be added. + The name identifying the system partition. + + + + Java documentation for android.os.Build.Partition.PARTITION_NAME_SYSTEM. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.OS/Build+VERSION.xml b/docs/Mono.Android/en/Android.OS/Build+VERSION.xml index e303ba8a49..4719acff3e 100644 --- a/docs/Mono.Android/en/Android.OS/Build+VERSION.xml +++ b/docs/Mono.Android/en/Android.OS/Build+VERSION.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.os.Build.VERSION. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -98,10 +102,19 @@ System.String - To be added. + The base OS build the product is based on. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.Build.VERSION.BASE_OS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -126,10 +139,19 @@ The current development codename, or the string "REL" if this is - a release build. + a release build. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.Build.VERSION.CODENAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -155,10 +177,19 @@ The internal value used by the underlying source control to - represent this build. + represent this build. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.Build.VERSION.INCREMENTAL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -214,9 +245,20 @@ System.Int32 - To be added. + The media performance class of the device or 0 if none. To be added. - To be added. + + + + Java documentation for android.os.Build.VERSION.MEDIA_PERFORMANCE_CLASS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -239,10 +281,19 @@ System.Int32 - To be added. + The developer preview revision of a prerelease SDK. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.Build.VERSION.PREVIEW_SDK_INT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -269,7 +320,16 @@ The user-visible version string. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.Build.VERSION.RELEASE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -294,9 +354,21 @@ System.String - To be added. + The version string we show to the user; may be #RELEASE or + #CODENAME if not a final release build. To be added. - To be added. + + + + Java documentation for android.os.Build.VERSION.RELEASE_OR_CODENAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -324,10 +396,19 @@ The user-visible SDK version of the framework in its raw String - representation; use instead. + representation; use #SDK_INT instead. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.Build.VERSION.SDK. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -352,11 +433,20 @@ Android.OS.BuildVersionCodes - The user-visible SDK version of the framework; its possible - values are defined in T:Android.OS.Build+VERSION_CODES. + The SDK version of the software currently running on this hardware + device. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.Build.VERSION.SDK_INT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -381,10 +471,19 @@ System.String - To be added. + The user-visible security patch level. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.Build.VERSION.SECURITY_PATCH. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.OS/Build+VERSION_CODES.xml b/docs/Mono.Android/en/Android.OS/Build+VERSION_CODES.xml index bb2b054704..588498b04b 100644 --- a/docs/Mono.Android/en/Android.OS/Build+VERSION_CODES.xml +++ b/docs/Mono.Android/en/Android.OS/Build+VERSION_CODES.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.os.Build.VERSION_CODES. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -103,9 +107,18 @@ 1 - October 2008: The original, first, version of Android. + The original, first, version of Android. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.Build.VERSION_CODES.BASE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -135,9 +148,18 @@ 2 - February 2009: First Android update, officially called 1. + First Android update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.Build.VERSION_CODES.BASE_1_1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -167,9 +189,18 @@ 3 - May 2009: Android 1. + C. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.Build.VERSION_CODES.CUPCAKE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -200,9 +231,18 @@ 10000 Magic version number for a current development build, which has - not yet turned into an official release. + not yet turned into an official release. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.Build.VERSION_CODES.CUR_DEVELOPMENT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -232,9 +272,18 @@ 4 - September 2009: Android 1. + D. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.Build.VERSION_CODES.DONUT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -264,9 +313,18 @@ 5 - November 2009: Android 2. + E. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.Build.VERSION_CODES.ECLAIR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -296,9 +354,18 @@ 6 - December 2009: Android 2. + E incremental update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.Build.VERSION_CODES.ECLAIR_0_1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -328,9 +395,18 @@ 7 - January 2010: Android 2. + E MR1. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.Build.VERSION_CODES.ECLAIR_MR1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -360,9 +436,18 @@ 8 - June 2010: Android 2. + F. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.Build.VERSION_CODES.FROYO. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -392,9 +477,18 @@ 9 - November 2010: Android 2. + G. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.Build.VERSION_CODES.GINGERBREAD. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -424,9 +518,18 @@ 10 - February 2011: Android 2. + G MR1. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.Build.VERSION_CODES.GINGERBREAD_MR1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -456,9 +559,18 @@ 11 - February 2011: Android 3. + H. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.Build.VERSION_CODES.HONEYCOMB. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -488,9 +600,18 @@ 12 - May 2011: Android 3. + H MR1. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.Build.VERSION_CODES.HONEYCOMB_MR1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -520,9 +641,18 @@ 13 - June 2011: Android 3. + H MR2. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.Build.VERSION_CODES.HONEYCOMB_MR2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -552,9 +682,18 @@ 14 - October 2011: Android 4. + I. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.Build.VERSION_CODES.ICE_CREAM_SANDWICH. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -584,9 +723,18 @@ 15 - December 2011: Android 4. + I MR1. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.Build.VERSION_CODES.ICE_CREAM_SANDWICH_MR1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -616,9 +764,18 @@ 16 - June 2012: Android 4. + J. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.Build.VERSION_CODES.JELLY_BEAN. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -648,9 +805,18 @@ 17 - Android 4. + J MR1. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.Build.VERSION_CODES.JELLY_BEAN_MR1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -680,9 +846,18 @@ 18 - Android 4. + J MR2. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.Build.VERSION_CODES.JELLY_BEAN_MR2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -743,9 +918,18 @@ 19 - To be added. + K. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.Build.VERSION_CODES.KITKAT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -774,9 +958,18 @@ 20 - To be added. + K for watches. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.Build.VERSION_CODES.KITKAT_WATCH. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -805,9 +998,18 @@ 21 - To be added. + L. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.Build.VERSION_CODES.LOLLIPOP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -836,9 +1038,18 @@ 22 - To be added. + L MR1. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.Build.VERSION_CODES.LOLLIPOP_MR1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -867,9 +1078,18 @@ 23 - To be added. + M. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.Build.VERSION_CODES.M. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -898,9 +1118,18 @@ 24 - To be added. + N. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.Build.VERSION_CODES.N. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -929,9 +1158,18 @@ 25 - To be added. + N MR1. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.Build.VERSION_CODES.N_MR1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -960,9 +1198,18 @@ 26 - To be added. + O. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.Build.VERSION_CODES.O. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -991,9 +1238,18 @@ 27 - To be added. + O MR1. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.Build.VERSION_CODES.O_MR1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1022,8 +1278,19 @@ 28 - To be added. - To be added. + P. + + + + Java documentation for android.os.Build.VERSION_CODES.P. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1051,8 +1318,19 @@ 29 - To be added. - To be added. + Q. + + + + Java documentation for android.os.Build.VERSION_CODES.Q. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1080,8 +1358,19 @@ 30 - To be added. - To be added. + R. + + + + Java documentation for android.os.Build.VERSION_CODES.R. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1109,8 +1398,19 @@ 31 - To be added. - To be added. + S. + + + + Java documentation for android.os.Build.VERSION_CODES.S. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.OS/CancellationSignal+IOnCancelListener.xml b/docs/Mono.Android/en/Android.OS/CancellationSignal+IOnCancelListener.xml index cf704b794c..25268644d6 100644 --- a/docs/Mono.Android/en/Android.OS/CancellationSignal+IOnCancelListener.xml +++ b/docs/Mono.Android/en/Android.OS/CancellationSignal+IOnCancelListener.xml @@ -29,10 +29,14 @@ - Android platform documentation + Java documentation for android.os.CancellationSignal.OnCancelListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -58,9 +62,18 @@ - Called when is invoked. + Called when CancellationSignal#cancel is invoked. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.CancellationSignal.OnCancelListener.onCancel(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.OS/CombinedVibration+ParallelCombination.xml b/docs/Mono.Android/en/Android.OS/CombinedVibration+ParallelCombination.xml index b77f325b82..67c954b051 100644 --- a/docs/Mono.Android/en/Android.OS/CombinedVibration+ParallelCombination.xml +++ b/docs/Mono.Android/en/Android.OS/CombinedVibration+ParallelCombination.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + A combination of haptic effects that should be played in multiple vibrators in parallel. + + + + Java documentation for android.os.CombinedVibration.ParallelCombination. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -74,9 +85,21 @@ - To be added. - To be added. - To be added. + Combine all of the added effects into a CombinedVibration. + The CombinedVibration resulting from combining the added effects to + be played in parallel. + + + + Java documentation for android.os.CombinedVibration.ParallelCombination.combine(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.OS/Debug+InstructionCount.xml b/docs/Mono.Android/en/Android.OS/Debug+InstructionCount.xml index 628bd81cb5..2463298a8e 100644 --- a/docs/Mono.Android/en/Android.OS/Debug+InstructionCount.xml +++ b/docs/Mono.Android/en/Android.OS/Debug+InstructionCount.xml @@ -26,10 +26,14 @@ - Android platform documentation + Java documentation for android.os.Debug.InstructionCount. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -114,7 +118,16 @@ Collect instruction counts. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.Debug.InstructionCount.collect(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -145,10 +158,19 @@ Return the total number of method-invocation instructions - executed globally. + executed globally. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.Debug.InstructionCount.globalMethodInvocations(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -178,11 +200,19 @@ - Return the total number of instructions executed globally (i.e. in - all threads). + Return the total number of instructions executed globally (i. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.Debug.InstructionCount.globalTotal(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -244,9 +274,18 @@ Reset counters and ensure counts are running. - To be added. + true if counting was started - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.Debug.InstructionCount.resetAndStart(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.OS/Debug+MemoryInfo.xml b/docs/Mono.Android/en/Android.OS/Debug+MemoryInfo.xml index 441cb8da52..42615bccf4 100644 --- a/docs/Mono.Android/en/Android.OS/Debug+MemoryInfo.xml +++ b/docs/Mono.Android/en/Android.OS/Debug+MemoryInfo.xml @@ -32,14 +32,18 @@ This class is used to retrieved various statistics about the memory mappings for this - process. + process. - Android platform documentation + Java documentation for android.os.Debug.MemoryInfo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -141,10 +145,19 @@ System.Int32 - The private dirty pages used by dalvik. + The private dirty pages used by dalvik heap. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.Debug.MemoryInfo.dalvikPrivateDirty. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -169,10 +182,19 @@ System.Int32 - The proportional set size for dalvik. + The proportional set size for dalvik heap. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.Debug.MemoryInfo.dalvikPss. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -197,10 +219,19 @@ System.Int32 - The shared dirty pages used by dalvik. + The shared dirty pages used by dalvik heap. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.Debug.MemoryInfo.dalvikSharedDirty. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -262,10 +293,20 @@ To be added. - To be added. + Returns the value of a particular memory statistic or null if no + such memory statistic exists. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.Debug.MemoryInfo.getMemoryStat(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -297,7 +338,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.Debug.MemoryInfo.getOtherLabel(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -330,7 +380,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.Debug.MemoryInfo.getOtherPrivateDirty(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -363,7 +422,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.Debug.MemoryInfo.getOtherPss(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -396,7 +464,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.Debug.MemoryInfo.getOtherSharedDirty(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -455,10 +532,20 @@ System.Collections.Generic.IDictionary<System.String,System.String> - To be added. - To be added. + Returns a map of the names/values of the memory statistics + that #getMemoryStat(String) supports. + a map of the names/values of the supported memory statistics. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.Debug.MemoryInfo.getMemoryStats(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -485,7 +572,16 @@ The private dirty pages used by the native heap. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.Debug.MemoryInfo.nativePrivateDirty. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -513,7 +609,16 @@ The proportional set size for the native heap. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.Debug.MemoryInfo.nativePss. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -541,7 +646,16 @@ The shared dirty pages used by the native heap. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.Debug.MemoryInfo.nativeSharedDirty. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -569,7 +683,16 @@ The private dirty pages used by everything else. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.Debug.MemoryInfo.otherPrivateDirty. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -597,7 +720,16 @@ The proportional set size for everything else. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.Debug.MemoryInfo.otherPss. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -625,7 +757,16 @@ The shared dirty pages used by everything else. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.Debug.MemoryInfo.otherSharedDirty. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -744,10 +885,19 @@ System.Int32 - To be added. + Return total shared clean memory usage in kB. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.Debug.MemoryInfo.getTotalPrivateClean(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -774,7 +924,16 @@ Return total private dirty memory usage in kB. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.Debug.MemoryInfo.getTotalPrivateDirty(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -802,7 +961,16 @@ Return total PSS memory usage in kB. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.Debug.MemoryInfo.getTotalPss(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -827,10 +995,19 @@ System.Int32 - To be added. + Return total shared clean memory usage in kB. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.Debug.MemoryInfo.getTotalSharedClean(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -857,7 +1034,16 @@ Return total shared dirty memory usage in kB. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.Debug.MemoryInfo.getTotalSharedDirty(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -882,10 +1068,20 @@ System.Int32 - To be added. + Return total PSS memory usage in kB mapping a file of one of the following extension: + . To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.Debug.MemoryInfo.getTotalSwappablePss(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.OS/DropBoxManager+Entry.xml b/docs/Mono.Android/en/Android.OS/DropBoxManager+Entry.xml index 11d3f08f23..d5197d4b06 100644 --- a/docs/Mono.Android/en/Android.OS/DropBoxManager+Entry.xml +++ b/docs/Mono.Android/en/Android.OS/DropBoxManager+Entry.xml @@ -38,10 +38,14 @@ - Android platform documentation + Java documentation for android.os.DropBoxManager.Entry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -94,7 +98,16 @@ To be added. Create a new empty Entry with no contents. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.DropBoxManager.Entry.DropBoxManager$Entry(java.lang.String, long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -126,7 +139,16 @@ To be added. Create a new Entry with plain text contents. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.DropBoxManager.Entry.DropBoxManager$Entry(java.lang.String, long, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -167,7 +189,16 @@ To be added. Create a new Entry with streaming data contents. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.DropBoxManager.Entry.DropBoxManager$Entry(java.lang.String, long, android.os.ParcelFileDescriptor, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -208,7 +239,16 @@ To be added. Create a new Entry with the contents read from a file. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.DropBoxManager.Entry.DropBoxManager$Entry(java.lang.String, long, java.io.File, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -250,7 +290,16 @@ To be added. Create a new Entry with byte array contents. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.DropBoxManager.Entry.DropBoxManager$Entry(java.lang.String, long, byte[], int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -281,7 +330,16 @@ Close the input stream associated with this entry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.DropBoxManager.Entry.close(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -370,9 +428,18 @@ - To be added. + flags describing the content returned by #getInputStream(). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.DropBoxManager.Entry.getFlags(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -403,9 +470,18 @@ of string to return (will truncate at this length). - To be added. + the uncompressed text contents of the entry, null if the entry is not text. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.DropBoxManager.Entry.getText(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -432,9 +508,18 @@ - To be added. + the uncompressed contents of the entry, or null if the contents were lost - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.DropBoxManager.Entry.getInputStream(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -496,9 +581,18 @@ - To be added. + the tag originally attached to the entry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.DropBoxManager.Entry.getTag(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -587,9 +681,18 @@ - To be added. + time when the entry was originally created. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.DropBoxManager.Entry.getTimeMillis(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.OS/FileObserver.xml b/docs/Mono.Android/en/Android.OS/FileObserver.xml index d331a4b4e3..d97558f322 100644 --- a/docs/Mono.Android/en/Android.OS/FileObserver.xml +++ b/docs/Mono.Android/en/Android.OS/FileObserver.xml @@ -18,7 +18,9 @@ - Monitors files (using <a href="http://en. + Monitors files (using inotify) + to fire an event after files are accessed or changed by any process on + the device (including this one). diff --git a/docs/Mono.Android/en/Android.OS/FileUtils+IProgressListener.xml b/docs/Mono.Android/en/Android.OS/FileUtils+IProgressListener.xml index 7be003556b..0e0c550524 100644 --- a/docs/Mono.Android/en/Android.OS/FileUtils+IProgressListener.xml +++ b/docs/Mono.Android/en/Android.OS/FileUtils+IProgressListener.xml @@ -25,8 +25,19 @@ - To be added. - To be added. + Listener that is called periodically as progress is made. + + + + Java documentation for android.os.FileUtils.ProgressListener. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.OS/Handler+ICallback.xml b/docs/Mono.Android/en/Android.OS/Handler+ICallback.xml index e97b35eb66..13b93373f8 100644 --- a/docs/Mono.Android/en/Android.OS/Handler+ICallback.xml +++ b/docs/Mono.Android/en/Android.OS/Handler+ICallback.xml @@ -26,14 +26,18 @@ Callback interface you can use when instantiating a Handler to avoid - having to implement your own subclass of Handler. + having to implement your own subclass of Handler. - Android platform documentation + Java documentation for android.os.Handler.Callback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -61,12 +65,21 @@ - To be added. + A android.os.Message Message object - To be added. + True if no further handling is desired - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.Handler.Callback.handleMessage(android.os.Message). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.OS/HandlerThread.xml b/docs/Mono.Android/en/Android.OS/HandlerThread.xml index a45473adc0..9a09347894 100644 --- a/docs/Mono.Android/en/Android.OS/HandlerThread.xml +++ b/docs/Mono.Android/en/Android.OS/HandlerThread.xml @@ -115,9 +115,8 @@ - To be added. - To be added. - priority The priority to run the thread at. The value supplied must be from + name + The priority to run the thread at. The value supplied must be from android.os.Process and not from java.lang.Thread. Constructs a HandlerThread. diff --git a/docs/Mono.Android/en/Android.OS/IBinderDeathRecipient.xml b/docs/Mono.Android/en/Android.OS/IBinderDeathRecipient.xml index 4afd9be06b..d41b17e45e 100644 --- a/docs/Mono.Android/en/Android.OS/IBinderDeathRecipient.xml +++ b/docs/Mono.Android/en/Android.OS/IBinderDeathRecipient.xml @@ -26,14 +26,18 @@ Interface for receiving a callback when the process hosting an IBinder - has gone away. + has gone away. - Android platform documentation + Java documentation for android.os.IBinder.DeathRecipient. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.OS/IParcelableClassLoaderCreator.xml b/docs/Mono.Android/en/Android.OS/IParcelableClassLoaderCreator.xml index 03a512d61d..87689a2256 100644 --- a/docs/Mono.Android/en/Android.OS/IParcelableClassLoaderCreator.xml +++ b/docs/Mono.Android/en/Android.OS/IParcelableClassLoaderCreator.xml @@ -32,15 +32,19 @@ - Specialization of that allows you to receive the - ClassLoader the object is being created in. + Specialization of Creator that allows you to receive the + ClassLoader the object is being created in. - Android platform documentation + Java documentation for android.os.Parcelable.ClassLoaderCreator. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -72,11 +76,21 @@ The Parcel to read the object's data from. The ClassLoader that this object is being created in. Create a new instance of the Parcelable class, instantiating it - from the given Parcel whose data had previously been written and - using the given ClassLoader. - To be added. + from the given Parcel whose data had previously been written by + Parcelable#writeToParcel Parcelable.writeToParcel() and + using the given ClassLoader. + Returns a new instance of the Parcelable class. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.Parcelable.ClassLoaderCreator.createFromParcel(android.os.Parcel, java.lang.ClassLoader). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.OS/IParcelableCreator.xml b/docs/Mono.Android/en/Android.OS/IParcelableCreator.xml index d723d8a435..e7a37b74cb 100644 --- a/docs/Mono.Android/en/Android.OS/IParcelableCreator.xml +++ b/docs/Mono.Android/en/Android.OS/IParcelableCreator.xml @@ -30,14 +30,18 @@ Interface that must be implemented and provided as a public CREATOR - field that generates instances of your Parcelable class from a Parcel. + field that generates instances of your Parcelable class from a Parcel. - Android platform documentation + Java documentation for android.os.Parcelable.Creator. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -66,10 +70,21 @@ The Parcel to read the object's data from. - Create a new instance of the Parcelable class. - To be added. + Create a new instance of the Parcelable class, instantiating it + from the given Parcel whose data had previously been written by + Parcelable#writeToParcel Parcelable.writeToParcel(). + Returns a new instance of the Parcelable class. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.Parcelable.Creator.createFromParcel(android.os.Parcel). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -99,9 +114,19 @@ Size of the array. Create a new array of the Parcelable class. - To be added. + Returns an array of the Parcelable class, with every entry + initialized to null. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.Parcelable.Creator.newArray(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.OS/MessageQueue+IIdleHandler.xml b/docs/Mono.Android/en/Android.OS/MessageQueue+IIdleHandler.xml index d05f8f54ec..4c1dec8658 100644 --- a/docs/Mono.Android/en/Android.OS/MessageQueue+IIdleHandler.xml +++ b/docs/Mono.Android/en/Android.OS/MessageQueue+IIdleHandler.xml @@ -26,14 +26,18 @@ Callback interface for discovering when a thread is going to block - waiting for more messages. + waiting for more messages. - Android platform documentation + Java documentation for android.os.MessageQueue.IdleHandler. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -60,10 +64,19 @@ Called when the message queue has run out of messages and will now - wait for more. + wait for more. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.MessageQueue.IdleHandler.queueIdle(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.OS/MessageQueue+IOnFileDescriptorEventListener.xml b/docs/Mono.Android/en/Android.OS/MessageQueue+IOnFileDescriptorEventListener.xml index e23a0bc1cc..9f63348174 100644 --- a/docs/Mono.Android/en/Android.OS/MessageQueue+IOnFileDescriptorEventListener.xml +++ b/docs/Mono.Android/en/Android.OS/MessageQueue+IOnFileDescriptorEventListener.xml @@ -25,14 +25,18 @@ - To be added. + A listener which is invoked when file descriptor related events occur. - Android platform documentation + Java documentation for android.os.MessageQueue.OnFileDescriptorEventListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -67,12 +71,22 @@ - To be added. - To be added. - To be added. - To be added. + The file descriptor. + The set of events that occurred: a combination of the + #EVENT_INPUT, #EVENT_OUTPUT, and #EVENT_ERROR event masks. + Called when a file descriptor receives events. + The new set of events to watch, or 0 to unregister the listener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.MessageQueue.OnFileDescriptorEventListener.onFileDescriptorEvents(java.io.FileDescriptor, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.OS/ParcelFileDescriptor+AutoCloseInputStream.xml b/docs/Mono.Android/en/Android.OS/ParcelFileDescriptor+AutoCloseInputStream.xml index 385b7119fd..e6dc5ac6cb 100644 --- a/docs/Mono.Android/en/Android.OS/ParcelFileDescriptor+AutoCloseInputStream.xml +++ b/docs/Mono.Android/en/Android.OS/ParcelFileDescriptor+AutoCloseInputStream.xml @@ -19,14 +19,19 @@ An InputStream you can create on a ParcelFileDescriptor, which will - take care of calling for you when the stream is closed. + take care of calling ParcelFileDescriptor#close + ParcelFileDescriptor.close() for you when the stream is closed. - Android platform documentation + Java documentation for android.os.ParcelFileDescriptor.AutoCloseInputStream. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.OS/ParcelFileDescriptor+AutoCloseOutputStream.xml b/docs/Mono.Android/en/Android.OS/ParcelFileDescriptor+AutoCloseOutputStream.xml index 41dfd40575..b9c10890e0 100644 --- a/docs/Mono.Android/en/Android.OS/ParcelFileDescriptor+AutoCloseOutputStream.xml +++ b/docs/Mono.Android/en/Android.OS/ParcelFileDescriptor+AutoCloseOutputStream.xml @@ -19,14 +19,19 @@ An OutputStream you can create on a ParcelFileDescriptor, which will - take care of calling for you when the stream is closed. + take care of calling ParcelFileDescriptor#close + ParcelFileDescriptor.close() for you when the stream is closed. - Android platform documentation + Java documentation for android.os.ParcelFileDescriptor.AutoCloseOutputStream. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.OS/ParcelFileDescriptor+FileDescriptorDetachedException.xml b/docs/Mono.Android/en/Android.OS/ParcelFileDescriptor+FileDescriptorDetachedException.xml index c0f00c2b6e..043fb3ca23 100644 --- a/docs/Mono.Android/en/Android.OS/ParcelFileDescriptor+FileDescriptorDetachedException.xml +++ b/docs/Mono.Android/en/Android.OS/ParcelFileDescriptor+FileDescriptorDetachedException.xml @@ -18,14 +18,18 @@ - To be added. + Exception that indicates that the file descriptor was detached. - Android platform documentation + Java documentation for android.os.ParcelFileDescriptor.FileDescriptorDetachedException. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.OS/ParcelFileDescriptor+IOnCloseListener.xml b/docs/Mono.Android/en/Android.OS/ParcelFileDescriptor+IOnCloseListener.xml index 86f9233019..ed413304e8 100644 --- a/docs/Mono.Android/en/Android.OS/ParcelFileDescriptor+IOnCloseListener.xml +++ b/docs/Mono.Android/en/Android.OS/ParcelFileDescriptor+IOnCloseListener.xml @@ -25,14 +25,18 @@ - To be added. + Callback indicating that a ParcelFileDescriptor has been closed. - Android platform documentation + Java documentation for android.os.ParcelFileDescriptor.OnCloseListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -59,10 +63,26 @@ - To be added. - To be added. + error state, or null if closed cleanly. + If the close event was the result of + ParcelFileDescriptor#detachFd(), this will be a + FileDescriptorDetachedException. After detach the + remote side may continue reading/writing to the underlying + FileDescriptor, but they can no longer deliver + reliable close/error events. + Event indicating the ParcelFileDescriptor to which this listener was + attached has been closed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.ParcelFileDescriptor.OnCloseListener.onClose(java.io.IOException). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.OS/ParcelFileDescriptor.xml b/docs/Mono.Android/en/Android.OS/ParcelFileDescriptor.xml index 706bb91bda..ffe1dad209 100644 --- a/docs/Mono.Android/en/Android.OS/ParcelFileDescriptor.xml +++ b/docs/Mono.Android/en/Android.OS/ParcelFileDescriptor.xml @@ -1249,7 +1249,7 @@ Additional flags about how the object should be written. May be 0 or . - [TODO: @inheritDoc] + To be added If Parcelable#PARCELABLE_WRITE_RETURN_VALUE is set in flags, the file descriptor will be closed after a copy is written to the Parcel. diff --git a/docs/Mono.Android/en/Android.OS/PerformanceHintManager+Session.xml b/docs/Mono.Android/en/Android.OS/PerformanceHintManager+Session.xml index eeedd30deb..030ee46b03 100644 --- a/docs/Mono.Android/en/Android.OS/PerformanceHintManager+Session.xml +++ b/docs/Mono.Android/en/Android.OS/PerformanceHintManager+Session.xml @@ -31,8 +31,20 @@ - To be added. - To be added. + A Session represents a group of threads with an inter-related workload such that hints for + their performance should be considered as a unit. + + + + Java documentation for android.os.PerformanceHintManager.Session. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -80,8 +92,19 @@ - To be added. - To be added. + Ends the current hint session. + + + + Java documentation for android.os.PerformanceHintManager.Session.close(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -139,9 +162,21 @@ - To be added. - To be added. - To be added. + how long the thread group took to complete its last task in + nanoseconds + Reports the actual duration for the last cycle of work. + + + + Java documentation for android.os.PerformanceHintManager.Session.reportActualWorkDuration(long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -225,9 +260,20 @@ - To be added. - To be added. - To be added. + the new desired duration in nanoseconds + Updates this session's target duration for each cycle of work. + + + + Java documentation for android.os.PerformanceHintManager.Session.updateTargetWorkDuration(long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.OS/PowerManager+IOnThermalStatusChangedListener.xml b/docs/Mono.Android/en/Android.OS/PowerManager+IOnThermalStatusChangedListener.xml index 0ba9dd893c..9dd37dee60 100644 --- a/docs/Mono.Android/en/Android.OS/PowerManager+IOnThermalStatusChangedListener.xml +++ b/docs/Mono.Android/en/Android.OS/PowerManager+IOnThermalStatusChangedListener.xml @@ -25,8 +25,22 @@ - To be added. - To be added. + Listener passed to + PowerManager#addThermalStatusListener and + PowerManager#removeThermalStatusListener + to notify caller of thermal status has changed. + + + + Java documentation for android.os.PowerManager.OnThermalStatusChangedListener. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -59,9 +73,20 @@ - To be added. - To be added. - To be added. + defined in android.os.Temperature. + Called when overall thermal throttling status changed. + + + + Java documentation for android.os.PowerManager.OnThermalStatusChangedListener.onThermalStatusChanged(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.OS/PowerManager+WakeLock.xml b/docs/Mono.Android/en/Android.OS/PowerManager+WakeLock.xml index 0720991abb..befe8fd2e5 100644 --- a/docs/Mono.Android/en/Android.OS/PowerManager+WakeLock.xml +++ b/docs/Mono.Android/en/Android.OS/PowerManager+WakeLock.xml @@ -19,14 +19,18 @@ A wake lock is a mechanism to indicate that your application needs - to have the device stay on. + to have the device stay on. - Android platform documentation + Java documentation for android.os.PowerManager.WakeLock. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -77,7 +81,16 @@ Acquires the wake lock. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.PowerManager.WakeLock.acquire(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -105,11 +118,19 @@ - The timeout after which to release the wake lock, in milliseconds. - + The timeout after which to release the wake lock, in milliseconds. Acquires the wake lock with a timeout. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.PowerManager.WakeLock.acquire(long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -135,9 +156,18 @@ Returns true if the wake lock has been acquired but not yet released. - To be added. + True if the wake lock is held. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.PowerManager.WakeLock.isHeld(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -196,7 +226,16 @@ Releases the wake lock. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.PowerManager.WakeLock.release(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -231,10 +270,21 @@ - To be added. - To be added. + Combination of flag values to modify the release behavior. + Currently only #RELEASE_FLAG_WAIT_FOR_NO_PROXIMITY is supported. + Passing 0 is equivalent to calling #release(). + Releases the wake lock with flags to modify the release behavior. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.PowerManager.WakeLock.release(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -262,11 +312,19 @@ True to make the wake lock reference counted, false to - make the wake lock non-reference counted. - + make the wake lock non-reference counted. Sets whether this WakeLock is reference counted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.PowerManager.WakeLock.setReferenceCounted(boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -294,11 +352,19 @@ - The work source, or null if none. - + The work source, or null if none. Sets the work source associated with the wake lock. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.PowerManager.WakeLock.setWorkSource(android.os.WorkSource). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.OS/RecoverySystem+IProgressListener.xml b/docs/Mono.Android/en/Android.OS/RecoverySystem+IProgressListener.xml index 13773e30a7..5c8e407ac0 100644 --- a/docs/Mono.Android/en/Android.OS/RecoverySystem+IProgressListener.xml +++ b/docs/Mono.Android/en/Android.OS/RecoverySystem+IProgressListener.xml @@ -26,14 +26,18 @@ Interface definition for a callback to be invoked regularly as - verification proceeds. + verification proceeds. - Android platform documentation + Java documentation for android.os.RecoverySystem.ProgressListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -62,12 +66,20 @@ the approximate percentage of the - verification that has been completed, ranging from 0 - to 100 (inclusive). - + verification that has been completed, ranging from 0 + to 100 (inclusive). Called periodically as the verification progresses. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.os.RecoverySystem.ProgressListener.onProgress(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.OS/RemoteException.xml b/docs/Mono.Android/en/Android.OS/RemoteException.xml index d26a539ff4..caca6103f7 100644 --- a/docs/Mono.Android/en/Android.OS/RemoteException.xml +++ b/docs/Mono.Android/en/Android.OS/RemoteException.xml @@ -163,9 +163,20 @@ - To be added. + Rethrow this as an unchecked runtime exception. To be added. - To be added. + + + + Java documentation for android.os.RemoteException.rethrowAsRuntimeException(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -189,9 +200,20 @@ - To be added. + Rethrow this exception when we know it came from the system server. To be added. - To be added. + + + + Java documentation for android.os.RemoteException.rethrowFromSystemServer(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.OS/StrictMode+IOnThreadViolationListener.xml b/docs/Mono.Android/en/Android.OS/StrictMode+IOnThreadViolationListener.xml index 164ba29eef..c8b06a60b0 100644 --- a/docs/Mono.Android/en/Android.OS/StrictMode+IOnThreadViolationListener.xml +++ b/docs/Mono.Android/en/Android.OS/StrictMode+IOnThreadViolationListener.xml @@ -25,8 +25,20 @@ - To be added. - To be added. + When #ThreadPolicy.Builder#penaltyListener is enabled, the listener is called on the + provided executor when a Thread violation occurs. + + + + Java documentation for android.os.StrictMode.OnThreadViolationListener. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -53,8 +65,19 @@ To be added. - To be added. - To be added. + Called on a thread policy violation. + + + + Java documentation for android.os.StrictMode.OnThreadViolationListener.onThreadViolation(android.os.strictmode.Violation). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.OS/StrictMode+IOnVmViolationListener.xml b/docs/Mono.Android/en/Android.OS/StrictMode+IOnVmViolationListener.xml index 50cfa79fb5..8caecfd930 100644 --- a/docs/Mono.Android/en/Android.OS/StrictMode+IOnVmViolationListener.xml +++ b/docs/Mono.Android/en/Android.OS/StrictMode+IOnVmViolationListener.xml @@ -25,8 +25,20 @@ - To be added. - To be added. + When #VmPolicy.Builder#penaltyListener is enabled, the listener is called on the + provided executor when a VM violation occurs. + + + + Java documentation for android.os.StrictMode.OnVmViolationListener. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -53,8 +65,19 @@ To be added. - To be added. - To be added. + Called on a VM policy violation. + + + + Java documentation for android.os.StrictMode.OnVmViolationListener.onVmViolation(android.os.strictmode.Violation). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.OS/StrictMode+ThreadPolicy.xml b/docs/Mono.Android/en/Android.OS/StrictMode+ThreadPolicy.xml index a90af2e823..b8794625c3 100644 --- a/docs/Mono.Android/en/Android.OS/StrictMode+ThreadPolicy.xml +++ b/docs/Mono.Android/en/Android.OS/StrictMode+ThreadPolicy.xml @@ -19,14 +19,18 @@ - policy applied to a certain thread. + StrictMode policy applied to a certain thread. - Android platform documentation + Java documentation for android.os.StrictMode.ThreadPolicy. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.OS/StrictMode+VmPolicy.xml b/docs/Mono.Android/en/Android.OS/StrictMode+VmPolicy.xml index cbd1a09b31..a312b15ea7 100644 --- a/docs/Mono.Android/en/Android.OS/StrictMode+VmPolicy.xml +++ b/docs/Mono.Android/en/Android.OS/StrictMode+VmPolicy.xml @@ -19,14 +19,18 @@ - policy applied to all threads in the virtual machine's process. + StrictMode policy applied to all threads in the virtual machine's process. - Android platform documentation + Java documentation for android.os.StrictMode.VmPolicy. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.OS/UserManager+UserOperationException.xml b/docs/Mono.Android/en/Android.OS/UserManager+UserOperationException.xml index e4aaa2399e..eebd6d01b7 100644 --- a/docs/Mono.Android/en/Android.OS/UserManager+UserOperationException.xml +++ b/docs/Mono.Android/en/Android.OS/UserManager+UserOperationException.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Thrown to indicate user operation failed. + + + + Java documentation for android.os.UserManager.UserOperationException. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -150,9 +161,20 @@ Android.OS.UserOperationResultCode - To be added. + Returns the operation result code. To be added. - To be added. + + + + Java documentation for android.os.UserManager.UserOperationException.getUserOperationResult(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.OS/VibrationAttributes+Builder.xml b/docs/Mono.Android/en/Android.OS/VibrationAttributes+Builder.xml index a8fa542e29..c7a4797d45 100644 --- a/docs/Mono.Android/en/Android.OS/VibrationAttributes+Builder.xml +++ b/docs/Mono.Android/en/Android.OS/VibrationAttributes+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Builder class for VibrationAttributes objects. + + + + Java documentation for android.os.VibrationAttributes.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -39,8 +50,19 @@ - To be added. - To be added. + Constructs a new Builder with the defaults. + + + + Java documentation for android.os.VibrationAttributes.Builder.VibrationAttributes$Builder(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -64,8 +86,19 @@ To be added. - To be added. - To be added. + Constructs a new Builder from a given VibrationAttributes. + + + + Java documentation for android.os.VibrationAttributes.Builder.VibrationAttributes$Builder(android.os.VibrationAttributes). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -89,9 +122,21 @@ - To be added. - To be added. - To be added. + Combines all of the attributes that have been set and returns a new + VibrationAttributes object. + a new VibrationAttributes object + + + + Java documentation for android.os.VibrationAttributes.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.OS/VibrationEffect+Composition.xml b/docs/Mono.Android/en/Android.OS/VibrationEffect+Composition.xml index 7972c028a9..d874a89850 100644 --- a/docs/Mono.Android/en/Android.OS/VibrationEffect+Composition.xml +++ b/docs/Mono.Android/en/Android.OS/VibrationEffect+Composition.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + A composition of haptic primitives that, when combined, create a single haptic effect. + + + + Java documentation for android.os.VibrationEffect.Composition. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -136,9 +147,20 @@ - To be added. - To be added. - To be added. + Compose all of the added primitives together into a single VibrationEffect. + The VibrationEffect resulting from the composition of the primitives. + + + + Java documentation for android.os.VibrationEffect.Composition.compose(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -195,8 +217,19 @@ 1 - To be added. - To be added. + This effect should produce a sharp, crisp click sensation. + + + + Java documentation for android.os.VibrationEffect.Composition.PRIMITIVE_CLICK. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -224,8 +257,20 @@ 8 - To be added. - To be added. + This very short low frequency effect should produce a light crisp sensation + intended to be used repetitively for dynamic feedback. + + + + Java documentation for android.os.VibrationEffect.Composition.PRIMITIVE_LOW_TICK. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -253,8 +298,19 @@ 6 - To be added. - To be added. + A haptic effect that simulates quick downwards movement with gravity. + + + + Java documentation for android.os.VibrationEffect.Composition.PRIMITIVE_QUICK_FALL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -282,8 +338,19 @@ 4 - To be added. - To be added. + A haptic effect that simulates quick upward movement against gravity. + + + + Java documentation for android.os.VibrationEffect.Composition.PRIMITIVE_QUICK_RISE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -311,8 +378,19 @@ 5 - To be added. - To be added. + A haptic effect that simulates slow upward movement against gravity. + + + + Java documentation for android.os.VibrationEffect.Composition.PRIMITIVE_SLOW_RISE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -340,8 +418,19 @@ 3 - To be added. - To be added. + A haptic effect that simulates spinning momentum. + + + + Java documentation for android.os.VibrationEffect.Composition.PRIMITIVE_SPIN. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -369,8 +458,19 @@ 2 - To be added. - To be added. + A haptic effect that simulates downwards movement with gravity. + + + + Java documentation for android.os.VibrationEffect.Composition.PRIMITIVE_THUD. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -398,8 +498,20 @@ 7 - To be added. - To be added. + This very short effect should produce a light crisp sensation intended + to be used repetitively for dynamic feedback. + + + + Java documentation for android.os.VibrationEffect.Composition.PRIMITIVE_TICK. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Opengl/ETC1Util+ETC1Texture.xml b/docs/Mono.Android/en/Android.Opengl/ETC1Util+ETC1Texture.xml index 06d70d8393..88bb0e5f2e 100644 --- a/docs/Mono.Android/en/Android.Opengl/ETC1Util+ETC1Texture.xml +++ b/docs/Mono.Android/en/Android.Opengl/ETC1Util+ETC1Texture.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.opengl.ETC1Util.ETC1Texture. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -107,9 +111,18 @@ Get the compressed data of the texture. - To be added. + the texture data. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.opengl.ETC1Util.ETC1Texture.getData(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -135,9 +148,18 @@ Get the height of the texture in pixels. - To be added. + the width of the texture in pixels. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.opengl.ETC1Util.ETC1Texture.getHeight(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -256,9 +278,18 @@ Get the width of the texture in pixels. - To be added. + the width of the texture in pixels. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.opengl.ETC1Util.ETC1Texture.getWidth(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Opengl/ETC1Util.xml b/docs/Mono.Android/en/Android.Opengl/ETC1Util.xml index 5e2af7ddc9..83f6834970 100644 --- a/docs/Mono.Android/en/Android.Opengl/ETC1Util.xml +++ b/docs/Mono.Android/en/Android.Opengl/ETC1Util.xml @@ -328,7 +328,7 @@ - Java documentation for android.opengl.ETC1Util.loadTexture(int, int, int, int, int, android.opengl.ETC1Texture). + Java documentation for android.opengl.ETC1Util.loadTexture(int, int, int, int, int, java.io.InputStream). diff --git a/docs/Mono.Android/en/Android.Opengl/GLSurfaceView+IEGLConfigChooser.xml b/docs/Mono.Android/en/Android.Opengl/GLSurfaceView+IEGLConfigChooser.xml index 3e9a92cd68..9d88bd6d07 100644 --- a/docs/Mono.Android/en/Android.Opengl/GLSurfaceView+IEGLConfigChooser.xml +++ b/docs/Mono.Android/en/Android.Opengl/GLSurfaceView+IEGLConfigChooser.xml @@ -26,14 +26,18 @@ An interface for choosing an EGLConfig configuration from a list of - potential configurations. + potential configurations. - Android platform documentation + Java documentation for android.opengl.GLSurfaceView.EGLConfigChooser. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -65,9 +69,18 @@ the EGL10 for the current display. the current display. Choose a configuration from the list. - To be added. + the chosen configuration. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.opengl.GLSurfaceView.EGLConfigChooser.chooseConfig(javax.microedition.khronos.egl.EGL10, javax.microedition.khronos.egl.EGLDisplay). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Opengl/GLSurfaceView+IEGLContextFactory.xml b/docs/Mono.Android/en/Android.Opengl/GLSurfaceView+IEGLContextFactory.xml index c7e232cc07..0204abcacf 100644 --- a/docs/Mono.Android/en/Android.Opengl/GLSurfaceView+IEGLContextFactory.xml +++ b/docs/Mono.Android/en/Android.Opengl/GLSurfaceView+IEGLContextFactory.xml @@ -29,10 +29,14 @@ - Android platform documentation + Java documentation for android.opengl.GLSurfaceView.EGLContextFactory. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Opengl/GLSurfaceView+IEGLWindowSurfaceFactory.xml b/docs/Mono.Android/en/Android.Opengl/GLSurfaceView+IEGLWindowSurfaceFactory.xml index 010e922fc5..ac68320279 100644 --- a/docs/Mono.Android/en/Android.Opengl/GLSurfaceView+IEGLWindowSurfaceFactory.xml +++ b/docs/Mono.Android/en/Android.Opengl/GLSurfaceView+IEGLWindowSurfaceFactory.xml @@ -29,10 +29,14 @@ - Android platform documentation + Java documentation for android.opengl.GLSurfaceView.EGLWindowSurfaceFactory. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -69,9 +73,18 @@ To be added. - To be added. + null if the surface cannot be constructed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.opengl.GLSurfaceView.EGLWindowSurfaceFactory.createWindowSurface(javax.microedition.khronos.egl.EGL10, javax.microedition.khronos.egl.EGLDisplay, javax.microedition.khronos.egl.EGLConfig, java.lang.Object). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Opengl/GLSurfaceView+IGLWrapper.xml b/docs/Mono.Android/en/Android.Opengl/GLSurfaceView+IGLWrapper.xml index 8c4811d85b..440464a5fa 100644 --- a/docs/Mono.Android/en/Android.Opengl/GLSurfaceView+IGLWrapper.xml +++ b/docs/Mono.Android/en/Android.Opengl/GLSurfaceView+IGLWrapper.xml @@ -62,9 +62,18 @@ a GL interface that is to be wrapped. Wraps a gl interface in another gl interface. - To be added. + either the input argument or another GL object that wraps the input argument. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.opengl.GLSurfaceView.GLWrapper.wrap(javax.microedition.khronos.opengles.GL). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Opengl/GLSurfaceView+IRenderer.xml b/docs/Mono.Android/en/Android.Opengl/GLSurfaceView+IRenderer.xml index 9bb0a776d5..79fcf3acf7 100644 --- a/docs/Mono.Android/en/Android.Opengl/GLSurfaceView+IRenderer.xml +++ b/docs/Mono.Android/en/Android.Opengl/GLSurfaceView+IRenderer.xml @@ -29,10 +29,14 @@ - Android platform documentation + Java documentation for android.opengl.GLSurfaceView.Renderer. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -130,14 +134,22 @@ - the GL interface. Use instanceof to - test if the interface supports GL11 or higher interfaces. + the GL interface. Use <code>instanceof</code> to + test if the interface supports GL11 or higher interfaces. the EGLConfig of the created surface. Can be used - to create matching pbuffers. - + to create matching pbuffers. Called when the surface is created or recreated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.opengl.GLSurfaceView.Renderer.onSurfaceCreated(javax.microedition.khronos.opengles.GL10, javax.microedition.khronos.egl.EGLConfig). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Opengl/GLSurfaceView.xml b/docs/Mono.Android/en/Android.Opengl/GLSurfaceView.xml index 846452b881..66fd00cb08 100644 --- a/docs/Mono.Android/en/Android.Opengl/GLSurfaceView.xml +++ b/docs/Mono.Android/en/Android.Opengl/GLSurfaceView.xml @@ -767,14 +767,14 @@ - To be added. + needDepth Install a config chooser which will choose a config - with at least the specified depthSize and stencilSize, - and exactly the specified redSize, greenSize, blueSize and alphaSize. + as close to 16-bit RGB as possible, with or without an optional depth + buffer as close to 16-bits as possible. - Java documentation for android.opengl.GLSurfaceView.setEGLConfigChooser(int, int, int, int, int, int). + Java documentation for android.opengl.GLSurfaceView.setEGLConfigChooser(boolean). diff --git a/docs/Mono.Android/en/Android.Opengl/GLU.xml b/docs/Mono.Android/en/Android.Opengl/GLU.xml index 8f3762dec5..7855ba32b9 100644 --- a/docs/Mono.Android/en/Android.Opengl/GLU.xml +++ b/docs/Mono.Android/en/Android.Opengl/GLU.xml @@ -210,14 +210,23 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + gl + left + right + bottom + top Set up a 2D orthographic projection matrix - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.opengl.GLU.gluOrtho2D(javax.microedition.khronos.opengles.GL10, float, float, float, float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Opengl/GLUtils.xml b/docs/Mono.Android/en/Android.Opengl/GLUtils.xml index 6492d94711..175dc07bca 100644 --- a/docs/Mono.Android/en/Android.Opengl/GLUtils.xml +++ b/docs/Mono.Android/en/Android.Opengl/GLUtils.xml @@ -99,10 +99,9 @@ - To be added. - the internal format of the bitmap. + bitmap return the internal format as defined by OpenGL ES of the supplied bitmap. - To be added. + the internal format of the bitmap. @@ -141,11 +140,10 @@ - To be added. - the OpenGL ES type of the bitmap. + bitmap Return the type as defined by OpenGL ES of the supplied bitmap, if there is one. - To be added. + the OpenGL ES type of the bitmap. @@ -219,12 +217,10 @@ - To be added. - To be added. - To be added. - To be added. - level - border + target + level + bitmap + border A version of texImage2D that determines the internalFormat and type automatically. @@ -269,14 +265,23 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + target + level + internalformat + bitmap + border Calls glTexImage2D() on the current OpenGL context. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.opengl.GLUtils.texImage2D(int, int, int, android.graphics.Bitmap, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -309,15 +314,12 @@ - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - level - bitmap - border + target + level + internalformat + bitmap + type + border A version of texImage2D() that takes an explicit type parameter as defined by the OpenGL ES specification. @@ -362,14 +364,23 @@ - To be added. - To be added. - To be added. - To be added. - To be added. - Calls glTexSubImage2D() on the current OpenGL context. + target + level + xoffset + yoffset + bitmap + Calls glTexSubImage2D() on the current OpenGL context. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.opengl.GLUtils.texSubImage2D(int, int, int, int, android.graphics.Bitmap). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -403,16 +414,13 @@ - To be added. - To be added. - To be added. - To be added. - To be added. To be added. - To be added. - level - yoffset - type + target + level + xoffset + yoffset + bitmap + type A version of texSubImage2D() that takes an explicit type parameter as defined by the OpenGL ES specification. diff --git a/docs/Mono.Android/en/Android.Opengl/Matrix.xml b/docs/Mono.Android/en/Android.Opengl/Matrix.xml index d1f48899af..2257d73a96 100644 --- a/docs/Mono.Android/en/Android.Opengl/Matrix.xml +++ b/docs/Mono.Android/en/Android.Opengl/Matrix.xml @@ -125,18 +125,15 @@ - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. the float array that holds the output perspective matrix the offset into float array m where the perspective matrix data is written - right - top - far + left + right + bottom + top + near + far Defines a projection matrix in terms of six clip planes. @@ -422,16 +419,25 @@ returns the result - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. + mOffset + left + right + bottom + top + near + far Computes an orthographic projection matrix. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.opengl.Matrix.orthoM(float[], int, float, float, float, float, float, float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -464,14 +470,13 @@ - To be added. - To be added. the float array that holds the perspective matrix the offset into float array m where the perspective matrix data is written field of view in y direction, in degrees width to height aspect ratio of the viewport - zFar + zNear + zFar Defines a projection matrix in terms of a field of view angle, an aspect ratio, and z clip planes. diff --git a/docs/Mono.Android/en/Android.Preferences/DialogPreference.xml b/docs/Mono.Android/en/Android.Preferences/DialogPreference.xml index 80c3abc18b..bdcd2034be 100644 --- a/docs/Mono.Android/en/Android.Preferences/DialogPreference.xml +++ b/docs/Mono.Android/en/Android.Preferences/DialogPreference.xml @@ -658,7 +658,7 @@ - [TODO: @inheritDoc] + To be added diff --git a/docs/Mono.Android/en/Android.Preferences/Preference+BaseSavedState.xml b/docs/Mono.Android/en/Android.Preferences/Preference+BaseSavedState.xml index 95abcbed7d..4afa1703aa 100644 --- a/docs/Mono.Android/en/Android.Preferences/Preference+BaseSavedState.xml +++ b/docs/Mono.Android/en/Android.Preferences/Preference+BaseSavedState.xml @@ -22,14 +22,18 @@ - A base class for managing the instance state of a . + A base class for managing the instance state of a Preference. - Android platform documentation + Java documentation for android.preference.Preference.BaseSavedState. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Preferences/Preference+IOnPreferenceChangeListener.xml b/docs/Mono.Android/en/Android.Preferences/Preference+IOnPreferenceChangeListener.xml index 57156d3cb1..0e7dd710e4 100644 --- a/docs/Mono.Android/en/Android.Preferences/Preference+IOnPreferenceChangeListener.xml +++ b/docs/Mono.Android/en/Android.Preferences/Preference+IOnPreferenceChangeListener.xml @@ -30,15 +30,19 @@ Interface definition for a callback to be invoked when the value of this - has been changed by the user and is - about to be set and/or persisted. + Preference has been changed by the user and is + about to be set and/or persisted. - Android platform documentation + Java documentation for android.preference.Preference.OnPreferenceChangeListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -74,9 +78,18 @@ The changed Preference. The new value of the Preference. Called when a Preference has been changed by the user. - To be added. + True to update the state of the Preference with the new value. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.preference.Preference.OnPreferenceChangeListener.onPreferenceChange(android.preference.Preference, java.lang.Object). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Preferences/Preference+IOnPreferenceClickListener.xml b/docs/Mono.Android/en/Android.Preferences/Preference+IOnPreferenceClickListener.xml index 9d3dd43b99..383f2070e3 100644 --- a/docs/Mono.Android/en/Android.Preferences/Preference+IOnPreferenceClickListener.xml +++ b/docs/Mono.Android/en/Android.Preferences/Preference+IOnPreferenceClickListener.xml @@ -29,15 +29,19 @@ - Interface definition for a callback to be invoked when a is - clicked. + Interface definition for a callback to be invoked when a Preference is + clicked. - Android platform documentation + Java documentation for android.preference.Preference.OnPreferenceClickListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -71,9 +75,18 @@ The Preference that was clicked. Called when a Preference has been clicked. - To be added. + True if the click was handled. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.preference.Preference.OnPreferenceClickListener.onPreferenceClick(android.preference.Preference). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Preferences/PreferenceActivity+Header.xml b/docs/Mono.Android/en/Android.Preferences/PreferenceActivity+Header.xml index fe97ed2792..ca94c38681 100644 --- a/docs/Mono.Android/en/Android.Preferences/PreferenceActivity+Header.xml +++ b/docs/Mono.Android/en/Android.Preferences/PreferenceActivity+Header.xml @@ -39,10 +39,14 @@ - Android platform documentation + Java documentation for android.preference.PreferenceActivity.Header. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -103,7 +107,16 @@ Optional text to show as the short title in the bread crumb. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.preference.PreferenceActivity.Header.breadCrumbShortTitle. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -135,7 +148,16 @@ Resource ID of optional text to show as the short title in the bread crumb. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.preference.PreferenceActivity.Header.breadCrumbShortTitleRes. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -167,7 +189,16 @@ Optional text to show as the title in the bread crumb. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.preference.PreferenceActivity.Header.breadCrumbTitle. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -199,7 +230,16 @@ Resource ID of optional text to show as the title in the bread crumb. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.preference.PreferenceActivity.Header.breadCrumbTitleRes. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -301,7 +341,16 @@ Optional additional data for use by subclasses of PreferenceActivity. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.preference.PreferenceActivity.Header.extras. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -331,10 +380,19 @@ Full class name of the fragment to display when this header is - selected. + selected. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.preference.PreferenceActivity.Header.fragment. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -364,10 +422,19 @@ Optional arguments to supply to the fragment when it is - instantiated. + instantiated. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.preference.PreferenceActivity.Header.fragmentArguments. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -396,10 +463,19 @@ To be added. - To be added. + Return the currently set bread crumb short title. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.preference.PreferenceActivity.Header.getBreadCrumbShortTitle(android.content.res.Resources). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -434,7 +510,16 @@ Return the currently set bread crumb short title. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.preference.PreferenceActivity.Header.getBreadCrumbShortTitle(android.content.res.Resources). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -463,10 +548,19 @@ To be added. - To be added. + Return the currently set bread crumb title. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.preference.PreferenceActivity.Header.getBreadCrumbTitle(android.content.res.Resources). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -501,7 +595,16 @@ Return the currently set bread crumb title. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.preference.PreferenceActivity.Header.getBreadCrumbTitle(android.content.res.Resources). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -530,10 +633,19 @@ To be added. - To be added. + Return the currently set summary. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.preference.PreferenceActivity.Header.getSummary(android.content.res.Resources). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -568,7 +680,16 @@ Return the currently set summary. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.preference.PreferenceActivity.Header.getSummary(android.content.res.Resources). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -597,10 +718,19 @@ To be added. - To be added. + Return the currently set title. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.preference.PreferenceActivity.Header.getTitle(android.content.res.Resources). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -635,7 +765,16 @@ Return the currently set title. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.preference.PreferenceActivity.Header.getTitle(android.content.res.Resources). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -667,7 +806,16 @@ Optional icon resource to show for this header. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.preference.PreferenceActivity.Header.iconRes. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -697,10 +845,19 @@ Identifier for this header, to correlate with a new list when - it is updated. + it is updated. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.preference.PreferenceActivity.Header.id. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -732,7 +889,16 @@ Intent to launch when the preference is selected. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.preference.PreferenceActivity.Header.intent. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -834,7 +1000,16 @@ Optional summary describing what this header controls. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.preference.PreferenceActivity.Header.summary. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -866,7 +1041,16 @@ Resource ID of optional summary describing what this header controls. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.preference.PreferenceActivity.Header.summaryRes. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -960,7 +1144,16 @@ Title of the header that is shown to the user. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.preference.PreferenceActivity.Header.title. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -992,7 +1185,16 @@ Resource ID of title of the header that is shown to the user. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.preference.PreferenceActivity.Header.titleRes. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Preferences/PreferenceActivity.xml b/docs/Mono.Android/en/Android.Preferences/PreferenceActivity.xml index d97faeb5ee..d1caa3ec3f 100644 --- a/docs/Mono.Android/en/Android.Preferences/PreferenceActivity.xml +++ b/docs/Mono.Android/en/Android.Preferences/PreferenceActivity.xml @@ -1221,7 +1221,7 @@ To be added. To be added. - [TODO: @inheritDoc] + To be added To be added. diff --git a/docs/Mono.Android/en/Android.Preferences/PreferenceFragment+IOnPreferenceStartFragmentCallback.xml b/docs/Mono.Android/en/Android.Preferences/PreferenceFragment+IOnPreferenceStartFragmentCallback.xml index 09256ae12f..5da674792b 100644 --- a/docs/Mono.Android/en/Android.Preferences/PreferenceFragment+IOnPreferenceStartFragmentCallback.xml +++ b/docs/Mono.Android/en/Android.Preferences/PreferenceFragment+IOnPreferenceStartFragmentCallback.xml @@ -30,15 +30,19 @@ Interface that PreferenceFragment's containing activity should - implement to be able to process preference items that wish to - switch to a new fragment. + implement to be able to process preference items that wish to + switch to a new fragment. - Android platform documentation + Java documentation for android.preference.PreferenceFragment.OnPreferenceStartFragmentCallback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -74,10 +78,19 @@ To be added. To be added. Called when the user has clicked on a Preference that has - a fragment class name associated with it. + a fragment class name associated with it. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.preference.PreferenceFragment.OnPreferenceStartFragmentCallback.onPreferenceStartFragment(android.preference.PreferenceFragment, android.preference.Preference). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Preferences/PreferenceFragment.xml b/docs/Mono.Android/en/Android.Preferences/PreferenceFragment.xml index 3f7e81c361..da16e75b60 100644 --- a/docs/Mono.Android/en/Android.Preferences/PreferenceFragment.xml +++ b/docs/Mono.Android/en/Android.Preferences/PreferenceFragment.xml @@ -327,7 +327,7 @@ To be added. To be added. - [TODO: @inheritDoc] + To be added To be added. diff --git a/docs/Mono.Android/en/Android.Preferences/PreferenceManager+IOnActivityDestroyListener.xml b/docs/Mono.Android/en/Android.Preferences/PreferenceManager+IOnActivityDestroyListener.xml index 7c73321d0f..0be750a8d8 100644 --- a/docs/Mono.Android/en/Android.Preferences/PreferenceManager+IOnActivityDestroyListener.xml +++ b/docs/Mono.Android/en/Android.Preferences/PreferenceManager+IOnActivityDestroyListener.xml @@ -30,14 +30,18 @@ Interface definition for a class that will be called when the container's activity - is destroyed. + is destroyed. - Android platform documentation + Java documentation for android.preference.PreferenceManager.OnActivityDestroyListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -69,7 +73,16 @@ See Activity's onDestroy. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.preference.PreferenceManager.OnActivityDestroyListener.onActivityDestroy(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Preferences/PreferenceManager+IOnActivityResultListener.xml b/docs/Mono.Android/en/Android.Preferences/PreferenceManager+IOnActivityResultListener.xml index 981fe52b16..4f711dfb87 100644 --- a/docs/Mono.Android/en/Android.Preferences/PreferenceManager+IOnActivityResultListener.xml +++ b/docs/Mono.Android/en/Android.Preferences/PreferenceManager+IOnActivityResultListener.xml @@ -30,14 +30,18 @@ Interface definition for a class that will be called when the container's activity - receives an activity result. + receives an activity result. - Android platform documentation + Java documentation for android.preference.PreferenceManager.OnActivityResultListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -82,9 +86,19 @@ To be added. To be added. See Activity's onActivityResult. - To be added. + Whether the request code was handled (in which case + subsequent listeners will not be called. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.preference.PreferenceManager.OnActivityResultListener.onActivityResult(int, int, android.content.Intent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Preferences/PreferenceManager+IOnActivityStopListener.xml b/docs/Mono.Android/en/Android.Preferences/PreferenceManager+IOnActivityStopListener.xml index 190d5b6bec..b77a946449 100644 --- a/docs/Mono.Android/en/Android.Preferences/PreferenceManager+IOnActivityStopListener.xml +++ b/docs/Mono.Android/en/Android.Preferences/PreferenceManager+IOnActivityStopListener.xml @@ -30,14 +30,18 @@ Interface definition for a class that will be called when the container's activity - is stopped. + is stopped. - Android platform documentation + Java documentation for android.preference.PreferenceManager.OnActivityStopListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -69,7 +73,16 @@ See Activity's onStop. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.preference.PreferenceManager.OnActivityStopListener.onActivityStop(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Print/PrintAttributes+Builder.xml b/docs/Mono.Android/en/Android.Print/PrintAttributes+Builder.xml index aa0ba59a8d..9df9f1c57c 100644 --- a/docs/Mono.Android/en/Android.Print/PrintAttributes+Builder.xml +++ b/docs/Mono.Android/en/Android.Print/PrintAttributes+Builder.xml @@ -18,14 +18,18 @@ - To be added. + Builder for creating PrintAttributes. - Android platform documentation + Java documentation for android.print.PrintAttributes.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -73,10 +77,19 @@ - To be added. - To be added. + Creates a new PrintAttributes instance. + The new instance. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.print.PrintAttributes.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Print/PrintAttributes+Margins.xml b/docs/Mono.Android/en/Android.Print/PrintAttributes+Margins.xml index 41618d2442..76734eb644 100644 --- a/docs/Mono.Android/en/Android.Print/PrintAttributes+Margins.xml +++ b/docs/Mono.Android/en/Android.Print/PrintAttributes+Margins.xml @@ -18,14 +18,18 @@ - To be added. + This class specifies content margins. - Android platform documentation + Java documentation for android.print.PrintAttributes.Margins. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -52,13 +56,22 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + The left margin in mils (thousandths of an inch). + The top margin in mils (thousandths of an inch). + The right margin in mils (thousandths of an inch). + The bottom margin in mils (thousandths of an inch). + Creates a new instance. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.print.PrintAttributes.Margins.PrintAttributes$Margins(int, int, int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -82,10 +95,19 @@ System.Int32 - To be added. - To be added. + Gets the bottom margin in mils (thousandths of an inch). + The bottom margin. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.print.PrintAttributes.Margins.getBottomMils(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -140,10 +162,19 @@ System.Int32 - To be added. - To be added. + Gets the left margin in mils (thousandths of an inch). + The left margin. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.print.PrintAttributes.Margins.getLeftMils(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -194,10 +225,19 @@ System.Int32 - To be added. - To be added. + Gets the right margin in mils (thousandths of an inch). + The right margin. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.print.PrintAttributes.Margins.getRightMils(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -283,10 +323,19 @@ System.Int32 - To be added. - To be added. + Gets the top margin in mils (thousandths of an inch). + The top margin. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.print.PrintAttributes.Margins.getTopMils(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Print/PrintAttributes+MediaSize.xml b/docs/Mono.Android/en/Android.Print/PrintAttributes+MediaSize.xml index 92e724b786..6496f6b3d7 100644 --- a/docs/Mono.Android/en/Android.Print/PrintAttributes+MediaSize.xml +++ b/docs/Mono.Android/en/Android.Print/PrintAttributes+MediaSize.xml @@ -18,14 +18,18 @@ - To be added. + This class specifies a supported media size. - Android platform documentation + Java documentation for android.print.PrintAttributes.MediaSize. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -52,13 +56,23 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + The unique media size id. It is unique amongst other media sizes + supported by the printer. + The <strong>localized</strong> human readable label. + The width in mils (thousandths of an inch). + The height in mils (thousandths of an inch). + Creates a new instance. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.print.PrintAttributes.MediaSize.PrintAttributes$MediaSize(java.lang.String, java.lang.String, int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -241,11 +255,20 @@ - To be added. - To be added. - To be added. + The package manager for loading the label. + Gets the human readable media size label. + The human readable label. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.print.PrintAttributes.MediaSize.getLabel(android.content.pm.PackageManager). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -269,10 +292,19 @@ System.Int32 - To be added. - To be added. + Gets the media height in mils (thousandths of an inch). + The media height. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.print.PrintAttributes.MediaSize.getHeightMils(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -296,10 +328,19 @@ System.String - To be added. - To be added. + Gets the unique media size id. + The unique media size id. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.print.PrintAttributes.MediaSize.getId(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1214,10 +1255,21 @@ System.Boolean - To be added. - To be added. + Gets whether this media size is in portrait which is the + height is greater or equal to the width. + True if the media size is in portrait, false if + it is in landscape. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.print.PrintAttributes.MediaSize.isPortrait(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2884,10 +2936,19 @@ System.Int32 - To be added. - To be added. + Gets the media width in mils (thousandths of an inch). + The media width. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.print.PrintAttributes.MediaSize.getWidthMils(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Print/PrintAttributes+Resolution.xml b/docs/Mono.Android/en/Android.Print/PrintAttributes+Resolution.xml index 1d20125790..0ccd91bb01 100644 --- a/docs/Mono.Android/en/Android.Print/PrintAttributes+Resolution.xml +++ b/docs/Mono.Android/en/Android.Print/PrintAttributes+Resolution.xml @@ -18,14 +18,18 @@ - To be added. + This class specifies a supported resolution in DPI (dots per inch). - Android platform documentation + Java documentation for android.print.PrintAttributes.Resolution. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -52,13 +56,23 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + The unique resolution id. It is unique amongst other resolutions + supported by the printer. + The <strong>localized</strong> human readable label. + The horizontal resolution in DPI (dots per inch). + The vertical resolution in DPI (dots per inch). + Creates a new instance. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.print.PrintAttributes.Resolution.PrintAttributes$Resolution(java.lang.String, java.lang.String, int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -82,10 +96,19 @@ System.Int32 - To be added. - To be added. + Gets the horizontal resolution in DPI (dots per inch). + The horizontal resolution. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.print.PrintAttributes.Resolution.getHorizontalDpi(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -109,10 +132,19 @@ System.String - To be added. - To be added. + Gets the unique resolution id. + The unique resolution id. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.print.PrintAttributes.Resolution.getId(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -167,10 +199,19 @@ System.String - To be added. - To be added. + Gets the resolution human readable label. + The human readable label. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.print.PrintAttributes.Resolution.getLabel(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -256,10 +297,19 @@ System.Int32 - To be added. - To be added. + Gets the vertical resolution in DPI (dots per inch). + The vertical resolution. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.print.PrintAttributes.Resolution.getVerticalDpi(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Print/PrintDocumentAdapter+LayoutResultCallback.xml b/docs/Mono.Android/en/Android.Print/PrintDocumentAdapter+LayoutResultCallback.xml index 80ed866cba..e396bb2ada 100644 --- a/docs/Mono.Android/en/Android.Print/PrintDocumentAdapter+LayoutResultCallback.xml +++ b/docs/Mono.Android/en/Android.Print/PrintDocumentAdapter+LayoutResultCallback.xml @@ -18,14 +18,19 @@ - To be added. + Base class for implementing a callback for the result of PrintDocumentAdapter#onLayout(PrintAttributes, PrintAttributes, + CancellationSignal, LayoutResultCallback, Bundle). - Android platform documentation + Java documentation for android.print.PrintDocumentAdapter.LayoutResultCallback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -104,9 +109,18 @@ - To be added. + Notifies that layout was cancelled as a result of a cancellation request. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.print.PrintDocumentAdapter.LayoutResultCallback.onLayoutCancelled(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -133,10 +147,20 @@ - To be added. - To be added. + The <strong>localized</strong> error message. + shown to the user. May be <code>null</code> if error is unknown. + Notifies that an error occurred while laying out the document. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.print.PrintDocumentAdapter.LayoutResultCallback.onLayoutFailed(java.lang.CharSequence). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -157,10 +181,20 @@ - To be added. - To be added. + The <strong>localized</strong> error message. + shown to the user. May be <code>null</code> if error is unknown. + Notifies that an error occurred while laying out the document. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.print.PrintDocumentAdapter.LayoutResultCallback.onLayoutFailed(java.lang.CharSequence). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -188,11 +222,20 @@ - To be added. - To be added. - To be added. + An info object describing the document. Cannot be <code>null</code>. + Whether the layout changed. + Notifies that the layout finished and whether the content changed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.print.PrintDocumentAdapter.LayoutResultCallback.onLayoutFinished(android.print.PrintDocumentInfo, boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Print/PrintDocumentAdapter+WriteResultCallback.xml b/docs/Mono.Android/en/Android.Print/PrintDocumentAdapter+WriteResultCallback.xml index 9f81dba4fa..062d7180d7 100644 --- a/docs/Mono.Android/en/Android.Print/PrintDocumentAdapter+WriteResultCallback.xml +++ b/docs/Mono.Android/en/Android.Print/PrintDocumentAdapter+WriteResultCallback.xml @@ -18,14 +18,19 @@ - To be added. + Base class for implementing a callback for the result of PrintDocumentAdapter#onWrite(PageRange[], ParcelFileDescriptor, CancellationSignal, + WriteResultCallback). - Android platform documentation + Java documentation for android.print.PrintDocumentAdapter.WriteResultCallback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -104,9 +109,18 @@ - To be added. + Notifies that write was cancelled as a result of a cancellation request. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.print.PrintDocumentAdapter.WriteResultCallback.onWriteCancelled(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -133,10 +147,20 @@ - To be added. - To be added. + The <strong>localized</strong> error message. + shown to the user. May be <code>null</code> if error is unknown. + Notifies that an error occurred while writing the data. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.print.PrintDocumentAdapter.WriteResultCallback.onWriteFailed(java.lang.CharSequence). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -157,10 +181,20 @@ - To be added. - To be added. + The <strong>localized</strong> error message. + shown to the user. May be <code>null</code> if error is unknown. + Notifies that an error occurred while writing the data. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.print.PrintDocumentAdapter.WriteResultCallback.onWriteFailed(java.lang.CharSequence). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -187,10 +221,22 @@ - To be added. - To be added. + The pages that were written. Cannot be <code>null</code> + or empty. <br /> + Returning PageRange#ALL_PAGES indicates that all pages that were + requested as the pages parameter in #onWrite were written. + Notifies that all the data was written. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.print.PrintDocumentAdapter.WriteResultCallback.onWriteFinished(android.print.PageRange[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Print/PrintDocumentInfo+Builder.xml b/docs/Mono.Android/en/Android.Print/PrintDocumentInfo+Builder.xml index f03ded126c..65ec03605d 100644 --- a/docs/Mono.Android/en/Android.Print/PrintDocumentInfo+Builder.xml +++ b/docs/Mono.Android/en/Android.Print/PrintDocumentInfo+Builder.xml @@ -18,14 +18,18 @@ - To be added. + Builder for creating a PrintDocumentInfo. - Android platform documentation + Java documentation for android.print.PrintDocumentInfo.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -49,10 +53,21 @@ - To be added. - To be added. + The document name which may be shown to the user and + is the file name if the content it describes is saved as a PDF. + Cannot be empty. + Constructor. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.print.PrintDocumentInfo.Builder.PrintDocumentInfo$Builder(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -77,10 +92,19 @@ - To be added. - To be added. + Creates a new PrintDocumentInfo instance. + The new instance. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.print.PrintDocumentInfo.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Print/PrintJobInfo+Builder.xml b/docs/Mono.Android/en/Android.Print/PrintJobInfo+Builder.xml index 01ccf6a9ae..45619cd2f1 100644 --- a/docs/Mono.Android/en/Android.Print/PrintJobInfo+Builder.xml +++ b/docs/Mono.Android/en/Android.Print/PrintJobInfo+Builder.xml @@ -18,14 +18,18 @@ - To be added. + Builder for creating a PrintJobInfo. - Android platform documentation + Java documentation for android.print.PrintJobInfo.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -49,10 +53,20 @@ - To be added. - To be added. + Prototype to use as a starting point. + Can be <code>null</code>. + Constructor. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.print.PrintJobInfo.Builder.PrintJobInfo$Builder(android.print.PrintJobInfo). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -77,10 +91,19 @@ - To be added. - To be added. + Creates a new PrintJobInfo instance. + The new instance. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.print.PrintJobInfo.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -139,11 +162,20 @@ - To be added. - To be added. - To be added. + The option key. + The option value. + Puts an advanced (printer specific) option. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.print.PrintJobInfo.Builder.putAdvancedOption(java.lang.String, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -171,11 +203,20 @@ - To be added. - To be added. - To be added. + The option key. + The option value. + Puts an advanced (printer specific) option. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.print.PrintJobInfo.Builder.putAdvancedOption(java.lang.String, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -202,10 +243,19 @@ - To be added. - To be added. + The attributes. + Sets the print job attributes. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.print.PrintJobInfo.Builder.setAttributes(android.print.PrintAttributes). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -232,10 +282,19 @@ - To be added. - To be added. + The number of copies. + Sets the number of copies. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.print.PrintJobInfo.Builder.setCopies(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -262,10 +321,19 @@ - To be added. - To be added. + The included pages. + Sets the included pages. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.print.PrintJobInfo.Builder.setPages(android.print.PageRange[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Print/PrinterCapabilitiesInfo+Builder.xml b/docs/Mono.Android/en/Android.Print/PrinterCapabilitiesInfo+Builder.xml index 4b08e5020b..f165aaaa41 100644 --- a/docs/Mono.Android/en/Android.Print/PrinterCapabilitiesInfo+Builder.xml +++ b/docs/Mono.Android/en/Android.Print/PrinterCapabilitiesInfo+Builder.xml @@ -18,14 +18,18 @@ - To be added. + Builder for creating of a PrinterCapabilitiesInfo. - Android platform documentation + Java documentation for android.print.PrinterCapabilitiesInfo.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -49,10 +53,19 @@ - To be added. - To be added. + The printer id. Cannot be <code>null</code>. + Creates a new instance. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.print.PrinterCapabilitiesInfo.Builder.PrinterCapabilitiesInfo$Builder(android.print.PrinterId). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -143,10 +156,20 @@ - To be added. - To be added. + Crates a new PrinterCapabilitiesInfo enforcing that all + required properties have been specified. + A new PrinterCapabilitiesInfo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.print.PrinterCapabilitiesInfo.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Print/PrinterInfo+Builder.xml b/docs/Mono.Android/en/Android.Print/PrinterInfo+Builder.xml index 03fa998807..6ba292a54f 100644 --- a/docs/Mono.Android/en/Android.Print/PrinterInfo+Builder.xml +++ b/docs/Mono.Android/en/Android.Print/PrinterInfo+Builder.xml @@ -18,14 +18,18 @@ - To be added. + Builder for creating of a PrinterInfo. - Android platform documentation + Java documentation for android.print.PrinterInfo.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -49,10 +53,19 @@ - To be added. - To be added. + Other info from which to start building. + Constructor. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.print.PrinterInfo.Builder.PrinterInfo$Builder(android.print.PrinterInfo). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -85,12 +98,21 @@ - To be added. - To be added. - To be added. - To be added. + The printer id. Cannot be null. + The printer name. Cannot be empty. + The printer status. Must be a valid status. + Constructor. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.print.PrinterInfo.Builder.PrinterInfo$Builder(android.print.PrinterId, java.lang.String, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -115,10 +137,19 @@ - To be added. - To be added. + Creates a new PrinterInfo. + A new PrinterInfo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.print.PrinterInfo.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/BlockedNumberContract+BlockedNumbers.xml b/docs/Mono.Android/en/Android.Provider/BlockedNumberContract+BlockedNumbers.xml index e1f93934e0..59eca04d1c 100644 --- a/docs/Mono.Android/en/Android.Provider/BlockedNumberContract+BlockedNumbers.xml +++ b/docs/Mono.Android/en/Android.Provider/BlockedNumberContract+BlockedNumbers.xml @@ -18,14 +18,18 @@ - To be added. + Constants to interact with the blocked numbers list. - Android platform documentation + Java documentation for android.provider.BlockedNumberContract.BlockedNumbers. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -72,9 +76,18 @@ System.String - To be added. + Phone number to block. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.BlockedNumberContract.BlockedNumbers.COLUMN_E164_NUMBER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -98,9 +111,18 @@ System.String - To be added. + Auto-generated ID field which monotonically increases. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.BlockedNumberContract.BlockedNumbers.COLUMN_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -124,9 +146,18 @@ System.String - To be added. + Phone number to block. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.BlockedNumberContract.BlockedNumbers.COLUMN_ORIGINAL_NUMBER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -150,9 +181,18 @@ System.String - To be added. + The MIME type of a blocked phone number under #CONTENT_URI. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.BlockedNumberContract.BlockedNumbers.CONTENT_ITEM_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -176,9 +216,19 @@ System.String - To be added. + The MIME type of #CONTENT_URI itself providing a directory of blocked phone + numbers. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.BlockedNumberContract.BlockedNumbers.CONTENT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -202,10 +252,19 @@ Android.Net.Uri - To be added. + Content URI for the blocked numbers. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.BlockedNumberContract.BlockedNumbers.CONTENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/Browser+BookmarkColumns.xml b/docs/Mono.Android/en/Android.Provider/Browser+BookmarkColumns.xml index dcabc9960a..cd311002b0 100644 --- a/docs/Mono.Android/en/Android.Provider/Browser+BookmarkColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/Browser+BookmarkColumns.xml @@ -19,14 +19,18 @@ Column definitions for the mixed bookmark and history items available - at . + at #BOOKMARKS_URI. - Android platform documentation + Java documentation for android.provider.Browser.BookmarkColumns. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -101,7 +105,16 @@ Flag indicating that an item is a bookmark. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Browser.BookmarkColumns.BOOKMARK. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -128,7 +141,16 @@ The date the item created, in milliseconds since the epoch. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Browser.BookmarkColumns.CREATED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -155,7 +177,16 @@ The date the item was last visited, in milliseconds since the epoch. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Browser.BookmarkColumns.DATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -182,7 +213,16 @@ The favicon of the bookmark. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Browser.BookmarkColumns.FAVICON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -302,7 +342,16 @@ The user visible title of the bookmark or history item. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Browser.BookmarkColumns.TITLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -329,7 +378,16 @@ The URL of the bookmark or history item. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Browser.BookmarkColumns.URL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -356,7 +414,16 @@ The number of time the item has been visited. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Browser.BookmarkColumns.VISITS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/Browser+SearchColumns.xml b/docs/Mono.Android/en/Android.Provider/Browser+SearchColumns.xml index 81dacb821c..6f04ebe3f3 100644 --- a/docs/Mono.Android/en/Android.Provider/Browser+SearchColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/Browser+SearchColumns.xml @@ -18,14 +18,18 @@ - Column definitions for the search history table, available at . + Column definitions for the search history table, available at #SEARCHES_URI. - Android platform documentation + Java documentation for android.provider.Browser.SearchColumns. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -100,7 +104,16 @@ The date the search was performed, in milliseconds since the epoch. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Browser.SearchColumns.DATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -158,7 +171,16 @@ The user entered search term. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Browser.SearchColumns.SEARCH. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -252,7 +274,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Browser.SearchColumns.URL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/Browser.xml b/docs/Mono.Android/en/Android.Provider/Browser.xml index 28dac333c0..37ac4423c9 100644 --- a/docs/Mono.Android/en/Android.Provider/Browser.xml +++ b/docs/Mono.Android/en/Android.Provider/Browser.xml @@ -102,11 +102,19 @@ The ContentResolver used to access the database. - The string to add to the searches database. - + The string to add to the searches database. Add a search string to the searches database. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Browser.addSearchUrl(android.content.ContentResolver, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -134,7 +142,16 @@ A table containing both bookmarks and history items. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Browser.BOOKMARKS_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -164,9 +181,18 @@ The ContentResolver used to access the database. Returns whether there is any history to clear. - To be added. + boolean True if the history can be cleared. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Browser.canClearHistory(android.content.ContentResolver). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -194,12 +220,20 @@ - The ContentResolver used to access the database. - + The ContentResolver used to access the database. Delete all entries from the bookmarks/history table which are - not bookmarks. + not bookmarks. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Browser.clearHistory(android.content.ContentResolver). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -227,11 +261,19 @@ - The ContentResolver used to access the database. - + The ContentResolver used to access the database. Remove all searches from the search database. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Browser.clearSearches(android.content.ContentResolver). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -261,11 +303,19 @@ The ContentResolver used to access the database. - url to remove. - + url to remove. Remove a specific url from the history database. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Browser.deleteFromHistory(android.content.ContentResolver, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -297,13 +347,21 @@ The ContentResolver used to access the database. First date to remove. If -1, all dates before end. - Inclusive. + Inclusive. Last date to remove. If -1, all dates after begin. - Non-inclusive. - + Non-inclusive. Delete all history items from begin to end. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Browser.deleteHistoryTimeFrame(android.content.ContentResolver, long, long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -441,12 +499,20 @@ - The ContentResolver used to access the database. - + The ContentResolver used to access the database. Return a cursor pointing to a list of all the bookmarks. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Browser.getAllBookmarks(android.content.ContentResolver). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -475,12 +541,20 @@ - The ContentResolver used to access the database. - + The ContentResolver used to access the database. Return a cursor pointing to a list of all visited site urls. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Browser.getAllVisitedUrls(android.content.ContentResolver). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -657,11 +731,19 @@ Context used to launch the activity to add a bookmark. Title for the bookmark. Can be null or empty string. - Url for the bookmark. Can be null or empty string. - + Url for the bookmark. Can be null or empty string. Open an activity to save a bookmark. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Browser.saveBookmark(android.content.Context, java.lang.String, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -686,11 +768,20 @@ System.Collections.Generic.IList<System.String> - A projection of that contains , - Browser SearchColumns SEARCH, and Browser SearchColumns DATE. + A projection of #SEARCHES_URI that contains SearchColumns#_ID, + SearchColumns#SEARCH, and SearchColumns#DATE. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Browser.SEARCHES_PROJECTION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -718,7 +809,16 @@ A table containing a log of browser searches. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Browser.SEARCHES_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -851,13 +951,21 @@ - The ContentResolver used to access the database. - + The ContentResolver used to access the database. If there are more than MAX_HISTORY_COUNT non-bookmark history - items in the bookmark/history table, delete TRUNCATE_N_OLDEST - of them. + items in the bookmark/history table, delete TRUNCATE_N_OLDEST + of them. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Browser.truncateHistory(android.content.ContentResolver). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -886,7 +994,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Browser.TRUNCATE_HISTORY_PROJECTION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -915,7 +1032,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Browser.TRUNCATE_HISTORY_PROJECTION_ID_INDEX. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -986,12 +1112,20 @@ The ContentResolver used to access the database. The site being visited. If true, this is an actual visit, and should add to the - number of visits. If false, the user entered it manually. - + number of visits. If false, the user entered it manually. Update the visited history to acknowledge that a site has been - visited. + visited. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Browser.updateVisitedHistory(android.content.ContentResolver, java.lang.String, boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+Attendees+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+Attendees+InterfaceConsts.xml index 9d8ae2722e..22c794a8d0 100644 --- a/docs/Mono.Android/en/Android.Provider/CalendarContract+Attendees+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+Attendees+InterfaceConsts.xml @@ -43,9 +43,18 @@ 1 - To be added. + Confidential is not used by the app. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_CONFIDENTIAL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -74,9 +83,19 @@ 0 - To be added. + Default access is controlled by the server and will be treated as + public on the device. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_DEFAULT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -100,9 +119,19 @@ System.String - To be added. + Defines how the event shows up for others when the calendar is + shared. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_LEVEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -131,9 +160,18 @@ 2 - To be added. + Private shares the event as a free/busy slot with no details. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_PRIVATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -162,9 +200,19 @@ 3 - To be added. + Public makes the contents visible to anyone with access to the + calendar. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_PUBLIC. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -188,9 +236,18 @@ System.String - To be added. + Is the event all day (time zone independent). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ALL_DAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -214,9 +271,18 @@ System.String - To be added. + The email address of the attendee. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.AttendeesColumns.ATTENDEE_EMAIL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -240,9 +306,19 @@ System.String - To be added. + The identity of the attendee as referenced in + ContactsContract.CommonDataKinds.Identity#IDENTITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.AttendeesColumns.ATTENDEE_IDENTITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -266,9 +342,19 @@ System.String - To be added. + The identity name space of the attendee as referenced in + ContactsContract.CommonDataKinds.Identity#NAMESPACE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.AttendeesColumns.ATTENDEE_ID_NAMESPACE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -292,9 +378,18 @@ System.String - To be added. + The name of the attendee. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.AttendeesColumns.ATTENDEE_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -344,9 +439,18 @@ System.String - To be added. + The attendance status of the attendee. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.AttendeesColumns.ATTENDEE_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -525,9 +629,18 @@ System.String - To be added. + The type of attendee. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.AttendeesColumns.ATTENDEE_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -551,9 +664,19 @@ System.String - To be added. + If this event counts as busy time or is still free time that can be + scheduled over. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.AVAILABILITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -582,9 +705,19 @@ 0 - To be added. + Indicates that this event takes up time and will conflict with other + events. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.AVAILABILITY_BUSY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -613,9 +746,19 @@ 1 - To be added. + Indicates that this event is free time and will not conflict with + other events. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.AVAILABILITY_FREE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -644,9 +787,19 @@ 2 - To be added. + Indicates that the owner's availability may change, but should be + considered busy time that will conflict. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.AVAILABILITY_TENTATIVE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -670,9 +823,18 @@ System.String - To be added. + The Calendars#_ID of the calendar the event belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.CALENDAR_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -696,9 +858,18 @@ System.String - To be added. + Whether the user can invite others to the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.CAN_INVITE_OTHERS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -757,9 +928,19 @@ System.String - To be added. + The package name of the custom app that can provide a richer + experience for the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.CUSTOM_APP_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -783,9 +964,18 @@ System.String - To be added. + The URI used by the custom app for the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.CUSTOM_APP_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -809,9 +999,18 @@ System.String - To be added. + The description of the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.DESCRIPTION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -835,9 +1034,19 @@ System.String - To be added. + This will be #EVENT_COLOR if it is not null; otherwise, this will be + Calendars#CALENDAR_COLOR. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.DISPLAY_COLOR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -861,9 +1070,18 @@ System.String - To be added. + The time the event ends in UTC millis since epoch. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.DTEND. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -887,9 +1105,18 @@ System.String - To be added. + The time the event starts in UTC millis since epoch. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.DTSTART. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -913,9 +1140,18 @@ System.String - To be added. + The duration of the event in RFC2445 format. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.DURATION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -939,9 +1175,18 @@ System.String - To be added. + A secondary color for the individual event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_COLOR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -965,9 +1210,18 @@ System.String - To be added. + A secondary color key for the individual event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_COLOR_KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -991,9 +1245,18 @@ System.String - To be added. + The timezone for the end time of the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_END_TIMEZONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1017,9 +1280,18 @@ System.String - To be added. + The id of the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.AttendeesColumns.EVENT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1043,9 +1315,18 @@ System.String - To be added. + Where the event takes place. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_LOCATION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1069,9 +1350,18 @@ System.String - To be added. + The timezone for the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_TIMEZONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1095,9 +1385,18 @@ System.String - To be added. + The recurrence exception dates for the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.EXDATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1121,9 +1420,18 @@ System.String - To be added. + The recurrence exception rule for the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.EXRULE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1147,9 +1455,18 @@ System.String - To be added. + Whether guests can invite other guests. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.GUESTS_CAN_INVITE_OTHERS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1173,9 +1490,18 @@ System.String - To be added. + Whether guests can modify the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.GUESTS_CAN_MODIFY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1199,9 +1525,18 @@ System.String - To be added. + Whether guests can see the list of attendees. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.GUESTS_CAN_SEE_GUESTS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1225,9 +1560,18 @@ System.String - To be added. + Whether the event has an alarm or not. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.HAS_ALARM. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1251,9 +1595,18 @@ System.String - To be added. + Whether the event has attendee information. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.HAS_ATTENDEE_DATA. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1277,9 +1630,18 @@ System.String - To be added. + Whether the event has extended properties or not. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.HAS_EXTENDED_PROPERTIES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1338,9 +1700,18 @@ System.String - To be added. + Are we the organizer of this event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.IS_ORGANIZER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1364,9 +1735,18 @@ System.String - To be added. + The last date this event repeats on, or NULL if it never ends. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.LAST_DATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1390,9 +1770,19 @@ System.String - To be added. + Used to indicate that a row is not a real event but an original copy of a locally + modified event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.LAST_SYNCED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1416,9 +1806,18 @@ System.String - To be added. + Email of the organizer (owner) of the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ORGANIZER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1442,9 +1841,19 @@ System.String - To be added. + The allDay status (true or false) of the original recurring event + for which this event is an exception. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_ALL_DAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1468,9 +1877,19 @@ System.String - To be added. + The Events#_ID of the original recurring event for which this + event is an exception. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1494,9 +1913,19 @@ System.String - To be added. + The original instance time of the recurring event for which this + event is an exception. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_INSTANCE_TIME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1520,9 +1949,19 @@ System.String - To be added. + The _sync_id of the original recurring event for which this event is + an exception. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_SYNC_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1546,9 +1985,18 @@ System.String - To be added. + The recurrence dates for the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.RDATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1727,9 +2175,18 @@ System.String - To be added. + The recurrence rule for the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.RRULE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1753,9 +2210,18 @@ System.String - To be added. + This is a copy of the attendee status for the owner of this event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SELF_ATTENDEE_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1779,9 +2245,18 @@ System.String - To be added. + The event status. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1898,9 +2373,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1924,9 +2408,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA10. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1950,9 +2443,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1976,9 +2478,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2002,9 +2513,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2028,9 +2548,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA5. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2054,9 +2583,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA6. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2080,9 +2618,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA7. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2106,9 +2653,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA8. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2132,9 +2688,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA9. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2158,9 +2723,18 @@ System.String - To be added. + The title of the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.TITLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2282,9 +2856,19 @@ 3 - To be added. + This specifies that an attendee is a resource, like a room, a + cabbage, or something and not an actual person. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.AttendeesColumns.TYPE_RESOURCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2308,9 +2892,18 @@ System.String - To be added. + The UID for events added from the RFC 2445 iCalendar format. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.UID_2445. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+Attendees.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+Attendees.xml index 26d48db5a5..90bb8f5369 100644 --- a/docs/Mono.Android/en/Android.Provider/CalendarContract+Attendees.xml +++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+Attendees.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.provider.CalendarContract.Attendees. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -50,11 +54,19 @@ Android.Net.Uri - The content:// style URL for accessing Attendees data - + The content:// style URL for accessing Attendees data To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.Attendees.CONTENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -119,9 +131,18 @@ The id of the event to retrieve attendees for the columns to return in the cursor Queries all attendees associated with the given event. - To be added. + A Cursor containing all attendees for the event - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.Attendees.query(android.content.ContentResolver, long, java.lang.String[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+AttendeesColumns.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+AttendeesColumns.xml index c88c02584d..d7bafaa5e8 100644 --- a/docs/Mono.Android/en/Android.Provider/CalendarContract+AttendeesColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+AttendeesColumns.xml @@ -60,7 +60,16 @@ The email address of the attendee. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.AttendeesColumns.ATTENDEE_EMAIL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -90,9 +99,18 @@ The identity of the attendee as referenced in - . + ContactsContract.CommonDataKinds.Identity#IDENTITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.AttendeesColumns.ATTENDEE_IDENTITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -122,9 +140,18 @@ The identity name space of the attendee as referenced in - . + ContactsContract.CommonDataKinds.Identity#NAMESPACE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.AttendeesColumns.ATTENDEE_ID_NAMESPACE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -155,7 +182,16 @@ The name of the attendee. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.AttendeesColumns.ATTENDEE_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -217,7 +253,16 @@ The attendance status of the attendee. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.AttendeesColumns.ATTENDEE_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -413,7 +458,16 @@ The type of attendee. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.AttendeesColumns.ATTENDEE_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -444,7 +498,16 @@ The id of the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.AttendeesColumns.EVENT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -739,9 +802,18 @@ 3 This specifies that an attendee is a resource, like a room, a - cabbage, or something and not an actual person. + cabbage, or something and not an actual person. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.AttendeesColumns.TYPE_RESOURCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarAlerts+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarAlerts+InterfaceConsts.xml index f898a30f11..563ab81ccf 100644 --- a/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarAlerts+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarAlerts+InterfaceConsts.xml @@ -43,9 +43,18 @@ 1 - To be added. + Confidential is not used by the app. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_CONFIDENTIAL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -74,9 +83,19 @@ 0 - To be added. + Default access is controlled by the server and will be treated as + public on the device. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_DEFAULT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -100,9 +119,19 @@ System.String - To be added. + Defines how the event shows up for others when the calendar is + shared. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_LEVEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -131,9 +160,18 @@ 2 - To be added. + Private shares the event as a free/busy slot with no details. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_PRIVATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -162,9 +200,19 @@ 3 - To be added. + Public makes the contents visible to anyone with access to the + calendar. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_PUBLIC. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -188,9 +236,18 @@ System.String - To be added. + The alarm time of the event, in UTC. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.ALARM_TIME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -214,9 +271,18 @@ System.String - To be added. + Is the event all day (time zone independent). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ALL_DAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -240,9 +306,19 @@ System.String - To be added. + A comma separated list of attendee types supported for this calendar + in the format "#,#,#". - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.ALLOWED_ATTENDEE_TYPES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -266,9 +342,19 @@ System.String - To be added. + A comma separated list of availability types supported for this + calendar in the format "#,#,#". - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.ALLOWED_AVAILABILITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -292,9 +378,19 @@ System.String - To be added. + A comma separated list of reminder methods supported for this + calendar in the format "#,#,#". - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.ALLOWED_REMINDERS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -318,9 +414,19 @@ System.String - To be added. + If this event counts as busy time or is still free time that can be + scheduled over. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.AVAILABILITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -349,9 +455,19 @@ 0 - To be added. + Indicates that this event takes up time and will conflict with other + events. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.AVAILABILITY_BUSY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -380,9 +496,19 @@ 1 - To be added. + Indicates that this event is free time and will not conflict with + other events. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.AVAILABILITY_FREE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -411,9 +537,19 @@ 2 - To be added. + Indicates that the owner's availability may change, but should be + considered busy time that will conflict. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.AVAILABILITY_TENTATIVE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -437,9 +573,18 @@ System.String - To be added. + The start time of the event, in UTC. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.BEGIN. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -468,9 +613,19 @@ 500 - To be added. + Full access to modify the calendar, but not the access control + settings - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_CONTRIBUTOR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -499,9 +654,19 @@ 600 - To be added. + Full access to modify the calendar, but not the access control + settings - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_EDITOR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -530,9 +695,18 @@ 100 - To be added. + Can only see free/busy information about the calendar - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_FREEBUSY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -561,9 +735,18 @@ 0 - To be added. + Cannot access the calendar - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_NONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -592,9 +775,18 @@ 400 - To be added. + not used - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_OVERRIDE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -623,9 +815,18 @@ 700 - To be added. + Full access to the calendar - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_OWNER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -654,9 +855,18 @@ 200 - To be added. + Can read all event details - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_READ. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -685,9 +895,18 @@ 300 - To be added. + Can reply yes/no/maybe to an event - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_RESPOND. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -716,10 +935,19 @@ 800 - To be added. + Domain admin - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. - + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_ROOT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -742,9 +970,18 @@ System.String - To be added. + The level of access that the user has for the calendar - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_ACCESS_LEVEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -768,9 +1005,18 @@ System.String - To be added. + The color of the calendar. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_COLOR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -794,9 +1040,18 @@ System.String - To be added. + A key for looking up a color from the Colors table. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_COLOR_KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -820,9 +1075,18 @@ System.String - To be added. + The display name of the calendar. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_DISPLAY_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -846,9 +1110,18 @@ System.String - To be added. + The Calendars#_ID of the calendar the event belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.CALENDAR_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -872,9 +1145,18 @@ System.String - To be added. + The time zone the calendar is associated with. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_TIME_ZONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -898,9 +1180,18 @@ System.String - To be added. + Whether the user can invite others to the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.CAN_INVITE_OTHERS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -924,9 +1215,18 @@ System.String - To be added. + Can the organizer modify the time zone of the event? Column name. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAN_MODIFY_TIME_ZONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -950,9 +1250,19 @@ System.String - To be added. + Can the organizer respond to the event? If no, the status of the + organizer should not be shown by the UI. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAN_ORGANIZER_RESPOND. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1011,9 +1321,18 @@ System.String - To be added. + The creation time of this database entry, in UTC. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.CREATION_TIME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1037,9 +1356,19 @@ System.String - To be added. + The package name of the custom app that can provide a richer + experience for the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.CUSTOM_APP_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1063,9 +1392,18 @@ System.String - To be added. + The URI used by the custom app for the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.CUSTOM_APP_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1089,9 +1427,18 @@ System.String - To be added. + The default sort order for this alerts queries - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.DEFAULT_SORT_ORDER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1115,9 +1462,18 @@ System.String - To be added. + The description of the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.DESCRIPTION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1141,9 +1497,19 @@ System.String - To be added. + This will be #EVENT_COLOR if it is not null; otherwise, this will be + Calendars#CALENDAR_COLOR. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.DISPLAY_COLOR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1167,9 +1533,18 @@ System.String - To be added. + The time the event ends in UTC millis since epoch. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.DTEND. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1193,9 +1568,18 @@ System.String - To be added. + The time the event starts in UTC millis since epoch. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.DTSTART. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1219,9 +1603,18 @@ System.String - To be added. + The duration of the event in RFC2445 format. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.DURATION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1245,9 +1638,18 @@ System.String - To be added. + The end time of the event, in UTC. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.END. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1271,9 +1673,18 @@ System.String - To be added. + A secondary color for the individual event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_COLOR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1297,9 +1708,18 @@ System.String - To be added. + A secondary color key for the individual event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_COLOR_KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1323,9 +1743,18 @@ System.String - To be added. + The timezone for the end time of the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_END_TIMEZONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1349,9 +1778,18 @@ System.String - To be added. + The event that the alert belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.EVENT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1375,9 +1813,18 @@ System.String - To be added. + Where the event takes place. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_LOCATION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1401,9 +1848,18 @@ System.String - To be added. + The timezone for the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_TIMEZONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1427,9 +1883,18 @@ System.String - To be added. + The recurrence exception dates for the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.EXDATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1453,9 +1918,18 @@ System.String - To be added. + The recurrence exception rule for the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.EXRULE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1479,9 +1953,18 @@ System.String - To be added. + Whether guests can invite other guests. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.GUESTS_CAN_INVITE_OTHERS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1505,9 +1988,18 @@ System.String - To be added. + Whether guests can modify the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.GUESTS_CAN_MODIFY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1531,9 +2023,18 @@ System.String - To be added. + Whether guests can see the list of attendees. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.GUESTS_CAN_SEE_GUESTS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1557,9 +2058,18 @@ System.String - To be added. + Whether the event has an alarm or not. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.HAS_ALARM. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1583,9 +2093,18 @@ System.String - To be added. + Whether the event has attendee information. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.HAS_ATTENDEE_DATA. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1609,9 +2128,18 @@ System.String - To be added. + Whether the event has extended properties or not. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.HAS_EXTENDED_PROPERTIES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1670,9 +2198,18 @@ System.String - To be added. + Are we the organizer of this event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.IS_ORGANIZER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1696,9 +2233,18 @@ System.String - To be added. + Is this the primary calendar for this account. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.IS_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1722,9 +2268,18 @@ System.String - To be added. + The last date this event repeats on, or NULL if it never ends. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.LAST_DATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1748,9 +2303,19 @@ System.String - To be added. + Used to indicate that a row is not a real event but an original copy of a locally + modified event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.LAST_SYNCED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1774,9 +2339,18 @@ System.String - To be added. + The maximum number of reminders allowed for an event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.MAX_REMINDERS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1800,9 +2374,18 @@ System.String - To be added. + The number of minutes that this alarm precedes the start time. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.MINUTES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1826,9 +2409,19 @@ System.String - To be added. + The time that the notification was created by the Calendar app, + in UTC. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.NOTIFY_TIME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1852,9 +2445,18 @@ System.String - To be added. + Email of the organizer (owner) of the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ORGANIZER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1878,9 +2480,19 @@ System.String - To be added. + The allDay status (true or false) of the original recurring event + for which this event is an exception. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_ALL_DAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1904,9 +2516,19 @@ System.String - To be added. + The Events#_ID of the original recurring event for which this + event is an exception. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1930,9 +2552,19 @@ System.String - To be added. + The original instance time of the recurring event for which this + event is an exception. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_INSTANCE_TIME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1956,9 +2588,19 @@ System.String - To be added. + The _sync_id of the original recurring event for which this event is + an exception. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_SYNC_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1982,9 +2624,18 @@ System.String - To be added. + The owner account for this calendar, based on the calendar feed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.OWNER_ACCOUNT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2008,9 +2659,18 @@ System.String - To be added. + The recurrence dates for the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.RDATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2034,9 +2694,19 @@ System.String - To be added. + The time that the alarm broadcast was received by the Calendar app, + in UTC. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.RECEIVED_TIME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2060,9 +2730,18 @@ System.String - To be added. + The recurrence rule for the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.RRULE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2086,9 +2765,18 @@ System.String - To be added. + This is a copy of the attendee status for the owner of this event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SELF_ATTENDEE_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2112,9 +2800,18 @@ System.String - To be added. + The state of this alert. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.STATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2143,9 +2840,19 @@ 2 - To be added. + Once the user has dismissed the notification the alert's state should + be set to dismissed so it is not fired again. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.STATE_DISMISSED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2174,9 +2881,19 @@ 1 - To be added. + After a notification for an alert has been created it should be + updated to fired. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.STATE_FIRED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2205,9 +2922,18 @@ 0 - To be added. + An alert begins in this state when it is first created. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.STATE_SCHEDULED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2231,9 +2957,18 @@ System.String - To be added. + The event status. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2350,9 +3085,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2376,9 +3120,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA10. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2402,9 +3155,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2428,9 +3190,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2454,9 +3225,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2480,9 +3260,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA5. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2506,9 +3295,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA6. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2532,9 +3330,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA7. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2558,9 +3365,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA8. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2584,9 +3400,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA9. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2610,9 +3435,19 @@ System.String - To be added. + Is this calendar synced and are its events stored on the device? + 0 - Do not sync this calendar or store events for this calendar. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.SYNC_EVENTS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2636,9 +3471,18 @@ System.String - To be added. + The title of the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.TITLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2662,9 +3506,18 @@ System.String - To be added. + The UID for events added from the RFC 2445 iCalendar format. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.UID_2445. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2688,9 +3541,19 @@ System.String - To be added. + Is the calendar selected to be displayed? + 0 - do not show events associated with this calendar. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.VISIBLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarAlerts.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarAlerts.xml index d3270ca99a..f936e7c290 100644 --- a/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarAlerts.xml +++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarAlerts.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.provider.CalendarContract.CalendarAlerts. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -50,11 +54,19 @@ Android.Net.Uri - The Uri for querying calendar alert information - + The Uri for querying calendar alert information To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarAlerts.CONTENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -80,10 +92,19 @@ This URI is for grouping the query results by event_id and begin - time. + time. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarAlerts.CONTENT_URI_BY_INSTANCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarAlertsColumns.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarAlertsColumns.xml index 56edda3247..9e232fe103 100644 --- a/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarAlertsColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarAlertsColumns.xml @@ -59,7 +59,16 @@ The alarm time of the event, in UTC. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.ALARM_TIME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -90,7 +99,16 @@ The start time of the event, in UTC. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.BEGIN. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -121,7 +139,16 @@ The creation time of this database entry, in UTC. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.CREATION_TIME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -150,10 +177,18 @@ System.String - The default sort order for this alerts queries - + The default sort order for this alerts queries - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.DEFAULT_SORT_ORDER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -184,7 +219,16 @@ The end time of the event, in UTC. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.END. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -215,7 +259,16 @@ The event that the alert belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.EVENT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -246,7 +299,16 @@ The number of minutes that this alarm precedes the start time. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.MINUTES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -276,9 +338,18 @@ The time that the notification was created by the Calendar app, - in UTC. + in UTC. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.NOTIFY_TIME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -308,9 +379,18 @@ The time that the alarm broadcast was received by the Calendar app, - in UTC. + in UTC. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.RECEIVED_TIME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -341,7 +421,16 @@ The state of this alert. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.STATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -372,9 +461,18 @@ 2 Once the user has dismissed the notification the alert's state should - be set to dismissed so it is not fired again. + be set to dismissed so it is not fired again. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.STATE_DISMISSED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -405,9 +503,18 @@ 1 After a notification for an alert has been created it should be - updated to fired. + updated to fired. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.STATE_FIRED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -439,7 +546,16 @@ An alert begins in this state when it is first created. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.STATE_SCHEDULED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarCache+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarCache+InterfaceConsts.xml index 73c6998ed4..0d6258acd9 100644 --- a/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarCache+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarCache+InterfaceConsts.xml @@ -38,9 +38,18 @@ System.String - To be added. + The key for the setting. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarCacheColumns.KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,9 +73,18 @@ System.String - To be added. + The value of the given setting. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarCacheColumns.VALUE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarCache.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarCache.xml index d4928279ae..3e1bafef91 100644 --- a/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarCache.xml +++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarCache.xml @@ -19,14 +19,18 @@ CalendarCache stores some settings for calendar including the current - time zone for the instances. + time zone for the instances. - Android platform documentation + Java documentation for android.provider.CalendarContract.CalendarCache. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -83,9 +87,18 @@ The key for updating the time zone used by the provider when it - generates the instances table. + generates the instances table. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarCache.KEY_TIMEZONE_INSTANCES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -112,7 +125,16 @@ The key for reading the last time zone set by the user. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarCache.KEY_TIMEZONE_INSTANCES_PREVIOUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -139,7 +161,16 @@ They key for updating the use of auto/home time zones in Calendar. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarCache.KEY_TIMEZONE_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -226,10 +257,19 @@ System.String - The value to write to if the provider - should stay in sync with the device's time zone. + The value to write to #KEY_TIMEZONE_TYPE if the provider + should stay in sync with the device's time zone. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarCache.TIMEZONE_TYPE_AUTO. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -254,10 +294,19 @@ System.String - The value to write to if the provider - should use a fixed time zone set by the user. + The value to write to #KEY_TIMEZONE_TYPE if the provider + should use a fixed time zone set by the user. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarCache.TIMEZONE_TYPE_HOME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -285,7 +334,16 @@ The URI to use for retrieving the properties from the Calendar db. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarCache.URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarCacheColumns.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarCacheColumns.xml index 9c633b537b..c9b36542b3 100644 --- a/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarCacheColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarCacheColumns.xml @@ -59,7 +59,16 @@ The key for the setting. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarCacheColumns.KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -90,7 +99,16 @@ The value of the given setting. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarCacheColumns.VALUE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarColumns.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarColumns.xml index 84a497371b..b674ebab83 100644 --- a/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarColumns.xml @@ -59,9 +59,18 @@ A comma separated list of attendee types supported for this calendar - in the format "#,#,#". + in the format "#,#,#". - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.ALLOWED_ATTENDEE_TYPES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -91,9 +100,18 @@ A comma separated list of availability types supported for this - calendar in the format "#,#,#". + calendar in the format "#,#,#". - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.ALLOWED_AVAILABILITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -123,9 +141,18 @@ A comma separated list of reminder methods supported for this - calendar in the format "#,#,#". + calendar in the format "#,#,#". - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.ALLOWED_REMINDERS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -156,10 +183,18 @@ 500 Full access to modify the calendar, but not the access control - settings - + settings - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_CONTRIBUTOR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -190,10 +225,18 @@ 600 Full access to modify the calendar, but not the access control - settings - + settings - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_EDITOR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -223,9 +266,18 @@ 100 - Can only see free/busy information about the calendar + Can only see free/busy information about the calendar - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_FREEBUSY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -255,9 +307,18 @@ 0 - Cannot access the calendar + Cannot access the calendar - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_NONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -287,9 +348,18 @@ 400 - not used + not used - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_OVERRIDE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -319,9 +389,18 @@ 700 - Full access to the calendar + Full access to the calendar - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_OWNER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -351,9 +430,18 @@ 200 - Can read all event details + Can read all event details - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_READ. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -383,9 +471,18 @@ 300 - Can reply yes/no/maybe to an event + Can reply yes/no/maybe to an event - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_RESPOND. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -415,9 +512,18 @@ 800 - Domain admin + Domain admin - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_ROOT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -446,10 +552,18 @@ System.String - The level of access that the user has for the calendar - + The level of access that the user has for the calendar - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_ACCESS_LEVEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -480,7 +594,16 @@ The color of the calendar. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_COLOR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -509,9 +632,18 @@ System.String - A key for looking up a color from the T:Android.Provider.CalendarContract+Colors table. + A key for looking up a color from the Colors table. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_COLOR_KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -542,7 +674,16 @@ The display name of the calendar. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_DISPLAY_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -573,7 +714,16 @@ The time zone the calendar is associated with. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_TIME_ZONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -604,7 +754,16 @@ Can the organizer modify the time zone of the event? Column name. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAN_MODIFY_TIME_ZONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -634,9 +793,18 @@ Can the organizer respond to the event? If no, the status of the - organizer should not be shown by the UI. + organizer should not be shown by the UI. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAN_ORGANIZER_RESPOND. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -667,7 +835,16 @@ Is this the primary calendar for this account. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.IS_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -698,7 +875,16 @@ The maximum number of reminders allowed for an event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.MAX_REMINDERS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -729,7 +915,16 @@ The owner account for this calendar, based on the calendar feed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.OWNER_ACCOUNT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -759,9 +954,18 @@ Is this calendar synced and are its events stored on the device? - 0 - Do not sync this calendar or store events for this calendar. + 0 - Do not sync this calendar or store events for this calendar. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.SYNC_EVENTS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -791,11 +995,18 @@ Is the calendar selected to be displayed? - 0 - do not show events associated with this calendar. - 1 - show events associated with this calendar - + 0 - do not show events associated with this calendar. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.VISIBLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarEntity+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarEntity+InterfaceConsts.xml index 7d420774bf..08a46b84ec 100644 --- a/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarEntity+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarEntity+InterfaceConsts.xml @@ -38,9 +38,18 @@ System.String - To be added. + The account that was used to sync the entry to the device. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.SyncColumns.ACCOUNT_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,9 +73,19 @@ System.String - To be added. + The type of the account that was used to sync the entry to the + device. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.SyncColumns.ACCOUNT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -90,9 +109,19 @@ System.String - To be added. + A comma separated list of attendee types supported for this calendar + in the format "#,#,#". - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.ALLOWED_ATTENDEE_TYPES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -116,9 +145,19 @@ System.String - To be added. + A comma separated list of availability types supported for this + calendar in the format "#,#,#". - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.ALLOWED_AVAILABILITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -142,9 +181,19 @@ System.String - To be added. + A comma separated list of reminder methods supported for this + calendar in the format "#,#,#". - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.ALLOWED_REMINDERS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -173,9 +222,19 @@ 500 - To be added. + Full access to modify the calendar, but not the access control + settings - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_CONTRIBUTOR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -204,9 +263,19 @@ 600 - To be added. + Full access to modify the calendar, but not the access control + settings - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_EDITOR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -235,9 +304,18 @@ 100 - To be added. + Can only see free/busy information about the calendar - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_FREEBUSY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -266,9 +344,18 @@ 0 - To be added. + Cannot access the calendar - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_NONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -297,9 +384,18 @@ 400 - To be added. + not used - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_OVERRIDE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -328,9 +424,18 @@ 700 - To be added. + Full access to the calendar - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_OWNER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -359,9 +464,18 @@ 200 - To be added. + Can read all event details - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_READ. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -390,9 +504,18 @@ 300 - To be added. + Can reply yes/no/maybe to an event - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_RESPOND. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -421,9 +544,18 @@ 800 - To be added. + Domain admin - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_ROOT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -447,9 +579,18 @@ System.String - To be added. + The level of access that the user has for the calendar - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_ACCESS_LEVEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -473,9 +614,18 @@ System.String - To be added. + The color of the calendar. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_COLOR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -499,9 +649,18 @@ System.String - To be added. + A key for looking up a color from the Colors table. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_COLOR_KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -525,9 +684,18 @@ System.String - To be added. + The display name of the calendar. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_DISPLAY_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -551,9 +719,18 @@ System.String - To be added. + The time zone the calendar is associated with. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_TIME_ZONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -577,9 +754,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -603,9 +789,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC10. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -629,9 +824,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -655,9 +859,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -681,9 +894,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -707,9 +929,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC5. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -733,9 +964,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC6. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -759,9 +999,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC7. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -785,9 +1034,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC8. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -811,9 +1069,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC9. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -837,9 +1104,18 @@ System.String - To be added. + Can the organizer modify the time zone of the event? Column name. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAN_MODIFY_TIME_ZONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -863,9 +1139,19 @@ System.String - To be added. + Can the organizer respond to the event? If no, the status of the + organizer should not be shown by the UI. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAN_ORGANIZER_RESPOND. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -889,9 +1175,20 @@ System.String - To be added. + If set to 1 this causes events on this calendar to be duplicated with + Events#LAST_SYNCED set to 1 whenever the event + transitions from non-dirty to dirty. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.SyncColumns.CAN_PARTIALLY_UPDATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -950,9 +1247,18 @@ System.String - To be added. + Whether the row has been deleted but not synced to the server. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.SyncColumns.DELETED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -976,9 +1282,18 @@ System.String - To be added. + Used to indicate that local, unsynced, changes are present. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.SyncColumns.DIRTY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1037,9 +1352,18 @@ System.String - To be added. + Is this the primary calendar for this account. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.IS_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1063,9 +1387,18 @@ System.String - To be added. + The maximum number of reminders allowed for an event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.MAX_REMINDERS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1089,9 +1422,18 @@ System.String - To be added. + Used in conjunction with #DIRTY to indicate what packages wrote local changes. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.SyncColumns.MUTATORS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1115,9 +1457,18 @@ System.String - To be added. + The owner account for this calendar, based on the calendar feed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.OWNER_ACCOUNT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1141,9 +1492,19 @@ System.String - To be added. + Is this calendar synced and are its events stored on the device? + 0 - Do not sync this calendar or store events for this calendar. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.SYNC_EVENTS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1167,9 +1528,18 @@ System.String - To be added. + The unique ID for a row assigned by the sync source. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.SyncColumns._SYNC_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1193,9 +1563,19 @@ System.String - To be added. + Is the calendar selected to be displayed? + 0 - do not show events associated with this calendar. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.VISIBLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarEntity.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarEntity.xml index ad9104579a..32d754cb49 100644 --- a/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarEntity.xml +++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarEntity.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.provider.CalendarContract.CalendarEntity. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -53,7 +57,16 @@ The default Uri used when creating a new calendar EntityIterator. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarEntity.CONTENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarSyncColumns.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarSyncColumns.xml index f5f71cb5f3..ccee1052dc 100644 --- a/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarSyncColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarSyncColumns.xml @@ -60,7 +60,16 @@ Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -91,7 +100,16 @@ Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC10. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -122,7 +140,16 @@ Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -153,7 +180,16 @@ Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -184,7 +220,16 @@ Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -215,7 +260,16 @@ Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC5. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -246,7 +300,16 @@ Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC6. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -277,7 +340,16 @@ Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC7. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -308,7 +380,16 @@ Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC8. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -339,7 +420,16 @@ Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC9. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+Calendars+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+Calendars+InterfaceConsts.xml index 1f070a0644..a2f843061b 100644 --- a/docs/Mono.Android/en/Android.Provider/CalendarContract+Calendars+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+Calendars+InterfaceConsts.xml @@ -38,9 +38,18 @@ System.String - To be added. + The account that was used to sync the entry to the device. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.SyncColumns.ACCOUNT_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,9 +73,19 @@ System.String - To be added. + The type of the account that was used to sync the entry to the + device. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.SyncColumns.ACCOUNT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -90,9 +109,19 @@ System.String - To be added. + A comma separated list of attendee types supported for this calendar + in the format "#,#,#". - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.ALLOWED_ATTENDEE_TYPES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -116,9 +145,19 @@ System.String - To be added. + A comma separated list of availability types supported for this + calendar in the format "#,#,#". - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.ALLOWED_AVAILABILITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -142,9 +181,19 @@ System.String - To be added. + A comma separated list of reminder methods supported for this + calendar in the format "#,#,#". - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.ALLOWED_REMINDERS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -173,9 +222,19 @@ 500 - To be added. + Full access to modify the calendar, but not the access control + settings - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_CONTRIBUTOR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -204,9 +263,19 @@ 600 - To be added. + Full access to modify the calendar, but not the access control + settings - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_EDITOR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -235,9 +304,18 @@ 100 - To be added. + Can only see free/busy information about the calendar - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_FREEBUSY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -266,9 +344,18 @@ 0 - To be added. + Cannot access the calendar - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_NONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -297,9 +384,18 @@ 400 - To be added. + not used - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_OVERRIDE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -328,9 +424,18 @@ 700 - To be added. + Full access to the calendar - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_OWNER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -359,9 +464,18 @@ 200 - To be added. + Can read all event details - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_READ. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -390,9 +504,18 @@ 300 - To be added. + Can reply yes/no/maybe to an event - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_RESPOND. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -421,9 +544,18 @@ 800 - To be added. + Domain admin - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_ROOT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -447,9 +579,18 @@ System.String - To be added. + The level of access that the user has for the calendar - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_ACCESS_LEVEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -473,9 +614,18 @@ System.String - To be added. + The color of the calendar. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_COLOR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -499,9 +649,18 @@ System.String - To be added. + A key for looking up a color from the Colors table. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_COLOR_KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -525,9 +684,18 @@ System.String - To be added. + The display name of the calendar. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_DISPLAY_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -551,9 +719,18 @@ System.String - To be added. + The time zone the calendar is associated with. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_TIME_ZONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -577,9 +754,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -603,9 +789,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC10. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -629,9 +824,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -655,9 +859,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -681,9 +894,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -707,9 +929,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC5. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -733,9 +964,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC6. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -759,9 +999,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC7. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -785,9 +1034,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC8. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -811,9 +1069,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC9. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -837,9 +1104,18 @@ System.String - To be added. + Can the organizer modify the time zone of the event? Column name. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAN_MODIFY_TIME_ZONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -863,9 +1139,19 @@ System.String - To be added. + Can the organizer respond to the event? If no, the status of the + organizer should not be shown by the UI. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAN_ORGANIZER_RESPOND. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -889,9 +1175,20 @@ System.String - To be added. + If set to 1 this causes events on this calendar to be duplicated with + Events#LAST_SYNCED set to 1 whenever the event + transitions from non-dirty to dirty. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.SyncColumns.CAN_PARTIALLY_UPDATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -950,9 +1247,18 @@ System.String - To be added. + Whether the row has been deleted but not synced to the server. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.SyncColumns.DELETED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -976,9 +1282,18 @@ System.String - To be added. + Used to indicate that local, unsynced, changes are present. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.SyncColumns.DIRTY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1037,9 +1352,18 @@ System.String - To be added. + Is this the primary calendar for this account. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.IS_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1063,9 +1387,18 @@ System.String - To be added. + The maximum number of reminders allowed for an event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.MAX_REMINDERS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1089,9 +1422,18 @@ System.String - To be added. + Used in conjunction with #DIRTY to indicate what packages wrote local changes. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.SyncColumns.MUTATORS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1115,9 +1457,18 @@ System.String - To be added. + The owner account for this calendar, based on the calendar feed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.OWNER_ACCOUNT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1141,9 +1492,19 @@ System.String - To be added. + Is this calendar synced and are its events stored on the device? + 0 - Do not sync this calendar or store events for this calendar. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.SYNC_EVENTS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1167,9 +1528,18 @@ System.String - To be added. + The unique ID for a row assigned by the sync source. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.SyncColumns._SYNC_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1193,9 +1563,19 @@ System.String - To be added. + Is the calendar selected to be displayed? + 0 - do not show events associated with this calendar. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.VISIBLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+Calendars.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+Calendars.xml index bc351449b5..e4ae5d25e8 100644 --- a/docs/Mono.Android/en/Android.Provider/CalendarContract+Calendars.xml +++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+Calendars.xml @@ -19,14 +19,18 @@ Constants and helpers for the Calendars table, which contains details for - individual calendars. + individual calendars. - Android platform documentation + Java documentation for android.provider.CalendarContract.Calendars. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -53,7 +57,16 @@ The default location for the calendar. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.Calendars.CALENDAR_LOCATION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -78,11 +91,19 @@ Android.Net.Uri - The content:// style URL for accessing Calendars - + The content:// style URL for accessing Calendars To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.Calendars.CONTENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -107,10 +128,18 @@ System.String - The default sort order for this table - + The default sort order for this table - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.Calendars.DEFAULT_SORT_ORDER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -135,9 +164,20 @@ Android.Net.Uri - To be added. + The content:// style URL for querying Calendars table in the managed profile. To be added. - To be added. + + + + Java documentation for android.provider.CalendarContract.Calendars.ENTERPRISE_CONTENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -193,7 +233,16 @@ The name of the calendar. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.Calendars.NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+Colors+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+Colors+InterfaceConsts.xml index cad2fdac02..3f26075e66 100644 --- a/docs/Mono.Android/en/Android.Provider/CalendarContract+Colors+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+Colors+InterfaceConsts.xml @@ -38,9 +38,18 @@ System.String - To be added. + A reference to the name of the account to which this data belongs - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.SyncStateContract.Columns.ACCOUNT_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,9 +73,18 @@ System.String - To be added. + A reference to the type of the account to which this data belongs - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.SyncStateContract.Columns.ACCOUNT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -90,9 +108,18 @@ System.String - To be added. + The color as an 8-bit ARGB integer value. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.ColorsColumns.COLOR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -116,9 +143,18 @@ System.String - To be added. + The key used to reference this color. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.ColorsColumns.COLOR_KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -142,9 +178,18 @@ System.String - To be added. + The type of color, which describes how it should be used. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.ColorsColumns.COLOR_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -203,9 +248,18 @@ System.String - To be added. + The sync data associated with this account. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.SyncStateContract.Columns.DATA. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -269,9 +323,18 @@ 0 - To be added. + This indicateds a color that can be used for calendars. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.ColorsColumns.TYPE_CALENDAR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -300,9 +363,18 @@ 1 - To be added. + This indicates a color that can be used for events. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.ColorsColumns.TYPE_EVENT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+Colors.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+Colors.xml index f3ea5e5c56..b85bca772a 100644 --- a/docs/Mono.Android/en/Android.Provider/CalendarContract+Colors.xml +++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+Colors.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.provider.CalendarContract.Colors. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -50,11 +54,19 @@ Android.Net.Uri - The Uri for querying color information - + The Uri for querying color information To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.Colors.CONTENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+ColorsColumns.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+ColorsColumns.xml index ed97b71b14..7a5195117c 100644 --- a/docs/Mono.Android/en/Android.Provider/CalendarContract+ColorsColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+ColorsColumns.xml @@ -57,9 +57,18 @@ System.String - To be added. + A reference to the name of the account to which this data belongs - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.SyncStateContract.Columns.ACCOUNT_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -87,9 +96,18 @@ System.String - To be added. + A reference to the type of the account to which this data belongs - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.SyncStateContract.Columns.ACCOUNT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -119,7 +137,16 @@ The color as an 8-bit ARGB integer value. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.ColorsColumns.COLOR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -150,7 +177,16 @@ The key used to reference this color. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.ColorsColumns.COLOR_KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -181,7 +217,16 @@ The type of color, which describes how it should be used. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.ColorsColumns.COLOR_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -249,9 +294,18 @@ System.String - To be added. + The sync data associated with this account. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.SyncStateContract.Columns.DATA. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -321,7 +375,16 @@ This indicateds a color that can be used for calendars. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.ColorsColumns.TYPE_CALENDAR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -353,7 +416,16 @@ This indicates a color that can be used for events. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.ColorsColumns.TYPE_EVENT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+EventDays+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+EventDays+InterfaceConsts.xml index b1a47238b1..2a3f304d91 100644 --- a/docs/Mono.Android/en/Android.Provider/CalendarContract+EventDays+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+EventDays+InterfaceConsts.xml @@ -38,9 +38,18 @@ System.String - To be added. + The Julian ending day number. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventDaysColumns.ENDDAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,9 +73,18 @@ System.String - To be added. + The Julian starting day number. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventDaysColumns.STARTDAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+EventDays.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+EventDays.xml index 3d83d984a4..e81b92855e 100644 --- a/docs/Mono.Android/en/Android.Provider/CalendarContract+EventDays.xml +++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+EventDays.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.provider.CalendarContract.EventDays. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -121,10 +125,20 @@ the number of days to load (must be at least 1) the columns to return in the cursor Retrieves the days with events for the Julian days starting at - "startDay" for "numDays". - To be added. + "startDay" for "numDays". + a database cursor containing a list of start and end days for + events - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventDays.query(android.content.ContentResolver, int, int, java.lang.String[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+EventDaysColumns.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+EventDaysColumns.xml index b3ea0c6305..5f01672c7a 100644 --- a/docs/Mono.Android/en/Android.Provider/CalendarContract+EventDaysColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+EventDaysColumns.xml @@ -59,7 +59,16 @@ The Julian ending day number. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventDaysColumns.ENDDAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -90,7 +99,16 @@ The Julian starting day number. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventDaysColumns.STARTDAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+Events+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+Events+InterfaceConsts.xml index 5ad8ea0530..88250e440e 100644 --- a/docs/Mono.Android/en/Android.Provider/CalendarContract+Events+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+Events+InterfaceConsts.xml @@ -43,9 +43,18 @@ 1 - To be added. + Confidential is not used by the app. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_CONFIDENTIAL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -74,9 +83,19 @@ 0 - To be added. + Default access is controlled by the server and will be treated as + public on the device. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_DEFAULT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -100,9 +119,19 @@ System.String - To be added. + Defines how the event shows up for others when the calendar is + shared. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_LEVEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -131,9 +160,18 @@ 2 - To be added. + Private shares the event as a free/busy slot with no details. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_PRIVATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -162,9 +200,19 @@ 3 - To be added. + Public makes the contents visible to anyone with access to the + calendar. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_PUBLIC. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -188,9 +236,18 @@ System.String - To be added. + The account that was used to sync the entry to the device. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.SyncColumns.ACCOUNT_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -214,9 +271,19 @@ System.String - To be added. + The type of the account that was used to sync the entry to the + device. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.SyncColumns.ACCOUNT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -240,9 +307,18 @@ System.String - To be added. + Is the event all day (time zone independent). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ALL_DAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -266,9 +342,19 @@ System.String - To be added. + A comma separated list of attendee types supported for this calendar + in the format "#,#,#". - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.ALLOWED_ATTENDEE_TYPES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -292,9 +378,19 @@ System.String - To be added. + A comma separated list of availability types supported for this + calendar in the format "#,#,#". - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.ALLOWED_AVAILABILITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -318,9 +414,19 @@ System.String - To be added. + A comma separated list of reminder methods supported for this + calendar in the format "#,#,#". - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.ALLOWED_REMINDERS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -344,9 +450,19 @@ System.String - To be added. + If this event counts as busy time or is still free time that can be + scheduled over. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.AVAILABILITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -375,9 +491,19 @@ 0 - To be added. + Indicates that this event takes up time and will conflict with other + events. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.AVAILABILITY_BUSY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -406,9 +532,19 @@ 1 - To be added. + Indicates that this event is free time and will not conflict with + other events. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.AVAILABILITY_FREE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -437,9 +573,19 @@ 2 - To be added. + Indicates that the owner's availability may change, but should be + considered busy time that will conflict. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.AVAILABILITY_TENTATIVE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -468,9 +614,19 @@ 500 - To be added. + Full access to modify the calendar, but not the access control + settings - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_CONTRIBUTOR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -499,9 +655,19 @@ 600 - To be added. + Full access to modify the calendar, but not the access control + settings - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_EDITOR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -530,9 +696,18 @@ 100 - To be added. + Can only see free/busy information about the calendar - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_FREEBUSY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -561,9 +736,18 @@ 0 - To be added. + Cannot access the calendar - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_NONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -592,9 +776,18 @@ 400 - To be added. + not used - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_OVERRIDE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -623,9 +816,18 @@ 700 - To be added. + Full access to the calendar - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_OWNER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -654,9 +856,18 @@ 200 - To be added. + Can read all event details - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_READ. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -685,9 +896,18 @@ 300 - To be added. + Can reply yes/no/maybe to an event - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_RESPOND. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -716,10 +936,19 @@ 800 - To be added. + Domain admin - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. - + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_ROOT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -742,9 +971,18 @@ System.String - To be added. + The level of access that the user has for the calendar - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_ACCESS_LEVEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -768,9 +1006,18 @@ System.String - To be added. + The color of the calendar. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_COLOR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -794,9 +1041,18 @@ System.String - To be added. + A key for looking up a color from the Colors table. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_COLOR_KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -820,9 +1076,18 @@ System.String - To be added. + The display name of the calendar. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_DISPLAY_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -846,9 +1111,18 @@ System.String - To be added. + The Calendars#_ID of the calendar the event belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.CALENDAR_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -872,9 +1146,18 @@ System.String - To be added. + The time zone the calendar is associated with. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_TIME_ZONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -898,9 +1181,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -924,9 +1216,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC10. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -950,9 +1251,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -976,9 +1286,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1002,9 +1321,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1028,9 +1356,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC5. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1054,9 +1391,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC6. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1080,9 +1426,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC7. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1106,9 +1461,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC8. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1132,9 +1496,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC9. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1158,9 +1531,18 @@ System.String - To be added. + Whether the user can invite others to the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.CAN_INVITE_OTHERS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1184,9 +1566,18 @@ System.String - To be added. + Can the organizer modify the time zone of the event? Column name. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAN_MODIFY_TIME_ZONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1210,9 +1601,19 @@ System.String - To be added. + Can the organizer respond to the event? If no, the status of the + organizer should not be shown by the UI. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAN_ORGANIZER_RESPOND. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1236,9 +1637,20 @@ System.String - To be added. + If set to 1 this causes events on this calendar to be duplicated with + Events#LAST_SYNCED set to 1 whenever the event + transitions from non-dirty to dirty. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.SyncColumns.CAN_PARTIALLY_UPDATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1297,9 +1709,19 @@ System.String - To be added. + The package name of the custom app that can provide a richer + experience for the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.CUSTOM_APP_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1323,9 +1745,18 @@ System.String - To be added. + The URI used by the custom app for the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.CUSTOM_APP_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1349,9 +1780,18 @@ System.String - To be added. + Whether the row has been deleted but not synced to the server. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.SyncColumns.DELETED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1375,9 +1815,18 @@ System.String - To be added. + The description of the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.DESCRIPTION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1401,9 +1850,18 @@ System.String - To be added. + Used to indicate that local, unsynced, changes are present. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.SyncColumns.DIRTY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1427,9 +1885,19 @@ System.String - To be added. + This will be #EVENT_COLOR if it is not null; otherwise, this will be + Calendars#CALENDAR_COLOR. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.DISPLAY_COLOR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1453,9 +1921,18 @@ System.String - To be added. + The time the event ends in UTC millis since epoch. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.DTEND. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1479,9 +1956,18 @@ System.String - To be added. + The time the event starts in UTC millis since epoch. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.DTSTART. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1505,9 +1991,18 @@ System.String - To be added. + The duration of the event in RFC2445 format. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.DURATION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1531,9 +2026,18 @@ System.String - To be added. + A secondary color for the individual event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_COLOR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1557,9 +2061,18 @@ System.String - To be added. + A secondary color key for the individual event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_COLOR_KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1583,9 +2096,18 @@ System.String - To be added. + The timezone for the end time of the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_END_TIMEZONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1609,9 +2131,18 @@ System.String - To be added. + Where the event takes place. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_LOCATION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1635,9 +2166,18 @@ System.String - To be added. + The timezone for the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_TIMEZONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1661,9 +2201,18 @@ System.String - To be added. + The recurrence exception dates for the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.EXDATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1687,9 +2236,18 @@ System.String - To be added. + The recurrence exception rule for the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.EXRULE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1713,9 +2271,18 @@ System.String - To be added. + Whether guests can invite other guests. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.GUESTS_CAN_INVITE_OTHERS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1739,9 +2306,18 @@ System.String - To be added. + Whether guests can modify the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.GUESTS_CAN_MODIFY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1765,9 +2341,18 @@ System.String - To be added. + Whether guests can see the list of attendees. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.GUESTS_CAN_SEE_GUESTS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1791,9 +2376,18 @@ System.String - To be added. + Whether the event has an alarm or not. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.HAS_ALARM. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1817,9 +2411,18 @@ System.String - To be added. + Whether the event has attendee information. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.HAS_ATTENDEE_DATA. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1843,9 +2446,18 @@ System.String - To be added. + Whether the event has extended properties or not. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.HAS_EXTENDED_PROPERTIES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1904,9 +2516,18 @@ System.String - To be added. + Are we the organizer of this event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.IS_ORGANIZER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1930,9 +2551,18 @@ System.String - To be added. + Is this the primary calendar for this account. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.IS_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1956,9 +2586,18 @@ System.String - To be added. + The last date this event repeats on, or NULL if it never ends. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.LAST_DATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1982,9 +2621,19 @@ System.String - To be added. + Used to indicate that a row is not a real event but an original copy of a locally + modified event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.LAST_SYNCED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2008,9 +2657,18 @@ System.String - To be added. + The maximum number of reminders allowed for an event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.MAX_REMINDERS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2034,9 +2692,18 @@ System.String - To be added. + Used in conjunction with #DIRTY to indicate what packages wrote local changes. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.SyncColumns.MUTATORS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2060,9 +2727,18 @@ System.String - To be added. + Email of the organizer (owner) of the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ORGANIZER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2086,9 +2762,19 @@ System.String - To be added. + The allDay status (true or false) of the original recurring event + for which this event is an exception. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_ALL_DAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2112,9 +2798,19 @@ System.String - To be added. + The Events#_ID of the original recurring event for which this + event is an exception. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2138,9 +2834,19 @@ System.String - To be added. + The original instance time of the recurring event for which this + event is an exception. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_INSTANCE_TIME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2164,9 +2870,19 @@ System.String - To be added. + The _sync_id of the original recurring event for which this event is + an exception. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_SYNC_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2190,9 +2906,18 @@ System.String - To be added. + The owner account for this calendar, based on the calendar feed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.OWNER_ACCOUNT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2216,9 +2941,18 @@ System.String - To be added. + The recurrence dates for the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.RDATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2242,9 +2976,18 @@ System.String - To be added. + The recurrence rule for the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.RRULE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2268,9 +3011,18 @@ System.String - To be added. + This is a copy of the attendee status for the owner of this event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SELF_ATTENDEE_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2294,9 +3046,18 @@ System.String - To be added. + The event status. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2413,9 +3174,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2439,9 +3209,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA10. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2465,9 +3244,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2491,9 +3279,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2517,9 +3314,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2543,9 +3349,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA5. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2569,9 +3384,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA6. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2595,9 +3419,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA7. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2621,9 +3454,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA8. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2647,9 +3489,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA9. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2673,9 +3524,19 @@ System.String - To be added. + Is this calendar synced and are its events stored on the device? + 0 - Do not sync this calendar or store events for this calendar. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.SYNC_EVENTS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2699,9 +3560,18 @@ System.String - To be added. + The unique ID for a row assigned by the sync source. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.SyncColumns._SYNC_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2725,9 +3595,18 @@ System.String - To be added. + The title of the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.TITLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2751,9 +3630,18 @@ System.String - To be added. + The UID for events added from the RFC 2445 iCalendar format. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.UID_2445. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2777,9 +3665,19 @@ System.String - To be added. + Is the calendar selected to be displayed? + 0 - do not show events associated with this calendar. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.VISIBLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+Events.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+Events.xml index 9a0ea52d10..eb706643b6 100644 --- a/docs/Mono.Android/en/Android.Provider/CalendarContract+Events.xml +++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+Events.xml @@ -19,14 +19,18 @@ Constants and helpers for the Events table, which contains details for - individual events. + individual events. - Android platform documentation + Java documentation for android.provider.CalendarContract.Events. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -54,7 +58,16 @@ The content:// style URI for recurring event exceptions. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.Events.CONTENT_EXCEPTION_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -82,7 +95,16 @@ The content:// style URL for interacting with events. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.Events.CONTENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -107,9 +129,20 @@ Android.Net.Uri - To be added. + The content:// style URL for querying Events table in the managed profile. To be added. - To be added. + + + + Java documentation for android.provider.CalendarContract.Events.ENTERPRISE_CONTENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+EventsColumns.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+EventsColumns.xml index 6d13a81b4d..657c598c4f 100644 --- a/docs/Mono.Android/en/Android.Provider/CalendarContract+EventsColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+EventsColumns.xml @@ -61,7 +61,16 @@ Confidential is not used by the app. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_CONFIDENTIAL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -92,9 +101,18 @@ 0 Default access is controlled by the server and will be treated as - public on the device. + public on the device. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_DEFAULT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -124,9 +142,18 @@ Defines how the event shows up for others when the calendar is - shared. + shared. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_LEVEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -158,7 +185,16 @@ Private shares the event as a free/busy slot with no details. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_PRIVATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -189,9 +225,18 @@ 3 Public makes the contents visible to anyone with access to the - calendar. + calendar. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_PUBLIC. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -222,7 +267,16 @@ Is the event all day (time zone independent). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ALL_DAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -252,9 +306,18 @@ If this event counts as busy time or is still free time that can be - scheduled over. + scheduled over. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.AVAILABILITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -285,9 +348,18 @@ 0 Indicates that this event takes up time and will conflict with other - events. + events. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.AVAILABILITY_BUSY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -318,9 +390,18 @@ 1 Indicates that this event is free time and will not conflict with - other events. + other events. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.AVAILABILITY_FREE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -351,9 +432,18 @@ 2 Indicates that the owner's availability may change, but should be - considered busy time that will conflict. + considered busy time that will conflict. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.AVAILABILITY_TENTATIVE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -382,9 +472,18 @@ System.String - The of the calendar the event belongs to. + The Calendars#_ID of the calendar the event belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.CALENDAR_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -415,7 +514,16 @@ Whether the user can invite others to the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.CAN_INVITE_OTHERS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -445,9 +553,18 @@ The package name of the custom app that can provide a richer - experience for the event. + experience for the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.CUSTOM_APP_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -478,7 +595,16 @@ The URI used by the custom app for the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.CUSTOM_APP_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -509,7 +635,16 @@ The description of the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.DESCRIPTION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -538,10 +673,19 @@ System.String - This will be if it is not null; otherwise, this will be - . + This will be #EVENT_COLOR if it is not null; otherwise, this will be + Calendars#CALENDAR_COLOR. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.DISPLAY_COLOR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -572,7 +716,16 @@ The time the event ends in UTC millis since epoch. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.DTEND. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -603,7 +756,16 @@ The time the event starts in UTC millis since epoch. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.DTSTART. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -634,7 +796,16 @@ The duration of the event in RFC2445 format. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.DURATION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -665,7 +836,16 @@ A secondary color for the individual event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_COLOR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -696,7 +876,16 @@ A secondary color key for the individual event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_COLOR_KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -727,7 +916,16 @@ The timezone for the end time of the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_END_TIMEZONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -758,7 +956,16 @@ Where the event takes place. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_LOCATION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -789,7 +996,16 @@ The timezone for the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_TIMEZONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -820,7 +1036,16 @@ The recurrence exception dates for the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.EXDATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -851,7 +1076,16 @@ The recurrence exception rule for the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.EXRULE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -882,7 +1116,16 @@ Whether guests can invite other guests. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.GUESTS_CAN_INVITE_OTHERS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -913,7 +1156,16 @@ Whether guests can modify the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.GUESTS_CAN_MODIFY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -944,7 +1196,16 @@ Whether guests can see the list of attendees. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.GUESTS_CAN_SEE_GUESTS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -975,7 +1236,16 @@ Whether the event has an alarm or not. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.HAS_ALARM. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1006,7 +1276,16 @@ Whether the event has attendee information. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.HAS_ATTENDEE_DATA. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1037,7 +1316,16 @@ Whether the event has extended properties or not. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.HAS_EXTENDED_PROPERTIES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1068,7 +1356,16 @@ Are we the organizer of this event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.IS_ORGANIZER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1099,7 +1396,16 @@ The last date this event repeats on, or NULL if it never ends. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.LAST_DATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1129,9 +1435,18 @@ Used to indicate that a row is not a real event but an original copy of a locally - modified event. + modified event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.LAST_SYNCED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1162,7 +1477,16 @@ Email of the organizer (owner) of the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ORGANIZER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1192,9 +1516,18 @@ The allDay status (true or false) of the original recurring event - for which this event is an exception. + for which this event is an exception. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_ALL_DAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1223,10 +1556,19 @@ System.String - The of the original recurring event for which this - event is an exception. + The Events#_ID of the original recurring event for which this + event is an exception. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1256,9 +1598,18 @@ The original instance time of the recurring event for which this - event is an exception. + event is an exception. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_INSTANCE_TIME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1288,9 +1639,18 @@ The _sync_id of the original recurring event for which this event is - an exception. + an exception. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_SYNC_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1321,7 +1681,16 @@ The recurrence dates for the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.RDATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1352,7 +1721,16 @@ The recurrence rule for the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.RRULE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1383,7 +1761,16 @@ This is a copy of the attendee status for the owner of this event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SELF_ATTENDEE_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1414,7 +1801,16 @@ The event status. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1544,7 +1940,16 @@ This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1575,7 +1980,16 @@ This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA10. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1606,7 +2020,16 @@ This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1637,7 +2060,16 @@ This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1668,7 +2100,16 @@ This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1699,7 +2140,16 @@ This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA5. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1730,7 +2180,16 @@ This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA6. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1761,7 +2220,16 @@ This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA7. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1792,7 +2260,16 @@ This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA8. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1823,7 +2300,16 @@ This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA9. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1854,7 +2340,16 @@ The title of the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.TITLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1885,7 +2380,16 @@ The UID for events added from the RFC 2445 iCalendar format. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.UID_2445. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+EventsEntity+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+EventsEntity+InterfaceConsts.xml index 9b2429666b..32eb00b513 100644 --- a/docs/Mono.Android/en/Android.Provider/CalendarContract+EventsEntity+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+EventsEntity+InterfaceConsts.xml @@ -43,9 +43,18 @@ 1 - To be added. + Confidential is not used by the app. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_CONFIDENTIAL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -74,9 +83,19 @@ 0 - To be added. + Default access is controlled by the server and will be treated as + public on the device. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_DEFAULT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -100,9 +119,19 @@ System.String - To be added. + Defines how the event shows up for others when the calendar is + shared. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_LEVEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -131,9 +160,18 @@ 2 - To be added. + Private shares the event as a free/busy slot with no details. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_PRIVATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -162,9 +200,19 @@ 3 - To be added. + Public makes the contents visible to anyone with access to the + calendar. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_PUBLIC. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -188,9 +236,18 @@ System.String - To be added. + The account that was used to sync the entry to the device. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.SyncColumns.ACCOUNT_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -214,9 +271,19 @@ System.String - To be added. + The type of the account that was used to sync the entry to the + device. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.SyncColumns.ACCOUNT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -240,9 +307,18 @@ System.String - To be added. + Is the event all day (time zone independent). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ALL_DAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -266,9 +342,19 @@ System.String - To be added. + If this event counts as busy time or is still free time that can be + scheduled over. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.AVAILABILITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -297,9 +383,19 @@ 0 - To be added. + Indicates that this event takes up time and will conflict with other + events. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.AVAILABILITY_BUSY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -328,9 +424,19 @@ 1 - To be added. + Indicates that this event is free time and will not conflict with + other events. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.AVAILABILITY_FREE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -359,9 +465,19 @@ 2 - To be added. + Indicates that the owner's availability may change, but should be + considered busy time that will conflict. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.AVAILABILITY_TENTATIVE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -385,9 +501,18 @@ System.String - To be added. + The Calendars#_ID of the calendar the event belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.CALENDAR_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -411,9 +536,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -437,9 +571,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC10. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -463,9 +606,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -489,9 +641,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -515,9 +676,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -541,9 +711,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC5. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -567,9 +746,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC6. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -593,9 +781,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC7. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -619,9 +816,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC8. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -645,9 +851,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC9. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -671,9 +886,18 @@ System.String - To be added. + Whether the user can invite others to the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.CAN_INVITE_OTHERS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -697,9 +921,20 @@ System.String - To be added. + If set to 1 this causes events on this calendar to be duplicated with + Events#LAST_SYNCED set to 1 whenever the event + transitions from non-dirty to dirty. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.SyncColumns.CAN_PARTIALLY_UPDATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -758,9 +993,19 @@ System.String - To be added. + The package name of the custom app that can provide a richer + experience for the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.CUSTOM_APP_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -784,9 +1029,18 @@ System.String - To be added. + The URI used by the custom app for the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.CUSTOM_APP_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -810,9 +1064,18 @@ System.String - To be added. + Whether the row has been deleted but not synced to the server. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.SyncColumns.DELETED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -836,9 +1099,18 @@ System.String - To be added. + The description of the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.DESCRIPTION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -862,9 +1134,18 @@ System.String - To be added. + Used to indicate that local, unsynced, changes are present. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.SyncColumns.DIRTY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -888,9 +1169,19 @@ System.String - To be added. + This will be #EVENT_COLOR if it is not null; otherwise, this will be + Calendars#CALENDAR_COLOR. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.DISPLAY_COLOR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -914,9 +1205,18 @@ System.String - To be added. + The time the event ends in UTC millis since epoch. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.DTEND. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -940,9 +1240,18 @@ System.String - To be added. + The time the event starts in UTC millis since epoch. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.DTSTART. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -966,9 +1275,18 @@ System.String - To be added. + The duration of the event in RFC2445 format. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.DURATION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -992,9 +1310,18 @@ System.String - To be added. + A secondary color for the individual event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_COLOR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1018,9 +1345,18 @@ System.String - To be added. + A secondary color key for the individual event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_COLOR_KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1044,9 +1380,18 @@ System.String - To be added. + The timezone for the end time of the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_END_TIMEZONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1070,9 +1415,18 @@ System.String - To be added. + Where the event takes place. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_LOCATION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1096,9 +1450,18 @@ System.String - To be added. + The timezone for the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_TIMEZONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1122,9 +1485,18 @@ System.String - To be added. + The recurrence exception dates for the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.EXDATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1148,9 +1520,18 @@ System.String - To be added. + The recurrence exception rule for the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.EXRULE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1174,9 +1555,18 @@ System.String - To be added. + Whether guests can invite other guests. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.GUESTS_CAN_INVITE_OTHERS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1200,9 +1590,18 @@ System.String - To be added. + Whether guests can modify the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.GUESTS_CAN_MODIFY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1226,9 +1625,18 @@ System.String - To be added. + Whether guests can see the list of attendees. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.GUESTS_CAN_SEE_GUESTS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1252,9 +1660,18 @@ System.String - To be added. + Whether the event has an alarm or not. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.HAS_ALARM. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1278,9 +1695,18 @@ System.String - To be added. + Whether the event has attendee information. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.HAS_ATTENDEE_DATA. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1304,9 +1730,18 @@ System.String - To be added. + Whether the event has extended properties or not. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.HAS_EXTENDED_PROPERTIES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1365,9 +1800,18 @@ System.String - To be added. + Are we the organizer of this event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.IS_ORGANIZER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1391,9 +1835,18 @@ System.String - To be added. + The last date this event repeats on, or NULL if it never ends. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.LAST_DATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1417,9 +1870,19 @@ System.String - To be added. + Used to indicate that a row is not a real event but an original copy of a locally + modified event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.LAST_SYNCED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1443,9 +1906,18 @@ System.String - To be added. + Used in conjunction with #DIRTY to indicate what packages wrote local changes. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.SyncColumns.MUTATORS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1469,9 +1941,18 @@ System.String - To be added. + Email of the organizer (owner) of the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ORGANIZER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1495,9 +1976,19 @@ System.String - To be added. + The allDay status (true or false) of the original recurring event + for which this event is an exception. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_ALL_DAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1521,9 +2012,19 @@ System.String - To be added. + The Events#_ID of the original recurring event for which this + event is an exception. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1547,9 +2048,19 @@ System.String - To be added. + The original instance time of the recurring event for which this + event is an exception. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_INSTANCE_TIME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1573,9 +2084,19 @@ System.String - To be added. + The _sync_id of the original recurring event for which this event is + an exception. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_SYNC_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1599,9 +2120,18 @@ System.String - To be added. + The recurrence dates for the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.RDATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1625,9 +2155,18 @@ System.String - To be added. + The recurrence rule for the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.RRULE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1651,9 +2190,18 @@ System.String - To be added. + This is a copy of the attendee status for the owner of this event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SELF_ATTENDEE_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1677,9 +2225,18 @@ System.String - To be added. + The event status. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1796,9 +2353,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1822,9 +2388,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA10. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1848,9 +2423,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1874,9 +2458,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1900,9 +2493,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1926,9 +2528,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA5. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1952,9 +2563,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA6. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1978,9 +2598,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA7. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2004,9 +2633,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA8. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2030,9 +2668,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA9. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2056,9 +2703,18 @@ System.String - To be added. + The unique ID for a row assigned by the sync source. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.SyncColumns._SYNC_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2082,9 +2738,18 @@ System.String - To be added. + The title of the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.TITLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2108,9 +2773,18 @@ System.String - To be added. + The UID for events added from the RFC 2445 iCalendar format. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.UID_2445. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+EventsEntity.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+EventsEntity.xml index a7405d4ee7..57fe99d3e6 100644 --- a/docs/Mono.Android/en/Android.Provider/CalendarContract+EventsEntity.xml +++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+EventsEntity.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.provider.CalendarContract.EventsEntity. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -50,11 +54,19 @@ Android.Net.Uri - The content:// style URL for this table - + The content:// style URL for this table To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsEntity.CONTENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+ExtendedProperties+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+ExtendedProperties+InterfaceConsts.xml index de5924ec5c..e758f91153 100644 --- a/docs/Mono.Android/en/Android.Provider/CalendarContract+ExtendedProperties+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+ExtendedProperties+InterfaceConsts.xml @@ -43,9 +43,18 @@ 1 - To be added. + Confidential is not used by the app. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_CONFIDENTIAL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -74,9 +83,19 @@ 0 - To be added. + Default access is controlled by the server and will be treated as + public on the device. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_DEFAULT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -100,9 +119,19 @@ System.String - To be added. + Defines how the event shows up for others when the calendar is + shared. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_LEVEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -131,9 +160,18 @@ 2 - To be added. + Private shares the event as a free/busy slot with no details. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_PRIVATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -162,9 +200,19 @@ 3 - To be added. + Public makes the contents visible to anyone with access to the + calendar. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_PUBLIC. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -188,9 +236,18 @@ System.String - To be added. + Is the event all day (time zone independent). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ALL_DAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -214,9 +271,19 @@ System.String - To be added. + If this event counts as busy time or is still free time that can be + scheduled over. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.AVAILABILITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -245,9 +312,19 @@ 0 - To be added. + Indicates that this event takes up time and will conflict with other + events. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.AVAILABILITY_BUSY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -276,9 +353,19 @@ 1 - To be added. + Indicates that this event is free time and will not conflict with + other events. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.AVAILABILITY_FREE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -307,9 +394,19 @@ 2 - To be added. + Indicates that the owner's availability may change, but should be + considered busy time that will conflict. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.AVAILABILITY_TENTATIVE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -333,9 +430,18 @@ System.String - To be added. + The Calendars#_ID of the calendar the event belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.CALENDAR_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -359,9 +465,18 @@ System.String - To be added. + Whether the user can invite others to the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.CAN_INVITE_OTHERS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -420,9 +535,19 @@ System.String - To be added. + The package name of the custom app that can provide a richer + experience for the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.CUSTOM_APP_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -446,9 +571,18 @@ System.String - To be added. + The URI used by the custom app for the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.CUSTOM_APP_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -472,9 +606,18 @@ System.String - To be added. + The description of the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.DESCRIPTION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -498,9 +641,19 @@ System.String - To be added. + This will be #EVENT_COLOR if it is not null; otherwise, this will be + Calendars#CALENDAR_COLOR. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.DISPLAY_COLOR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -524,9 +677,18 @@ System.String - To be added. + The time the event ends in UTC millis since epoch. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.DTEND. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -550,9 +712,18 @@ System.String - To be added. + The time the event starts in UTC millis since epoch. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.DTSTART. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -576,9 +747,18 @@ System.String - To be added. + The duration of the event in RFC2445 format. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.DURATION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -602,9 +782,18 @@ System.String - To be added. + A secondary color for the individual event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_COLOR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -628,9 +817,18 @@ System.String - To be added. + A secondary color key for the individual event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_COLOR_KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -654,9 +852,18 @@ System.String - To be added. + The timezone for the end time of the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_END_TIMEZONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -680,9 +887,18 @@ System.String - To be added. + The event the extended property belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.ExtendedPropertiesColumns.EVENT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -706,9 +922,18 @@ System.String - To be added. + Where the event takes place. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_LOCATION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -732,9 +957,18 @@ System.String - To be added. + The timezone for the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_TIMEZONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -758,9 +992,18 @@ System.String - To be added. + The recurrence exception dates for the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.EXDATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -784,9 +1027,18 @@ System.String - To be added. + The recurrence exception rule for the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.EXRULE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -810,9 +1062,18 @@ System.String - To be added. + Whether guests can invite other guests. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.GUESTS_CAN_INVITE_OTHERS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -836,9 +1097,18 @@ System.String - To be added. + Whether guests can modify the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.GUESTS_CAN_MODIFY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -862,9 +1132,18 @@ System.String - To be added. + Whether guests can see the list of attendees. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.GUESTS_CAN_SEE_GUESTS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -888,9 +1167,18 @@ System.String - To be added. + Whether the event has an alarm or not. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.HAS_ALARM. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -914,9 +1202,18 @@ System.String - To be added. + Whether the event has attendee information. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.HAS_ATTENDEE_DATA. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -940,9 +1237,18 @@ System.String - To be added. + Whether the event has extended properties or not. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.HAS_EXTENDED_PROPERTIES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1001,9 +1307,18 @@ System.String - To be added. + Are we the organizer of this event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.IS_ORGANIZER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1027,9 +1342,18 @@ System.String - To be added. + The last date this event repeats on, or NULL if it never ends. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.LAST_DATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1053,9 +1377,19 @@ System.String - To be added. + Used to indicate that a row is not a real event but an original copy of a locally + modified event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.LAST_SYNCED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1105,9 +1439,18 @@ System.String - To be added. + Email of the organizer (owner) of the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ORGANIZER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1131,9 +1474,19 @@ System.String - To be added. + The allDay status (true or false) of the original recurring event + for which this event is an exception. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_ALL_DAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1157,9 +1510,19 @@ System.String - To be added. + The Events#_ID of the original recurring event for which this + event is an exception. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1183,9 +1546,19 @@ System.String - To be added. + The original instance time of the recurring event for which this + event is an exception. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_INSTANCE_TIME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1209,9 +1582,19 @@ System.String - To be added. + The _sync_id of the original recurring event for which this event is + an exception. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_SYNC_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1235,9 +1618,18 @@ System.String - To be added. + The recurrence dates for the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.RDATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1261,9 +1653,18 @@ System.String - To be added. + The recurrence rule for the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.RRULE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1287,9 +1688,18 @@ System.String - To be added. + This is a copy of the attendee status for the owner of this event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SELF_ATTENDEE_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1313,9 +1723,18 @@ System.String - To be added. + The event status. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1432,9 +1851,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1458,9 +1886,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA10. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1484,9 +1921,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1510,9 +1956,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1536,9 +1991,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1562,9 +2026,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA5. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1588,9 +2061,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA6. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1614,9 +2096,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA7. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1640,9 +2131,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA8. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1666,9 +2166,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA9. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1692,9 +2201,18 @@ System.String - To be added. + The title of the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.TITLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1718,9 +2236,18 @@ System.String - To be added. + The UID for events added from the RFC 2445 iCalendar format. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.UID_2445. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1744,9 +2271,18 @@ System.String - To be added. + The value of the extended property. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.ExtendedPropertiesColumns.VALUE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+ExtendedProperties.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+ExtendedProperties.xml index d942975d63..8ed28c6af7 100644 --- a/docs/Mono.Android/en/Android.Provider/CalendarContract+ExtendedProperties.xml +++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+ExtendedProperties.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.provider.CalendarContract.ExtendedProperties. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+ExtendedPropertiesColumns.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+ExtendedPropertiesColumns.xml index b6039f1909..3154ee1c2c 100644 --- a/docs/Mono.Android/en/Android.Provider/CalendarContract+ExtendedPropertiesColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+ExtendedPropertiesColumns.xml @@ -59,7 +59,16 @@ The event the extended property belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.ExtendedPropertiesColumns.EVENT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -121,7 +130,16 @@ The value of the extended property. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.ExtendedPropertiesColumns.VALUE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+IAttendeesColumns.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+IAttendeesColumns.xml index 454092a00f..37d3070c3d 100644 --- a/docs/Mono.Android/en/Android.Provider/CalendarContract+IAttendeesColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+IAttendeesColumns.xml @@ -9,8 +9,19 @@ - To be added. - To be added. + Columns from the Attendees table that other tables join into themselves. + + + + Java documentation for android.provider.CalendarContract.AttendeesColumns. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -33,8 +44,19 @@ System.String - To be added. - To be added. + The email address of the attendee. + + + + Java documentation for android.provider.CalendarContract.AttendeesColumns.ATTENDEE_EMAIL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -57,8 +79,20 @@ System.String - To be added. - To be added. + The identity of the attendee as referenced in + ContactsContract.CommonDataKinds.Identity#IDENTITY. + + + + Java documentation for android.provider.CalendarContract.AttendeesColumns.ATTENDEE_IDENTITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -81,8 +115,20 @@ System.String - To be added. - To be added. + The identity name space of the attendee as referenced in + ContactsContract.CommonDataKinds.Identity#NAMESPACE. + + + + Java documentation for android.provider.CalendarContract.AttendeesColumns.ATTENDEE_ID_NAMESPACE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -105,8 +151,19 @@ System.String - To be added. - To be added. + The name of the attendee. + + + + Java documentation for android.provider.CalendarContract.AttendeesColumns.ATTENDEE_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -153,8 +210,19 @@ System.String - To be added. - To be added. + The attendance status of the attendee. + + + + Java documentation for android.provider.CalendarContract.AttendeesColumns.ATTENDEE_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -177,8 +245,19 @@ System.String - To be added. - To be added. + The type of attendee. + + + + Java documentation for android.provider.CalendarContract.AttendeesColumns.ATTENDEE_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -201,8 +280,19 @@ System.String - To be added. - To be added. + The id of the event. + + + + Java documentation for android.provider.CalendarContract.AttendeesColumns.EVENT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+ICalendarAlertsColumns.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+ICalendarAlertsColumns.xml index 4661106e9d..11aa316e92 100644 --- a/docs/Mono.Android/en/Android.Provider/CalendarContract+ICalendarAlertsColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+ICalendarAlertsColumns.xml @@ -33,8 +33,19 @@ System.String - To be added. - To be added. + The alarm time of the event, in UTC. + + + + Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.ALARM_TIME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -57,8 +68,19 @@ System.String - To be added. - To be added. + The start time of the event, in UTC. + + + + Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.BEGIN. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -81,8 +103,19 @@ System.String - To be added. - To be added. + The creation time of this database entry, in UTC. + + + + Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.CREATION_TIME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -105,8 +138,19 @@ System.String - To be added. - To be added. + The default sort order for this alerts queries + + + + Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.DEFAULT_SORT_ORDER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -129,8 +173,19 @@ System.String - To be added. - To be added. + The end time of the event, in UTC. + + + + Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.END. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -153,8 +208,19 @@ System.String - To be added. - To be added. + The event that the alert belongs to. + + + + Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.EVENT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -177,8 +243,19 @@ System.String - To be added. - To be added. + The number of minutes that this alarm precedes the start time. + + + + Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.MINUTES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -201,8 +278,20 @@ System.String - To be added. - To be added. + The time that the notification was created by the Calendar app, + in UTC. + + + + Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.NOTIFY_TIME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -225,8 +314,20 @@ System.String - To be added. - To be added. + The time that the alarm broadcast was received by the Calendar app, + in UTC. + + + + Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.RECEIVED_TIME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -249,8 +350,19 @@ System.String - To be added. - To be added. + The state of this alert. + + + + Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.STATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+ICalendarCacheColumns.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+ICalendarCacheColumns.xml index 770686fde2..1698c55c9b 100644 --- a/docs/Mono.Android/en/Android.Provider/CalendarContract+ICalendarCacheColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+ICalendarCacheColumns.xml @@ -33,8 +33,19 @@ System.String - To be added. - To be added. + The key for the setting. + + + + Java documentation for android.provider.CalendarContract.CalendarCacheColumns.KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -57,8 +68,19 @@ System.String - To be added. - To be added. + The value of the given setting. + + + + Java documentation for android.provider.CalendarContract.CalendarCacheColumns.VALUE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+ICalendarColumns.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+ICalendarColumns.xml index 106256b68e..801e4eb6c3 100644 --- a/docs/Mono.Android/en/Android.Provider/CalendarContract+ICalendarColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+ICalendarColumns.xml @@ -9,8 +9,19 @@ - To be added. - To be added. + Columns specific to the Calendars Uri that other Uris can query. + + + + Java documentation for android.provider.CalendarContract.CalendarColumns. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -33,8 +44,20 @@ System.String - To be added. - To be added. + A comma separated list of attendee types supported for this calendar + in the format "#,#,#". + + + + Java documentation for android.provider.CalendarContract.CalendarColumns.ALLOWED_ATTENDEE_TYPES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -57,8 +80,20 @@ System.String - To be added. - To be added. + A comma separated list of availability types supported for this + calendar in the format "#,#,#". + + + + Java documentation for android.provider.CalendarContract.CalendarColumns.ALLOWED_AVAILABILITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -81,8 +116,20 @@ System.String - To be added. - To be added. + A comma separated list of reminder methods supported for this + calendar in the format "#,#,#". + + + + Java documentation for android.provider.CalendarContract.CalendarColumns.ALLOWED_REMINDERS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -105,8 +152,19 @@ System.String - To be added. - To be added. + The level of access that the user has for the calendar + + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_ACCESS_LEVEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -129,8 +187,19 @@ System.String - To be added. - To be added. + The color of the calendar. + + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_COLOR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -153,8 +222,19 @@ System.String - To be added. - To be added. + A key for looking up a color from the Colors table. + + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_COLOR_KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -177,8 +257,19 @@ System.String - To be added. - To be added. + The display name of the calendar. + + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_DISPLAY_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -201,8 +292,19 @@ System.String - To be added. - To be added. + The time zone the calendar is associated with. + + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_TIME_ZONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -225,8 +327,19 @@ System.String - To be added. - To be added. + Can the organizer modify the time zone of the event? Column name. + + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAN_MODIFY_TIME_ZONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -249,8 +362,20 @@ System.String - To be added. - To be added. + Can the organizer respond to the event? If no, the status of the + organizer should not be shown by the UI. + + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAN_ORGANIZER_RESPOND. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -273,8 +398,19 @@ System.String - To be added. - To be added. + Is this the primary calendar for this account. + + + + Java documentation for android.provider.CalendarContract.CalendarColumns.IS_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -297,8 +433,19 @@ System.String - To be added. - To be added. + The maximum number of reminders allowed for an event. + + + + Java documentation for android.provider.CalendarContract.CalendarColumns.MAX_REMINDERS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -321,8 +468,19 @@ System.String - To be added. - To be added. + The owner account for this calendar, based on the calendar feed. + + + + Java documentation for android.provider.CalendarContract.CalendarColumns.OWNER_ACCOUNT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -345,8 +503,20 @@ System.String - To be added. - To be added. + Is this calendar synced and are its events stored on the device? + 0 - Do not sync this calendar or store events for this calendar. + + + + Java documentation for android.provider.CalendarContract.CalendarColumns.SYNC_EVENTS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -369,8 +539,20 @@ System.String - To be added. - To be added. + Is the calendar selected to be displayed? + 0 - do not show events associated with this calendar. + + + + Java documentation for android.provider.CalendarContract.CalendarColumns.VISIBLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+ICalendarSyncColumns.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+ICalendarSyncColumns.xml index 9c186d8b52..4309ea9b89 100644 --- a/docs/Mono.Android/en/Android.Provider/CalendarContract+ICalendarSyncColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+ICalendarSyncColumns.xml @@ -9,8 +9,19 @@ - To be added. - To be added. + Generic columns for use by sync adapters. + + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -33,8 +44,19 @@ System.String - To be added. - To be added. + Generic column for use by sync adapters. + + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -57,8 +79,19 @@ System.String - To be added. - To be added. + Generic column for use by sync adapters. + + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC10. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -81,8 +114,19 @@ System.String - To be added. - To be added. + Generic column for use by sync adapters. + + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -105,8 +149,19 @@ System.String - To be added. - To be added. + Generic column for use by sync adapters. + + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -129,8 +184,19 @@ System.String - To be added. - To be added. + Generic column for use by sync adapters. + + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -153,8 +219,19 @@ System.String - To be added. - To be added. + Generic column for use by sync adapters. + + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC5. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -177,8 +254,19 @@ System.String - To be added. - To be added. + Generic column for use by sync adapters. + + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC6. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -201,8 +289,19 @@ System.String - To be added. - To be added. + Generic column for use by sync adapters. + + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC7. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -225,8 +324,19 @@ System.String - To be added. - To be added. + Generic column for use by sync adapters. + + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC8. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -249,8 +359,19 @@ System.String - To be added. - To be added. + Generic column for use by sync adapters. + + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC9. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+IColorsColumns.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+IColorsColumns.xml index 8b9e6c9d21..4faac9e855 100644 --- a/docs/Mono.Android/en/Android.Provider/CalendarContract+IColorsColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+IColorsColumns.xml @@ -33,8 +33,19 @@ System.String - To be added. - To be added. + The color as an 8-bit ARGB integer value. + + + + Java documentation for android.provider.CalendarContract.ColorsColumns.COLOR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -57,8 +68,19 @@ System.String - To be added. - To be added. + The key used to reference this color. + + + + Java documentation for android.provider.CalendarContract.ColorsColumns.COLOR_KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -81,8 +103,19 @@ System.String - To be added. - To be added. + The type of color, which describes how it should be used. + + + + Java documentation for android.provider.CalendarContract.ColorsColumns.COLOR_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+IEventDaysColumns.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+IEventDaysColumns.xml index cd2a143c6a..b0e18f1ef6 100644 --- a/docs/Mono.Android/en/Android.Provider/CalendarContract+IEventDaysColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+IEventDaysColumns.xml @@ -33,8 +33,19 @@ System.String - To be added. - To be added. + The Julian ending day number. + + + + Java documentation for android.provider.CalendarContract.EventDaysColumns.ENDDAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -57,8 +68,19 @@ System.String - To be added. - To be added. + The Julian starting day number. + + + + Java documentation for android.provider.CalendarContract.EventDaysColumns.STARTDAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+IEventsColumns.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+IEventsColumns.xml index e6ae95b6bf..14479a6943 100644 --- a/docs/Mono.Android/en/Android.Provider/CalendarContract+IEventsColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+IEventsColumns.xml @@ -9,8 +9,19 @@ - To be added. - To be added. + Columns from the Events table that other tables join into themselves. + + + + Java documentation for android.provider.CalendarContract.EventsColumns. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -33,8 +44,20 @@ System.String - To be added. - To be added. + Defines how the event shows up for others when the calendar is + shared. + + + + Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_LEVEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -57,8 +80,19 @@ System.String - To be added. - To be added. + Is the event all day (time zone independent). + + + + Java documentation for android.provider.CalendarContract.EventsColumns.ALL_DAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -81,8 +115,20 @@ System.String - To be added. - To be added. + If this event counts as busy time or is still free time that can be + scheduled over. + + + + Java documentation for android.provider.CalendarContract.EventsColumns.AVAILABILITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -105,8 +151,19 @@ System.String - To be added. - To be added. + The Calendars#_ID of the calendar the event belongs to. + + + + Java documentation for android.provider.CalendarContract.EventsColumns.CALENDAR_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -129,8 +186,19 @@ System.String - To be added. - To be added. + Whether the user can invite others to the event. + + + + Java documentation for android.provider.CalendarContract.EventsColumns.CAN_INVITE_OTHERS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -153,8 +221,20 @@ System.String - To be added. - To be added. + The package name of the custom app that can provide a richer + experience for the event. + + + + Java documentation for android.provider.CalendarContract.EventsColumns.CUSTOM_APP_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -177,8 +257,19 @@ System.String - To be added. - To be added. + The URI used by the custom app for the event. + + + + Java documentation for android.provider.CalendarContract.EventsColumns.CUSTOM_APP_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -201,8 +292,19 @@ System.String - To be added. - To be added. + The description of the event. + + + + Java documentation for android.provider.CalendarContract.EventsColumns.DESCRIPTION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -225,8 +327,20 @@ System.String - To be added. - To be added. + This will be #EVENT_COLOR if it is not null; otherwise, this will be + Calendars#CALENDAR_COLOR. + + + + Java documentation for android.provider.CalendarContract.EventsColumns.DISPLAY_COLOR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -249,8 +363,19 @@ System.String - To be added. - To be added. + The time the event ends in UTC millis since epoch. + + + + Java documentation for android.provider.CalendarContract.EventsColumns.DTEND. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -273,8 +398,19 @@ System.String - To be added. - To be added. + The time the event starts in UTC millis since epoch. + + + + Java documentation for android.provider.CalendarContract.EventsColumns.DTSTART. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -297,8 +433,19 @@ System.String - To be added. - To be added. + The duration of the event in RFC2445 format. + + + + Java documentation for android.provider.CalendarContract.EventsColumns.DURATION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -321,8 +468,19 @@ System.String - To be added. - To be added. + A secondary color for the individual event. + + + + Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_COLOR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -345,8 +503,19 @@ System.String - To be added. - To be added. + A secondary color key for the individual event. + + + + Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_COLOR_KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -369,8 +538,19 @@ System.String - To be added. - To be added. + The timezone for the end time of the event. + + + + Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_END_TIMEZONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -393,8 +573,19 @@ System.String - To be added. - To be added. + Where the event takes place. + + + + Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_LOCATION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -417,8 +608,19 @@ System.String - To be added. - To be added. + The timezone for the event. + + + + Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_TIMEZONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -441,8 +643,19 @@ System.String - To be added. - To be added. + The recurrence exception dates for the event. + + + + Java documentation for android.provider.CalendarContract.EventsColumns.EXDATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -465,8 +678,19 @@ System.String - To be added. - To be added. + The recurrence exception rule for the event. + + + + Java documentation for android.provider.CalendarContract.EventsColumns.EXRULE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -489,8 +713,19 @@ System.String - To be added. - To be added. + Whether guests can invite other guests. + + + + Java documentation for android.provider.CalendarContract.EventsColumns.GUESTS_CAN_INVITE_OTHERS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -513,8 +748,19 @@ System.String - To be added. - To be added. + Whether guests can modify the event. + + + + Java documentation for android.provider.CalendarContract.EventsColumns.GUESTS_CAN_MODIFY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -537,8 +783,19 @@ System.String - To be added. - To be added. + Whether guests can see the list of attendees. + + + + Java documentation for android.provider.CalendarContract.EventsColumns.GUESTS_CAN_SEE_GUESTS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -561,8 +818,19 @@ System.String - To be added. - To be added. + Whether the event has an alarm or not. + + + + Java documentation for android.provider.CalendarContract.EventsColumns.HAS_ALARM. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -585,8 +853,19 @@ System.String - To be added. - To be added. + Whether the event has attendee information. + + + + Java documentation for android.provider.CalendarContract.EventsColumns.HAS_ATTENDEE_DATA. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -609,8 +888,19 @@ System.String - To be added. - To be added. + Whether the event has extended properties or not. + + + + Java documentation for android.provider.CalendarContract.EventsColumns.HAS_EXTENDED_PROPERTIES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -633,8 +923,19 @@ System.String - To be added. - To be added. + Are we the organizer of this event. + + + + Java documentation for android.provider.CalendarContract.EventsColumns.IS_ORGANIZER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -657,8 +958,19 @@ System.String - To be added. - To be added. + The last date this event repeats on, or NULL if it never ends. + + + + Java documentation for android.provider.CalendarContract.EventsColumns.LAST_DATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -681,8 +993,20 @@ System.String - To be added. - To be added. + Used to indicate that a row is not a real event but an original copy of a locally + modified event. + + + + Java documentation for android.provider.CalendarContract.EventsColumns.LAST_SYNCED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -705,8 +1029,19 @@ System.String - To be added. - To be added. + Email of the organizer (owner) of the event. + + + + Java documentation for android.provider.CalendarContract.EventsColumns.ORGANIZER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -729,8 +1064,20 @@ System.String - To be added. - To be added. + The allDay status (true or false) of the original recurring event + for which this event is an exception. + + + + Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_ALL_DAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -753,8 +1100,20 @@ System.String - To be added. - To be added. + The Events#_ID of the original recurring event for which this + event is an exception. + + + + Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -777,8 +1136,20 @@ System.String - To be added. - To be added. + The original instance time of the recurring event for which this + event is an exception. + + + + Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_INSTANCE_TIME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -801,8 +1172,20 @@ System.String - To be added. - To be added. + The _sync_id of the original recurring event for which this event is + an exception. + + + + Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_SYNC_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -825,8 +1208,19 @@ System.String - To be added. - To be added. + The recurrence dates for the event. + + + + Java documentation for android.provider.CalendarContract.EventsColumns.RDATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -849,8 +1243,19 @@ System.String - To be added. - To be added. + The recurrence rule for the event. + + + + Java documentation for android.provider.CalendarContract.EventsColumns.RRULE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -873,8 +1278,19 @@ System.String - To be added. - To be added. + This is a copy of the attendee status for the owner of this event. + + + + Java documentation for android.provider.CalendarContract.EventsColumns.SELF_ATTENDEE_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -897,8 +1313,19 @@ System.String - To be added. - To be added. + The event status. + + + + Java documentation for android.provider.CalendarContract.EventsColumns.STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -921,8 +1348,19 @@ System.String - To be added. - To be added. + This column is available for use by sync adapters. + + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -945,8 +1383,19 @@ System.String - To be added. - To be added. + This column is available for use by sync adapters. + + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA10. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -969,8 +1418,19 @@ System.String - To be added. - To be added. + This column is available for use by sync adapters. + + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -993,8 +1453,19 @@ System.String - To be added. - To be added. + This column is available for use by sync adapters. + + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1017,8 +1488,19 @@ System.String - To be added. - To be added. + This column is available for use by sync adapters. + + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1041,8 +1523,19 @@ System.String - To be added. - To be added. + This column is available for use by sync adapters. + + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA5. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1065,8 +1558,19 @@ System.String - To be added. - To be added. + This column is available for use by sync adapters. + + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA6. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1089,8 +1593,19 @@ System.String - To be added. - To be added. + This column is available for use by sync adapters. + + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA7. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1113,8 +1628,19 @@ System.String - To be added. - To be added. + This column is available for use by sync adapters. + + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA8. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1137,8 +1663,19 @@ System.String - To be added. - To be added. + This column is available for use by sync adapters. + + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA9. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1161,8 +1698,19 @@ System.String - To be added. - To be added. + The title of the event. + + + + Java documentation for android.provider.CalendarContract.EventsColumns.TITLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1185,8 +1733,19 @@ System.String - To be added. - To be added. + The UID for events added from the RFC 2445 iCalendar format. + + + + Java documentation for android.provider.CalendarContract.EventsColumns.UID_2445. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+IExtendedPropertiesColumns.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+IExtendedPropertiesColumns.xml index c646b4a921..cc342971b1 100644 --- a/docs/Mono.Android/en/Android.Provider/CalendarContract+IExtendedPropertiesColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+IExtendedPropertiesColumns.xml @@ -33,8 +33,19 @@ System.String - To be added. - To be added. + The event the extended property belongs to. + + + + Java documentation for android.provider.CalendarContract.ExtendedPropertiesColumns.EVENT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -81,8 +92,19 @@ System.String - To be added. - To be added. + The value of the extended property. + + + + Java documentation for android.provider.CalendarContract.ExtendedPropertiesColumns.VALUE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+IRemindersColumns.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+IRemindersColumns.xml index 3163f9b149..0c423e312d 100644 --- a/docs/Mono.Android/en/Android.Provider/CalendarContract+IRemindersColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+IRemindersColumns.xml @@ -33,8 +33,19 @@ System.String - To be added. - To be added. + The event the reminder belongs to. + + + + Java documentation for android.provider.CalendarContract.RemindersColumns.EVENT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -57,8 +68,19 @@ System.String - To be added. - To be added. + The alarm method, as set on the server. + + + + Java documentation for android.provider.CalendarContract.RemindersColumns.METHOD. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -81,8 +103,19 @@ System.String - To be added. - To be added. + The minutes prior to the event that the alarm should ring. + + + + Java documentation for android.provider.CalendarContract.RemindersColumns.MINUTES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -106,8 +139,20 @@ -1 - To be added. - To be added. + Passing this as a minutes value will use the default reminder + minutes. + + + + Java documentation for android.provider.CalendarContract.RemindersColumns.MINUTES_DEFAULT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+ISyncColumns.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+ISyncColumns.xml index 961cd0e2dc..5de27de538 100644 --- a/docs/Mono.Android/en/Android.Provider/CalendarContract+ISyncColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+ISyncColumns.xml @@ -9,8 +9,19 @@ - To be added. - To be added. + Columns for Sync information used by Calendars and Events tables. + + + + Java documentation for android.provider.CalendarContract.SyncColumns. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -33,8 +44,19 @@ System.String - To be added. - To be added. + The account that was used to sync the entry to the device. + + + + Java documentation for android.provider.CalendarContract.SyncColumns.ACCOUNT_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -57,8 +79,20 @@ System.String - To be added. - To be added. + The type of the account that was used to sync the entry to the + device. + + + + Java documentation for android.provider.CalendarContract.SyncColumns.ACCOUNT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -81,8 +115,21 @@ System.String - To be added. - To be added. + If set to 1 this causes events on this calendar to be duplicated with + Events#LAST_SYNCED set to 1 whenever the event + transitions from non-dirty to dirty. + + + + Java documentation for android.provider.CalendarContract.SyncColumns.CAN_PARTIALLY_UPDATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -105,8 +152,19 @@ System.String - To be added. - To be added. + Whether the row has been deleted but not synced to the server. + + + + Java documentation for android.provider.CalendarContract.SyncColumns.DELETED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -129,8 +187,19 @@ System.String - To be added. - To be added. + Used to indicate that local, unsynced, changes are present. + + + + Java documentation for android.provider.CalendarContract.SyncColumns.DIRTY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -153,8 +222,19 @@ System.String - To be added. - To be added. + Used in conjunction with #DIRTY to indicate what packages wrote local changes. + + + + Java documentation for android.provider.CalendarContract.SyncColumns.MUTATORS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -177,8 +257,19 @@ System.String - To be added. - To be added. + The unique ID for a row assigned by the sync source. + + + + Java documentation for android.provider.CalendarContract.SyncColumns._SYNC_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+Instances+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+Instances+InterfaceConsts.xml index d6f081f1d1..6670c1bd1a 100644 --- a/docs/Mono.Android/en/Android.Provider/CalendarContract+Instances+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+Instances+InterfaceConsts.xml @@ -43,9 +43,18 @@ 1 - To be added. + Confidential is not used by the app. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_CONFIDENTIAL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -74,9 +83,19 @@ 0 - To be added. + Default access is controlled by the server and will be treated as + public on the device. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_DEFAULT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -100,9 +119,19 @@ System.String - To be added. + Defines how the event shows up for others when the calendar is + shared. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_LEVEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -131,9 +160,18 @@ 2 - To be added. + Private shares the event as a free/busy slot with no details. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_PRIVATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -162,9 +200,19 @@ 3 - To be added. + Public makes the contents visible to anyone with access to the + calendar. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_PUBLIC. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -188,9 +236,18 @@ System.String - To be added. + Is the event all day (time zone independent). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ALL_DAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -214,9 +271,19 @@ System.String - To be added. + A comma separated list of attendee types supported for this calendar + in the format "#,#,#". - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.ALLOWED_ATTENDEE_TYPES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -240,9 +307,19 @@ System.String - To be added. + A comma separated list of availability types supported for this + calendar in the format "#,#,#". - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.ALLOWED_AVAILABILITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -266,9 +343,19 @@ System.String - To be added. + A comma separated list of reminder methods supported for this + calendar in the format "#,#,#". - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.ALLOWED_REMINDERS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -292,9 +379,19 @@ System.String - To be added. + If this event counts as busy time or is still free time that can be + scheduled over. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.AVAILABILITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -323,9 +420,19 @@ 0 - To be added. + Indicates that this event takes up time and will conflict with other + events. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.AVAILABILITY_BUSY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -354,9 +461,19 @@ 1 - To be added. + Indicates that this event is free time and will not conflict with + other events. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.AVAILABILITY_FREE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -385,9 +502,19 @@ 2 - To be added. + Indicates that the owner's availability may change, but should be + considered busy time that will conflict. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.AVAILABILITY_TENTATIVE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -416,9 +543,19 @@ 500 - To be added. + Full access to modify the calendar, but not the access control + settings - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_CONTRIBUTOR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -447,9 +584,19 @@ 600 - To be added. + Full access to modify the calendar, but not the access control + settings - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_EDITOR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -478,9 +625,18 @@ 100 - To be added. + Can only see free/busy information about the calendar - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_FREEBUSY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -509,9 +665,18 @@ 0 - To be added. + Cannot access the calendar - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_NONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -540,9 +705,18 @@ 400 - To be added. + not used - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_OVERRIDE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -571,9 +745,18 @@ 700 - To be added. + Full access to the calendar - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_OWNER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -602,9 +785,18 @@ 200 - To be added. + Can read all event details - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_READ. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -633,9 +825,18 @@ 300 - To be added. + Can reply yes/no/maybe to an event - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_RESPOND. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -664,9 +865,18 @@ 800 - To be added. + Domain admin - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_ROOT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -690,9 +900,18 @@ System.String - To be added. + The level of access that the user has for the calendar - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_ACCESS_LEVEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -716,10 +935,19 @@ System.String - To be added. + The color of the calendar. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. - + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_COLOR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -742,9 +970,18 @@ System.String - To be added. + A key for looking up a color from the Colors table. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_COLOR_KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -768,9 +1005,18 @@ System.String - To be added. + The display name of the calendar. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_DISPLAY_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -794,9 +1040,18 @@ System.String - To be added. + The Calendars#_ID of the calendar the event belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.CALENDAR_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -820,9 +1075,18 @@ System.String - To be added. + The time zone the calendar is associated with. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_TIME_ZONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -846,9 +1110,18 @@ System.String - To be added. + Whether the user can invite others to the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.CAN_INVITE_OTHERS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -872,9 +1145,18 @@ System.String - To be added. + Can the organizer modify the time zone of the event? Column name. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAN_MODIFY_TIME_ZONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -898,9 +1180,19 @@ System.String - To be added. + Can the organizer respond to the event? If no, the status of the + organizer should not be shown by the UI. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.CAN_ORGANIZER_RESPOND. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -959,9 +1251,19 @@ System.String - To be added. + The package name of the custom app that can provide a richer + experience for the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.CUSTOM_APP_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -985,9 +1287,18 @@ System.String - To be added. + The URI used by the custom app for the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.CUSTOM_APP_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1011,9 +1322,18 @@ System.String - To be added. + The description of the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.DESCRIPTION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1037,9 +1357,19 @@ System.String - To be added. + This will be #EVENT_COLOR if it is not null; otherwise, this will be + Calendars#CALENDAR_COLOR. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.DISPLAY_COLOR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1063,9 +1393,18 @@ System.String - To be added. + The time the event ends in UTC millis since epoch. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.DTEND. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1089,9 +1428,18 @@ System.String - To be added. + The time the event starts in UTC millis since epoch. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.DTSTART. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1115,9 +1463,18 @@ System.String - To be added. + The duration of the event in RFC2445 format. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.DURATION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1141,9 +1498,18 @@ System.String - To be added. + A secondary color for the individual event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_COLOR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1167,9 +1533,18 @@ System.String - To be added. + A secondary color key for the individual event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_COLOR_KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1193,9 +1568,18 @@ System.String - To be added. + The timezone for the end time of the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_END_TIMEZONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1219,9 +1603,18 @@ System.String - To be added. + Where the event takes place. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_LOCATION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1245,9 +1638,18 @@ System.String - To be added. + The timezone for the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_TIMEZONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1271,9 +1673,18 @@ System.String - To be added. + The recurrence exception dates for the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.EXDATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1297,9 +1708,18 @@ System.String - To be added. + The recurrence exception rule for the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.EXRULE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1323,9 +1743,18 @@ System.String - To be added. + Whether guests can invite other guests. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.GUESTS_CAN_INVITE_OTHERS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1349,9 +1778,18 @@ System.String - To be added. + Whether guests can modify the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.GUESTS_CAN_MODIFY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1375,9 +1813,18 @@ System.String - To be added. + Whether guests can see the list of attendees. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.GUESTS_CAN_SEE_GUESTS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1401,9 +1848,18 @@ System.String - To be added. + Whether the event has an alarm or not. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.HAS_ALARM. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1427,9 +1883,18 @@ System.String - To be added. + Whether the event has attendee information. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.HAS_ATTENDEE_DATA. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1453,9 +1918,18 @@ System.String - To be added. + Whether the event has extended properties or not. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.HAS_EXTENDED_PROPERTIES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1514,9 +1988,18 @@ System.String - To be added. + Are we the organizer of this event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.IS_ORGANIZER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1540,9 +2023,18 @@ System.String - To be added. + Is this the primary calendar for this account. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.IS_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1566,9 +2058,18 @@ System.String - To be added. + The last date this event repeats on, or NULL if it never ends. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.LAST_DATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1592,9 +2093,19 @@ System.String - To be added. + Used to indicate that a row is not a real event but an original copy of a locally + modified event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.LAST_SYNCED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1618,9 +2129,18 @@ System.String - To be added. + The maximum number of reminders allowed for an event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.MAX_REMINDERS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1644,9 +2164,18 @@ System.String - To be added. + Email of the organizer (owner) of the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ORGANIZER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1670,9 +2199,19 @@ System.String - To be added. + The allDay status (true or false) of the original recurring event + for which this event is an exception. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_ALL_DAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1696,9 +2235,19 @@ System.String - To be added. + The Events#_ID of the original recurring event for which this + event is an exception. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1722,9 +2271,19 @@ System.String - To be added. + The original instance time of the recurring event for which this + event is an exception. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_INSTANCE_TIME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1748,9 +2307,19 @@ System.String - To be added. + The _sync_id of the original recurring event for which this event is + an exception. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_SYNC_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1774,9 +2343,18 @@ System.String - To be added. + The owner account for this calendar, based on the calendar feed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.OWNER_ACCOUNT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1800,9 +2378,18 @@ System.String - To be added. + The recurrence dates for the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.RDATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1826,9 +2413,18 @@ System.String - To be added. + The recurrence rule for the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.RRULE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1852,9 +2448,18 @@ System.String - To be added. + This is a copy of the attendee status for the owner of this event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SELF_ATTENDEE_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1878,9 +2483,18 @@ System.String - To be added. + The event status. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1997,9 +2611,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2023,9 +2646,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA10. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2049,9 +2681,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2075,9 +2716,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2101,9 +2751,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2127,9 +2786,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA5. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2153,9 +2821,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA6. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2179,9 +2856,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA7. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2205,9 +2891,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA8. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2231,9 +2926,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA9. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2257,9 +2961,19 @@ System.String - To be added. + Is this calendar synced and are its events stored on the device? + 0 - Do not sync this calendar or store events for this calendar. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.SYNC_EVENTS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2283,9 +2997,18 @@ System.String - To be added. + The title of the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.TITLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2309,9 +3032,18 @@ System.String - To be added. + The UID for events added from the RFC 2445 iCalendar format. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.UID_2445. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2335,9 +3067,19 @@ System.String - To be added. + Is the calendar selected to be displayed? + 0 - do not show events associated with this calendar. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarColumns.VISIBLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+Instances.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+Instances.xml index 8766d6e749..f72d26c9a3 100644 --- a/docs/Mono.Android/en/Android.Provider/CalendarContract+Instances.xml +++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+Instances.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.provider.CalendarContract.Instances. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -52,7 +56,16 @@ The beginning time of the instance, in UTC milliseconds. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.Instances.BEGIN. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -78,10 +91,19 @@ The content:// style URL for querying an instance range by Julian - Day. + Day. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.Instances.CONTENT_BY_DAY_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -107,10 +129,19 @@ The content:// style URL for querying an instance range with a search - term. + term. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.Instances.CONTENT_SEARCH_BY_DAY_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -136,10 +167,19 @@ The content:// style URL for querying an instance range with a search - term. + term. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.Instances.CONTENT_SEARCH_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -167,7 +207,16 @@ The content:// style URL for querying an instance range. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.Instances.CONTENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -194,7 +243,16 @@ The ending time of the instance, in UTC milliseconds. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.Instances.END. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -220,9 +278,18 @@ The Julian end day of the instance, relative to the local time - zone. + zone. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.Instances.END_DAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -248,9 +315,18 @@ The end minute of the instance measured from midnight in the - local time zone. + local time zone. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.Instances.END_MINUTE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -275,9 +351,21 @@ Android.Net.Uri - To be added. + The content:// style URL for querying an instance range by Julian + Day in the managed profile. To be added. - To be added. + + + + Java documentation for android.provider.CalendarContract.Instances.ENTERPRISE_CONTENT_BY_DAY_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -300,9 +388,21 @@ Android.Net.Uri - To be added. + The content:// style URL for querying an instance range with a search + term in the managed profile. To be added. - To be added. + + + + Java documentation for android.provider.CalendarContract.Instances.ENTERPRISE_CONTENT_SEARCH_BY_DAY_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -325,9 +425,21 @@ Android.Net.Uri - To be added. + The content:// style URL for querying an instance range with a search + term in the managed profile. To be added. - To be added. + + + + Java documentation for android.provider.CalendarContract.Instances.ENTERPRISE_CONTENT_SEARCH_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -350,9 +462,20 @@ Android.Net.Uri - To be added. + The content:// style URL for querying an instance range in the managed profile. To be added. - To be added. + + + + Java documentation for android.provider.CalendarContract.Instances.ENTERPRISE_CONTENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -377,7 +500,16 @@ The _id of the event for this instance. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.Instances.EVENT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -442,13 +574,22 @@ The ContentResolver to use for the query The columns to return The start of the time range to query in UTC millis since - epoch + epoch The end of the time range to query in UTC millis since - epoch + epoch Performs a query to return all visible instances in the given range. - To be added. + A Cursor containing all instances in the given range - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.Instances.query(android.content.ContentResolver, java.lang.String[], long, long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -483,17 +624,27 @@ The ContentResolver to use for the query The columns to return The start of the time range to query in UTC millis since - epoch + epoch The end of the time range to query in UTC millis since - epoch + epoch A string of space separated search terms. Segments - enclosed by double quotes will be treated as a single - term. + enclosed by double quotes will be treated as a single + term. Performs a query to return all visible instances in the given range - that match the given query. - To be added. + that match the given query. + A Cursor of instances matching the search terms in the given + time range - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.Instances.query(android.content.ContentResolver, java.lang.String[], long, long, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -519,9 +670,18 @@ The Julian start day of the instance, relative to the local time - zone. + zone. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.Instances.START_DAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -547,9 +707,18 @@ The start minute of the instance measured from midnight in the - local time zone. + local time zone. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.Instances.START_MINUTE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+Reminders+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+Reminders+InterfaceConsts.xml index 6a5f3fcdf5..ece14e48fa 100644 --- a/docs/Mono.Android/en/Android.Provider/CalendarContract+Reminders+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+Reminders+InterfaceConsts.xml @@ -43,9 +43,18 @@ 1 - To be added. + Confidential is not used by the app. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_CONFIDENTIAL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -74,9 +83,19 @@ 0 - To be added. + Default access is controlled by the server and will be treated as + public on the device. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_DEFAULT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -100,9 +119,19 @@ System.String - To be added. + Defines how the event shows up for others when the calendar is + shared. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_LEVEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -131,9 +160,18 @@ 2 - To be added. + Private shares the event as a free/busy slot with no details. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_PRIVATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -162,9 +200,19 @@ 3 - To be added. + Public makes the contents visible to anyone with access to the + calendar. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_PUBLIC. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -188,9 +236,18 @@ System.String - To be added. + Is the event all day (time zone independent). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ALL_DAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -214,9 +271,19 @@ System.String - To be added. + If this event counts as busy time or is still free time that can be + scheduled over. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.AVAILABILITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -245,9 +312,19 @@ 0 - To be added. + Indicates that this event takes up time and will conflict with other + events. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.AVAILABILITY_BUSY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -276,9 +353,19 @@ 1 - To be added. + Indicates that this event is free time and will not conflict with + other events. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.AVAILABILITY_FREE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -307,9 +394,19 @@ 2 - To be added. + Indicates that the owner's availability may change, but should be + considered busy time that will conflict. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.AVAILABILITY_TENTATIVE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -333,9 +430,18 @@ System.String - To be added. + The Calendars#_ID of the calendar the event belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.CALENDAR_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -359,9 +465,18 @@ System.String - To be added. + Whether the user can invite others to the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.CAN_INVITE_OTHERS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -420,9 +535,19 @@ System.String - To be added. + The package name of the custom app that can provide a richer + experience for the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.CUSTOM_APP_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -446,9 +571,18 @@ System.String - To be added. + The URI used by the custom app for the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.CUSTOM_APP_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -472,9 +606,18 @@ System.String - To be added. + The description of the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.DESCRIPTION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -498,9 +641,19 @@ System.String - To be added. + This will be #EVENT_COLOR if it is not null; otherwise, this will be + Calendars#CALENDAR_COLOR. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.DISPLAY_COLOR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -524,9 +677,18 @@ System.String - To be added. + The time the event ends in UTC millis since epoch. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.DTEND. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -550,9 +712,18 @@ System.String - To be added. + The time the event starts in UTC millis since epoch. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.DTSTART. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -576,9 +747,18 @@ System.String - To be added. + The duration of the event in RFC2445 format. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.DURATION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -602,9 +782,18 @@ System.String - To be added. + A secondary color for the individual event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_COLOR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -628,9 +817,18 @@ System.String - To be added. + A secondary color key for the individual event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_COLOR_KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -654,9 +852,18 @@ System.String - To be added. + The timezone for the end time of the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_END_TIMEZONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -680,9 +887,18 @@ System.String - To be added. + The event the reminder belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.RemindersColumns.EVENT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -706,9 +922,18 @@ System.String - To be added. + Where the event takes place. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_LOCATION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -732,9 +957,18 @@ System.String - To be added. + The timezone for the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_TIMEZONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -758,9 +992,18 @@ System.String - To be added. + The recurrence exception dates for the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.EXDATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -784,9 +1027,18 @@ System.String - To be added. + The recurrence exception rule for the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.EXRULE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -810,9 +1062,18 @@ System.String - To be added. + Whether guests can invite other guests. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.GUESTS_CAN_INVITE_OTHERS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -836,9 +1097,18 @@ System.String - To be added. + Whether guests can modify the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.GUESTS_CAN_MODIFY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -862,9 +1132,18 @@ System.String - To be added. + Whether guests can see the list of attendees. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.GUESTS_CAN_SEE_GUESTS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -888,9 +1167,18 @@ System.String - To be added. + Whether the event has an alarm or not. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.HAS_ALARM. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -914,9 +1202,18 @@ System.String - To be added. + Whether the event has attendee information. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.HAS_ATTENDEE_DATA. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -940,9 +1237,18 @@ System.String - To be added. + Whether the event has extended properties or not. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.HAS_EXTENDED_PROPERTIES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1001,9 +1307,18 @@ System.String - To be added. + Are we the organizer of this event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.IS_ORGANIZER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1027,9 +1342,18 @@ System.String - To be added. + The last date this event repeats on, or NULL if it never ends. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.LAST_DATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1053,9 +1377,19 @@ System.String - To be added. + Used to indicate that a row is not a real event but an original copy of a locally + modified event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.LAST_SYNCED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1079,9 +1413,18 @@ System.String - To be added. + The alarm method, as set on the server. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.RemindersColumns.METHOD. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1260,9 +1603,18 @@ System.String - To be added. + The minutes prior to the event that the alarm should ring. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.RemindersColumns.MINUTES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1287,9 +1639,19 @@ -1 - To be added. + Passing this as a minutes value will use the default reminder + minutes. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.RemindersColumns.MINUTES_DEFAULT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1313,9 +1675,18 @@ System.String - To be added. + Email of the organizer (owner) of the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ORGANIZER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1339,9 +1710,19 @@ System.String - To be added. + The allDay status (true or false) of the original recurring event + for which this event is an exception. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_ALL_DAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1365,9 +1746,19 @@ System.String - To be added. + The Events#_ID of the original recurring event for which this + event is an exception. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1391,9 +1782,19 @@ System.String - To be added. + The original instance time of the recurring event for which this + event is an exception. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_INSTANCE_TIME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1417,9 +1818,19 @@ System.String - To be added. + The _sync_id of the original recurring event for which this event is + an exception. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_SYNC_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1443,9 +1854,18 @@ System.String - To be added. + The recurrence dates for the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.RDATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1469,9 +1889,18 @@ System.String - To be added. + The recurrence rule for the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.RRULE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1495,9 +1924,18 @@ System.String - To be added. + This is a copy of the attendee status for the owner of this event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SELF_ATTENDEE_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1521,9 +1959,18 @@ System.String - To be added. + The event status. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1640,9 +2087,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1666,9 +2122,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA10. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1692,9 +2157,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1718,9 +2192,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1744,9 +2227,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1770,9 +2262,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA5. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1796,9 +2297,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA6. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1822,9 +2332,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA7. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1848,9 +2367,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA8. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1874,9 +2402,18 @@ System.String - To be added. + This column is available for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA9. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1900,9 +2437,18 @@ System.String - To be added. + The title of the event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.TITLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1926,9 +2472,18 @@ System.String - To be added. + The UID for events added from the RFC 2445 iCalendar format. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.EventsColumns.UID_2445. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+Reminders.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+Reminders.xml index 8371f50235..edbc8df1d4 100644 --- a/docs/Mono.Android/en/Android.Provider/CalendarContract+Reminders.xml +++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+Reminders.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.provider.CalendarContract.Reminders. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -119,9 +123,18 @@ The id of the event to retrieve reminders for the columns to return in the cursor Queries all reminders associated with the given event. - To be added. + A Cursor containing all reminders for the event - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.Reminders.query(android.content.ContentResolver, long, java.lang.String[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+RemindersColumns.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+RemindersColumns.xml index d6f3d1156a..4a59aa3628 100644 --- a/docs/Mono.Android/en/Android.Provider/CalendarContract+RemindersColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+RemindersColumns.xml @@ -59,7 +59,16 @@ The event the reminder belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.RemindersColumns.EVENT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -90,7 +99,16 @@ The alarm method, as set on the server. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.RemindersColumns.METHOD. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -284,10 +302,18 @@ System.String - The minutes prior to the event that the alarm should ring. -1 - specifies that we should use the default value for the system. + The minutes prior to the event that the alarm should ring. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.RemindersColumns.MINUTES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -318,9 +344,18 @@ -1 Passing this as a minutes value will use the default reminder - minutes. + minutes. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.RemindersColumns.MINUTES_DEFAULT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+SyncColumns.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+SyncColumns.xml index bdb6f51b47..9abd219073 100644 --- a/docs/Mono.Android/en/Android.Provider/CalendarContract+SyncColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+SyncColumns.xml @@ -60,7 +60,16 @@ The account that was used to sync the entry to the device. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.SyncColumns.ACCOUNT_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -90,9 +99,18 @@ The type of the account that was used to sync the entry to the - device. + device. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.SyncColumns.ACCOUNT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -121,9 +139,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -151,9 +178,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC10. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -181,9 +217,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -211,9 +256,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -241,9 +295,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -271,9 +334,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC5. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -301,9 +373,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC6. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -331,9 +412,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC7. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -361,9 +451,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC8. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -391,9 +490,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC9. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -422,10 +530,19 @@ If set to 1 this causes events on this calendar to be duplicated with - set to 1 whenever the event - transitions from non-dirty to dirty. + Events#LAST_SYNCED set to 1 whenever the event + transitions from non-dirty to dirty. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.SyncColumns.CAN_PARTIALLY_UPDATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -456,7 +573,16 @@ Whether the row has been deleted but not synced to the server. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.SyncColumns.DELETED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -487,7 +613,16 @@ Used to indicate that local, unsynced, changes are present. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.SyncColumns.DIRTY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -516,9 +651,18 @@ System.String - Used in conjunction with to indicate what packages wrote local changes. + Used in conjunction with #DIRTY to indicate what packages wrote local changes. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.SyncColumns.MUTATORS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -549,7 +693,16 @@ The unique ID for a row assigned by the sync source. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.SyncColumns._SYNC_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+SyncState+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+SyncState+InterfaceConsts.xml index 39259147f9..196a2f21e7 100644 --- a/docs/Mono.Android/en/Android.Provider/CalendarContract+SyncState+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+SyncState+InterfaceConsts.xml @@ -38,9 +38,18 @@ System.String - To be added. + A reference to the name of the account to which this data belongs - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.SyncStateContract.Columns.ACCOUNT_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,9 +73,18 @@ System.String - To be added. + A reference to the type of the account to which this data belongs - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.SyncStateContract.Columns.ACCOUNT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -125,9 +143,18 @@ System.String - To be added. + The sync data associated with this account. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.SyncStateContract.Columns.DATA. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+SyncState.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+SyncState.xml index 82b47c777b..cc7d00c5e9 100644 --- a/docs/Mono.Android/en/Android.Provider/CalendarContract+SyncState.xml +++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+SyncState.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.provider.CalendarContract.SyncState. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -50,11 +54,19 @@ Android.Net.Uri - The content:// style URI for this table - + The content:// style URI for this table To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CalendarContract.SyncState.CONTENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/CallLog+Calls.xml b/docs/Mono.Android/en/Android.Provider/CallLog+Calls.xml index 2c7b54f508..59e6a46d83 100644 --- a/docs/Mono.Android/en/Android.Provider/CallLog+Calls.xml +++ b/docs/Mono.Android/en/Android.Provider/CallLog+Calls.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.provider.CallLog.Calls. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -99,8 +103,21 @@ 1 - To be added. - To be added. + Value for CallLog.Calls#MISSED_REASON, set when CallLog.Calls#TYPE is + CallLog.Calls#MISSED_TYPE to indicate that a call was automatically rejected by + system because an ongoing emergency call. + + + + Java documentation for android.provider.CallLog.Calls.AUTO_MISSED_EMERGENCY_CALL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -124,8 +141,21 @@ 4 - To be added. - To be added. + Value for CallLog.Calls#MISSED_REASON, set when CallLog.Calls#TYPE is + CallLog.Calls#MISSED_TYPE to indicate that a call was automatically rejected by + system because the system cannot support any more dialing calls. + + + + Java documentation for android.provider.CallLog.Calls.AUTO_MISSED_MAXIMUM_DIALING. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -149,8 +179,21 @@ 2 - To be added. - To be added. + Value for CallLog.Calls#MISSED_REASON, set when CallLog.Calls#TYPE is + CallLog.Calls#MISSED_TYPE to indicate that a call was automatically rejected by + system because the system cannot support any more ringing calls. + + + + Java documentation for android.provider.CallLog.Calls.AUTO_MISSED_MAXIMUM_RINGING. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -173,8 +216,20 @@ System.String - To be added. - To be added. + Where the CallLog.Calls#TYPE is CallLog.Calls#BLOCKED_TYPE, + indicates the reason why a call is blocked. + + + + Java documentation for android.provider.CallLog.Calls.BLOCK_REASON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -198,8 +253,21 @@ 3 - To be added. - To be added. + Value for CallLog.Calls#BLOCK_REASON, set when CallLog.Calls#TYPE is + CallLog.Calls#BLOCKED_TYPE to indicate that a call was blocked because it is + in the BlockedNumbers provider. + + + + Java documentation for android.provider.CallLog.Calls.BLOCK_REASON_BLOCKED_NUMBER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -223,8 +291,21 @@ 1 - To be added. - To be added. + Value for CallLog.Calls#BLOCK_REASON, set when CallLog.Calls#TYPE is + CallLog.Calls#BLOCKED_TYPE to indicate that a call was blocked by a + CallScreeningService. + + + + Java documentation for android.provider.CallLog.Calls.BLOCK_REASON_CALL_SCREENING_SERVICE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -248,8 +329,21 @@ 2 - To be added. - To be added. + Value for CallLog.Calls#BLOCK_REASON, set when CallLog.Calls#TYPE is + CallLog.Calls#BLOCKED_TYPE to indicate that a call was blocked because the user + configured a contact to be sent directly to voicemail. + + + + Java documentation for android.provider.CallLog.Calls.BLOCK_REASON_DIRECT_TO_VOICEMAIL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -273,8 +367,20 @@ 0 - To be added. - To be added. + Value for CallLog.Calls#BLOCK_REASON, set as the default value when a call was + not blocked by a CallScreeningService or any other system call blocking method. + + + + Java documentation for android.provider.CallLog.Calls.BLOCK_REASON_NOT_BLOCKED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -298,8 +404,21 @@ 7 - To be added. - To be added. + Value for CallLog.Calls#BLOCK_REASON, set when CallLog.Calls#TYPE is + CallLog.Calls#BLOCKED_TYPE to indicate that a call was blocked because the user + has chosen to block all calls from numbers not in their contacts. + + + + Java documentation for android.provider.CallLog.Calls.BLOCK_REASON_NOT_IN_CONTACTS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -323,8 +442,21 @@ 6 - To be added. - To be added. + Value for CallLog.Calls#BLOCK_REASON, set when CallLog.Calls#TYPE is + CallLog.Calls#BLOCKED_TYPE to indicate that a call was blocked because the user + has chosen to block all calls from pay phones. + + + + Java documentation for android.provider.CallLog.Calls.BLOCK_REASON_PAY_PHONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -348,8 +480,21 @@ 5 - To be added. - To be added. + Value for CallLog.Calls#BLOCK_REASON, set when CallLog.Calls#TYPE is + CallLog.Calls#BLOCKED_TYPE to indicate that a call was blocked because the user + has chosen to block all calls from restricted numbers. + + + + Java documentation for android.provider.CallLog.Calls.BLOCK_REASON_RESTRICTED_NUMBER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -373,8 +518,21 @@ 4 - To be added. - To be added. + Value for CallLog.Calls#BLOCK_REASON, set when CallLog.Calls#TYPE is + CallLog.Calls#BLOCKED_TYPE to indicate that a call was blocked because the user + has chosen to block all calls from unknown numbers. + + + + Java documentation for android.provider.CallLog.Calls.BLOCK_REASON_UNKNOWN_NUMBER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -397,9 +555,19 @@ System.String - To be added. + The cached phone number, formatted with formatting rules based on the country the + user was in when the call was made or received. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CallLog.Calls.CACHED_FORMATTED_NUMBER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -423,9 +591,18 @@ System.String - To be added. + The cached URI to look up the contact associated with the phone number, if it exists. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CallLog.Calls.CACHED_LOOKUP_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -449,9 +626,18 @@ System.String - To be added. + The cached phone number of the contact which matches this entry, if it exists. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CallLog.Calls.CACHED_MATCHED_NUMBER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -477,7 +663,16 @@ The cached name associated with the phone number, if it exists. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CallLog.Calls.CACHED_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -502,9 +697,18 @@ System.String - To be added. + The cached normalized(E164) version of the phone number, if it exists. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CallLog.Calls.CACHED_NORMALIZED_NUMBER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -529,9 +733,18 @@ The cached number label, for a custom number type, associated with the - phone number, if it exists. + phone number, if it exists. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CallLog.Calls.CACHED_NUMBER_LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -557,9 +770,18 @@ The cached number type (Home, Work, etc) associated with the - phone number, if it exists. + phone number, if it exists. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CallLog.Calls.CACHED_NUMBER_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -584,9 +806,18 @@ System.String - To be added. + The cached photo id of the picture associated with the phone number, if it exists. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CallLog.Calls.CACHED_PHOTO_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -610,9 +841,18 @@ System.String - To be added. + The cached photo URI of the picture associated with the phone number, if it exists. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CallLog.Calls.CACHED_PHOTO_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -636,8 +876,19 @@ System.String - To be added. - To be added. + The name of the app which blocked a call. + + + + Java documentation for android.provider.CallLog.Calls.CALL_SCREENING_APP_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -660,8 +911,19 @@ System.String - To be added. - To be added. + The ComponentName of the CallScreeningService which blocked this call. + + + + Java documentation for android.provider.CallLog.Calls.CALL_SCREENING_COMPONENT_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -684,8 +946,19 @@ System.String - To be added. - To be added. + A reference to the picture that was sent via call composer. + + + + Java documentation for android.provider.CallLog.Calls.COMPOSER_PHOTO_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -708,11 +981,19 @@ Android.Net.Uri - The content:// style URL for filtering this table on phone numbers - + The content:// style URL for filtering this table on phone numbers To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CallLog.Calls.CONTENT_FILTER_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -737,10 +1018,19 @@ System.String - The MIME type of a sub-directory of a single - call. + The MIME type of a #CONTENT_URI sub-directory of a single + call. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CallLog.Calls.CONTENT_ITEM_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -765,10 +1055,19 @@ System.String - The MIME type of and - providing a directory of calls. + The MIME type of #CONTENT_URI and #CONTENT_FILTER_URI + providing a directory of calls. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CallLog.Calls.CONTENT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -793,11 +1092,19 @@ Android.Net.Uri - The content:// style URL for this table - + The content:// style URL for this table To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CallLog.Calls.CONTENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -822,10 +1129,19 @@ Android.Net.Uri - To be added. + Content uri used to access call log entries, including voicemail records. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CallLog.Calls.CONTENT_URI_WITH_VOICEMAIL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -849,9 +1165,19 @@ System.String - To be added. + The ISO 3166-1 two letters country code of the country where the + user received or made the call. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CallLog.Calls.COUNTRY_ISO. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -875,9 +1201,18 @@ System.String - To be added. + The data usage of the call in bytes. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CallLog.Calls.DATA_USAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -901,10 +1236,18 @@ System.String - The date the call occured, in milliseconds since the epoch - + The date the call occured, in milliseconds since the epoch - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CallLog.Calls.DATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -929,10 +1272,18 @@ System.String - The default sort order for this table - + The default sort order for this table - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CallLog.Calls.DEFAULT_SORT_ORDER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -957,10 +1308,18 @@ System.String - The duration of the call in seconds - + The duration of the call in seconds - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CallLog.Calls.DURATION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -985,9 +1344,20 @@ System.String - To be added. + An optional extra used with #CONTENT_TYPE Calls.CONTENT_TYPE and + Intent#ACTION_VIEW to specify that the presented list of calls should be + filtered for a particular call type. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CallLog.Calls.EXTRA_CALL_TYPE_FILTER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1011,9 +1381,18 @@ System.String - To be added. + Bit-mask describing features of the call (e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CallLog.Calls.FEATURES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1038,8 +1417,19 @@ 16 - To be added. - To be added. + Indicates the call underwent Assisted Dialing. + + + + Java documentation for android.provider.CallLog.Calls.FEATURES_ASSISTED_DIALING_USED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1063,9 +1453,18 @@ 4 - To be added. + Call was HD. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CallLog.Calls.FEATURES_HD_CALL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1090,9 +1489,18 @@ 2 - To be added. + Call was pulled externally. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CallLog.Calls.FEATURES_PULLED_EXTERNALLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1117,8 +1525,19 @@ 32 - To be added. - To be added. + Call was on RTT at some point + + + + Java documentation for android.provider.CallLog.Calls.FEATURES_RTT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1142,9 +1561,18 @@ 1 - To be added. + Call had video. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CallLog.Calls.FEATURES_VIDEO. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1169,8 +1597,19 @@ 64 - To be added. - To be added. + Call was VoLTE + + + + Java documentation for android.provider.CallLog.Calls.FEATURES_VOLTE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1194,9 +1633,18 @@ 8 - To be added. + Call was WIFI call. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CallLog.Calls.FEATURES_WIFI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1220,9 +1668,18 @@ System.String - To be added. + A geocoded location for the number associated with this call. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CallLog.Calls.GEOCODED_LOCATION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1251,9 +1708,19 @@ Used to get the content resolver. Query the call log database for the last dialed number. - To be added. + The last phone number dialed (outgoing) or an empty + string if none exist yet. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CallLog.Calls.getLastOutgoingCall(android.content.Context). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1280,7 +1747,16 @@ Whether this item has been read or otherwise consumed by the user. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CallLog.Calls.IS_READ. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1336,9 +1812,19 @@ System.String - To be added. + The date the row is last inserted, updated, or marked as deleted, in milliseconds + since the epoch. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CallLog.Calls.LAST_MODIFIED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1364,7 +1850,16 @@ Query parameter used to limit the number of call logs returned. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CallLog.Calls.LIMIT_PARAM_KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1389,8 +1884,19 @@ System.String - To be added. - To be added. + A reference to the location that was sent via call composer. + + + + Java documentation for android.provider.CallLog.Calls.LOCATION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1413,8 +1919,20 @@ System.String - To be added. - To be added. + Where the CallLog.Calls#TYPE is CallLog.Calls#MISSED_TYPE, + indicates factors which may have lead the user to miss the call. + + + + Java documentation for android.provider.CallLog.Calls.MISSED_REASON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1438,8 +1956,20 @@ 0 - To be added. - To be added. + Value for CallLog.Calls#MISSED_REASON, set as the default value when a call was + not missed. + + + + Java documentation for android.provider.CallLog.Calls.MISSED_REASON_NOT_MISSED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1462,10 +1992,18 @@ System.String - Whether or not the call has been acknowledged - + Whether or not the call has been acknowledged - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CallLog.Calls.NEW. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1492,7 +2030,16 @@ The phone number as the user entered it. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CallLog.Calls.NUMBER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1517,9 +2064,18 @@ System.String - To be added. + The number presenting rules set by the network. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CallLog.Calls.NUMBER_PRESENTATION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1545,7 +2101,16 @@ Query parameter used to specify the starting record to return. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CallLog.Calls.OFFSET_PARAM_KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1570,9 +2135,18 @@ System.String - To be added. + The component name of the account used to place or receive the call; in string form. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CallLog.Calls.PHONE_ACCOUNT_COMPONENT_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1596,9 +2170,18 @@ System.String - To be added. + The identifier for the account used to place or receive the call. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CallLog.Calls.PHONE_ACCOUNT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1622,9 +2205,19 @@ System.String - To be added. + The post-dial portion of a dialed number, including any digits dialed after a + TelecomManager#DTMF_CHARACTER_PAUSE or a TelecomManager#DTMF_CHARACTER_WAIT and these characters themselves. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CallLog.Calls.POST_DIAL_DIGITS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1653,9 +2246,18 @@ 1 - To be added. + Number is allowed to display for caller id. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CallLog.Calls.PRESENTATION_ALLOWED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1684,9 +2286,18 @@ 4 - To be added. + Number is a pay phone. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CallLog.Calls.PRESENTATION_PAYPHONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1715,9 +2326,18 @@ 2 - To be added. + Number is blocked by user. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CallLog.Calls.PRESENTATION_RESTRICTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1746,9 +2366,18 @@ 3 - To be added. + Number is not specified or unknown by network. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CallLog.Calls.PRESENTATION_UNKNOWN. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1772,8 +2401,19 @@ System.String - To be added. - To be added. + The priority of the call, as delivered via call composer. + + + + Java documentation for android.provider.CallLog.Calls.PRIORITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1801,8 +2441,19 @@ 0 - To be added. - To be added. + Used as a value in the #PRIORITY column. + + + + Java documentation for android.provider.CallLog.Calls.PRIORITY_NORMAL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1830,8 +2481,19 @@ 1 - To be added. - To be added. + Used as a value in the #PRIORITY column. + + + + Java documentation for android.provider.CallLog.Calls.PRIORITY_URGENT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1854,8 +2516,19 @@ System.String - To be added. - To be added. + The subject of the call, as delivered via call composer. + + + + Java documentation for android.provider.CallLog.Calls.SUBJECT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1940,9 +2613,18 @@ System.String - To be added. + Transcription of the call or voicemail entry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CallLog.Calls.TRANSCRIPTION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1968,7 +2650,16 @@ The type of the call (incoming, outgoing or missed). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CallLog.Calls.TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1994,8 +2685,20 @@ 4194304 - To be added. - To be added. + When CallLog.Calls#TYPE is CallLog.Calls#MISSED_TYPE, set this bit when + the call filters timed out. + + + + Java documentation for android.provider.CallLog.Calls.USER_MISSED_CALL_FILTERS_TIMEOUT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -2019,8 +2722,20 @@ 2097152 - To be added. - To be added. + When CallLog.Calls#TYPE is CallLog.Calls#MISSED_TYPE, set this bit when + this call is silenced by the call screening service. + + + + Java documentation for android.provider.CallLog.Calls.USER_MISSED_CALL_SCREENING_SERVICE_SILENCED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -2044,8 +2759,20 @@ 262144 - To be added. - To be added. + When CallLog.Calls#TYPE is CallLog.Calls#MISSED_TYPE, set this bit when + this call is silenced because the phone is in 'do not disturb mode'. + + + + Java documentation for android.provider.CallLog.Calls.USER_MISSED_DND_MODE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -2069,8 +2796,20 @@ 524288 - To be added. - To be added. + When CallLog.Calls#TYPE is CallLog.Calls#MISSED_TYPE, set this bit when + this call rings with a low ring volume. + + + + Java documentation for android.provider.CallLog.Calls.USER_MISSED_LOW_RING_VOLUME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -2094,8 +2833,20 @@ 65536 - To be added. - To be added. + When CallLog.Calls#TYPE is CallLog.Calls#MISSED_TYPE, set this bit when + the call was missed just because user didn't answer it. + + + + Java documentation for android.provider.CallLog.Calls.USER_MISSED_NO_ANSWER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -2119,8 +2870,20 @@ 1048576 - To be added. - To be added. + When CallLog.Calls#TYPE is CallLog.Calls#MISSED_TYPE set this bit when + this call rings without vibration. + + + + Java documentation for android.provider.CallLog.Calls.USER_MISSED_NO_VIBRATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -2144,8 +2907,20 @@ 131072 - To be added. - To be added. + When CallLog.Calls#TYPE is CallLog.Calls#MISSED_TYPE, set this bit when + this call rang for a short period of time. + + + + Java documentation for android.provider.CallLog.Calls.USER_MISSED_SHORT_RING. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -2168,9 +2943,18 @@ System.String - To be added. + For an incoming call, the secondary line number the call was received via. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CallLog.Calls.VIA_NUMBER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2194,9 +2978,18 @@ System.String - To be added. + URI of the voicemail entry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.CallLog.Calls.VOICEMAIL_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/CallLog+Locations.xml b/docs/Mono.Android/en/Android.Provider/CallLog+Locations.xml index 2c52771ee3..3548509959 100644 --- a/docs/Mono.Android/en/Android.Provider/CallLog+Locations.xml +++ b/docs/Mono.Android/en/Android.Provider/CallLog+Locations.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Table that contains information on location data sent via call composer. + + + + Java documentation for android.provider.CallLog.Locations. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -63,8 +74,19 @@ System.String - To be added. - To be added. + Authority for the locations content provider. + + + + Java documentation for android.provider.CallLog.Locations.AUTHORITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -87,8 +109,19 @@ System.String - To be added. - To be added. + Content type for the location entries. + + + + Java documentation for android.provider.CallLog.Locations.CONTENT_ITEM_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -111,8 +144,19 @@ System.String - To be added. - To be added. + Content type for the location table. + + + + Java documentation for android.provider.CallLog.Locations.CONTENT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -135,9 +179,20 @@ Android.Net.Uri - To be added. + The content URI for this table To be added. - To be added. + + + + Java documentation for android.provider.CallLog.Locations.CONTENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -189,8 +244,19 @@ System.String - To be added. - To be added. + Latitude in degrees. + + + + Java documentation for android.provider.CallLog.Locations.LATITUDE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -213,8 +279,19 @@ System.String - To be added. - To be added. + Longitude in degrees. + + + + Java documentation for android.provider.CallLog.Locations.LONGITUDE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+ContactMethods+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/Contacts+ContactMethods+InterfaceConsts.xml index 43c93d9741..d307bdc21f 100644 --- a/docs/Mono.Android/en/Android.Provider/Contacts+ContactMethods+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/Contacts+ContactMethods+InterfaceConsts.xml @@ -42,9 +42,18 @@ System.String - To be added. + Auxiliary data for the contact method. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.ContactMethodsColumns.AUX_DATA. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -107,9 +116,18 @@ System.String - To be added. + A custom ringtone associated with a person. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PeopleColumns.CUSTOM_RINGTONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -137,9 +155,18 @@ System.String - To be added. + The data for the contact method. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.ContactMethodsColumns.DATA. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -167,9 +194,18 @@ System.String - To be added. + The display name. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PeopleColumns.DISPLAY_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -232,9 +268,18 @@ System.String - To be added. + Whether this is the primary organization - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.ContactMethodsColumns.ISPRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -262,9 +307,18 @@ System.String - To be added. + The kind of the the contact method. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.ContactMethodsColumns.KIND. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -292,9 +346,18 @@ System.String - To be added. + The user defined label for the the contact method. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.ContactMethodsColumns.LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -322,9 +385,18 @@ System.String - To be added. + The last time a person was contacted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PeopleColumns.LAST_TIME_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -352,9 +424,18 @@ System.String - To be added. + The person's name. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PeopleColumns.NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -382,9 +463,18 @@ System.String - To be added. + Notes about the person. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PeopleColumns.NOTES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -412,9 +502,19 @@ System.String - To be added. + Phonetic equivalent of the person's name, in a locale-dependent + character set (e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PeopleColumns.PHONETIC_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -442,9 +542,18 @@ System.String - To be added. + The server version of the photo - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PeopleColumns.PHOTO_VERSION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -472,9 +581,18 @@ System.String - To be added. + Whether the person should always be sent to voicemail. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PeopleColumns.SEND_TO_VOICEMAIL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -502,9 +620,18 @@ System.String - To be added. + Is the contact starred? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PeopleColumns.STARRED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -532,9 +659,18 @@ System.String - To be added. + The number of times a person has been contacted - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PeopleColumns.TIMES_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -562,9 +698,18 @@ System.String - To be added. + The type of the contact method, must be one of the types below. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.ContactMethodsColumns.TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+ContactMethods.xml b/docs/Mono.Android/en/Android.Provider/Contacts+ContactMethods.xml index cdad5f022e..9e28152cb5 100644 --- a/docs/Mono.Android/en/Android.Provider/Contacts+ContactMethods.xml +++ b/docs/Mono.Android/en/Android.Provider/Contacts+ContactMethods.xml @@ -23,9 +23,18 @@ This table stores all non-phone contact methods and a reference to the - person that the contact method belongs to. + person that the contact method belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.ContactMethods. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -66,7 +75,16 @@ the longitude for the address Add a longitude and latitude location to a postal address. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.ContactMethods.addPostalLocation(android.content.Context, long, double, double). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -95,10 +113,19 @@ System.String - The MIME type of a sub-directory of a single - entry. + The MIME type of a #CONTENT_URI sub-directory of a single + Contacts#KIND_EMAIL entry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.ContactMethods.CONTENT_EMAIL_ITEM_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -127,10 +154,19 @@ System.String - The MIME type of a sub-directory of - multiple entries. + The MIME type of a #CONTENT_EMAIL_URI sub-directory of + multiple Contacts#KIND_EMAIL entries. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.ContactMethods.CONTENT_EMAIL_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -162,7 +198,16 @@ The content:// style URL for sub-directory of e-mail addresses. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.ContactMethods.CONTENT_EMAIL_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -191,10 +236,19 @@ System.String - The MIME type of a sub-directory of a single - entry. + The MIME type of a #CONTENT_URI sub-directory of a single + Contacts#KIND_IM entry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.ContactMethods.CONTENT_IM_ITEM_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -223,10 +277,19 @@ System.String - The MIME type of a sub-directory of a single - entry. + The MIME type of a #CONTENT_URI sub-directory of a single + Contacts#KIND_POSTAL entry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.ContactMethods.CONTENT_POSTAL_ITEM_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -255,10 +318,19 @@ System.String - The MIME type of a sub-directory of - multiple entries. + The MIME type of a #CONTENT_EMAIL_URI sub-directory of + multiple Contacts#KIND_POSTAL entries. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.ContactMethods.CONTENT_POSTAL_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -287,9 +359,18 @@ System.String - The MIME type of providing a directory of + The MIME type of #CONTENT_URI providing a directory of - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.ContactMethods.CONTENT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -321,7 +402,16 @@ The content:// style URL for this table To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.ContactMethods.CONTENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -358,7 +448,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.ContactMethods.decodeImProtocol(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -389,7 +488,16 @@ The default sort order for this table - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.ContactMethods.DEFAULT_SORT_ORDER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -426,7 +534,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.ContactMethods.encodeCustomImProtocol(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -463,7 +580,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.ContactMethods.encodePredefinedImProtocol(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -515,7 +641,16 @@ To be added. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.ContactMethods.getDisplayLabel(android.content.Context, int, int, java.lang.CharSequence). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -571,7 +706,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.ContactMethods.getDisplayLabel(android.content.Context, int, int, java.lang.CharSequence). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -633,7 +777,16 @@ The ID of the person this contact method is assigned to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.ContactMethods.PERSON_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -662,10 +815,18 @@ System.String - The column with latitude data for postal locations - + The column with latitude data for postal locations - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.ContactMethods.POSTAL_LOCATION_LATITUDE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -694,10 +855,18 @@ System.String - The column with longitude data for postal locations - + The column with longitude data for postal locations - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.ContactMethods.POSTAL_LOCATION_LONGITUDE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+ContactMethodsColumns.xml b/docs/Mono.Android/en/Android.Provider/Contacts+ContactMethodsColumns.xml index c8c4a4a020..196125156e 100644 --- a/docs/Mono.Android/en/Android.Provider/Contacts+ContactMethodsColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/Contacts+ContactMethodsColumns.xml @@ -61,7 +61,16 @@ Auxiliary data for the contact method. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.ContactMethodsColumns.AUX_DATA. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -92,7 +101,16 @@ The data for the contact method. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.ContactMethodsColumns.DATA. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -121,10 +139,18 @@ System.String - Whether this is the primary organization - + Whether this is the primary organization - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.ContactMethodsColumns.ISPRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -155,7 +181,16 @@ The kind of the the contact method. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.ContactMethodsColumns.KIND. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -186,7 +221,16 @@ The user defined label for the the contact method. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.ContactMethodsColumns.LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -217,7 +261,16 @@ The type of the contact method, must be one of the types below. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.ContactMethodsColumns.TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+Extensions+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/Contacts+Extensions+InterfaceConsts.xml index 694d6698a1..cdac1a2034 100644 --- a/docs/Mono.Android/en/Android.Provider/Contacts+Extensions+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/Contacts+Extensions+InterfaceConsts.xml @@ -112,9 +112,18 @@ System.String - To be added. + The name of this extension. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.ExtensionsColumns.NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -142,9 +151,18 @@ System.String - To be added. + The value of this extension. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.ExtensionsColumns.VALUE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+Extensions.xml b/docs/Mono.Android/en/Android.Provider/Contacts+Extensions.xml index 8e6f76f84c..691e063c36 100644 --- a/docs/Mono.Android/en/Android.Provider/Contacts+Extensions.xml +++ b/docs/Mono.Android/en/Android.Provider/Contacts+Extensions.xml @@ -24,7 +24,16 @@ The extensions for a person - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.Extensions. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -53,10 +62,19 @@ System.String - The MIME type of a subdirectory of a single - phone. + The MIME type of a #CONTENT_URI subdirectory of a single + phone. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.Extensions.CONTENT_ITEM_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -85,10 +103,19 @@ System.String - The MIME type of providing a directory of - phones. + The MIME type of #CONTENT_URI providing a directory of + phones. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.Extensions.CONTENT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -120,7 +147,16 @@ The content:// style URL for this table To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.Extensions.CONTENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -151,7 +187,16 @@ The default sort order for this table - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.Extensions.DEFAULT_SORT_ORDER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -213,7 +258,16 @@ The ID of the person this phone number is assigned to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.Extensions.PERSON_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+ExtensionsColumns.xml b/docs/Mono.Android/en/Android.Provider/Contacts+ExtensionsColumns.xml index cbca7c3f4b..f1592e103e 100644 --- a/docs/Mono.Android/en/Android.Provider/Contacts+ExtensionsColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/Contacts+ExtensionsColumns.xml @@ -59,7 +59,16 @@ The name of this extension. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.ExtensionsColumns.NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -90,7 +99,16 @@ The value of this extension. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.ExtensionsColumns.VALUE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+GroupMembership+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/Contacts+GroupMembership+InterfaceConsts.xml index e0ea6cfb01..03f946bdaf 100644 --- a/docs/Mono.Android/en/Android.Provider/Contacts+GroupMembership+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/Contacts+GroupMembership+InterfaceConsts.xml @@ -112,9 +112,18 @@ System.String - To be added. + The group name. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.GroupsColumns.NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -142,9 +151,18 @@ System.String - To be added. + Notes about the group. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.GroupsColumns.NOTES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -172,9 +190,19 @@ System.String - To be added. + Whether this group should be synced if the SYNC_EVERYTHING settings is false + for this group's account. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.GroupsColumns.SHOULD_SYNC. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -202,9 +230,18 @@ System.String - To be added. + The ID of this group if it is a System Group, null otherwise. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.GroupsColumns.SYSTEM_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+GroupMembership.xml b/docs/Mono.Android/en/Android.Provider/Contacts+GroupMembership.xml index 65112b63c2..7b9e9cd7a3 100644 --- a/docs/Mono.Android/en/Android.Provider/Contacts+GroupMembership.xml +++ b/docs/Mono.Android/en/Android.Provider/Contacts+GroupMembership.xml @@ -24,7 +24,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.GroupMembership. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -54,7 +63,16 @@ The directory twig for this sub-table - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.GroupMembership.CONTENT_DIRECTORY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -83,10 +101,19 @@ System.String - The MIME type of a subdirectory of a single - person group. + The MIME type of a #CONTENT_URI subdirectory of a single + person group. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.GroupMembership.CONTENT_ITEM_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -115,10 +142,19 @@ System.String - The MIME type of providing a directory of all - person groups. + The MIME type of #CONTENT_URI providing a directory of all + person groups. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.GroupMembership.CONTENT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -150,7 +186,16 @@ The content:// style URL for this table To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.GroupMembership.CONTENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -181,7 +226,16 @@ The default sort order for this table - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.GroupMembership.DEFAULT_SORT_ORDER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -212,7 +266,16 @@ The row id of the accounts group. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.GroupMembership.GROUP_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -243,7 +306,16 @@ The account of the group. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.GroupMembership.GROUP_SYNC_ACCOUNT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -274,7 +346,16 @@ The account type of the group. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.GroupMembership.GROUP_SYNC_ACCOUNT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -305,7 +386,16 @@ The sync id of the group. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.GroupMembership.GROUP_SYNC_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -367,7 +457,16 @@ The row id of the person. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.GroupMembership.PERSON_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -399,7 +498,16 @@ The content:// style URL for this table To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.GroupMembership.RAW_CONTENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+Groups+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/Contacts+Groups+InterfaceConsts.xml index dc14a4b784..dc0cc2c0b0 100644 --- a/docs/Mono.Android/en/Android.Provider/Contacts+Groups+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/Contacts+Groups+InterfaceConsts.xml @@ -112,9 +112,18 @@ System.String - To be added. + The group name. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.GroupsColumns.NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -142,9 +151,18 @@ System.String - To be added. + Notes about the group. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.GroupsColumns.NOTES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -172,9 +190,19 @@ System.String - To be added. + Whether this group should be synced if the SYNC_EVERYTHING settings is false + for this group's account. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.GroupsColumns.SHOULD_SYNC. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -202,9 +230,18 @@ System.String - To be added. + The ID of this group if it is a System Group, null otherwise. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.GroupsColumns.SYSTEM_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+Groups.xml b/docs/Mono.Android/en/Android.Provider/Contacts+Groups.xml index ee5448e7a7..2142077ae5 100644 --- a/docs/Mono.Android/en/Android.Provider/Contacts+Groups.xml +++ b/docs/Mono.Android/en/Android.Provider/Contacts+Groups.xml @@ -24,7 +24,16 @@ This table contains the groups for an account. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.Groups. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -53,10 +62,19 @@ System.String - The MIME type of a subdirectory of a single - group. + The MIME type of a #CONTENT_URI subdirectory of a single + group. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.Groups.CONTENT_ITEM_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -85,10 +103,19 @@ System.String - The MIME type of providing a directory of - groups. + The MIME type of #CONTENT_URI providing a directory of + groups. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.Groups.CONTENT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -120,7 +147,16 @@ The content:// style URL for this table To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.Groups.CONTENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -151,7 +187,16 @@ The default sort order for this table - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.Groups.DEFAULT_SORT_ORDER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -181,10 +226,19 @@ The content:// style URL for the table that holds the deleted - groups. + groups. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.Groups.DELETED_CONTENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -216,7 +270,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.Groups.GROUP_ANDROID_STARRED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -247,7 +310,16 @@ The "My Contacts" system group. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.Groups.GROUP_MY_CONTACTS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+GroupsColumns.xml b/docs/Mono.Android/en/Android.Provider/Contacts+GroupsColumns.xml index 5d4d9c0114..7184512185 100644 --- a/docs/Mono.Android/en/Android.Provider/Contacts+GroupsColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/Contacts+GroupsColumns.xml @@ -60,7 +60,16 @@ The group name. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.GroupsColumns.NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -91,7 +100,16 @@ Notes about the group. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.GroupsColumns.NOTES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -121,9 +139,18 @@ Whether this group should be synced if the SYNC_EVERYTHING settings is false - for this group's account. + for this group's account. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.GroupsColumns.SHOULD_SYNC. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -154,7 +181,16 @@ The ID of this group if it is a System Group, null otherwise. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.GroupsColumns.SYSTEM_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+IContactMethodsColumns.xml b/docs/Mono.Android/en/Android.Provider/Contacts+IContactMethodsColumns.xml index f120ca5d9f..d9dfa4b4ad 100644 --- a/docs/Mono.Android/en/Android.Provider/Contacts+IContactMethodsColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/Contacts+IContactMethodsColumns.xml @@ -15,8 +15,20 @@ - To be added. - To be added. + Columns from the ContactMethods table that other tables join into + themseleves. + + + + Java documentation for android.provider.Contacts.ContactMethodsColumns. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -43,8 +55,19 @@ System.String - To be added. - To be added. + Auxiliary data for the contact method. + + + + Java documentation for android.provider.Contacts.ContactMethodsColumns.AUX_DATA. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -71,8 +94,19 @@ System.String - To be added. - To be added. + The data for the contact method. + + + + Java documentation for android.provider.Contacts.ContactMethodsColumns.DATA. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -99,8 +133,19 @@ System.String - To be added. - To be added. + Whether this is the primary organization + + + + Java documentation for android.provider.Contacts.ContactMethodsColumns.ISPRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -127,8 +172,19 @@ System.String - To be added. - To be added. + The kind of the the contact method. + + + + Java documentation for android.provider.Contacts.ContactMethodsColumns.KIND. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -155,8 +211,19 @@ System.String - To be added. - To be added. + The user defined label for the the contact method. + + + + Java documentation for android.provider.Contacts.ContactMethodsColumns.LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -183,8 +250,19 @@ System.String - To be added. - To be added. + The type of the contact method, must be one of the types below. + + + + Java documentation for android.provider.Contacts.ContactMethodsColumns.TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+IExtensionsColumns.xml b/docs/Mono.Android/en/Android.Provider/Contacts+IExtensionsColumns.xml index 93ff82437c..8de4bafd22 100644 --- a/docs/Mono.Android/en/Android.Provider/Contacts+IExtensionsColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/Contacts+IExtensionsColumns.xml @@ -16,7 +16,18 @@ To be added. - To be added. + + + + Java documentation for android.provider.Contacts.ExtensionsColumns. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -43,8 +54,19 @@ System.String - To be added. - To be added. + The name of this extension. + + + + Java documentation for android.provider.Contacts.ExtensionsColumns.NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -71,8 +93,19 @@ System.String - To be added. - To be added. + The value of this extension. + + + + Java documentation for android.provider.Contacts.ExtensionsColumns.VALUE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+IGroupsColumns.xml b/docs/Mono.Android/en/Android.Provider/Contacts+IGroupsColumns.xml index f0e0798bc9..4360cf56cb 100644 --- a/docs/Mono.Android/en/Android.Provider/Contacts+IGroupsColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/Contacts+IGroupsColumns.xml @@ -15,8 +15,19 @@ - To be added. - To be added. + Columns from the groups table. + + + + Java documentation for android.provider.Contacts.GroupsColumns. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -43,8 +54,19 @@ System.String - To be added. - To be added. + The group name. + + + + Java documentation for android.provider.Contacts.GroupsColumns.NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -71,8 +93,19 @@ System.String - To be added. - To be added. + Notes about the group. + + + + Java documentation for android.provider.Contacts.GroupsColumns.NOTES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -99,8 +132,20 @@ System.String - To be added. - To be added. + Whether this group should be synced if the SYNC_EVERYTHING settings is false + for this group's account. + + + + Java documentation for android.provider.Contacts.GroupsColumns.SHOULD_SYNC. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -127,8 +172,19 @@ System.String - To be added. - To be added. + The ID of this group if it is a System Group, null otherwise. + + + + Java documentation for android.provider.Contacts.GroupsColumns.SYSTEM_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+IOrganizationColumns.xml b/docs/Mono.Android/en/Android.Provider/Contacts+IOrganizationColumns.xml index 7baeb113ce..d172578004 100644 --- a/docs/Mono.Android/en/Android.Provider/Contacts+IOrganizationColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/Contacts+IOrganizationColumns.xml @@ -15,8 +15,19 @@ - To be added. - To be added. + Columns from the Organizations table that other columns join into themselves. + + + + Java documentation for android.provider.Contacts.OrganizationColumns. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -43,8 +54,19 @@ System.String - To be added. - To be added. + The name of the company for this organization. + + + + Java documentation for android.provider.Contacts.OrganizationColumns.COMPANY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -71,8 +93,19 @@ System.String - To be added. - To be added. + Whether this is the primary organization + + + + Java documentation for android.provider.Contacts.OrganizationColumns.ISPRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -99,8 +132,19 @@ System.String - To be added. - To be added. + The user provided label, only used if TYPE is TYPE_CUSTOM. + + + + Java documentation for android.provider.Contacts.OrganizationColumns.LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -127,8 +171,19 @@ System.String - To be added. - To be added. + The person this organization is tied to. + + + + Java documentation for android.provider.Contacts.OrganizationColumns.PERSON_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -155,8 +210,19 @@ System.String - To be added. - To be added. + The title within this organization. + + + + Java documentation for android.provider.Contacts.OrganizationColumns.TITLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -183,8 +249,19 @@ System.String - To be added. - To be added. + The type of the organizations. + + + + Java documentation for android.provider.Contacts.OrganizationColumns.TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+IPeopleColumns.xml b/docs/Mono.Android/en/Android.Provider/Contacts+IPeopleColumns.xml index efaf69e9c2..b06a8ee9ac 100644 --- a/docs/Mono.Android/en/Android.Provider/Contacts+IPeopleColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/Contacts+IPeopleColumns.xml @@ -15,8 +15,19 @@ - To be added. - To be added. + Columns from the People table that other tables join into themselves. + + + + Java documentation for android.provider.Contacts.PeopleColumns. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -43,8 +54,19 @@ System.String - To be added. - To be added. + A custom ringtone associated with a person. + + + + Java documentation for android.provider.Contacts.PeopleColumns.CUSTOM_RINGTONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -71,8 +93,19 @@ System.String - To be added. - To be added. + The display name. + + + + Java documentation for android.provider.Contacts.PeopleColumns.DISPLAY_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -99,8 +132,19 @@ System.String - To be added. - To be added. + The last time a person was contacted. + + + + Java documentation for android.provider.Contacts.PeopleColumns.LAST_TIME_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -127,8 +171,19 @@ System.String - To be added. - To be added. + The person's name. + + + + Java documentation for android.provider.Contacts.PeopleColumns.NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -155,8 +210,19 @@ System.String - To be added. - To be added. + Notes about the person. + + + + Java documentation for android.provider.Contacts.PeopleColumns.NOTES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -183,8 +249,20 @@ System.String - To be added. - To be added. + Phonetic equivalent of the person's name, in a locale-dependent + character set (e. + + + + Java documentation for android.provider.Contacts.PeopleColumns.PHONETIC_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -211,8 +289,19 @@ System.String - To be added. - To be added. + The server version of the photo + + + + Java documentation for android.provider.Contacts.PeopleColumns.PHOTO_VERSION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -239,8 +328,19 @@ System.String - To be added. - To be added. + Whether the person should always be sent to voicemail. + + + + Java documentation for android.provider.Contacts.PeopleColumns.SEND_TO_VOICEMAIL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -267,8 +367,19 @@ System.String - To be added. - To be added. + Is the contact starred? + + + + Java documentation for android.provider.Contacts.PeopleColumns.STARRED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -295,8 +406,19 @@ System.String - To be added. - To be added. + The number of times a person has been contacted + + + + Java documentation for android.provider.Contacts.PeopleColumns.TIMES_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+IPhonesColumns.xml b/docs/Mono.Android/en/Android.Provider/Contacts+IPhonesColumns.xml index a46ae79565..3442b7194e 100644 --- a/docs/Mono.Android/en/Android.Provider/Contacts+IPhonesColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/Contacts+IPhonesColumns.xml @@ -15,8 +15,19 @@ - To be added. - To be added. + Columns from the Phones table that other columns join into themselves. + + + + Java documentation for android.provider.Contacts.PhonesColumns. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -43,8 +54,19 @@ System.String - To be added. - To be added. + Whether this is the primary phone number + + + + Java documentation for android.provider.Contacts.PhonesColumns.ISPRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -71,8 +93,19 @@ System.String - To be added. - To be added. + The user provided label for the phone number, only used if TYPE is TYPE_CUSTOM. + + + + Java documentation for android.provider.Contacts.PhonesColumns.LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -99,8 +132,19 @@ System.String - To be added. - To be added. + The phone number as the user entered it. + + + + Java documentation for android.provider.Contacts.PhonesColumns.NUMBER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -127,8 +171,19 @@ System.String - To be added. - To be added. + The normalized phone number + + + + Java documentation for android.provider.Contacts.PhonesColumns.NUMBER_KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -155,8 +210,19 @@ System.String - To be added. - To be added. + The type of the the phone number. + + + + Java documentation for android.provider.Contacts.PhonesColumns.TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+IPhotosColumns.xml b/docs/Mono.Android/en/Android.Provider/Contacts+IPhotosColumns.xml index 7dd6ffbf50..d164da4ae1 100644 --- a/docs/Mono.Android/en/Android.Provider/Contacts+IPhotosColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/Contacts+IPhotosColumns.xml @@ -15,8 +15,19 @@ - To be added. - To be added. + Columns from the Photos table that other columns join into themselves. + + + + Java documentation for android.provider.Contacts.PhotosColumns. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -43,8 +54,19 @@ System.String - To be added. - To be added. + The image data, or null if there is no image. + + + + Java documentation for android.provider.Contacts.PhotosColumns.DATA. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -71,8 +93,19 @@ System.String - To be added. - To be added. + non-zero if a download is required and the photo isn't marked as a bad resource. + + + + Java documentation for android.provider.Contacts.PhotosColumns.DOWNLOAD_REQUIRED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -99,8 +132,19 @@ System.String - To be added. - To be added. + non-zero if this photo is known to exist on the server + + + + Java documentation for android.provider.Contacts.PhotosColumns.EXISTS_ON_SERVER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -127,8 +171,19 @@ System.String - To be added. - To be added. + The _SYNC_VERSION of the photo that was last downloaded + + + + Java documentation for android.provider.Contacts.PhotosColumns.LOCAL_VERSION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -155,8 +210,19 @@ System.String - To be added. - To be added. + The person this photo is associated with. + + + + Java documentation for android.provider.Contacts.PhotosColumns.PERSON_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -183,8 +249,20 @@ System.String - To be added. - To be added. + Contains the description of the upload or download error from + the previous attempt. + + + + Java documentation for android.provider.Contacts.PhotosColumns.SYNC_ERROR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+IPresenceColumns.xml b/docs/Mono.Android/en/Android.Provider/Contacts+IPresenceColumns.xml index ac705df0e6..d0cc563bd8 100644 --- a/docs/Mono.Android/en/Android.Provider/Contacts+IPresenceColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/Contacts+IPresenceColumns.xml @@ -15,8 +15,19 @@ - To be added. - To be added. + The IM presence columns with some contacts specific columns mixed in. + + + + Java documentation for android.provider.Contacts.PresenceColumns. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -43,8 +54,19 @@ System.String - To be added. - To be added. + The IM account for the local user that the presence data came from. + + + + Java documentation for android.provider.Contacts.PresenceColumns.IM_ACCOUNT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -71,8 +93,19 @@ System.String - To be added. - To be added. + The IM handle the presence item is for. + + + + Java documentation for android.provider.Contacts.PresenceColumns.IM_HANDLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -99,8 +132,19 @@ System.String - To be added. - To be added. + The IM service the presence is coming from. + + + + Java documentation for android.provider.Contacts.PresenceColumns.IM_PROTOCOL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -127,8 +171,19 @@ System.String - To be added. - To be added. + The user defined status line. + + + + Java documentation for android.provider.Contacts.PresenceColumns.PRESENCE_CUSTOM_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -155,8 +210,19 @@ System.String - To be added. - To be added. + The server defined status. + + + + Java documentation for android.provider.Contacts.PresenceColumns.PRESENCE_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -183,8 +249,19 @@ System.String - To be added. - To be added. + The priority, an integer, used by XMPP presence + + + + Java documentation for android.provider.Contacts.PresenceColumns.PRIORITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+ISettingsColumns.xml b/docs/Mono.Android/en/Android.Provider/Contacts+ISettingsColumns.xml index a710c5c5ec..7e7e3dacd1 100644 --- a/docs/Mono.Android/en/Android.Provider/Contacts+ISettingsColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/Contacts+ISettingsColumns.xml @@ -15,8 +15,19 @@ - To be added. - To be added. + Columns from the Settings table that other columns join into themselves. + + + + Java documentation for android.provider.Contacts.SettingsColumns. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -43,8 +54,19 @@ System.String - To be added. - To be added. + The key of this setting. + + + + Java documentation for android.provider.Contacts.SettingsColumns.KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -71,8 +93,19 @@ System.String - To be added. - To be added. + The _SYNC_ACCOUNT to which this setting corresponds. + + + + Java documentation for android.provider.Contacts.SettingsColumns._SYNC_ACCOUNT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -99,8 +132,19 @@ System.String - To be added. - To be added. + The _SYNC_ACCOUNT_TYPE to which this setting corresponds. + + + + Java documentation for android.provider.Contacts.SettingsColumns._SYNC_ACCOUNT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -127,8 +171,19 @@ System.String - To be added. - To be added. + The value of this setting. + + + + Java documentation for android.provider.Contacts.SettingsColumns.VALUE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+Intents.xml b/docs/Mono.Android/en/Android.Provider/Contacts+Intents.xml index f83dfb99a8..39fe4ef962 100644 --- a/docs/Mono.Android/en/Android.Provider/Contacts+Intents.xml +++ b/docs/Mono.Android/en/Android.Provider/Contacts+Intents.xml @@ -22,10 +22,19 @@ - Contains helper classes used to create or manage - that involve contacts. + Contains helper classes used to create or manage android.content.Intent Intents + that involve contacts. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.Intents. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -54,7 +63,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.Intents.Contacts$Intents(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -85,7 +103,16 @@ Starts an Activity that lets the user pick a contact to attach an image to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.Intents.ATTACH_IMAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -114,11 +141,20 @@ System.String - Used with to specify an exact - description to be shown when prompting user about creating a new - contact. + Used with #SHOW_OR_CREATE_CONTACT to specify an exact + description to be shown when prompting user about creating a new + contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.Intents.EXTRA_CREATE_DESCRIPTION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -147,10 +183,19 @@ System.String - Used with to force creating a new - contact if no matching contact found. + Used with #SHOW_OR_CREATE_CONTACT to force creating a new + contact if no matching contact found. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.Intents.EXTRA_FORCE_CREATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -212,7 +257,16 @@ This is the intent that is fired when a search suggestion is clicked on. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.Intents.SEARCH_SUGGESTION_CLICKED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -242,9 +296,18 @@ This is the intent that is fired when a search suggestion for creating a contact - is clicked on. + is clicked on. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.Intents.SEARCH_SUGGESTION_CREATE_CONTACT_CLICKED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -274,9 +337,18 @@ This is the intent that is fired when a search suggestion for dialing a number - is clicked on. + is clicked on. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.Intents.SEARCH_SUGGESTION_DIAL_NUMBER_CLICKED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -307,7 +379,16 @@ Takes as input a data URI with a mailto: or tel: scheme. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.Intents.SHOW_OR_CREATE_CONTACT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+OrganizationColumns.xml b/docs/Mono.Android/en/Android.Provider/Contacts+OrganizationColumns.xml index aa297f951f..8e4f8685fc 100644 --- a/docs/Mono.Android/en/Android.Provider/Contacts+OrganizationColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/Contacts+OrganizationColumns.xml @@ -60,7 +60,16 @@ The name of the company for this organization. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.OrganizationColumns.COMPANY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -89,10 +98,18 @@ System.String - Whether this is the primary organization - + Whether this is the primary organization - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.OrganizationColumns.ISPRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -123,7 +140,16 @@ The user provided label, only used if TYPE is TYPE_CUSTOM. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.OrganizationColumns.LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -154,7 +180,16 @@ The person this organization is tied to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.OrganizationColumns.PERSON_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -185,7 +220,16 @@ The title within this organization. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.OrganizationColumns.TITLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -216,7 +260,16 @@ The type of the organizations. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.OrganizationColumns.TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+Organizations+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/Contacts+Organizations+InterfaceConsts.xml index 59a524a39d..db7ecac817 100644 --- a/docs/Mono.Android/en/Android.Provider/Contacts+Organizations+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/Contacts+Organizations+InterfaceConsts.xml @@ -42,9 +42,18 @@ System.String - To be added. + The name of the company for this organization. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.OrganizationColumns.COMPANY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -142,9 +151,18 @@ System.String - To be added. + Whether this is the primary organization - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.OrganizationColumns.ISPRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -172,9 +190,18 @@ System.String - To be added. + The user provided label, only used if TYPE is TYPE_CUSTOM. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.OrganizationColumns.LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -202,9 +229,18 @@ System.String - To be added. + The person this organization is tied to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.OrganizationColumns.PERSON_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -232,9 +268,18 @@ System.String - To be added. + The title within this organization. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.OrganizationColumns.TITLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -262,9 +307,18 @@ System.String - To be added. + The type of the organizations. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.OrganizationColumns.TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+Organizations.xml b/docs/Mono.Android/en/Android.Provider/Contacts+Organizations.xml index 763125182e..b74c5064c0 100644 --- a/docs/Mono.Android/en/Android.Provider/Contacts+Organizations.xml +++ b/docs/Mono.Android/en/Android.Provider/Contacts+Organizations.xml @@ -24,7 +24,16 @@ A sub directory of a single person that contains all of their Phones. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.Organizations. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -55,7 +64,16 @@ The directory twig for this sub-table - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.Organizations.CONTENT_DIRECTORY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -87,7 +105,16 @@ The content:// style URL for this table To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.Organizations.CONTENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -118,7 +145,16 @@ The default sort order for this table - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.Organizations.DEFAULT_SORT_ORDER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -161,7 +197,16 @@ To be added. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.Organizations.getDisplayLabel(android.content.Context, int, java.lang.CharSequence). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -208,7 +253,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.Organizations.getDisplayLabel(android.content.Context, int, java.lang.CharSequence). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+People+ContactMethods+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/Contacts+People+ContactMethods+InterfaceConsts.xml index 3db47bafe2..feb589a5f3 100644 --- a/docs/Mono.Android/en/Android.Provider/Contacts+People+ContactMethods+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/Contacts+People+ContactMethods+InterfaceConsts.xml @@ -42,9 +42,18 @@ System.String - To be added. + Auxiliary data for the contact method. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.ContactMethodsColumns.AUX_DATA. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -107,9 +116,18 @@ System.String - To be added. + A custom ringtone associated with a person. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PeopleColumns.CUSTOM_RINGTONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -137,9 +155,18 @@ System.String - To be added. + The data for the contact method. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.ContactMethodsColumns.DATA. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -167,9 +194,18 @@ System.String - To be added. + The display name. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PeopleColumns.DISPLAY_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -232,9 +268,18 @@ System.String - To be added. + Whether this is the primary organization - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.ContactMethodsColumns.ISPRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -262,9 +307,18 @@ System.String - To be added. + The kind of the the contact method. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.ContactMethodsColumns.KIND. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -292,9 +346,18 @@ System.String - To be added. + The user defined label for the the contact method. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.ContactMethodsColumns.LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -322,9 +385,18 @@ System.String - To be added. + The last time a person was contacted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PeopleColumns.LAST_TIME_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -352,9 +424,18 @@ System.String - To be added. + The person's name. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PeopleColumns.NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -382,9 +463,18 @@ System.String - To be added. + Notes about the person. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PeopleColumns.NOTES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -412,9 +502,19 @@ System.String - To be added. + Phonetic equivalent of the person's name, in a locale-dependent + character set (e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PeopleColumns.PHONETIC_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -442,9 +542,18 @@ System.String - To be added. + The server version of the photo - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PeopleColumns.PHOTO_VERSION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -472,9 +581,18 @@ System.String - To be added. + Whether the person should always be sent to voicemail. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PeopleColumns.SEND_TO_VOICEMAIL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -502,9 +620,18 @@ System.String - To be added. + Is the contact starred? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PeopleColumns.STARRED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -532,9 +659,18 @@ System.String - To be added. + The number of times a person has been contacted - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PeopleColumns.TIMES_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -562,9 +698,18 @@ System.String - To be added. + The type of the contact method, must be one of the types below. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.ContactMethodsColumns.TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+People+Extensions+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/Contacts+People+Extensions+InterfaceConsts.xml index 882a20db06..9e99cf2d26 100644 --- a/docs/Mono.Android/en/Android.Provider/Contacts+People+Extensions+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/Contacts+People+Extensions+InterfaceConsts.xml @@ -112,9 +112,18 @@ System.String - To be added. + The name of this extension. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.ExtensionsColumns.NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -142,9 +151,18 @@ System.String - To be added. + The value of this extension. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.ExtensionsColumns.VALUE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+People+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/Contacts+People+InterfaceConsts.xml index 2b6965353f..dfe1eeac47 100644 --- a/docs/Mono.Android/en/Android.Provider/Contacts+People+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/Contacts+People+InterfaceConsts.xml @@ -139,9 +139,18 @@ System.String - To be added. + A custom ringtone associated with a person. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PeopleColumns.CUSTOM_RINGTONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -169,9 +178,18 @@ System.String - To be added. + The display name. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PeopleColumns.DISPLAY_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -296,9 +314,18 @@ System.String - To be added. + The IM account for the local user that the presence data came from. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PresenceColumns.IM_ACCOUNT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -326,9 +353,18 @@ System.String - To be added. + The IM handle the presence item is for. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PresenceColumns.IM_HANDLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -356,9 +392,18 @@ System.String - To be added. + The IM service the presence is coming from. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PresenceColumns.IM_PROTOCOL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -417,9 +462,18 @@ System.String - To be added. + Whether this is the primary phone number - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PhonesColumns.ISPRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -447,9 +501,18 @@ System.String - To be added. + The user provided label for the phone number, only used if TYPE is TYPE_CUSTOM. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PhonesColumns.LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -477,9 +540,18 @@ System.String - To be added. + The last time a person was contacted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PeopleColumns.LAST_TIME_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -507,9 +579,18 @@ System.String - To be added. + The person's name. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PeopleColumns.NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -537,9 +618,18 @@ System.String - To be added. + Notes about the person. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PeopleColumns.NOTES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -567,9 +657,18 @@ System.String - To be added. + The phone number as the user entered it. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PhonesColumns.NUMBER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -597,9 +696,18 @@ System.String - To be added. + The normalized phone number - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PhonesColumns.NUMBER_KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -628,9 +736,18 @@ 0 - To be added. + Presence Status definition - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PresenceColumns.OFFLINE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -658,9 +775,19 @@ System.String - To be added. + Phonetic equivalent of the person's name, in a locale-dependent + character set (e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PeopleColumns.PHONETIC_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -688,9 +815,18 @@ System.String - To be added. + The server version of the photo - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PeopleColumns.PHOTO_VERSION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -718,9 +854,18 @@ System.String - To be added. + The user defined status line. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PresenceColumns.PRESENCE_CUSTOM_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -748,9 +893,18 @@ System.String - To be added. + The server defined status. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PresenceColumns.PRESENCE_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -778,9 +932,18 @@ System.String - To be added. + The priority, an integer, used by XMPP presence - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PresenceColumns.PRIORITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -808,9 +971,18 @@ System.String - To be added. + Whether the person should always be sent to voicemail. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PeopleColumns.SEND_TO_VOICEMAIL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -838,9 +1010,18 @@ System.String - To be added. + Is the contact starred? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PeopleColumns.STARRED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -868,9 +1049,18 @@ System.String - To be added. + The number of times a person has been contacted - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PeopleColumns.TIMES_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -898,9 +1088,18 @@ System.String - To be added. + The type of the the phone number. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PhonesColumns.TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+People+Phones+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/Contacts+People+Phones+InterfaceConsts.xml index 48d25dd526..0e2ca0e619 100644 --- a/docs/Mono.Android/en/Android.Provider/Contacts+People+Phones+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/Contacts+People+Phones+InterfaceConsts.xml @@ -77,9 +77,18 @@ System.String - To be added. + A custom ringtone associated with a person. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PeopleColumns.CUSTOM_RINGTONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -107,9 +116,18 @@ System.String - To be added. + The display name. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PeopleColumns.DISPLAY_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -172,9 +190,18 @@ System.String - To be added. + Whether this is the primary phone number - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PhonesColumns.ISPRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -202,9 +229,18 @@ System.String - To be added. + The user provided label for the phone number, only used if TYPE is TYPE_CUSTOM. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PhonesColumns.LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -232,9 +268,18 @@ System.String - To be added. + The last time a person was contacted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PeopleColumns.LAST_TIME_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -262,9 +307,18 @@ System.String - To be added. + The person's name. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PeopleColumns.NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -292,9 +346,18 @@ System.String - To be added. + Notes about the person. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PeopleColumns.NOTES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -322,9 +385,18 @@ System.String - To be added. + The phone number as the user entered it. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PhonesColumns.NUMBER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -352,9 +424,18 @@ System.String - To be added. + The normalized phone number - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PhonesColumns.NUMBER_KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -382,9 +463,19 @@ System.String - To be added. + Phonetic equivalent of the person's name, in a locale-dependent + character set (e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PeopleColumns.PHONETIC_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -412,9 +503,18 @@ System.String - To be added. + The server version of the photo - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PeopleColumns.PHOTO_VERSION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -442,9 +542,18 @@ System.String - To be added. + Whether the person should always be sent to voicemail. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PeopleColumns.SEND_TO_VOICEMAIL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -472,9 +581,18 @@ System.String - To be added. + Is the contact starred? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PeopleColumns.STARRED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -502,9 +620,18 @@ System.String - To be added. + The number of times a person has been contacted - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PeopleColumns.TIMES_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -532,9 +659,18 @@ System.String - To be added. + The type of the the phone number. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PhonesColumns.TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+People.xml b/docs/Mono.Android/en/Android.Provider/Contacts+People.xml index a991a5351e..a35b2af666 100644 --- a/docs/Mono.Android/en/Android.Provider/Contacts+People.xml +++ b/docs/Mono.Android/en/Android.Provider/Contacts+People.xml @@ -24,7 +24,16 @@ This table contains people. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.People. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -62,9 +71,18 @@ the person to add to the group the group to add the person to Adds a person to a group. - To be added. + the URI of the group membership row - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.People.addToGroup(android.content.ContentResolver, long, long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -102,9 +120,18 @@ the person to add to the group the name of the group to add the contact to Adds a person to a group referred to by name. - To be added. + the URI of the group membership row - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.People.addToGroup(android.content.ContentResolver, long, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. if the group can't be found @@ -141,9 +168,18 @@ the resolver to use the person to add to the group Adds a person to the My Contacts group. - To be added. + the URI of the group membership row - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.People.addToMyContactsGroup(android.content.ContentResolver, long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. if the My Contacts group can't be found @@ -176,7 +212,16 @@ The content:// style URL for filtering people by name. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.People.CONTENT_FILTER_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -205,10 +250,19 @@ System.String - The MIME type of a subdirectory of a single - person. + The MIME type of a #CONTENT_URI subdirectory of a single + person. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.People.CONTENT_ITEM_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -237,10 +291,19 @@ System.String - The MIME type of providing a directory of - people. + The MIME type of #CONTENT_URI providing a directory of + people. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.People.CONTENT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -272,7 +335,16 @@ The content:// style URL for this table To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.People.CONTENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -308,9 +380,18 @@ the ContentResolver to use the values to use when creating the contact Creates a new contacts and adds it to the "My Contacts" group. - To be added. + the URI of the contact, or null if the operation fails - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.People.createPersonInMyContactsGroup(android.content.ContentResolver, android.content.ContentValues). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -341,7 +422,16 @@ The default sort order for this table - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.People.DEFAULT_SORT_ORDER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -371,10 +461,19 @@ The content:// style URL for the table that holds the deleted - contacts. + contacts. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.People.DELETED_CONTENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -483,9 +582,18 @@ the ContentResolver to use the person who was contacted - Mark a person as having been contacted. + This API is no longer supported as of O. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.People.markAsContacted(android.content.ContentResolver, long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -523,7 +631,16 @@ Opens an InputStream for the person's photo and returns the photo as a Bitmap. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.People.openContactPhotoInputStream(android.content.ContentResolver, android.net.Uri). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -554,7 +671,16 @@ The ID of the persons preferred email. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.People.PRIMARY_EMAIL_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -585,7 +711,16 @@ The ID of the persons preferred organization. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.People.PRIMARY_ORGANIZATION_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -616,7 +751,16 @@ The ID of the persons preferred phone number. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.People.PRIMARY_PHONE_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -655,7 +799,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.People.queryGroups(android.content.ContentResolver, long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -692,9 +845,18 @@ the ContentResolver to use the Uri of the person whose photo is to be updated the byte[] that represents the photo - Set the photo for this person. data may be null + Set the photo for this person. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.People.setPhotoData(android.content.ContentResolver, android.net.Uri, byte[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+PeopleColumns.xml b/docs/Mono.Android/en/Android.Provider/Contacts+PeopleColumns.xml index 9930e384aa..16b6702886 100644 --- a/docs/Mono.Android/en/Android.Provider/Contacts+PeopleColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/Contacts+PeopleColumns.xml @@ -60,7 +60,16 @@ A custom ringtone associated with a person. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PeopleColumns.CUSTOM_RINGTONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -91,7 +100,16 @@ The display name. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PeopleColumns.DISPLAY_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -122,7 +140,16 @@ The last time a person was contacted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PeopleColumns.LAST_TIME_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -153,7 +180,16 @@ The person's name. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PeopleColumns.NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -184,7 +220,16 @@ Notes about the person. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PeopleColumns.NOTES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -214,9 +259,18 @@ Phonetic equivalent of the person's name, in a locale-dependent - character set (e.g. hiragana for Japanese). + character set (e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PeopleColumns.PHONETIC_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -245,10 +299,18 @@ System.String - The server version of the photo - + The server version of the photo - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PeopleColumns.PHOTO_VERSION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -279,7 +341,16 @@ Whether the person should always be sent to voicemail. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PeopleColumns.SEND_TO_VOICEMAIL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -308,10 +379,18 @@ System.String - Is the contact starred? - + Is the contact starred? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PeopleColumns.STARRED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -340,10 +419,18 @@ System.String - The number of times a person has been contacted - + The number of times a person has been contacted - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PeopleColumns.TIMES_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+Phones+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/Contacts+Phones+InterfaceConsts.xml index 10e06c7f8f..afd91c0dc5 100644 --- a/docs/Mono.Android/en/Android.Provider/Contacts+Phones+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/Contacts+Phones+InterfaceConsts.xml @@ -77,9 +77,18 @@ System.String - To be added. + A custom ringtone associated with a person. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PeopleColumns.CUSTOM_RINGTONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -107,9 +116,18 @@ System.String - To be added. + The display name. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PeopleColumns.DISPLAY_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -172,9 +190,18 @@ System.String - To be added. + Whether this is the primary phone number - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PhonesColumns.ISPRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -202,9 +229,18 @@ System.String - To be added. + The user provided label for the phone number, only used if TYPE is TYPE_CUSTOM. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PhonesColumns.LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -232,9 +268,18 @@ System.String - To be added. + The last time a person was contacted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PeopleColumns.LAST_TIME_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -262,9 +307,18 @@ System.String - To be added. + The person's name. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PeopleColumns.NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -292,9 +346,18 @@ System.String - To be added. + Notes about the person. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PeopleColumns.NOTES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -322,9 +385,18 @@ System.String - To be added. + The phone number as the user entered it. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PhonesColumns.NUMBER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -352,9 +424,18 @@ System.String - To be added. + The normalized phone number - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PhonesColumns.NUMBER_KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -382,9 +463,19 @@ System.String - To be added. + Phonetic equivalent of the person's name, in a locale-dependent + character set (e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PeopleColumns.PHONETIC_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -412,9 +503,18 @@ System.String - To be added. + The server version of the photo - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PeopleColumns.PHOTO_VERSION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -442,9 +542,18 @@ System.String - To be added. + Whether the person should always be sent to voicemail. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PeopleColumns.SEND_TO_VOICEMAIL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -472,9 +581,18 @@ System.String - To be added. + Is the contact starred? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PeopleColumns.STARRED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -502,9 +620,18 @@ System.String - To be added. + The number of times a person has been contacted - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PeopleColumns.TIMES_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -532,9 +659,18 @@ System.String - To be added. + The type of the the phone number. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PhonesColumns.TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+Phones.xml b/docs/Mono.Android/en/Android.Provider/Contacts+Phones.xml index 9437c8e3c6..f59e6fa876 100644 --- a/docs/Mono.Android/en/Android.Provider/Contacts+Phones.xml +++ b/docs/Mono.Android/en/Android.Provider/Contacts+Phones.xml @@ -23,9 +23,18 @@ This table stores phone numbers and a reference to the person that the - contact method belongs to. + contact method belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.Phones. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -57,7 +66,16 @@ The content:// style URL for filtering phone numbers To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.Phones.CONTENT_FILTER_URL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -86,10 +104,19 @@ System.String - The MIME type of a subdirectory of a single - phone. + The MIME type of a #CONTENT_URI subdirectory of a single + phone. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.Phones.CONTENT_ITEM_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -118,10 +145,19 @@ System.String - The MIME type of providing a directory of - phones. + The MIME type of #CONTENT_URI providing a directory of + phones. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.Phones.CONTENT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -153,7 +189,16 @@ The content:// style URL for this table To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.Phones.CONTENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -184,7 +229,16 @@ The default sort order for this table - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.Phones.DEFAULT_SORT_ORDER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -227,7 +281,16 @@ To be added. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.Phones.getDisplayLabel(android.content.Context, int, java.lang.CharSequence). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -271,7 +334,16 @@ To be added. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.Phones.getDisplayLabel(android.content.Context, int, java.lang.CharSequence, java.lang.CharSequence[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -318,7 +390,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.Phones.getDisplayLabel(android.content.Context, int, java.lang.CharSequence). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -368,7 +449,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.Phones.getDisplayLabel(android.content.Context, int, java.lang.CharSequence, java.lang.CharSequence[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -430,7 +520,16 @@ The ID of the person this phone number is assigned to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.Phones.PERSON_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+PhonesColumns.xml b/docs/Mono.Android/en/Android.Provider/Contacts+PhonesColumns.xml index 9db078764b..39e218907e 100644 --- a/docs/Mono.Android/en/Android.Provider/Contacts+PhonesColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/Contacts+PhonesColumns.xml @@ -58,10 +58,18 @@ System.String - Whether this is the primary phone number - + Whether this is the primary phone number - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PhonesColumns.ISPRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -92,7 +100,16 @@ The user provided label for the phone number, only used if TYPE is TYPE_CUSTOM. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PhonesColumns.LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -123,7 +140,16 @@ The phone number as the user entered it. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PhonesColumns.NUMBER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -152,10 +178,18 @@ System.String - The normalized phone number - + The normalized phone number - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PhonesColumns.NUMBER_KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -186,7 +220,16 @@ The type of the the phone number. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PhonesColumns.TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+Photos+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/Contacts+Photos+InterfaceConsts.xml index fa42df8b9a..0b0da9aa28 100644 --- a/docs/Mono.Android/en/Android.Provider/Contacts+Photos+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/Contacts+Photos+InterfaceConsts.xml @@ -77,9 +77,18 @@ System.String - To be added. + The image data, or null if there is no image. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PhotosColumns.DATA. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -107,9 +116,18 @@ System.String - To be added. + non-zero if a download is required and the photo isn't marked as a bad resource. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PhotosColumns.DOWNLOAD_REQUIRED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -137,9 +155,18 @@ System.String - To be added. + non-zero if this photo is known to exist on the server - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PhotosColumns.EXISTS_ON_SERVER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -202,9 +229,18 @@ System.String - To be added. + The _SYNC_VERSION of the photo that was last downloaded - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PhotosColumns.LOCAL_VERSION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -232,9 +268,18 @@ System.String - To be added. + The person this photo is associated with. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PhotosColumns.PERSON_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -262,9 +307,19 @@ System.String - To be added. + Contains the description of the upload or download error from + the previous attempt. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PhotosColumns.SYNC_ERROR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+Photos.xml b/docs/Mono.Android/en/Android.Provider/Contacts+Photos.xml index 2ef9ec0832..5ab8e6c21d 100644 --- a/docs/Mono.Android/en/Android.Provider/Contacts+Photos.xml +++ b/docs/Mono.Android/en/Android.Provider/Contacts+Photos.xml @@ -24,7 +24,16 @@ The photos over all of the people - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.Photos. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -55,7 +64,16 @@ The directory twig for this sub-table - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.Photos.CONTENT_DIRECTORY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -87,7 +105,16 @@ The content:// style URL for this table To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.Photos.CONTENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -118,7 +145,16 @@ The default sort order for this table - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.Photos.DEFAULT_SORT_ORDER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+PhotosColumns.xml b/docs/Mono.Android/en/Android.Provider/Contacts+PhotosColumns.xml index 61a5866e87..bb74c16eec 100644 --- a/docs/Mono.Android/en/Android.Provider/Contacts+PhotosColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/Contacts+PhotosColumns.xml @@ -60,7 +60,16 @@ The image data, or null if there is no image. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PhotosColumns.DATA. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -91,7 +100,16 @@ non-zero if a download is required and the photo isn't marked as a bad resource. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PhotosColumns.DOWNLOAD_REQUIRED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -120,10 +138,18 @@ System.String - non-zero if this photo is known to exist on the server - + non-zero if this photo is known to exist on the server - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PhotosColumns.EXISTS_ON_SERVER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -152,10 +178,18 @@ System.String - The _SYNC_VERSION of the photo that was last downloaded - + The _SYNC_VERSION of the photo that was last downloaded - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PhotosColumns.LOCAL_VERSION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -186,7 +220,16 @@ The person this photo is associated with. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PhotosColumns.PERSON_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -216,9 +259,18 @@ Contains the description of the upload or download error from - the previous attempt. + the previous attempt. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PhotosColumns.SYNC_ERROR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+PresenceColumns.xml b/docs/Mono.Android/en/Android.Provider/Contacts+PresenceColumns.xml index 003c015c4d..b96264449c 100644 --- a/docs/Mono.Android/en/Android.Provider/Contacts+PresenceColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/Contacts+PresenceColumns.xml @@ -192,7 +192,16 @@ The IM account for the local user that the presence data came from. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PresenceColumns.IM_ACCOUNT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -223,7 +232,16 @@ The IM handle the presence item is for. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PresenceColumns.IM_HANDLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -254,7 +272,16 @@ The IM service the presence is coming from. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PresenceColumns.IM_PROTOCOL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -317,10 +344,18 @@ 0 - Presence Status definition - + Presence Status definition - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PresenceColumns.OFFLINE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -351,7 +386,16 @@ The user defined status line. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PresenceColumns.PRESENCE_CUSTOM_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -382,7 +426,16 @@ The server defined status. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PresenceColumns.PRESENCE_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -411,10 +464,18 @@ System.String - The priority, an integer, used by XMPP presence - + The priority, an integer, used by XMPP presence - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.PresenceColumns.PRIORITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+Settings+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/Contacts+Settings+InterfaceConsts.xml index 468d321338..973e089544 100644 --- a/docs/Mono.Android/en/Android.Provider/Contacts+Settings+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/Contacts+Settings+InterfaceConsts.xml @@ -112,9 +112,18 @@ System.String - To be added. + The key of this setting. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.SettingsColumns.KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -142,9 +151,18 @@ System.String - To be added. + The _SYNC_ACCOUNT to which this setting corresponds. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.SettingsColumns._SYNC_ACCOUNT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -172,9 +190,18 @@ System.String - To be added. + The _SYNC_ACCOUNT_TYPE to which this setting corresponds. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.SettingsColumns._SYNC_ACCOUNT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -202,9 +229,18 @@ System.String - To be added. + The value of this setting. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.SettingsColumns.VALUE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+Settings.xml b/docs/Mono.Android/en/Android.Provider/Contacts+Settings.xml index df88a7ca42..0bcaecfd77 100644 --- a/docs/Mono.Android/en/Android.Provider/Contacts+Settings.xml +++ b/docs/Mono.Android/en/Android.Provider/Contacts+Settings.xml @@ -24,7 +24,16 @@ The settings over all of the people - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.Settings. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -55,7 +64,16 @@ The directory twig for this sub-table - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.Settings.CONTENT_DIRECTORY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -87,7 +105,16 @@ The content:// style URL for this table To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.Settings.CONTENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -118,7 +145,16 @@ The default sort order for this table - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.Settings.DEFAULT_SORT_ORDER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -159,7 +195,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.Settings.getSetting(android.content.ContentResolver, java.lang.String, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -232,7 +277,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.Settings.setSetting(android.content.ContentResolver, java.lang.String, java.lang.String, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -262,9 +316,18 @@ A setting that is used to indicate if we should sync down all groups for the - specified account. + specified account. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.Settings.SYNC_EVERYTHING. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+SettingsColumns.xml b/docs/Mono.Android/en/Android.Provider/Contacts+SettingsColumns.xml index 0567e390b1..b726f43813 100644 --- a/docs/Mono.Android/en/Android.Provider/Contacts+SettingsColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/Contacts+SettingsColumns.xml @@ -60,7 +60,16 @@ The key of this setting. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.SettingsColumns.KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -91,7 +100,16 @@ The _SYNC_ACCOUNT to which this setting corresponds. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.SettingsColumns._SYNC_ACCOUNT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -122,7 +140,16 @@ The _SYNC_ACCOUNT_TYPE to which this setting corresponds. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.SettingsColumns._SYNC_ACCOUNT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -153,7 +180,16 @@ The value of this setting. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Contacts.SettingsColumns.VALUE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+AggregationExceptions.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+AggregationExceptions.xml index 3dd0407d5d..f02c2d2291 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+AggregationExceptions.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+AggregationExceptions.xml @@ -18,14 +18,19 @@ - To be added. + Constants for the contact aggregation exceptions table, which contains + aggregation rules overriding those used by automatic aggregation. - Android platform documentation + Java documentation for android.provider.ContactsContract.AggregationExceptions. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -50,10 +55,18 @@ System.String - The MIME type of a subdirectory of an aggregation exception - + The MIME type of a #CONTENT_URI subdirectory of an aggregation exception - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.AggregationExceptions.CONTENT_ITEM_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -78,9 +91,18 @@ System.String - The MIME type of providing a directory of data. + The MIME type of #CONTENT_URI providing a directory of data. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.AggregationExceptions.CONTENT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -105,11 +127,19 @@ Android.Net.Uri - The content:// style URI for this table - + The content:// style URI for this table To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.AggregationExceptions.CONTENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -165,9 +195,18 @@ System.String - A reference to the of the raw contact that the rule applies to. + A reference to the RawContacts#_ID of the raw contact that the rule applies to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.AggregationExceptions.RAW_CONTACT_ID1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -192,10 +231,19 @@ System.String - A reference to the other of the raw contact that the rule - applies to. + A reference to the other RawContacts#_ID of the raw contact that the rule + applies to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.AggregationExceptions.RAW_CONTACT_ID2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -282,10 +330,19 @@ System.String - The type of exception: , or - . + The type of exception: #TYPE_KEEP_TOGETHER, #TYPE_KEEP_SEPARATE or + #TYPE_AUTOMATIC. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.AggregationExceptions.TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+BaseSyncColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+BaseSyncColumns.xml index 5979250557..1a8e18cdf0 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+BaseSyncColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+BaseSyncColumns.xml @@ -60,7 +60,16 @@ Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.BaseSyncColumns.SYNC1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -91,7 +100,16 @@ Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.BaseSyncColumns.SYNC2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -122,7 +140,16 @@ Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.BaseSyncColumns.SYNC3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -153,7 +180,16 @@ Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.BaseSyncColumns.SYNC4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Callable+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Callable+InterfaceConsts.xml index 2f7c4ab4ca..93b111a8b0 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Callable+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Callable+InterfaceConsts.xml @@ -38,9 +38,20 @@ System.String - To be added. + A concatenation of the account type and data set (delimited by a forward + slash) - if the data set is empty, this will be the same as the account + type. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.ACCOUNT_TYPE_AND_DATA_SET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,9 +75,18 @@ System.String - To be added. + The aggregation mode for this contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.AGGREGATION_MODE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -95,9 +115,18 @@ 5 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.AVAILABLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -126,9 +155,18 @@ 2 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.AWAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -152,9 +190,18 @@ System.String - To be added. + Persistent unique id for each raw_contact within its account. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.BACKUP_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -183,9 +230,18 @@ 4 - To be added. + An allowed flag of #CHAT_CAPABILITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_CAMERA. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -214,9 +270,18 @@ 2 - To be added. + An allowed flag of #CHAT_CAPABILITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VIDEO. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -245,9 +310,18 @@ 1 - To be added. + An allowed flag of #CHAT_CAPABILITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VOICE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -275,9 +349,18 @@ System.String - To be added. + Carrier presence information. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -306,9 +389,19 @@ 1 - To be added. + Indicates that the entry is Video Telephony (VT) capable on the + current carrier. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE_VT_CAPABLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -332,9 +425,18 @@ System.String - To be added. + Contact's audio/video chat capability level. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CHAT_CAPABILITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -358,9 +460,18 @@ System.String - To be added. + Contact Chat Capabilities. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_CHAT_CAPABILITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -384,9 +495,19 @@ System.String - To be added. + A reference to the ContactsContract.Contacts#_ID that this + data belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -410,9 +531,18 @@ System.String - To be added. + Timestamp (milliseconds since epoch) of when this contact was last updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.CONTACT_LAST_UPDATED_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -436,9 +566,18 @@ System.String - To be added. + Contact presence status. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -462,9 +601,18 @@ System.String - To be added. + Contact's latest status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -488,9 +636,18 @@ System.String - To be added. + The resource ID of the icon for the source of contact status. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_ICON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -514,9 +671,19 @@ System.String - To be added. + The resource ID of the label describing the source of contact + status, e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -540,9 +707,18 @@ System.String - To be added. + The package containing resources for this status: label and icon. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -566,9 +742,19 @@ System.String - To be added. + The absolute time in milliseconds when the latest status was + inserted/updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -627,9 +813,18 @@ System.String - To be added. + URI for a custom ringtone associated with the contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.CUSTOM_RINGTONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -679,9 +874,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -705,9 +909,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA10. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -731,10 +944,19 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. - + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA11. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -757,9 +979,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA12. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -783,9 +1014,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA13. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -809,9 +1049,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA14. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -835,9 +1084,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA15. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -861,9 +1119,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -887,9 +1154,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -913,9 +1189,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -939,9 +1224,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA5. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -965,9 +1259,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA6. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -991,9 +1294,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA7. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1017,9 +1329,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA8. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1043,9 +1364,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA9. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1069,9 +1399,18 @@ System.String - To be added. + The data set within the account that this row belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.DATA_SET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1095,9 +1434,18 @@ System.String - To be added. + The version of this data record. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA_VERSION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1121,9 +1469,19 @@ System.String - To be added. + The "deleted" flag: "0" by default, "1" if the row has been marked + for deletion. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.DELETED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1147,9 +1505,18 @@ System.String - To be added. + The display name for the contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.DISPLAY_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1173,9 +1540,19 @@ System.String - To be added. + An alternative representation of the display name, such as "family name first" + instead of "given name first" for Western names. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_ALTERNATIVE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1199,9 +1576,20 @@ System.String - To be added. + The standard text shown as the contact's display name, based on the best + available information for the contact (for example, it might be the email address + if the name is not available). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1225,9 +1613,19 @@ System.String - To be added. + The kind of data that is used as the display name for the contact, such as + structured name or email address. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_SOURCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1256,9 +1654,18 @@ 4 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.DO_NOT_DISTURB. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1282,9 +1689,18 @@ System.String - To be added. + An indicator of whether this contact has at least one phone number. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.HAS_PHONE_NUMBER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1348,9 +1764,18 @@ 3 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.IDLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1374,11 +1799,20 @@ System.String - To be added. + Flag that reflects whether the contact exists inside the default directory. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. - - + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IN_DEFAULT_DIRECTORY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + + @@ -1405,9 +1839,18 @@ 1 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.INVISIBLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1431,9 +1874,19 @@ System.String - To be added. + Flag that reflects the Groups#GROUP_VISIBLE state of any + CommonDataKinds.GroupMembership for this contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IN_VISIBLE_GROUP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1457,9 +1910,18 @@ System.String - To be added. + Whether this is the primary entry of its kind for the raw contact it belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1483,9 +1945,19 @@ System.String - To be added. + The "read-only" flag: "0" by default, "1" if the row cannot be modified or + deleted except by a sync adapter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_READ_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1509,9 +1981,19 @@ System.String - To be added. + Whether this is the primary entry of its kind for the aggregate + contact it belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_SUPER_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1535,9 +2017,19 @@ System.String - To be added. + Flag that reflects whether this contact represents the user's + personal profile entry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IS_USER_PROFILE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1591,9 +2083,18 @@ System.String - To be added. + The last time a contact was contacted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.LAST_TIME_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1621,9 +2122,18 @@ System.String - To be added. + The last time (in milliseconds) this Data was used. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataUsageStatColumns.LAST_TIME_USED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1647,9 +2157,19 @@ System.String - To be added. + An opaque value that contains hints on how to find the contact if + its row id changed as a result of a sync or aggregation. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.LOOKUP_KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1677,9 +2197,19 @@ System.String - To be added. + Flag indicating that a raw contact's metadata has changed, and its metadata + needs to be synchronized by the server. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.METADATA_DIRTY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1703,9 +2233,18 @@ System.String - To be added. + The MIME type of the item represented by this row. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.MIMETYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1729,9 +2268,18 @@ System.String - To be added. + Reference to the row in the RawContacts table holding the contact name. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.NAME_RAW_CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1760,9 +2308,18 @@ 0 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.OFFLINE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1786,9 +2343,19 @@ System.String - To be added. + Pronunciation of the full name in the phonetic alphabet specified by + #PHONETIC_NAME_STYLE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1812,9 +2379,18 @@ System.String - To be added. + The phonetic alphabet used to represent the #PHONETIC_NAME. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME_STYLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1838,9 +2414,18 @@ System.String - To be added. + Photo file ID of the full-size photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_FILE_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1864,9 +2449,18 @@ System.String - To be added. + Reference to the row in the data table holding the photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1890,9 +2484,18 @@ System.String - To be added. + A URI that can be used to retrieve a thumbnail of the contact's photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_THUMBNAIL_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1916,9 +2519,18 @@ System.String - To be added. + A URI that can be used to retrieve the contact's full-size photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1942,9 +2554,18 @@ System.String - To be added. + The position at which the contact is pinned. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.PINNED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1968,8 +2589,20 @@ System.String - To be added. - To be added. + The flattened android.content.ComponentName of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to + call the contact with. + + + + Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_COMPONENT_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1992,8 +2625,20 @@ System.String - To be added. - To be added. + The ID of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to + call the contact with. + + + + Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -2016,9 +2661,18 @@ System.String - To be added. + Contact's latest presence level. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2048,7 +2702,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_CUSTOM_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2078,7 +2741,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2102,9 +2774,19 @@ System.String - To be added. + A reference to the RawContacts#_ID + that this data belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.RAW_CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2128,9 +2810,19 @@ System.String - To be added. + The "read-only" flag: "0" by default, "1" if the row cannot be modified or + deleted except by a sync adapter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_READ_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2154,9 +2846,19 @@ System.String - To be added. + Flag that reflects whether this raw contact belongs to the user's + personal profile entry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_USER_PROFILE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2180,9 +2882,19 @@ System.String - To be added. + The package name to use when creating Resources objects for + this data row. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2206,9 +2918,18 @@ System.String - To be added. + Whether the contact should always be sent to voicemail. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.SEND_TO_VOICEMAIL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2232,9 +2953,19 @@ System.String - To be added. + Sort key based on the alternative representation of the full name, + #DISPLAY_NAME_ALTERNATIVE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_ALTERNATIVE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2258,9 +2989,19 @@ System.String - To be added. + Sort key that takes into account locale-based traditions for sorting + names in address books. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2284,9 +3025,18 @@ System.String - To be added. + Is the contact starred? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.STARRED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2310,9 +3060,18 @@ System.String - To be added. + Contact latest status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2336,9 +3095,18 @@ System.String - To be added. + The resource ID of the icon for the source of the status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_ICON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2362,9 +3130,18 @@ System.String - To be added. + The resource ID of the label describing the source of the status update, e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2388,9 +3165,18 @@ System.String - To be added. + The package containing resources for this status: label and icon. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2414,9 +3200,18 @@ System.String - To be added. + The absolute time in milliseconds when the latest status was inserted/updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2440,9 +3235,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2466,9 +3270,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2492,9 +3305,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2518,9 +3340,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2548,9 +3379,18 @@ System.String - To be added. + The number of times a contact has been contacted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.TIMES_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2578,9 +3418,18 @@ System.String - To be added. + The number of times the referenced Data has been used. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataUsageStatColumns.TIMES_USED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Contactables+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Contactables+InterfaceConsts.xml index 960ab0ad48..b8111bd8d6 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Contactables+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Contactables+InterfaceConsts.xml @@ -38,9 +38,20 @@ System.String - To be added. + A concatenation of the account type and data set (delimited by a forward + slash) - if the data set is empty, this will be the same as the account + type. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.ACCOUNT_TYPE_AND_DATA_SET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,9 +75,18 @@ System.String - To be added. + The aggregation mode for this contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.AGGREGATION_MODE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -95,9 +115,18 @@ 5 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.AVAILABLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -126,9 +155,18 @@ 2 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.AWAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -152,9 +190,18 @@ System.String - To be added. + Persistent unique id for each raw_contact within its account. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.BACKUP_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -183,9 +230,18 @@ 4 - To be added. + An allowed flag of #CHAT_CAPABILITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_CAMERA. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -214,9 +270,18 @@ 2 - To be added. + An allowed flag of #CHAT_CAPABILITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VIDEO. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -245,9 +310,18 @@ 1 - To be added. + An allowed flag of #CHAT_CAPABILITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VOICE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -275,9 +349,18 @@ System.String - To be added. + Carrier presence information. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -306,9 +389,19 @@ 1 - To be added. + Indicates that the entry is Video Telephony (VT) capable on the + current carrier. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE_VT_CAPABLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -332,9 +425,18 @@ System.String - To be added. + Contact's audio/video chat capability level. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CHAT_CAPABILITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -358,9 +460,18 @@ System.String - To be added. + Contact Chat Capabilities. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_CHAT_CAPABILITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -384,9 +495,19 @@ System.String - To be added. + A reference to the ContactsContract.Contacts#_ID that this + data belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -410,9 +531,18 @@ System.String - To be added. + Timestamp (milliseconds since epoch) of when this contact was last updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.CONTACT_LAST_UPDATED_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -436,9 +566,18 @@ System.String - To be added. + Contact presence status. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -462,9 +601,18 @@ System.String - To be added. + Contact's latest status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -488,9 +636,18 @@ System.String - To be added. + The resource ID of the icon for the source of contact status. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_ICON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -514,9 +671,19 @@ System.String - To be added. + The resource ID of the label describing the source of contact + status, e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -540,9 +707,18 @@ System.String - To be added. + The package containing resources for this status: label and icon. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -566,9 +742,19 @@ System.String - To be added. + The absolute time in milliseconds when the latest status was + inserted/updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -627,9 +813,18 @@ System.String - To be added. + URI for a custom ringtone associated with the contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.CUSTOM_RINGTONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -679,9 +874,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -705,9 +909,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA10. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -731,10 +944,19 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. - + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA11. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -757,9 +979,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA12. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -783,9 +1014,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA13. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -809,9 +1049,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA14. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -835,9 +1084,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA15. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -861,9 +1119,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -887,9 +1154,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -913,9 +1189,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -939,9 +1224,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA5. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -965,9 +1259,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA6. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -991,9 +1294,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA7. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1017,9 +1329,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA8. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1043,9 +1364,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA9. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1069,9 +1399,18 @@ System.String - To be added. + The data set within the account that this row belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.DATA_SET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1095,9 +1434,18 @@ System.String - To be added. + The version of this data record. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA_VERSION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1121,9 +1469,19 @@ System.String - To be added. + The "deleted" flag: "0" by default, "1" if the row has been marked + for deletion. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.DELETED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1147,9 +1505,18 @@ System.String - To be added. + The display name for the contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.DISPLAY_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1173,9 +1540,19 @@ System.String - To be added. + An alternative representation of the display name, such as "family name first" + instead of "given name first" for Western names. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_ALTERNATIVE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1199,9 +1576,20 @@ System.String - To be added. + The standard text shown as the contact's display name, based on the best + available information for the contact (for example, it might be the email address + if the name is not available). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1225,9 +1613,19 @@ System.String - To be added. + The kind of data that is used as the display name for the contact, such as + structured name or email address. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_SOURCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1256,9 +1654,18 @@ 4 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.DO_NOT_DISTURB. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1282,9 +1689,18 @@ System.String - To be added. + An indicator of whether this contact has at least one phone number. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.HAS_PHONE_NUMBER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1348,9 +1764,18 @@ 3 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.IDLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1374,11 +1799,20 @@ System.String - To be added. + Flag that reflects whether the contact exists inside the default directory. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. - - + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IN_DEFAULT_DIRECTORY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + + @@ -1405,9 +1839,18 @@ 1 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.INVISIBLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1431,9 +1874,19 @@ System.String - To be added. + Flag that reflects the Groups#GROUP_VISIBLE state of any + CommonDataKinds.GroupMembership for this contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IN_VISIBLE_GROUP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1457,9 +1910,18 @@ System.String - To be added. + Whether this is the primary entry of its kind for the raw contact it belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1483,9 +1945,19 @@ System.String - To be added. + The "read-only" flag: "0" by default, "1" if the row cannot be modified or + deleted except by a sync adapter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_READ_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1509,9 +1981,19 @@ System.String - To be added. + Whether this is the primary entry of its kind for the aggregate + contact it belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_SUPER_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1535,9 +2017,19 @@ System.String - To be added. + Flag that reflects whether this contact represents the user's + personal profile entry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IS_USER_PROFILE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1591,9 +2083,18 @@ System.String - To be added. + The last time a contact was contacted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.LAST_TIME_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1621,9 +2122,18 @@ System.String - To be added. + The last time (in milliseconds) this Data was used. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataUsageStatColumns.LAST_TIME_USED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1647,9 +2157,19 @@ System.String - To be added. + An opaque value that contains hints on how to find the contact if + its row id changed as a result of a sync or aggregation. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.LOOKUP_KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1677,9 +2197,19 @@ System.String - To be added. + Flag indicating that a raw contact's metadata has changed, and its metadata + needs to be synchronized by the server. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.METADATA_DIRTY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1703,9 +2233,18 @@ System.String - To be added. + The MIME type of the item represented by this row. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.MIMETYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1729,9 +2268,18 @@ System.String - To be added. + Reference to the row in the RawContacts table holding the contact name. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.NAME_RAW_CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1760,9 +2308,18 @@ 0 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.OFFLINE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1786,9 +2343,19 @@ System.String - To be added. + Pronunciation of the full name in the phonetic alphabet specified by + #PHONETIC_NAME_STYLE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1812,9 +2379,18 @@ System.String - To be added. + The phonetic alphabet used to represent the #PHONETIC_NAME. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME_STYLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1838,9 +2414,18 @@ System.String - To be added. + Photo file ID of the full-size photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_FILE_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1864,9 +2449,18 @@ System.String - To be added. + Reference to the row in the data table holding the photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1890,9 +2484,18 @@ System.String - To be added. + A URI that can be used to retrieve a thumbnail of the contact's photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_THUMBNAIL_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1916,9 +2519,18 @@ System.String - To be added. + A URI that can be used to retrieve the contact's full-size photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1942,9 +2554,18 @@ System.String - To be added. + The position at which the contact is pinned. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.PINNED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1968,8 +2589,20 @@ System.String - To be added. - To be added. + The flattened android.content.ComponentName of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to + call the contact with. + + + + Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_COMPONENT_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1992,8 +2625,20 @@ System.String - To be added. - To be added. + The ID of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to + call the contact with. + + + + Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -2016,9 +2661,18 @@ System.String - To be added. + Contact's latest presence level. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2048,7 +2702,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_CUSTOM_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2078,7 +2741,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2102,9 +2774,19 @@ System.String - To be added. + A reference to the RawContacts#_ID + that this data belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.RAW_CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2128,9 +2810,19 @@ System.String - To be added. + The "read-only" flag: "0" by default, "1" if the row cannot be modified or + deleted except by a sync adapter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_READ_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2154,9 +2846,19 @@ System.String - To be added. + Flag that reflects whether this raw contact belongs to the user's + personal profile entry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_USER_PROFILE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2180,9 +2882,19 @@ System.String - To be added. + The package name to use when creating Resources objects for + this data row. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2206,9 +2918,18 @@ System.String - To be added. + Whether the contact should always be sent to voicemail. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.SEND_TO_VOICEMAIL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2232,9 +2953,19 @@ System.String - To be added. + Sort key based on the alternative representation of the full name, + #DISPLAY_NAME_ALTERNATIVE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_ALTERNATIVE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2258,9 +2989,19 @@ System.String - To be added. + Sort key that takes into account locale-based traditions for sorting + names in address books. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2284,9 +3025,18 @@ System.String - To be added. + Is the contact starred? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.STARRED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2310,9 +3060,18 @@ System.String - To be added. + Contact latest status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2336,9 +3095,18 @@ System.String - To be added. + The resource ID of the icon for the source of the status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_ICON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2362,9 +3130,18 @@ System.String - To be added. + The resource ID of the label describing the source of the status update, e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2388,9 +3165,18 @@ System.String - To be added. + The package containing resources for this status: label and icon. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2414,9 +3200,18 @@ System.String - To be added. + The absolute time in milliseconds when the latest status was inserted/updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2440,9 +3235,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2466,9 +3270,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2492,9 +3305,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2518,9 +3340,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2548,9 +3379,18 @@ System.String - To be added. + The number of times a contact has been contacted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.TIMES_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2578,9 +3418,18 @@ System.String - To be added. + The number of times the referenced Data has been used. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataUsageStatColumns.TIMES_USED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Email+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Email+InterfaceConsts.xml index 6897e7e866..f49f932978 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Email+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Email+InterfaceConsts.xml @@ -38,9 +38,20 @@ System.String - To be added. + A concatenation of the account type and data set (delimited by a forward + slash) - if the data set is empty, this will be the same as the account + type. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.ACCOUNT_TYPE_AND_DATA_SET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,9 +75,18 @@ System.String - To be added. + The aggregation mode for this contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.AGGREGATION_MODE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -95,9 +115,18 @@ 5 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.AVAILABLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -126,9 +155,18 @@ 2 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.AWAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -152,9 +190,18 @@ System.String - To be added. + Persistent unique id for each raw_contact within its account. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.BACKUP_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -183,9 +230,18 @@ 4 - To be added. + An allowed flag of #CHAT_CAPABILITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_CAMERA. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -214,9 +270,18 @@ 2 - To be added. + An allowed flag of #CHAT_CAPABILITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VIDEO. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -245,9 +310,18 @@ 1 - To be added. + An allowed flag of #CHAT_CAPABILITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VOICE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -275,9 +349,18 @@ System.String - To be added. + Carrier presence information. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -306,9 +389,19 @@ 1 - To be added. + Indicates that the entry is Video Telephony (VT) capable on the + current carrier. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE_VT_CAPABLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -332,9 +425,18 @@ System.String - To be added. + Contact's audio/video chat capability level. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CHAT_CAPABILITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -358,9 +460,18 @@ System.String - To be added. + Contact Chat Capabilities. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_CHAT_CAPABILITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -384,9 +495,19 @@ System.String - To be added. + A reference to the ContactsContract.Contacts#_ID that this + data belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -410,9 +531,18 @@ System.String - To be added. + Timestamp (milliseconds since epoch) of when this contact was last updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.CONTACT_LAST_UPDATED_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -436,9 +566,18 @@ System.String - To be added. + Contact presence status. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -462,9 +601,18 @@ System.String - To be added. + Contact's latest status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -488,9 +636,18 @@ System.String - To be added. + The resource ID of the icon for the source of contact status. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_ICON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -514,9 +671,19 @@ System.String - To be added. + The resource ID of the label describing the source of contact + status, e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -540,9 +707,18 @@ System.String - To be added. + The package containing resources for this status: label and icon. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -566,9 +742,19 @@ System.String - To be added. + The absolute time in milliseconds when the latest status was + inserted/updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -627,9 +813,18 @@ System.String - To be added. + URI for a custom ringtone associated with the contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.CUSTOM_RINGTONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -679,9 +874,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -705,9 +909,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA10. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -731,10 +944,19 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. - + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA11. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -757,9 +979,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA12. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -783,9 +1014,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA13. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -809,9 +1049,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA14. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -835,9 +1084,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA15. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -861,9 +1119,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -887,9 +1154,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -913,9 +1189,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -939,9 +1224,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA5. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -965,9 +1259,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA6. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -991,9 +1294,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA7. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1017,9 +1329,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA8. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1043,9 +1364,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA9. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1069,9 +1399,18 @@ System.String - To be added. + The data set within the account that this row belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.DATA_SET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1095,9 +1434,18 @@ System.String - To be added. + The version of this data record. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA_VERSION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1121,9 +1469,19 @@ System.String - To be added. + The "deleted" flag: "0" by default, "1" if the row has been marked + for deletion. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.DELETED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1147,9 +1505,19 @@ System.String - To be added. + An alternative representation of the display name, such as "family name first" + instead of "given name first" for Western names. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_ALTERNATIVE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1173,9 +1541,20 @@ System.String - To be added. + The standard text shown as the contact's display name, based on the best + available information for the contact (for example, it might be the email address + if the name is not available). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1199,9 +1578,19 @@ System.String - To be added. + The kind of data that is used as the display name for the contact, such as + structured name or email address. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_SOURCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1230,9 +1619,18 @@ 4 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.DO_NOT_DISTURB. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1256,9 +1654,18 @@ System.String - To be added. + An indicator of whether this contact has at least one phone number. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.HAS_PHONE_NUMBER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1322,9 +1729,18 @@ 3 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.IDLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1348,9 +1764,18 @@ System.String - To be added. + Flag that reflects whether the contact exists inside the default directory. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IN_DEFAULT_DIRECTORY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1379,11 +1804,20 @@ 1 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. - - + + + Java documentation for android.provider.ContactsContract.StatusColumns.INVISIBLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + + @@ -1405,9 +1839,19 @@ System.String - To be added. + Flag that reflects the Groups#GROUP_VISIBLE state of any + CommonDataKinds.GroupMembership for this contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IN_VISIBLE_GROUP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1431,9 +1875,18 @@ System.String - To be added. + Whether this is the primary entry of its kind for the raw contact it belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1457,9 +1910,19 @@ System.String - To be added. + The "read-only" flag: "0" by default, "1" if the row cannot be modified or + deleted except by a sync adapter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_READ_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1483,9 +1946,19 @@ System.String - To be added. + Whether this is the primary entry of its kind for the aggregate + contact it belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_SUPER_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1509,9 +1982,19 @@ System.String - To be added. + Flag that reflects whether this contact represents the user's + personal profile entry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IS_USER_PROFILE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1565,9 +2048,18 @@ System.String - To be added. + The last time a contact was contacted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.LAST_TIME_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1595,9 +2087,18 @@ System.String - To be added. + The last time (in milliseconds) this Data was used. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataUsageStatColumns.LAST_TIME_USED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1621,9 +2122,19 @@ System.String - To be added. + An opaque value that contains hints on how to find the contact if + its row id changed as a result of a sync or aggregation. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.LOOKUP_KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1651,9 +2162,19 @@ System.String - To be added. + Flag indicating that a raw contact's metadata has changed, and its metadata + needs to be synchronized by the server. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.METADATA_DIRTY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1677,9 +2198,18 @@ System.String - To be added. + The MIME type of the item represented by this row. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.MIMETYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1703,9 +2233,18 @@ System.String - To be added. + Reference to the row in the RawContacts table holding the contact name. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.NAME_RAW_CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1734,9 +2273,18 @@ 0 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.OFFLINE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1760,9 +2308,19 @@ System.String - To be added. + Pronunciation of the full name in the phonetic alphabet specified by + #PHONETIC_NAME_STYLE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1786,9 +2344,18 @@ System.String - To be added. + The phonetic alphabet used to represent the #PHONETIC_NAME. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME_STYLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1812,9 +2379,18 @@ System.String - To be added. + Photo file ID of the full-size photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_FILE_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1838,9 +2414,18 @@ System.String - To be added. + Reference to the row in the data table holding the photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1864,9 +2449,18 @@ System.String - To be added. + A URI that can be used to retrieve a thumbnail of the contact's photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_THUMBNAIL_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1890,9 +2484,18 @@ System.String - To be added. + A URI that can be used to retrieve the contact's full-size photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1916,9 +2519,18 @@ System.String - To be added. + The position at which the contact is pinned. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.PINNED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1942,8 +2554,20 @@ System.String - To be added. - To be added. + The flattened android.content.ComponentName of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to + call the contact with. + + + + Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_COMPONENT_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1966,8 +2590,20 @@ System.String - To be added. - To be added. + The ID of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to + call the contact with. + + + + Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1990,9 +2626,18 @@ System.String - To be added. + Contact's latest presence level. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2022,7 +2667,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_CUSTOM_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2052,7 +2706,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2076,9 +2739,19 @@ System.String - To be added. + A reference to the RawContacts#_ID + that this data belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.RAW_CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2102,9 +2775,19 @@ System.String - To be added. + The "read-only" flag: "0" by default, "1" if the row cannot be modified or + deleted except by a sync adapter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_READ_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2128,9 +2811,19 @@ System.String - To be added. + Flag that reflects whether this raw contact belongs to the user's + personal profile entry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_USER_PROFILE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2154,9 +2847,19 @@ System.String - To be added. + The package name to use when creating Resources objects for + this data row. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2180,9 +2883,18 @@ System.String - To be added. + Whether the contact should always be sent to voicemail. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.SEND_TO_VOICEMAIL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2206,9 +2918,19 @@ System.String - To be added. + Sort key based on the alternative representation of the full name, + #DISPLAY_NAME_ALTERNATIVE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_ALTERNATIVE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2232,9 +2954,19 @@ System.String - To be added. + Sort key that takes into account locale-based traditions for sorting + names in address books. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2258,9 +2990,18 @@ System.String - To be added. + Is the contact starred? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.STARRED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2284,9 +3025,18 @@ System.String - To be added. + Contact latest status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2310,9 +3060,18 @@ System.String - To be added. + The resource ID of the icon for the source of the status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_ICON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2336,9 +3095,18 @@ System.String - To be added. + The resource ID of the label describing the source of the status update, e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2362,9 +3130,18 @@ System.String - To be added. + The package containing resources for this status: label and icon. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2388,9 +3165,18 @@ System.String - To be added. + The absolute time in milliseconds when the latest status was inserted/updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2414,9 +3200,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2440,9 +3235,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2466,9 +3270,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2492,9 +3305,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2522,9 +3344,18 @@ System.String - To be added. + The number of times a contact has been contacted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.TIMES_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2552,9 +3383,18 @@ System.String - To be added. + The number of times the referenced Data has been used. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataUsageStatColumns.TIMES_USED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Event+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Event+InterfaceConsts.xml index a5615a9b3c..13edb1843c 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Event+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Event+InterfaceConsts.xml @@ -38,9 +38,20 @@ System.String - To be added. + A concatenation of the account type and data set (delimited by a forward + slash) - if the data set is empty, this will be the same as the account + type. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.ACCOUNT_TYPE_AND_DATA_SET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,9 +75,18 @@ System.String - To be added. + The aggregation mode for this contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.AGGREGATION_MODE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -95,9 +115,18 @@ 5 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.AVAILABLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -126,9 +155,18 @@ 2 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.AWAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -152,9 +190,18 @@ System.String - To be added. + Persistent unique id for each raw_contact within its account. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.BACKUP_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -183,9 +230,18 @@ 4 - To be added. + An allowed flag of #CHAT_CAPABILITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_CAMERA. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -214,9 +270,18 @@ 2 - To be added. + An allowed flag of #CHAT_CAPABILITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VIDEO. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -245,9 +310,18 @@ 1 - To be added. + An allowed flag of #CHAT_CAPABILITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VOICE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -275,9 +349,18 @@ System.String - To be added. + Carrier presence information. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -306,9 +389,19 @@ 1 - To be added. + Indicates that the entry is Video Telephony (VT) capable on the + current carrier. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE_VT_CAPABLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -332,9 +425,18 @@ System.String - To be added. + Contact's audio/video chat capability level. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CHAT_CAPABILITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -358,9 +460,18 @@ System.String - To be added. + Contact Chat Capabilities. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_CHAT_CAPABILITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -384,9 +495,19 @@ System.String - To be added. + A reference to the ContactsContract.Contacts#_ID that this + data belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -410,9 +531,18 @@ System.String - To be added. + Timestamp (milliseconds since epoch) of when this contact was last updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.CONTACT_LAST_UPDATED_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -436,9 +566,18 @@ System.String - To be added. + Contact presence status. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -462,9 +601,18 @@ System.String - To be added. + Contact's latest status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -488,9 +636,18 @@ System.String - To be added. + The resource ID of the icon for the source of contact status. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_ICON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -514,9 +671,19 @@ System.String - To be added. + The resource ID of the label describing the source of contact + status, e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -540,9 +707,18 @@ System.String - To be added. + The package containing resources for this status: label and icon. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -566,9 +742,19 @@ System.String - To be added. + The absolute time in milliseconds when the latest status was + inserted/updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -627,9 +813,18 @@ System.String - To be added. + URI for a custom ringtone associated with the contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.CUSTOM_RINGTONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -679,9 +874,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -705,9 +909,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA10. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -731,10 +944,19 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. - + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA11. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -757,9 +979,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA12. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -783,9 +1014,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA13. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -809,9 +1049,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA14. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -835,9 +1084,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA15. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -861,9 +1119,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -887,9 +1154,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -913,9 +1189,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -939,9 +1224,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA5. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -965,9 +1259,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA6. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -991,9 +1294,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA7. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1017,9 +1329,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA8. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1043,9 +1364,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA9. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1069,9 +1399,18 @@ System.String - To be added. + The data set within the account that this row belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.DATA_SET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1095,9 +1434,18 @@ System.String - To be added. + The version of this data record. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA_VERSION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1121,9 +1469,19 @@ System.String - To be added. + The "deleted" flag: "0" by default, "1" if the row has been marked + for deletion. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.DELETED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1147,9 +1505,18 @@ System.String - To be added. + The display name for the contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.DISPLAY_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1173,9 +1540,19 @@ System.String - To be added. + An alternative representation of the display name, such as "family name first" + instead of "given name first" for Western names. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_ALTERNATIVE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1199,9 +1576,20 @@ System.String - To be added. + The standard text shown as the contact's display name, based on the best + available information for the contact (for example, it might be the email address + if the name is not available). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1225,9 +1613,19 @@ System.String - To be added. + The kind of data that is used as the display name for the contact, such as + structured name or email address. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_SOURCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1256,9 +1654,18 @@ 4 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.DO_NOT_DISTURB. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1282,9 +1689,18 @@ System.String - To be added. + An indicator of whether this contact has at least one phone number. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.HAS_PHONE_NUMBER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1348,9 +1764,18 @@ 3 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.IDLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1374,11 +1799,20 @@ System.String - To be added. + Flag that reflects whether the contact exists inside the default directory. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. - - + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IN_DEFAULT_DIRECTORY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + + @@ -1405,9 +1839,18 @@ 1 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.INVISIBLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1431,9 +1874,19 @@ System.String - To be added. + Flag that reflects the Groups#GROUP_VISIBLE state of any + CommonDataKinds.GroupMembership for this contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IN_VISIBLE_GROUP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1457,9 +1910,18 @@ System.String - To be added. + Whether this is the primary entry of its kind for the raw contact it belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1483,9 +1945,19 @@ System.String - To be added. + The "read-only" flag: "0" by default, "1" if the row cannot be modified or + deleted except by a sync adapter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_READ_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1509,9 +1981,19 @@ System.String - To be added. + Whether this is the primary entry of its kind for the aggregate + contact it belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_SUPER_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1535,9 +2017,19 @@ System.String - To be added. + Flag that reflects whether this contact represents the user's + personal profile entry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IS_USER_PROFILE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1591,9 +2083,18 @@ System.String - To be added. + The last time a contact was contacted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.LAST_TIME_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1621,9 +2122,18 @@ System.String - To be added. + The last time (in milliseconds) this Data was used. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataUsageStatColumns.LAST_TIME_USED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1647,9 +2157,19 @@ System.String - To be added. + An opaque value that contains hints on how to find the contact if + its row id changed as a result of a sync or aggregation. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.LOOKUP_KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1677,9 +2197,19 @@ System.String - To be added. + Flag indicating that a raw contact's metadata has changed, and its metadata + needs to be synchronized by the server. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.METADATA_DIRTY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1703,9 +2233,18 @@ System.String - To be added. + The MIME type of the item represented by this row. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.MIMETYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1729,9 +2268,18 @@ System.String - To be added. + Reference to the row in the RawContacts table holding the contact name. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.NAME_RAW_CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1760,9 +2308,18 @@ 0 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.OFFLINE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1786,9 +2343,19 @@ System.String - To be added. + Pronunciation of the full name in the phonetic alphabet specified by + #PHONETIC_NAME_STYLE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1812,9 +2379,18 @@ System.String - To be added. + The phonetic alphabet used to represent the #PHONETIC_NAME. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME_STYLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1838,9 +2414,18 @@ System.String - To be added. + Photo file ID of the full-size photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_FILE_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1864,9 +2449,18 @@ System.String - To be added. + Reference to the row in the data table holding the photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1890,9 +2484,18 @@ System.String - To be added. + A URI that can be used to retrieve a thumbnail of the contact's photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_THUMBNAIL_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1916,9 +2519,18 @@ System.String - To be added. + A URI that can be used to retrieve the contact's full-size photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1942,9 +2554,18 @@ System.String - To be added. + The position at which the contact is pinned. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.PINNED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1968,8 +2589,20 @@ System.String - To be added. - To be added. + The flattened android.content.ComponentName of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to + call the contact with. + + + + Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_COMPONENT_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1992,8 +2625,20 @@ System.String - To be added. - To be added. + The ID of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to + call the contact with. + + + + Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -2016,9 +2661,18 @@ System.String - To be added. + Contact's latest presence level. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2048,7 +2702,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_CUSTOM_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2078,7 +2741,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2102,9 +2774,19 @@ System.String - To be added. + A reference to the RawContacts#_ID + that this data belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.RAW_CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2128,9 +2810,19 @@ System.String - To be added. + The "read-only" flag: "0" by default, "1" if the row cannot be modified or + deleted except by a sync adapter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_READ_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2154,9 +2846,19 @@ System.String - To be added. + Flag that reflects whether this raw contact belongs to the user's + personal profile entry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_USER_PROFILE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2180,9 +2882,19 @@ System.String - To be added. + The package name to use when creating Resources objects for + this data row. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2206,9 +2918,18 @@ System.String - To be added. + Whether the contact should always be sent to voicemail. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.SEND_TO_VOICEMAIL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2232,9 +2953,19 @@ System.String - To be added. + Sort key based on the alternative representation of the full name, + #DISPLAY_NAME_ALTERNATIVE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_ALTERNATIVE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2258,9 +2989,19 @@ System.String - To be added. + Sort key that takes into account locale-based traditions for sorting + names in address books. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2284,9 +3025,18 @@ System.String - To be added. + Is the contact starred? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.STARRED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2310,9 +3060,18 @@ System.String - To be added. + Contact latest status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2336,9 +3095,18 @@ System.String - To be added. + The resource ID of the icon for the source of the status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_ICON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2362,9 +3130,18 @@ System.String - To be added. + The resource ID of the label describing the source of the status update, e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2388,9 +3165,18 @@ System.String - To be added. + The package containing resources for this status: label and icon. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2414,9 +3200,18 @@ System.String - To be added. + The absolute time in milliseconds when the latest status was inserted/updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2440,9 +3235,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2466,9 +3270,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2492,9 +3305,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2518,9 +3340,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2548,9 +3379,18 @@ System.String - To be added. + The number of times a contact has been contacted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.TIMES_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2578,9 +3418,18 @@ System.String - To be added. + The number of times the referenced Data has been used. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataUsageStatColumns.TIMES_USED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+GroupMembership+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+GroupMembership+InterfaceConsts.xml index 8209dd21f2..d4caceeeb4 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+GroupMembership+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+GroupMembership+InterfaceConsts.xml @@ -38,9 +38,20 @@ System.String - To be added. + A concatenation of the account type and data set (delimited by a forward + slash) - if the data set is empty, this will be the same as the account + type. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.ACCOUNT_TYPE_AND_DATA_SET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,9 +75,18 @@ System.String - To be added. + The aggregation mode for this contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.AGGREGATION_MODE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -95,9 +115,18 @@ 5 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.AVAILABLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -126,9 +155,18 @@ 2 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.AWAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -152,9 +190,18 @@ System.String - To be added. + Persistent unique id for each raw_contact within its account. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.BACKUP_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -183,9 +230,18 @@ 4 - To be added. + An allowed flag of #CHAT_CAPABILITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_CAMERA. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -214,9 +270,18 @@ 2 - To be added. + An allowed flag of #CHAT_CAPABILITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VIDEO. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -245,9 +310,18 @@ 1 - To be added. + An allowed flag of #CHAT_CAPABILITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VOICE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -275,9 +349,18 @@ System.String - To be added. + Carrier presence information. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -306,9 +389,19 @@ 1 - To be added. + Indicates that the entry is Video Telephony (VT) capable on the + current carrier. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE_VT_CAPABLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -332,9 +425,18 @@ System.String - To be added. + Contact's audio/video chat capability level. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CHAT_CAPABILITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -358,9 +460,18 @@ System.String - To be added. + Contact Chat Capabilities. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_CHAT_CAPABILITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -384,9 +495,19 @@ System.String - To be added. + A reference to the ContactsContract.Contacts#_ID that this + data belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -410,9 +531,18 @@ System.String - To be added. + Timestamp (milliseconds since epoch) of when this contact was last updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.CONTACT_LAST_UPDATED_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -436,9 +566,18 @@ System.String - To be added. + Contact presence status. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -462,9 +601,18 @@ System.String - To be added. + Contact's latest status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -488,9 +636,18 @@ System.String - To be added. + The resource ID of the icon for the source of contact status. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_ICON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -514,9 +671,19 @@ System.String - To be added. + The resource ID of the label describing the source of contact + status, e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -540,9 +707,18 @@ System.String - To be added. + The package containing resources for this status: label and icon. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -566,9 +742,19 @@ System.String - To be added. + The absolute time in milliseconds when the latest status was + inserted/updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -627,9 +813,18 @@ System.String - To be added. + URI for a custom ringtone associated with the contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.CUSTOM_RINGTONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -653,9 +848,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -679,9 +883,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA10. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -705,9 +918,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA11. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -731,9 +953,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA12. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -757,14 +988,23 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. - - - - - + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA13. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + + + + + @@ -783,9 +1023,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA14. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -809,9 +1058,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA15. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -835,9 +1093,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -861,9 +1128,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -887,9 +1163,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -913,9 +1198,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA5. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -939,9 +1233,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA6. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -965,9 +1268,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA7. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -991,9 +1303,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA8. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1017,9 +1338,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA9. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1043,9 +1373,18 @@ System.String - To be added. + The data set within the account that this row belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.DATA_SET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1069,9 +1408,18 @@ System.String - To be added. + The version of this data record. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA_VERSION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1095,9 +1443,19 @@ System.String - To be added. + The "deleted" flag: "0" by default, "1" if the row has been marked + for deletion. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.DELETED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1121,9 +1479,18 @@ System.String - To be added. + The display name for the contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.DISPLAY_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1147,9 +1514,19 @@ System.String - To be added. + An alternative representation of the display name, such as "family name first" + instead of "given name first" for Western names. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_ALTERNATIVE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1173,9 +1550,20 @@ System.String - To be added. + The standard text shown as the contact's display name, based on the best + available information for the contact (for example, it might be the email address + if the name is not available). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1199,9 +1587,19 @@ System.String - To be added. + The kind of data that is used as the display name for the contact, such as + structured name or email address. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_SOURCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1230,9 +1628,18 @@ 4 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.DO_NOT_DISTURB. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1256,9 +1663,18 @@ System.String - To be added. + An indicator of whether this contact has at least one phone number. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.HAS_PHONE_NUMBER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1322,9 +1738,18 @@ 3 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.IDLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1348,9 +1773,18 @@ System.String - To be added. + Flag that reflects whether the contact exists inside the default directory. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IN_DEFAULT_DIRECTORY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1379,9 +1813,18 @@ 1 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.INVISIBLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1405,9 +1848,19 @@ System.String - To be added. + Flag that reflects the Groups#GROUP_VISIBLE state of any + CommonDataKinds.GroupMembership for this contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IN_VISIBLE_GROUP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1431,9 +1884,18 @@ System.String - To be added. + Whether this is the primary entry of its kind for the raw contact it belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1457,10 +1919,20 @@ System.String - To be added. + The "read-only" flag: "0" by default, "1" if the row cannot be modified or + deleted except by a sync adapter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. - + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_READ_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1483,9 +1955,19 @@ System.String - To be added. + Whether this is the primary entry of its kind for the aggregate + contact it belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_SUPER_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1509,9 +1991,19 @@ System.String - To be added. + Flag that reflects whether this contact represents the user's + personal profile entry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IS_USER_PROFILE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1539,9 +2031,18 @@ System.String - To be added. + The last time a contact was contacted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.LAST_TIME_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1569,9 +2070,18 @@ System.String - To be added. + The last time (in milliseconds) this Data was used. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataUsageStatColumns.LAST_TIME_USED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1595,9 +2105,19 @@ System.String - To be added. + An opaque value that contains hints on how to find the contact if + its row id changed as a result of a sync or aggregation. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.LOOKUP_KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1625,9 +2145,19 @@ System.String - To be added. + Flag indicating that a raw contact's metadata has changed, and its metadata + needs to be synchronized by the server. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.METADATA_DIRTY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1651,9 +2181,18 @@ System.String - To be added. + The MIME type of the item represented by this row. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.MIMETYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1677,9 +2216,18 @@ System.String - To be added. + Reference to the row in the RawContacts table holding the contact name. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.NAME_RAW_CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1708,9 +2256,18 @@ 0 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.OFFLINE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1734,9 +2291,19 @@ System.String - To be added. + Pronunciation of the full name in the phonetic alphabet specified by + #PHONETIC_NAME_STYLE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1760,9 +2327,18 @@ System.String - To be added. + The phonetic alphabet used to represent the #PHONETIC_NAME. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME_STYLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1786,9 +2362,18 @@ System.String - To be added. + Photo file ID of the full-size photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_FILE_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1812,9 +2397,18 @@ System.String - To be added. + Reference to the row in the data table holding the photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1838,9 +2432,18 @@ System.String - To be added. + A URI that can be used to retrieve a thumbnail of the contact's photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_THUMBNAIL_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1864,9 +2467,18 @@ System.String - To be added. + A URI that can be used to retrieve the contact's full-size photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1890,9 +2502,18 @@ System.String - To be added. + The position at which the contact is pinned. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.PINNED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1916,8 +2537,20 @@ System.String - To be added. - To be added. + The flattened android.content.ComponentName of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to + call the contact with. + + + + Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_COMPONENT_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1940,8 +2573,20 @@ System.String - To be added. - To be added. + The ID of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to + call the contact with. + + + + Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1964,9 +2609,18 @@ System.String - To be added. + Contact's latest presence level. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1996,7 +2650,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_CUSTOM_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2026,7 +2689,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2050,9 +2722,19 @@ System.String - To be added. + A reference to the RawContacts#_ID + that this data belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.RAW_CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2076,9 +2758,19 @@ System.String - To be added. + The "read-only" flag: "0" by default, "1" if the row cannot be modified or + deleted except by a sync adapter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_READ_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2102,9 +2794,19 @@ System.String - To be added. + Flag that reflects whether this raw contact belongs to the user's + personal profile entry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_USER_PROFILE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2128,9 +2830,19 @@ System.String - To be added. + The package name to use when creating Resources objects for + this data row. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2154,9 +2866,18 @@ System.String - To be added. + Whether the contact should always be sent to voicemail. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.SEND_TO_VOICEMAIL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2180,9 +2901,19 @@ System.String - To be added. + Sort key based on the alternative representation of the full name, + #DISPLAY_NAME_ALTERNATIVE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_ALTERNATIVE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2206,9 +2937,19 @@ System.String - To be added. + Sort key that takes into account locale-based traditions for sorting + names in address books. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2232,9 +2973,18 @@ System.String - To be added. + Is the contact starred? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.STARRED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2258,9 +3008,18 @@ System.String - To be added. + Contact latest status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2284,9 +3043,18 @@ System.String - To be added. + The resource ID of the icon for the source of the status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_ICON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2310,9 +3078,18 @@ System.String - To be added. + The resource ID of the label describing the source of the status update, e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2336,9 +3113,18 @@ System.String - To be added. + The package containing resources for this status: label and icon. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2362,9 +3148,18 @@ System.String - To be added. + The absolute time in milliseconds when the latest status was inserted/updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2388,9 +3183,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2414,9 +3218,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2440,9 +3253,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2466,9 +3288,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2496,9 +3327,18 @@ System.String - To be added. + The number of times a contact has been contacted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.TIMES_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2526,9 +3366,18 @@ System.String - To be added. + The number of times the referenced Data has been used. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataUsageStatColumns.TIMES_USED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Identity+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Identity+InterfaceConsts.xml index 462517e822..973b5d982a 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Identity+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Identity+InterfaceConsts.xml @@ -38,9 +38,20 @@ System.String - To be added. + A concatenation of the account type and data set (delimited by a forward + slash) - if the data set is empty, this will be the same as the account + type. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.ACCOUNT_TYPE_AND_DATA_SET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,9 +75,18 @@ System.String - To be added. + The aggregation mode for this contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.AGGREGATION_MODE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -95,9 +115,18 @@ 5 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.AVAILABLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -126,9 +155,18 @@ 2 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.AWAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -152,9 +190,18 @@ System.String - To be added. + Persistent unique id for each raw_contact within its account. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.BACKUP_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -183,9 +230,18 @@ 4 - To be added. + An allowed flag of #CHAT_CAPABILITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_CAMERA. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -214,9 +270,18 @@ 2 - To be added. + An allowed flag of #CHAT_CAPABILITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VIDEO. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -245,9 +310,18 @@ 1 - To be added. + An allowed flag of #CHAT_CAPABILITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VOICE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -275,9 +349,18 @@ System.String - To be added. + Carrier presence information. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -306,9 +389,19 @@ 1 - To be added. + Indicates that the entry is Video Telephony (VT) capable on the + current carrier. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE_VT_CAPABLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -332,9 +425,18 @@ System.String - To be added. + Contact's audio/video chat capability level. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CHAT_CAPABILITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -358,9 +460,18 @@ System.String - To be added. + Contact Chat Capabilities. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_CHAT_CAPABILITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -384,9 +495,19 @@ System.String - To be added. + A reference to the ContactsContract.Contacts#_ID that this + data belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -410,9 +531,18 @@ System.String - To be added. + Timestamp (milliseconds since epoch) of when this contact was last updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.CONTACT_LAST_UPDATED_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -436,9 +566,18 @@ System.String - To be added. + Contact presence status. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -462,9 +601,18 @@ System.String - To be added. + Contact's latest status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -488,9 +636,18 @@ System.String - To be added. + The resource ID of the icon for the source of contact status. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_ICON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -514,9 +671,19 @@ System.String - To be added. + The resource ID of the label describing the source of contact + status, e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -540,9 +707,18 @@ System.String - To be added. + The package containing resources for this status: label and icon. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -566,9 +742,19 @@ System.String - To be added. + The absolute time in milliseconds when the latest status was + inserted/updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -627,9 +813,18 @@ System.String - To be added. + URI for a custom ringtone associated with the contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.CUSTOM_RINGTONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -653,9 +848,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -679,9 +883,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA10. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -705,9 +918,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA11. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -731,9 +953,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA12. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -757,14 +988,23 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. - - - - - + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA13. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + + + + + @@ -783,9 +1023,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA14. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -809,9 +1058,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA15. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -835,9 +1093,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -861,9 +1128,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -887,9 +1163,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -913,9 +1198,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA5. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -939,9 +1233,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA6. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -965,9 +1268,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA7. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -991,9 +1303,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA8. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1017,9 +1338,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA9. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1043,9 +1373,18 @@ System.String - To be added. + The data set within the account that this row belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.DATA_SET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1069,9 +1408,18 @@ System.String - To be added. + The version of this data record. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA_VERSION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1095,9 +1443,19 @@ System.String - To be added. + The "deleted" flag: "0" by default, "1" if the row has been marked + for deletion. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.DELETED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1121,9 +1479,18 @@ System.String - To be added. + The display name for the contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.DISPLAY_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1147,9 +1514,19 @@ System.String - To be added. + An alternative representation of the display name, such as "family name first" + instead of "given name first" for Western names. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_ALTERNATIVE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1173,9 +1550,20 @@ System.String - To be added. + The standard text shown as the contact's display name, based on the best + available information for the contact (for example, it might be the email address + if the name is not available). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1199,9 +1587,19 @@ System.String - To be added. + The kind of data that is used as the display name for the contact, such as + structured name or email address. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_SOURCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1230,9 +1628,18 @@ 4 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.DO_NOT_DISTURB. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1256,9 +1663,18 @@ System.String - To be added. + An indicator of whether this contact has at least one phone number. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.HAS_PHONE_NUMBER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1322,9 +1738,18 @@ 3 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.IDLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1348,9 +1773,18 @@ System.String - To be added. + Flag that reflects whether the contact exists inside the default directory. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IN_DEFAULT_DIRECTORY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1379,9 +1813,18 @@ 1 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.INVISIBLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1405,9 +1848,19 @@ System.String - To be added. + Flag that reflects the Groups#GROUP_VISIBLE state of any + CommonDataKinds.GroupMembership for this contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IN_VISIBLE_GROUP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1431,9 +1884,18 @@ System.String - To be added. + Whether this is the primary entry of its kind for the raw contact it belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1457,10 +1919,20 @@ System.String - To be added. + The "read-only" flag: "0" by default, "1" if the row cannot be modified or + deleted except by a sync adapter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. - + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_READ_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1483,9 +1955,19 @@ System.String - To be added. + Whether this is the primary entry of its kind for the aggregate + contact it belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_SUPER_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1509,9 +1991,19 @@ System.String - To be added. + Flag that reflects whether this contact represents the user's + personal profile entry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IS_USER_PROFILE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1539,9 +2031,18 @@ System.String - To be added. + The last time a contact was contacted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.LAST_TIME_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1569,9 +2070,18 @@ System.String - To be added. + The last time (in milliseconds) this Data was used. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataUsageStatColumns.LAST_TIME_USED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1595,9 +2105,19 @@ System.String - To be added. + An opaque value that contains hints on how to find the contact if + its row id changed as a result of a sync or aggregation. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.LOOKUP_KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1625,9 +2145,19 @@ System.String - To be added. + Flag indicating that a raw contact's metadata has changed, and its metadata + needs to be synchronized by the server. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.METADATA_DIRTY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1651,9 +2181,18 @@ System.String - To be added. + The MIME type of the item represented by this row. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.MIMETYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1677,9 +2216,18 @@ System.String - To be added. + Reference to the row in the RawContacts table holding the contact name. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.NAME_RAW_CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1708,9 +2256,18 @@ 0 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.OFFLINE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1734,9 +2291,19 @@ System.String - To be added. + Pronunciation of the full name in the phonetic alphabet specified by + #PHONETIC_NAME_STYLE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1760,9 +2327,18 @@ System.String - To be added. + The phonetic alphabet used to represent the #PHONETIC_NAME. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME_STYLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1786,9 +2362,18 @@ System.String - To be added. + Photo file ID of the full-size photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_FILE_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1812,9 +2397,18 @@ System.String - To be added. + Reference to the row in the data table holding the photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1838,9 +2432,18 @@ System.String - To be added. + A URI that can be used to retrieve a thumbnail of the contact's photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_THUMBNAIL_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1864,9 +2467,18 @@ System.String - To be added. + A URI that can be used to retrieve the contact's full-size photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1890,9 +2502,18 @@ System.String - To be added. + The position at which the contact is pinned. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.PINNED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1916,8 +2537,20 @@ System.String - To be added. - To be added. + The flattened android.content.ComponentName of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to + call the contact with. + + + + Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_COMPONENT_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1940,8 +2573,20 @@ System.String - To be added. - To be added. + The ID of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to + call the contact with. + + + + Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1964,9 +2609,18 @@ System.String - To be added. + Contact's latest presence level. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1996,7 +2650,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_CUSTOM_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2026,7 +2689,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2050,9 +2722,19 @@ System.String - To be added. + A reference to the RawContacts#_ID + that this data belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.RAW_CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2076,9 +2758,19 @@ System.String - To be added. + The "read-only" flag: "0" by default, "1" if the row cannot be modified or + deleted except by a sync adapter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_READ_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2102,9 +2794,19 @@ System.String - To be added. + Flag that reflects whether this raw contact belongs to the user's + personal profile entry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_USER_PROFILE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2128,9 +2830,19 @@ System.String - To be added. + The package name to use when creating Resources objects for + this data row. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2154,9 +2866,18 @@ System.String - To be added. + Whether the contact should always be sent to voicemail. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.SEND_TO_VOICEMAIL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2180,9 +2901,19 @@ System.String - To be added. + Sort key based on the alternative representation of the full name, + #DISPLAY_NAME_ALTERNATIVE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_ALTERNATIVE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2206,9 +2937,19 @@ System.String - To be added. + Sort key that takes into account locale-based traditions for sorting + names in address books. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2232,9 +2973,18 @@ System.String - To be added. + Is the contact starred? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.STARRED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2258,9 +3008,18 @@ System.String - To be added. + Contact latest status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2284,9 +3043,18 @@ System.String - To be added. + The resource ID of the icon for the source of the status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_ICON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2310,9 +3078,18 @@ System.String - To be added. + The resource ID of the label describing the source of the status update, e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2336,9 +3113,18 @@ System.String - To be added. + The package containing resources for this status: label and icon. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2362,9 +3148,18 @@ System.String - To be added. + The absolute time in milliseconds when the latest status was inserted/updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2388,9 +3183,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2414,9 +3218,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2440,9 +3253,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2466,9 +3288,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2496,9 +3327,18 @@ System.String - To be added. + The number of times a contact has been contacted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.TIMES_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2526,9 +3366,18 @@ System.String - To be added. + The number of times the referenced Data has been used. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataUsageStatColumns.TIMES_USED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Im+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Im+InterfaceConsts.xml index 7d56e2f76e..f99272b91b 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Im+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Im+InterfaceConsts.xml @@ -38,9 +38,20 @@ System.String - To be added. + A concatenation of the account type and data set (delimited by a forward + slash) - if the data set is empty, this will be the same as the account + type. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.ACCOUNT_TYPE_AND_DATA_SET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,9 +75,18 @@ System.String - To be added. + The aggregation mode for this contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.AGGREGATION_MODE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -95,9 +115,18 @@ 5 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.AVAILABLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -126,9 +155,18 @@ 2 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.AWAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -152,9 +190,18 @@ System.String - To be added. + Persistent unique id for each raw_contact within its account. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.BACKUP_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -183,9 +230,18 @@ 4 - To be added. + An allowed flag of #CHAT_CAPABILITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_CAMERA. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -214,9 +270,18 @@ 2 - To be added. + An allowed flag of #CHAT_CAPABILITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VIDEO. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -245,9 +310,18 @@ 1 - To be added. + An allowed flag of #CHAT_CAPABILITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VOICE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -275,9 +349,18 @@ System.String - To be added. + Carrier presence information. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -306,9 +389,19 @@ 1 - To be added. + Indicates that the entry is Video Telephony (VT) capable on the + current carrier. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE_VT_CAPABLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -332,9 +425,18 @@ System.String - To be added. + Contact's audio/video chat capability level. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CHAT_CAPABILITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -358,9 +460,18 @@ System.String - To be added. + Contact Chat Capabilities. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_CHAT_CAPABILITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -384,9 +495,19 @@ System.String - To be added. + A reference to the ContactsContract.Contacts#_ID that this + data belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -410,9 +531,18 @@ System.String - To be added. + Timestamp (milliseconds since epoch) of when this contact was last updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.CONTACT_LAST_UPDATED_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -436,9 +566,18 @@ System.String - To be added. + Contact presence status. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -462,9 +601,18 @@ System.String - To be added. + Contact's latest status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -488,9 +636,18 @@ System.String - To be added. + The resource ID of the icon for the source of contact status. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_ICON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -514,9 +671,19 @@ System.String - To be added. + The resource ID of the label describing the source of contact + status, e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -540,9 +707,18 @@ System.String - To be added. + The package containing resources for this status: label and icon. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -566,9 +742,19 @@ System.String - To be added. + The absolute time in milliseconds when the latest status was + inserted/updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -627,9 +813,18 @@ System.String - To be added. + URI for a custom ringtone associated with the contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.CUSTOM_RINGTONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -679,9 +874,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -705,9 +909,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA10. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -731,10 +944,19 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. - + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA11. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -757,9 +979,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA12. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -783,9 +1014,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA13. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -809,9 +1049,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA14. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -835,9 +1084,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA15. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -861,9 +1119,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -887,9 +1154,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -913,9 +1189,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -939,9 +1224,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA5. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -965,9 +1259,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA6. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -991,9 +1294,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA7. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1017,9 +1329,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA8. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1043,9 +1364,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA9. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1069,9 +1399,18 @@ System.String - To be added. + The data set within the account that this row belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.DATA_SET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1095,9 +1434,18 @@ System.String - To be added. + The version of this data record. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA_VERSION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1121,9 +1469,19 @@ System.String - To be added. + The "deleted" flag: "0" by default, "1" if the row has been marked + for deletion. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.DELETED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1147,9 +1505,18 @@ System.String - To be added. + The display name for the contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.DISPLAY_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1173,9 +1540,19 @@ System.String - To be added. + An alternative representation of the display name, such as "family name first" + instead of "given name first" for Western names. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_ALTERNATIVE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1199,9 +1576,20 @@ System.String - To be added. + The standard text shown as the contact's display name, based on the best + available information for the contact (for example, it might be the email address + if the name is not available). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1225,9 +1613,19 @@ System.String - To be added. + The kind of data that is used as the display name for the contact, such as + structured name or email address. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_SOURCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1256,9 +1654,18 @@ 4 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.DO_NOT_DISTURB. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1282,9 +1689,18 @@ System.String - To be added. + An indicator of whether this contact has at least one phone number. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.HAS_PHONE_NUMBER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1348,9 +1764,18 @@ 3 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.IDLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1374,11 +1799,20 @@ System.String - To be added. + Flag that reflects whether the contact exists inside the default directory. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. - - + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IN_DEFAULT_DIRECTORY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + + @@ -1405,9 +1839,18 @@ 1 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.INVISIBLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1431,9 +1874,19 @@ System.String - To be added. + Flag that reflects the Groups#GROUP_VISIBLE state of any + CommonDataKinds.GroupMembership for this contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IN_VISIBLE_GROUP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1457,9 +1910,18 @@ System.String - To be added. + Whether this is the primary entry of its kind for the raw contact it belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1483,9 +1945,19 @@ System.String - To be added. + The "read-only" flag: "0" by default, "1" if the row cannot be modified or + deleted except by a sync adapter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_READ_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1509,9 +1981,19 @@ System.String - To be added. + Whether this is the primary entry of its kind for the aggregate + contact it belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_SUPER_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1535,9 +2017,19 @@ System.String - To be added. + Flag that reflects whether this contact represents the user's + personal profile entry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IS_USER_PROFILE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1591,9 +2083,18 @@ System.String - To be added. + The last time a contact was contacted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.LAST_TIME_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1621,9 +2122,18 @@ System.String - To be added. + The last time (in milliseconds) this Data was used. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataUsageStatColumns.LAST_TIME_USED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1647,9 +2157,19 @@ System.String - To be added. + An opaque value that contains hints on how to find the contact if + its row id changed as a result of a sync or aggregation. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.LOOKUP_KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1677,9 +2197,19 @@ System.String - To be added. + Flag indicating that a raw contact's metadata has changed, and its metadata + needs to be synchronized by the server. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.METADATA_DIRTY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1703,9 +2233,18 @@ System.String - To be added. + The MIME type of the item represented by this row. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.MIMETYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1729,9 +2268,18 @@ System.String - To be added. + Reference to the row in the RawContacts table holding the contact name. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.NAME_RAW_CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1760,9 +2308,18 @@ 0 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.OFFLINE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1786,9 +2343,19 @@ System.String - To be added. + Pronunciation of the full name in the phonetic alphabet specified by + #PHONETIC_NAME_STYLE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1812,9 +2379,18 @@ System.String - To be added. + The phonetic alphabet used to represent the #PHONETIC_NAME. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME_STYLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1838,9 +2414,18 @@ System.String - To be added. + Photo file ID of the full-size photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_FILE_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1864,9 +2449,18 @@ System.String - To be added. + Reference to the row in the data table holding the photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1890,9 +2484,18 @@ System.String - To be added. + A URI that can be used to retrieve a thumbnail of the contact's photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_THUMBNAIL_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1916,9 +2519,18 @@ System.String - To be added. + A URI that can be used to retrieve the contact's full-size photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1942,9 +2554,18 @@ System.String - To be added. + The position at which the contact is pinned. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.PINNED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1968,8 +2589,20 @@ System.String - To be added. - To be added. + The flattened android.content.ComponentName of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to + call the contact with. + + + + Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_COMPONENT_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1992,8 +2625,20 @@ System.String - To be added. - To be added. + The ID of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to + call the contact with. + + + + Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -2016,9 +2661,18 @@ System.String - To be added. + Contact's latest presence level. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2048,7 +2702,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_CUSTOM_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2078,7 +2741,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2102,9 +2774,19 @@ System.String - To be added. + A reference to the RawContacts#_ID + that this data belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.RAW_CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2128,9 +2810,19 @@ System.String - To be added. + The "read-only" flag: "0" by default, "1" if the row cannot be modified or + deleted except by a sync adapter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_READ_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2154,9 +2846,19 @@ System.String - To be added. + Flag that reflects whether this raw contact belongs to the user's + personal profile entry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_USER_PROFILE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2180,9 +2882,19 @@ System.String - To be added. + The package name to use when creating Resources objects for + this data row. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2206,9 +2918,18 @@ System.String - To be added. + Whether the contact should always be sent to voicemail. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.SEND_TO_VOICEMAIL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2232,9 +2953,19 @@ System.String - To be added. + Sort key based on the alternative representation of the full name, + #DISPLAY_NAME_ALTERNATIVE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_ALTERNATIVE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2258,9 +2989,19 @@ System.String - To be added. + Sort key that takes into account locale-based traditions for sorting + names in address books. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2284,9 +3025,18 @@ System.String - To be added. + Is the contact starred? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.STARRED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2310,9 +3060,18 @@ System.String - To be added. + Contact latest status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2336,9 +3095,18 @@ System.String - To be added. + The resource ID of the icon for the source of the status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_ICON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2362,9 +3130,18 @@ System.String - To be added. + The resource ID of the label describing the source of the status update, e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2388,9 +3165,18 @@ System.String - To be added. + The package containing resources for this status: label and icon. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2414,9 +3200,18 @@ System.String - To be added. + The absolute time in milliseconds when the latest status was inserted/updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2440,9 +3235,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2466,9 +3270,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2492,9 +3305,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2518,9 +3340,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2548,9 +3379,18 @@ System.String - To be added. + The number of times a contact has been contacted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.TIMES_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2578,9 +3418,18 @@ System.String - To be added. + The number of times the referenced Data has been used. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataUsageStatColumns.TIMES_USED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Nickname+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Nickname+InterfaceConsts.xml index 2f69d715d3..4644a3880e 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Nickname+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Nickname+InterfaceConsts.xml @@ -38,9 +38,20 @@ System.String - To be added. + A concatenation of the account type and data set (delimited by a forward + slash) - if the data set is empty, this will be the same as the account + type. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.ACCOUNT_TYPE_AND_DATA_SET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,9 +75,18 @@ System.String - To be added. + The aggregation mode for this contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.AGGREGATION_MODE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -95,9 +115,18 @@ 5 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.AVAILABLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -126,9 +155,18 @@ 2 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.AWAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -152,9 +190,18 @@ System.String - To be added. + Persistent unique id for each raw_contact within its account. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.BACKUP_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -183,9 +230,18 @@ 4 - To be added. + An allowed flag of #CHAT_CAPABILITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_CAMERA. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -214,9 +270,18 @@ 2 - To be added. + An allowed flag of #CHAT_CAPABILITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VIDEO. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -245,9 +310,18 @@ 1 - To be added. + An allowed flag of #CHAT_CAPABILITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VOICE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -275,9 +349,18 @@ System.String - To be added. + Carrier presence information. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -306,9 +389,19 @@ 1 - To be added. + Indicates that the entry is Video Telephony (VT) capable on the + current carrier. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE_VT_CAPABLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -332,9 +425,18 @@ System.String - To be added. + Contact's audio/video chat capability level. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CHAT_CAPABILITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -358,9 +460,18 @@ System.String - To be added. + Contact Chat Capabilities. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_CHAT_CAPABILITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -384,9 +495,19 @@ System.String - To be added. + A reference to the ContactsContract.Contacts#_ID that this + data belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -410,9 +531,18 @@ System.String - To be added. + Timestamp (milliseconds since epoch) of when this contact was last updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.CONTACT_LAST_UPDATED_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -436,9 +566,18 @@ System.String - To be added. + Contact presence status. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -462,9 +601,18 @@ System.String - To be added. + Contact's latest status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -488,9 +636,18 @@ System.String - To be added. + The resource ID of the icon for the source of contact status. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_ICON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -514,9 +671,19 @@ System.String - To be added. + The resource ID of the label describing the source of contact + status, e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -540,9 +707,18 @@ System.String - To be added. + The package containing resources for this status: label and icon. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -566,9 +742,19 @@ System.String - To be added. + The absolute time in milliseconds when the latest status was + inserted/updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -627,9 +813,18 @@ System.String - To be added. + URI for a custom ringtone associated with the contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.CUSTOM_RINGTONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -679,9 +874,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -705,9 +909,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA10. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -731,10 +944,19 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. - + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA11. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -757,9 +979,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA12. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -783,9 +1014,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA13. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -809,9 +1049,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA14. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -835,9 +1084,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA15. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -861,9 +1119,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -887,9 +1154,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -913,9 +1189,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -939,9 +1224,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA5. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -965,9 +1259,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA6. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -991,9 +1294,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA7. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1017,9 +1329,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA8. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1043,9 +1364,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA9. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1069,9 +1399,18 @@ System.String - To be added. + The data set within the account that this row belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.DATA_SET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1095,9 +1434,18 @@ System.String - To be added. + The version of this data record. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA_VERSION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1121,9 +1469,19 @@ System.String - To be added. + The "deleted" flag: "0" by default, "1" if the row has been marked + for deletion. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.DELETED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1147,9 +1505,18 @@ System.String - To be added. + The display name for the contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.DISPLAY_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1173,9 +1540,19 @@ System.String - To be added. + An alternative representation of the display name, such as "family name first" + instead of "given name first" for Western names. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_ALTERNATIVE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1199,9 +1576,20 @@ System.String - To be added. + The standard text shown as the contact's display name, based on the best + available information for the contact (for example, it might be the email address + if the name is not available). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1225,9 +1613,19 @@ System.String - To be added. + The kind of data that is used as the display name for the contact, such as + structured name or email address. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_SOURCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1256,9 +1654,18 @@ 4 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.DO_NOT_DISTURB. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1282,9 +1689,18 @@ System.String - To be added. + An indicator of whether this contact has at least one phone number. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.HAS_PHONE_NUMBER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1348,9 +1764,18 @@ 3 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.IDLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1374,11 +1799,20 @@ System.String - To be added. + Flag that reflects whether the contact exists inside the default directory. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. - - + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IN_DEFAULT_DIRECTORY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + + @@ -1405,9 +1839,18 @@ 1 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.INVISIBLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1431,9 +1874,19 @@ System.String - To be added. + Flag that reflects the Groups#GROUP_VISIBLE state of any + CommonDataKinds.GroupMembership for this contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IN_VISIBLE_GROUP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1457,9 +1910,18 @@ System.String - To be added. + Whether this is the primary entry of its kind for the raw contact it belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1483,9 +1945,19 @@ System.String - To be added. + The "read-only" flag: "0" by default, "1" if the row cannot be modified or + deleted except by a sync adapter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_READ_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1509,9 +1981,19 @@ System.String - To be added. + Whether this is the primary entry of its kind for the aggregate + contact it belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_SUPER_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1535,9 +2017,19 @@ System.String - To be added. + Flag that reflects whether this contact represents the user's + personal profile entry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IS_USER_PROFILE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1591,9 +2083,18 @@ System.String - To be added. + The last time a contact was contacted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.LAST_TIME_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1621,9 +2122,18 @@ System.String - To be added. + The last time (in milliseconds) this Data was used. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataUsageStatColumns.LAST_TIME_USED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1647,9 +2157,19 @@ System.String - To be added. + An opaque value that contains hints on how to find the contact if + its row id changed as a result of a sync or aggregation. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.LOOKUP_KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1677,9 +2197,19 @@ System.String - To be added. + Flag indicating that a raw contact's metadata has changed, and its metadata + needs to be synchronized by the server. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.METADATA_DIRTY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1703,9 +2233,18 @@ System.String - To be added. + The MIME type of the item represented by this row. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.MIMETYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1729,9 +2268,18 @@ System.String - To be added. + Reference to the row in the RawContacts table holding the contact name. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.NAME_RAW_CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1760,9 +2308,18 @@ 0 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.OFFLINE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1786,9 +2343,19 @@ System.String - To be added. + Pronunciation of the full name in the phonetic alphabet specified by + #PHONETIC_NAME_STYLE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1812,9 +2379,18 @@ System.String - To be added. + The phonetic alphabet used to represent the #PHONETIC_NAME. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME_STYLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1838,9 +2414,18 @@ System.String - To be added. + Photo file ID of the full-size photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_FILE_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1864,9 +2449,18 @@ System.String - To be added. + Reference to the row in the data table holding the photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1890,9 +2484,18 @@ System.String - To be added. + A URI that can be used to retrieve a thumbnail of the contact's photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_THUMBNAIL_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1916,9 +2519,18 @@ System.String - To be added. + A URI that can be used to retrieve the contact's full-size photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1942,9 +2554,18 @@ System.String - To be added. + The position at which the contact is pinned. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.PINNED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1968,8 +2589,20 @@ System.String - To be added. - To be added. + The flattened android.content.ComponentName of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to + call the contact with. + + + + Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_COMPONENT_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1992,8 +2625,20 @@ System.String - To be added. - To be added. + The ID of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to + call the contact with. + + + + Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -2016,9 +2661,18 @@ System.String - To be added. + Contact's latest presence level. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2048,7 +2702,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_CUSTOM_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2078,7 +2741,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2102,9 +2774,19 @@ System.String - To be added. + A reference to the RawContacts#_ID + that this data belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.RAW_CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2128,9 +2810,19 @@ System.String - To be added. + The "read-only" flag: "0" by default, "1" if the row cannot be modified or + deleted except by a sync adapter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_READ_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2154,9 +2846,19 @@ System.String - To be added. + Flag that reflects whether this raw contact belongs to the user's + personal profile entry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_USER_PROFILE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2180,9 +2882,19 @@ System.String - To be added. + The package name to use when creating Resources objects for + this data row. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2206,9 +2918,18 @@ System.String - To be added. + Whether the contact should always be sent to voicemail. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.SEND_TO_VOICEMAIL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2232,9 +2953,19 @@ System.String - To be added. + Sort key based on the alternative representation of the full name, + #DISPLAY_NAME_ALTERNATIVE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_ALTERNATIVE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2258,9 +2989,19 @@ System.String - To be added. + Sort key that takes into account locale-based traditions for sorting + names in address books. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2284,9 +3025,18 @@ System.String - To be added. + Is the contact starred? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.STARRED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2310,9 +3060,18 @@ System.String - To be added. + Contact latest status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2336,9 +3095,18 @@ System.String - To be added. + The resource ID of the icon for the source of the status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_ICON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2362,9 +3130,18 @@ System.String - To be added. + The resource ID of the label describing the source of the status update, e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2388,9 +3165,18 @@ System.String - To be added. + The package containing resources for this status: label and icon. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2414,9 +3200,18 @@ System.String - To be added. + The absolute time in milliseconds when the latest status was inserted/updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2440,9 +3235,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2466,9 +3270,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2492,9 +3305,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2518,9 +3340,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2548,9 +3379,18 @@ System.String - To be added. + The number of times a contact has been contacted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.TIMES_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2578,9 +3418,18 @@ System.String - To be added. + The number of times the referenced Data has been used. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataUsageStatColumns.TIMES_USED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Note+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Note+InterfaceConsts.xml index 7a08f0a27a..e949cd0f10 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Note+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Note+InterfaceConsts.xml @@ -38,9 +38,20 @@ System.String - To be added. + A concatenation of the account type and data set (delimited by a forward + slash) - if the data set is empty, this will be the same as the account + type. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.ACCOUNT_TYPE_AND_DATA_SET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,9 +75,18 @@ System.String - To be added. + The aggregation mode for this contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.AGGREGATION_MODE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -95,9 +115,18 @@ 5 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.AVAILABLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -126,9 +155,18 @@ 2 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.AWAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -152,9 +190,18 @@ System.String - To be added. + Persistent unique id for each raw_contact within its account. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.BACKUP_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -183,9 +230,18 @@ 4 - To be added. + An allowed flag of #CHAT_CAPABILITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_CAMERA. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -214,9 +270,18 @@ 2 - To be added. + An allowed flag of #CHAT_CAPABILITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VIDEO. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -245,9 +310,18 @@ 1 - To be added. + An allowed flag of #CHAT_CAPABILITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VOICE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -275,9 +349,18 @@ System.String - To be added. + Carrier presence information. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -306,9 +389,19 @@ 1 - To be added. + Indicates that the entry is Video Telephony (VT) capable on the + current carrier. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE_VT_CAPABLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -332,9 +425,18 @@ System.String - To be added. + Contact's audio/video chat capability level. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CHAT_CAPABILITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -358,9 +460,18 @@ System.String - To be added. + Contact Chat Capabilities. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_CHAT_CAPABILITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -384,9 +495,19 @@ System.String - To be added. + A reference to the ContactsContract.Contacts#_ID that this + data belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -410,9 +531,18 @@ System.String - To be added. + Timestamp (milliseconds since epoch) of when this contact was last updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.CONTACT_LAST_UPDATED_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -436,9 +566,18 @@ System.String - To be added. + Contact presence status. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -462,9 +601,18 @@ System.String - To be added. + Contact's latest status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -488,9 +636,18 @@ System.String - To be added. + The resource ID of the icon for the source of contact status. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_ICON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -514,9 +671,19 @@ System.String - To be added. + The resource ID of the label describing the source of contact + status, e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -540,9 +707,18 @@ System.String - To be added. + The package containing resources for this status: label and icon. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -566,9 +742,19 @@ System.String - To be added. + The absolute time in milliseconds when the latest status was + inserted/updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -627,9 +813,18 @@ System.String - To be added. + URI for a custom ringtone associated with the contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.CUSTOM_RINGTONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -653,9 +848,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -679,9 +883,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA10. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -705,9 +918,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA11. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -731,9 +953,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA12. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -757,14 +988,23 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. - - - - - + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA13. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + + + + + @@ -783,9 +1023,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA14. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -809,9 +1058,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA15. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -835,9 +1093,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -861,9 +1128,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -887,9 +1163,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -913,9 +1198,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA5. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -939,9 +1233,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA6. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -965,9 +1268,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA7. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -991,9 +1303,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA8. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1017,9 +1338,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA9. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1043,9 +1373,18 @@ System.String - To be added. + The data set within the account that this row belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.DATA_SET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1069,9 +1408,18 @@ System.String - To be added. + The version of this data record. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA_VERSION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1095,9 +1443,19 @@ System.String - To be added. + The "deleted" flag: "0" by default, "1" if the row has been marked + for deletion. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.DELETED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1121,9 +1479,18 @@ System.String - To be added. + The display name for the contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.DISPLAY_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1147,9 +1514,19 @@ System.String - To be added. + An alternative representation of the display name, such as "family name first" + instead of "given name first" for Western names. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_ALTERNATIVE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1173,9 +1550,20 @@ System.String - To be added. + The standard text shown as the contact's display name, based on the best + available information for the contact (for example, it might be the email address + if the name is not available). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1199,9 +1587,19 @@ System.String - To be added. + The kind of data that is used as the display name for the contact, such as + structured name or email address. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_SOURCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1230,9 +1628,18 @@ 4 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.DO_NOT_DISTURB. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1256,9 +1663,18 @@ System.String - To be added. + An indicator of whether this contact has at least one phone number. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.HAS_PHONE_NUMBER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1322,9 +1738,18 @@ 3 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.IDLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1348,9 +1773,18 @@ System.String - To be added. + Flag that reflects whether the contact exists inside the default directory. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IN_DEFAULT_DIRECTORY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1379,9 +1813,18 @@ 1 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.INVISIBLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1405,9 +1848,19 @@ System.String - To be added. + Flag that reflects the Groups#GROUP_VISIBLE state of any + CommonDataKinds.GroupMembership for this contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IN_VISIBLE_GROUP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1431,9 +1884,18 @@ System.String - To be added. + Whether this is the primary entry of its kind for the raw contact it belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1457,10 +1919,20 @@ System.String - To be added. + The "read-only" flag: "0" by default, "1" if the row cannot be modified or + deleted except by a sync adapter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. - + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_READ_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1483,9 +1955,19 @@ System.String - To be added. + Whether this is the primary entry of its kind for the aggregate + contact it belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_SUPER_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1509,9 +1991,19 @@ System.String - To be added. + Flag that reflects whether this contact represents the user's + personal profile entry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IS_USER_PROFILE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1539,9 +2031,18 @@ System.String - To be added. + The last time a contact was contacted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.LAST_TIME_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1569,9 +2070,18 @@ System.String - To be added. + The last time (in milliseconds) this Data was used. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataUsageStatColumns.LAST_TIME_USED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1595,9 +2105,19 @@ System.String - To be added. + An opaque value that contains hints on how to find the contact if + its row id changed as a result of a sync or aggregation. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.LOOKUP_KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1625,9 +2145,19 @@ System.String - To be added. + Flag indicating that a raw contact's metadata has changed, and its metadata + needs to be synchronized by the server. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.METADATA_DIRTY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1651,9 +2181,18 @@ System.String - To be added. + The MIME type of the item represented by this row. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.MIMETYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1677,9 +2216,18 @@ System.String - To be added. + Reference to the row in the RawContacts table holding the contact name. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.NAME_RAW_CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1708,9 +2256,18 @@ 0 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.OFFLINE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1734,9 +2291,19 @@ System.String - To be added. + Pronunciation of the full name in the phonetic alphabet specified by + #PHONETIC_NAME_STYLE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1760,9 +2327,18 @@ System.String - To be added. + The phonetic alphabet used to represent the #PHONETIC_NAME. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME_STYLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1786,9 +2362,18 @@ System.String - To be added. + Photo file ID of the full-size photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_FILE_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1812,9 +2397,18 @@ System.String - To be added. + Reference to the row in the data table holding the photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1838,9 +2432,18 @@ System.String - To be added. + A URI that can be used to retrieve a thumbnail of the contact's photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_THUMBNAIL_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1864,9 +2467,18 @@ System.String - To be added. + A URI that can be used to retrieve the contact's full-size photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1890,9 +2502,18 @@ System.String - To be added. + The position at which the contact is pinned. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.PINNED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1916,8 +2537,20 @@ System.String - To be added. - To be added. + The flattened android.content.ComponentName of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to + call the contact with. + + + + Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_COMPONENT_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1940,8 +2573,20 @@ System.String - To be added. - To be added. + The ID of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to + call the contact with. + + + + Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1964,9 +2609,18 @@ System.String - To be added. + Contact's latest presence level. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1996,7 +2650,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_CUSTOM_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2026,7 +2689,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2050,9 +2722,19 @@ System.String - To be added. + A reference to the RawContacts#_ID + that this data belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.RAW_CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2076,9 +2758,19 @@ System.String - To be added. + The "read-only" flag: "0" by default, "1" if the row cannot be modified or + deleted except by a sync adapter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_READ_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2102,9 +2794,19 @@ System.String - To be added. + Flag that reflects whether this raw contact belongs to the user's + personal profile entry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_USER_PROFILE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2128,9 +2830,19 @@ System.String - To be added. + The package name to use when creating Resources objects for + this data row. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2154,9 +2866,18 @@ System.String - To be added. + Whether the contact should always be sent to voicemail. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.SEND_TO_VOICEMAIL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2180,9 +2901,19 @@ System.String - To be added. + Sort key based on the alternative representation of the full name, + #DISPLAY_NAME_ALTERNATIVE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_ALTERNATIVE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2206,9 +2937,19 @@ System.String - To be added. + Sort key that takes into account locale-based traditions for sorting + names in address books. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2232,9 +2973,18 @@ System.String - To be added. + Is the contact starred? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.STARRED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2258,9 +3008,18 @@ System.String - To be added. + Contact latest status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2284,9 +3043,18 @@ System.String - To be added. + The resource ID of the icon for the source of the status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_ICON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2310,9 +3078,18 @@ System.String - To be added. + The resource ID of the label describing the source of the status update, e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2336,9 +3113,18 @@ System.String - To be added. + The package containing resources for this status: label and icon. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2362,9 +3148,18 @@ System.String - To be added. + The absolute time in milliseconds when the latest status was inserted/updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2388,9 +3183,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2414,9 +3218,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2440,9 +3253,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2466,9 +3288,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2496,9 +3327,18 @@ System.String - To be added. + The number of times a contact has been contacted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.TIMES_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2526,9 +3366,18 @@ System.String - To be added. + The number of times the referenced Data has been used. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataUsageStatColumns.TIMES_USED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Organization+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Organization+InterfaceConsts.xml index 700f031adb..d13ec5debe 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Organization+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Organization+InterfaceConsts.xml @@ -38,9 +38,20 @@ System.String - To be added. + A concatenation of the account type and data set (delimited by a forward + slash) - if the data set is empty, this will be the same as the account + type. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.ACCOUNT_TYPE_AND_DATA_SET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,9 +75,18 @@ System.String - To be added. + The aggregation mode for this contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.AGGREGATION_MODE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -95,9 +115,18 @@ 5 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.AVAILABLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -126,9 +155,18 @@ 2 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.AWAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -152,9 +190,18 @@ System.String - To be added. + Persistent unique id for each raw_contact within its account. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.BACKUP_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -183,9 +230,18 @@ 4 - To be added. + An allowed flag of #CHAT_CAPABILITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_CAMERA. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -214,9 +270,18 @@ 2 - To be added. + An allowed flag of #CHAT_CAPABILITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VIDEO. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -245,9 +310,18 @@ 1 - To be added. + An allowed flag of #CHAT_CAPABILITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VOICE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -275,9 +349,18 @@ System.String - To be added. + Carrier presence information. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -306,9 +389,19 @@ 1 - To be added. + Indicates that the entry is Video Telephony (VT) capable on the + current carrier. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE_VT_CAPABLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -332,9 +425,18 @@ System.String - To be added. + Contact's audio/video chat capability level. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CHAT_CAPABILITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -358,9 +460,18 @@ System.String - To be added. + Contact Chat Capabilities. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_CHAT_CAPABILITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -384,9 +495,19 @@ System.String - To be added. + A reference to the ContactsContract.Contacts#_ID that this + data belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -410,9 +531,18 @@ System.String - To be added. + Timestamp (milliseconds since epoch) of when this contact was last updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.CONTACT_LAST_UPDATED_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -436,9 +566,18 @@ System.String - To be added. + Contact presence status. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -462,9 +601,18 @@ System.String - To be added. + Contact's latest status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -488,9 +636,18 @@ System.String - To be added. + The resource ID of the icon for the source of contact status. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_ICON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -514,9 +671,19 @@ System.String - To be added. + The resource ID of the label describing the source of contact + status, e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -540,9 +707,18 @@ System.String - To be added. + The package containing resources for this status: label and icon. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -566,9 +742,19 @@ System.String - To be added. + The absolute time in milliseconds when the latest status was + inserted/updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -627,9 +813,18 @@ System.String - To be added. + URI for a custom ringtone associated with the contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.CUSTOM_RINGTONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -679,9 +874,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -705,9 +909,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA10. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -731,10 +944,19 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. - + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA11. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -757,9 +979,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA12. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -783,9 +1014,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA13. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -809,9 +1049,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA14. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -835,9 +1084,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA15. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -861,9 +1119,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -887,9 +1154,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -913,9 +1189,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -939,9 +1224,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA5. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -965,9 +1259,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA6. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -991,9 +1294,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA7. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1017,9 +1329,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA8. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1043,9 +1364,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA9. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1069,9 +1399,18 @@ System.String - To be added. + The data set within the account that this row belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.DATA_SET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1095,9 +1434,18 @@ System.String - To be added. + The version of this data record. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA_VERSION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1121,9 +1469,19 @@ System.String - To be added. + The "deleted" flag: "0" by default, "1" if the row has been marked + for deletion. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.DELETED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1147,9 +1505,18 @@ System.String - To be added. + The display name for the contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.DISPLAY_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1173,9 +1540,19 @@ System.String - To be added. + An alternative representation of the display name, such as "family name first" + instead of "given name first" for Western names. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_ALTERNATIVE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1199,9 +1576,20 @@ System.String - To be added. + The standard text shown as the contact's display name, based on the best + available information for the contact (for example, it might be the email address + if the name is not available). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1225,9 +1613,19 @@ System.String - To be added. + The kind of data that is used as the display name for the contact, such as + structured name or email address. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_SOURCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1256,9 +1654,18 @@ 4 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.DO_NOT_DISTURB. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1282,9 +1689,18 @@ System.String - To be added. + An indicator of whether this contact has at least one phone number. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.HAS_PHONE_NUMBER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1348,9 +1764,18 @@ 3 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.IDLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1374,11 +1799,20 @@ System.String - To be added. + Flag that reflects whether the contact exists inside the default directory. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. - - + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IN_DEFAULT_DIRECTORY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + + @@ -1405,9 +1839,18 @@ 1 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.INVISIBLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1431,9 +1874,19 @@ System.String - To be added. + Flag that reflects the Groups#GROUP_VISIBLE state of any + CommonDataKinds.GroupMembership for this contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IN_VISIBLE_GROUP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1457,9 +1910,18 @@ System.String - To be added. + Whether this is the primary entry of its kind for the raw contact it belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1483,9 +1945,19 @@ System.String - To be added. + The "read-only" flag: "0" by default, "1" if the row cannot be modified or + deleted except by a sync adapter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_READ_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1509,9 +1981,19 @@ System.String - To be added. + Whether this is the primary entry of its kind for the aggregate + contact it belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_SUPER_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1535,9 +2017,19 @@ System.String - To be added. + Flag that reflects whether this contact represents the user's + personal profile entry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IS_USER_PROFILE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1591,9 +2083,18 @@ System.String - To be added. + The last time a contact was contacted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.LAST_TIME_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1621,9 +2122,18 @@ System.String - To be added. + The last time (in milliseconds) this Data was used. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataUsageStatColumns.LAST_TIME_USED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1647,9 +2157,19 @@ System.String - To be added. + An opaque value that contains hints on how to find the contact if + its row id changed as a result of a sync or aggregation. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.LOOKUP_KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1677,9 +2197,19 @@ System.String - To be added. + Flag indicating that a raw contact's metadata has changed, and its metadata + needs to be synchronized by the server. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.METADATA_DIRTY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1703,9 +2233,18 @@ System.String - To be added. + The MIME type of the item represented by this row. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.MIMETYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1729,9 +2268,18 @@ System.String - To be added. + Reference to the row in the RawContacts table holding the contact name. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.NAME_RAW_CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1760,9 +2308,18 @@ 0 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.OFFLINE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1786,9 +2343,18 @@ System.String - To be added. + The phonetic alphabet used to represent the #PHONETIC_NAME. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME_STYLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1812,9 +2378,18 @@ System.String - To be added. + Photo file ID of the full-size photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_FILE_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1838,9 +2413,18 @@ System.String - To be added. + Reference to the row in the data table holding the photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1864,9 +2448,18 @@ System.String - To be added. + A URI that can be used to retrieve a thumbnail of the contact's photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_THUMBNAIL_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1890,9 +2483,18 @@ System.String - To be added. + A URI that can be used to retrieve the contact's full-size photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1916,9 +2518,18 @@ System.String - To be added. + The position at which the contact is pinned. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.PINNED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1942,8 +2553,20 @@ System.String - To be added. - To be added. + The flattened android.content.ComponentName of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to + call the contact with. + + + + Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_COMPONENT_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1966,8 +2589,20 @@ System.String - To be added. - To be added. + The ID of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to + call the contact with. + + + + Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1990,9 +2625,18 @@ System.String - To be added. + Contact's latest presence level. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2022,7 +2666,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_CUSTOM_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2052,7 +2705,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2076,9 +2738,19 @@ System.String - To be added. + A reference to the RawContacts#_ID + that this data belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.RAW_CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2102,9 +2774,19 @@ System.String - To be added. + The "read-only" flag: "0" by default, "1" if the row cannot be modified or + deleted except by a sync adapter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_READ_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2128,9 +2810,19 @@ System.String - To be added. + Flag that reflects whether this raw contact belongs to the user's + personal profile entry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_USER_PROFILE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2154,9 +2846,19 @@ System.String - To be added. + The package name to use when creating Resources objects for + this data row. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2180,9 +2882,18 @@ System.String - To be added. + Whether the contact should always be sent to voicemail. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.SEND_TO_VOICEMAIL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2206,9 +2917,19 @@ System.String - To be added. + Sort key based on the alternative representation of the full name, + #DISPLAY_NAME_ALTERNATIVE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_ALTERNATIVE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2232,9 +2953,19 @@ System.String - To be added. + Sort key that takes into account locale-based traditions for sorting + names in address books. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2258,9 +2989,18 @@ System.String - To be added. + Is the contact starred? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.STARRED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2284,9 +3024,18 @@ System.String - To be added. + Contact latest status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2310,9 +3059,18 @@ System.String - To be added. + The resource ID of the icon for the source of the status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_ICON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2336,9 +3094,18 @@ System.String - To be added. + The resource ID of the label describing the source of the status update, e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2362,9 +3129,18 @@ System.String - To be added. + The package containing resources for this status: label and icon. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2388,9 +3164,18 @@ System.String - To be added. + The absolute time in milliseconds when the latest status was inserted/updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2414,9 +3199,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2440,9 +3234,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2466,9 +3269,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2492,9 +3304,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2522,9 +3343,18 @@ System.String - To be added. + The number of times a contact has been contacted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.TIMES_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2552,9 +3382,18 @@ System.String - To be added. + The number of times the referenced Data has been used. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataUsageStatColumns.TIMES_USED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Phone+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Phone+InterfaceConsts.xml index 85d5ca1725..0283ad35ea 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Phone+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Phone+InterfaceConsts.xml @@ -38,9 +38,20 @@ System.String - To be added. + A concatenation of the account type and data set (delimited by a forward + slash) - if the data set is empty, this will be the same as the account + type. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.ACCOUNT_TYPE_AND_DATA_SET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,9 +75,18 @@ System.String - To be added. + The aggregation mode for this contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.AGGREGATION_MODE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -95,9 +115,18 @@ 5 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.AVAILABLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -126,9 +155,18 @@ 2 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.AWAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -152,9 +190,18 @@ System.String - To be added. + Persistent unique id for each raw_contact within its account. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.BACKUP_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -183,9 +230,18 @@ 4 - To be added. + An allowed flag of #CHAT_CAPABILITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_CAMERA. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -214,9 +270,18 @@ 2 - To be added. + An allowed flag of #CHAT_CAPABILITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VIDEO. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -245,9 +310,18 @@ 1 - To be added. + An allowed flag of #CHAT_CAPABILITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VOICE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -275,9 +349,18 @@ System.String - To be added. + Carrier presence information. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -306,9 +389,19 @@ 1 - To be added. + Indicates that the entry is Video Telephony (VT) capable on the + current carrier. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE_VT_CAPABLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -332,9 +425,18 @@ System.String - To be added. + Contact's audio/video chat capability level. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CHAT_CAPABILITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -358,9 +460,18 @@ System.String - To be added. + Contact Chat Capabilities. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_CHAT_CAPABILITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -384,9 +495,19 @@ System.String - To be added. + A reference to the ContactsContract.Contacts#_ID that this + data belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -410,9 +531,18 @@ System.String - To be added. + Timestamp (milliseconds since epoch) of when this contact was last updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.CONTACT_LAST_UPDATED_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -436,9 +566,18 @@ System.String - To be added. + Contact presence status. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -462,9 +601,18 @@ System.String - To be added. + Contact's latest status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -488,9 +636,18 @@ System.String - To be added. + The resource ID of the icon for the source of contact status. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_ICON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -514,9 +671,19 @@ System.String - To be added. + The resource ID of the label describing the source of contact + status, e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -540,9 +707,18 @@ System.String - To be added. + The package containing resources for this status: label and icon. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -566,9 +742,19 @@ System.String - To be added. + The absolute time in milliseconds when the latest status was + inserted/updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -627,9 +813,18 @@ System.String - To be added. + URI for a custom ringtone associated with the contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.CUSTOM_RINGTONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -679,9 +874,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -705,9 +909,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA10. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -731,10 +944,19 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. - + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA11. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -757,9 +979,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA12. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -783,9 +1014,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA13. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -809,9 +1049,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA14. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -835,9 +1084,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA15. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -861,9 +1119,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -887,9 +1154,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -913,9 +1189,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -939,9 +1224,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA5. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -965,9 +1259,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA6. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -991,9 +1294,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA7. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1017,9 +1329,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA8. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1043,9 +1364,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA9. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1069,9 +1399,18 @@ System.String - To be added. + The data set within the account that this row belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.DATA_SET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1095,9 +1434,18 @@ System.String - To be added. + The version of this data record. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA_VERSION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1121,9 +1469,19 @@ System.String - To be added. + The "deleted" flag: "0" by default, "1" if the row has been marked + for deletion. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.DELETED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1147,9 +1505,18 @@ System.String - To be added. + The display name for the contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.DISPLAY_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1173,9 +1540,19 @@ System.String - To be added. + An alternative representation of the display name, such as "family name first" + instead of "given name first" for Western names. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_ALTERNATIVE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1199,9 +1576,20 @@ System.String - To be added. + The standard text shown as the contact's display name, based on the best + available information for the contact (for example, it might be the email address + if the name is not available). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1225,9 +1613,19 @@ System.String - To be added. + The kind of data that is used as the display name for the contact, such as + structured name or email address. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_SOURCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1256,9 +1654,18 @@ 4 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.DO_NOT_DISTURB. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1282,9 +1689,18 @@ System.String - To be added. + An indicator of whether this contact has at least one phone number. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.HAS_PHONE_NUMBER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1348,9 +1764,18 @@ 3 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.IDLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1374,11 +1799,20 @@ System.String - To be added. + Flag that reflects whether the contact exists inside the default directory. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. - - + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IN_DEFAULT_DIRECTORY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + + @@ -1405,9 +1839,18 @@ 1 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.INVISIBLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1431,9 +1874,19 @@ System.String - To be added. + Flag that reflects the Groups#GROUP_VISIBLE state of any + CommonDataKinds.GroupMembership for this contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IN_VISIBLE_GROUP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1457,9 +1910,18 @@ System.String - To be added. + Whether this is the primary entry of its kind for the raw contact it belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1483,9 +1945,19 @@ System.String - To be added. + The "read-only" flag: "0" by default, "1" if the row cannot be modified or + deleted except by a sync adapter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_READ_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1509,9 +1981,19 @@ System.String - To be added. + Whether this is the primary entry of its kind for the aggregate + contact it belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_SUPER_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1535,9 +2017,19 @@ System.String - To be added. + Flag that reflects whether this contact represents the user's + personal profile entry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IS_USER_PROFILE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1591,9 +2083,18 @@ System.String - To be added. + The last time a contact was contacted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.LAST_TIME_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1621,9 +2122,18 @@ System.String - To be added. + The last time (in milliseconds) this Data was used. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataUsageStatColumns.LAST_TIME_USED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1647,9 +2157,19 @@ System.String - To be added. + An opaque value that contains hints on how to find the contact if + its row id changed as a result of a sync or aggregation. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.LOOKUP_KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1677,9 +2197,19 @@ System.String - To be added. + Flag indicating that a raw contact's metadata has changed, and its metadata + needs to be synchronized by the server. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.METADATA_DIRTY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1703,9 +2233,18 @@ System.String - To be added. + The MIME type of the item represented by this row. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.MIMETYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1729,9 +2268,18 @@ System.String - To be added. + Reference to the row in the RawContacts table holding the contact name. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.NAME_RAW_CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1760,9 +2308,18 @@ 0 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.OFFLINE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1786,9 +2343,19 @@ System.String - To be added. + Pronunciation of the full name in the phonetic alphabet specified by + #PHONETIC_NAME_STYLE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1812,9 +2379,18 @@ System.String - To be added. + The phonetic alphabet used to represent the #PHONETIC_NAME. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME_STYLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1838,9 +2414,18 @@ System.String - To be added. + Photo file ID of the full-size photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_FILE_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1864,9 +2449,18 @@ System.String - To be added. + Reference to the row in the data table holding the photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1890,9 +2484,18 @@ System.String - To be added. + A URI that can be used to retrieve a thumbnail of the contact's photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_THUMBNAIL_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1916,9 +2519,18 @@ System.String - To be added. + A URI that can be used to retrieve the contact's full-size photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1942,9 +2554,18 @@ System.String - To be added. + The position at which the contact is pinned. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.PINNED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1968,8 +2589,20 @@ System.String - To be added. - To be added. + The flattened android.content.ComponentName of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to + call the contact with. + + + + Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_COMPONENT_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1992,8 +2625,20 @@ System.String - To be added. - To be added. + The ID of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to + call the contact with. + + + + Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -2016,9 +2661,18 @@ System.String - To be added. + Contact's latest presence level. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2048,7 +2702,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_CUSTOM_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2078,7 +2741,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2102,9 +2774,19 @@ System.String - To be added. + A reference to the RawContacts#_ID + that this data belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.RAW_CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2128,9 +2810,19 @@ System.String - To be added. + The "read-only" flag: "0" by default, "1" if the row cannot be modified or + deleted except by a sync adapter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_READ_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2154,9 +2846,19 @@ System.String - To be added. + Flag that reflects whether this raw contact belongs to the user's + personal profile entry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_USER_PROFILE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2180,9 +2882,19 @@ System.String - To be added. + The package name to use when creating Resources objects for + this data row. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2206,9 +2918,18 @@ System.String - To be added. + Whether the contact should always be sent to voicemail. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.SEND_TO_VOICEMAIL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2232,9 +2953,19 @@ System.String - To be added. + Sort key based on the alternative representation of the full name, + #DISPLAY_NAME_ALTERNATIVE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_ALTERNATIVE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2258,9 +2989,19 @@ System.String - To be added. + Sort key that takes into account locale-based traditions for sorting + names in address books. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2284,9 +3025,18 @@ System.String - To be added. + Is the contact starred? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.STARRED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2310,9 +3060,18 @@ System.String - To be added. + Contact latest status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2336,9 +3095,18 @@ System.String - To be added. + The resource ID of the icon for the source of the status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_ICON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2362,9 +3130,18 @@ System.String - To be added. + The resource ID of the label describing the source of the status update, e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2388,9 +3165,18 @@ System.String - To be added. + The package containing resources for this status: label and icon. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2414,9 +3200,18 @@ System.String - To be added. + The absolute time in milliseconds when the latest status was inserted/updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2440,9 +3235,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2466,9 +3270,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2492,9 +3305,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2518,9 +3340,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2548,9 +3379,18 @@ System.String - To be added. + The number of times a contact has been contacted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.TIMES_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2578,9 +3418,18 @@ System.String - To be added. + The number of times the referenced Data has been used. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataUsageStatColumns.TIMES_USED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Photo+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Photo+InterfaceConsts.xml index 977a3a7b46..04a31878b0 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Photo+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Photo+InterfaceConsts.xml @@ -38,9 +38,20 @@ System.String - To be added. + A concatenation of the account type and data set (delimited by a forward + slash) - if the data set is empty, this will be the same as the account + type. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.ACCOUNT_TYPE_AND_DATA_SET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,9 +75,18 @@ System.String - To be added. + The aggregation mode for this contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.AGGREGATION_MODE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -95,9 +115,18 @@ 5 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.AVAILABLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -126,9 +155,18 @@ 2 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.AWAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -152,9 +190,18 @@ System.String - To be added. + Persistent unique id for each raw_contact within its account. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.BACKUP_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -183,9 +230,18 @@ 4 - To be added. + An allowed flag of #CHAT_CAPABILITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_CAMERA. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -214,9 +270,18 @@ 2 - To be added. + An allowed flag of #CHAT_CAPABILITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VIDEO. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -245,9 +310,18 @@ 1 - To be added. + An allowed flag of #CHAT_CAPABILITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VOICE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -275,9 +349,18 @@ System.String - To be added. + Carrier presence information. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -306,9 +389,19 @@ 1 - To be added. + Indicates that the entry is Video Telephony (VT) capable on the + current carrier. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE_VT_CAPABLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -332,9 +425,18 @@ System.String - To be added. + Contact's audio/video chat capability level. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CHAT_CAPABILITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -358,9 +460,18 @@ System.String - To be added. + Contact Chat Capabilities. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_CHAT_CAPABILITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -384,9 +495,19 @@ System.String - To be added. + A reference to the ContactsContract.Contacts#_ID that this + data belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -410,9 +531,18 @@ System.String - To be added. + Timestamp (milliseconds since epoch) of when this contact was last updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.CONTACT_LAST_UPDATED_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -436,9 +566,18 @@ System.String - To be added. + Contact presence status. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -462,9 +601,18 @@ System.String - To be added. + Contact's latest status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -488,9 +636,18 @@ System.String - To be added. + The resource ID of the icon for the source of contact status. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_ICON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -514,9 +671,19 @@ System.String - To be added. + The resource ID of the label describing the source of contact + status, e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -540,9 +707,18 @@ System.String - To be added. + The package containing resources for this status: label and icon. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -566,9 +742,19 @@ System.String - To be added. + The absolute time in milliseconds when the latest status was + inserted/updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -627,9 +813,18 @@ System.String - To be added. + URI for a custom ringtone associated with the contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.CUSTOM_RINGTONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -653,9 +848,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -679,9 +883,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA10. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -705,9 +918,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA11. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -731,9 +953,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA12. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -757,14 +988,23 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. - - - - - + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA13. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + + + + + @@ -783,9 +1023,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA14. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -809,9 +1058,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA15. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -835,9 +1093,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -861,9 +1128,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -887,9 +1163,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -913,9 +1198,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA5. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -939,9 +1233,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA6. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -965,9 +1268,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA7. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -991,9 +1303,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA8. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1017,9 +1338,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA9. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1043,9 +1373,18 @@ System.String - To be added. + The data set within the account that this row belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.DATA_SET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1069,9 +1408,18 @@ System.String - To be added. + The version of this data record. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA_VERSION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1095,9 +1443,19 @@ System.String - To be added. + The "deleted" flag: "0" by default, "1" if the row has been marked + for deletion. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.DELETED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1121,9 +1479,18 @@ System.String - To be added. + The display name for the contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.DISPLAY_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1147,9 +1514,19 @@ System.String - To be added. + An alternative representation of the display name, such as "family name first" + instead of "given name first" for Western names. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_ALTERNATIVE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1173,9 +1550,20 @@ System.String - To be added. + The standard text shown as the contact's display name, based on the best + available information for the contact (for example, it might be the email address + if the name is not available). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1199,9 +1587,19 @@ System.String - To be added. + The kind of data that is used as the display name for the contact, such as + structured name or email address. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_SOURCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1230,9 +1628,18 @@ 4 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.DO_NOT_DISTURB. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1256,9 +1663,18 @@ System.String - To be added. + An indicator of whether this contact has at least one phone number. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.HAS_PHONE_NUMBER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1322,9 +1738,18 @@ 3 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.IDLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1348,9 +1773,18 @@ System.String - To be added. + Flag that reflects whether the contact exists inside the default directory. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IN_DEFAULT_DIRECTORY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1379,9 +1813,18 @@ 1 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.INVISIBLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1405,9 +1848,19 @@ System.String - To be added. + Flag that reflects the Groups#GROUP_VISIBLE state of any + CommonDataKinds.GroupMembership for this contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IN_VISIBLE_GROUP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1431,9 +1884,18 @@ System.String - To be added. + Whether this is the primary entry of its kind for the raw contact it belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1457,10 +1919,20 @@ System.String - To be added. + The "read-only" flag: "0" by default, "1" if the row cannot be modified or + deleted except by a sync adapter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. - + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_READ_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1483,9 +1955,19 @@ System.String - To be added. + Whether this is the primary entry of its kind for the aggregate + contact it belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_SUPER_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1509,9 +1991,19 @@ System.String - To be added. + Flag that reflects whether this contact represents the user's + personal profile entry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IS_USER_PROFILE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1539,9 +2031,18 @@ System.String - To be added. + The last time a contact was contacted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.LAST_TIME_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1569,9 +2070,18 @@ System.String - To be added. + The last time (in milliseconds) this Data was used. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataUsageStatColumns.LAST_TIME_USED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1595,9 +2105,19 @@ System.String - To be added. + An opaque value that contains hints on how to find the contact if + its row id changed as a result of a sync or aggregation. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.LOOKUP_KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1625,9 +2145,19 @@ System.String - To be added. + Flag indicating that a raw contact's metadata has changed, and its metadata + needs to be synchronized by the server. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.METADATA_DIRTY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1651,9 +2181,18 @@ System.String - To be added. + The MIME type of the item represented by this row. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.MIMETYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1677,9 +2216,18 @@ System.String - To be added. + Reference to the row in the RawContacts table holding the contact name. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.NAME_RAW_CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1708,9 +2256,18 @@ 0 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.OFFLINE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1734,9 +2291,19 @@ System.String - To be added. + Pronunciation of the full name in the phonetic alphabet specified by + #PHONETIC_NAME_STYLE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1760,9 +2327,18 @@ System.String - To be added. + The phonetic alphabet used to represent the #PHONETIC_NAME. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME_STYLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1786,9 +2362,18 @@ System.String - To be added. + Reference to the row in the data table holding the photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1812,9 +2397,18 @@ System.String - To be added. + A URI that can be used to retrieve a thumbnail of the contact's photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_THUMBNAIL_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1838,9 +2432,18 @@ System.String - To be added. + A URI that can be used to retrieve the contact's full-size photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1864,9 +2467,18 @@ System.String - To be added. + The position at which the contact is pinned. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.PINNED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1890,8 +2502,20 @@ System.String - To be added. - To be added. + The flattened android.content.ComponentName of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to + call the contact with. + + + + Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_COMPONENT_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1914,8 +2538,20 @@ System.String - To be added. - To be added. + The ID of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to + call the contact with. + + + + Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1938,9 +2574,18 @@ System.String - To be added. + Contact's latest presence level. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1970,7 +2615,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_CUSTOM_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2000,7 +2654,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2024,9 +2687,19 @@ System.String - To be added. + A reference to the RawContacts#_ID + that this data belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.RAW_CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2050,9 +2723,19 @@ System.String - To be added. + The "read-only" flag: "0" by default, "1" if the row cannot be modified or + deleted except by a sync adapter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_READ_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2076,9 +2759,19 @@ System.String - To be added. + Flag that reflects whether this raw contact belongs to the user's + personal profile entry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_USER_PROFILE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2102,9 +2795,19 @@ System.String - To be added. + The package name to use when creating Resources objects for + this data row. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2128,9 +2831,18 @@ System.String - To be added. + Whether the contact should always be sent to voicemail. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.SEND_TO_VOICEMAIL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2154,9 +2866,19 @@ System.String - To be added. + Sort key based on the alternative representation of the full name, + #DISPLAY_NAME_ALTERNATIVE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_ALTERNATIVE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2180,9 +2902,19 @@ System.String - To be added. + Sort key that takes into account locale-based traditions for sorting + names in address books. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2206,9 +2938,18 @@ System.String - To be added. + Is the contact starred? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.STARRED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2232,9 +2973,18 @@ System.String - To be added. + Contact latest status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2258,9 +3008,18 @@ System.String - To be added. + The resource ID of the icon for the source of the status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_ICON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2284,9 +3043,18 @@ System.String - To be added. + The resource ID of the label describing the source of the status update, e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2310,9 +3078,18 @@ System.String - To be added. + The package containing resources for this status: label and icon. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2336,9 +3113,18 @@ System.String - To be added. + The absolute time in milliseconds when the latest status was inserted/updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2362,9 +3148,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2388,9 +3183,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2414,9 +3218,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2440,9 +3253,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2470,9 +3292,18 @@ System.String - To be added. + The number of times a contact has been contacted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.TIMES_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2500,9 +3331,18 @@ System.String - To be added. + The number of times the referenced Data has been used. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataUsageStatColumns.TIMES_USED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Relation+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Relation+InterfaceConsts.xml index 331c3f3908..193ed75b5b 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Relation+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Relation+InterfaceConsts.xml @@ -38,9 +38,20 @@ System.String - To be added. + A concatenation of the account type and data set (delimited by a forward + slash) - if the data set is empty, this will be the same as the account + type. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.ACCOUNT_TYPE_AND_DATA_SET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,9 +75,18 @@ System.String - To be added. + The aggregation mode for this contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.AGGREGATION_MODE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -95,9 +115,18 @@ 5 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.AVAILABLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -126,9 +155,18 @@ 2 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.AWAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -152,9 +190,18 @@ System.String - To be added. + Persistent unique id for each raw_contact within its account. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.BACKUP_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -183,9 +230,18 @@ 4 - To be added. + An allowed flag of #CHAT_CAPABILITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_CAMERA. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -214,9 +270,18 @@ 2 - To be added. + An allowed flag of #CHAT_CAPABILITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VIDEO. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -245,9 +310,18 @@ 1 - To be added. + An allowed flag of #CHAT_CAPABILITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VOICE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -275,9 +349,18 @@ System.String - To be added. + Carrier presence information. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -306,9 +389,19 @@ 1 - To be added. + Indicates that the entry is Video Telephony (VT) capable on the + current carrier. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE_VT_CAPABLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -332,9 +425,18 @@ System.String - To be added. + Contact's audio/video chat capability level. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CHAT_CAPABILITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -358,9 +460,18 @@ System.String - To be added. + Contact Chat Capabilities. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_CHAT_CAPABILITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -384,9 +495,19 @@ System.String - To be added. + A reference to the ContactsContract.Contacts#_ID that this + data belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -410,9 +531,18 @@ System.String - To be added. + Timestamp (milliseconds since epoch) of when this contact was last updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.CONTACT_LAST_UPDATED_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -436,9 +566,18 @@ System.String - To be added. + Contact presence status. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -462,9 +601,18 @@ System.String - To be added. + Contact's latest status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -488,9 +636,18 @@ System.String - To be added. + The resource ID of the icon for the source of contact status. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_ICON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -514,9 +671,19 @@ System.String - To be added. + The resource ID of the label describing the source of contact + status, e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -540,9 +707,18 @@ System.String - To be added. + The package containing resources for this status: label and icon. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -566,9 +742,19 @@ System.String - To be added. + The absolute time in milliseconds when the latest status was + inserted/updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -627,9 +813,18 @@ System.String - To be added. + URI for a custom ringtone associated with the contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.CUSTOM_RINGTONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -679,9 +874,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -705,9 +909,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA10. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -731,10 +944,19 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. - + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA11. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -757,9 +979,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA12. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -783,9 +1014,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA13. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -809,9 +1049,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA14. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -835,9 +1084,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA15. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -861,9 +1119,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -887,9 +1154,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -913,9 +1189,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -939,9 +1224,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA5. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -965,9 +1259,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA6. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -991,9 +1294,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA7. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1017,9 +1329,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA8. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1043,9 +1364,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA9. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1069,9 +1399,18 @@ System.String - To be added. + The data set within the account that this row belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.DATA_SET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1095,9 +1434,18 @@ System.String - To be added. + The version of this data record. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA_VERSION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1121,9 +1469,19 @@ System.String - To be added. + The "deleted" flag: "0" by default, "1" if the row has been marked + for deletion. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.DELETED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1147,9 +1505,18 @@ System.String - To be added. + The display name for the contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.DISPLAY_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1173,9 +1540,19 @@ System.String - To be added. + An alternative representation of the display name, such as "family name first" + instead of "given name first" for Western names. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_ALTERNATIVE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1199,9 +1576,20 @@ System.String - To be added. + The standard text shown as the contact's display name, based on the best + available information for the contact (for example, it might be the email address + if the name is not available). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1225,9 +1613,19 @@ System.String - To be added. + The kind of data that is used as the display name for the contact, such as + structured name or email address. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_SOURCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1256,9 +1654,18 @@ 4 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.DO_NOT_DISTURB. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1282,9 +1689,18 @@ System.String - To be added. + An indicator of whether this contact has at least one phone number. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.HAS_PHONE_NUMBER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1348,9 +1764,18 @@ 3 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.IDLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1374,11 +1799,20 @@ System.String - To be added. + Flag that reflects whether the contact exists inside the default directory. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. - - + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IN_DEFAULT_DIRECTORY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + + @@ -1405,9 +1839,18 @@ 1 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.INVISIBLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1431,9 +1874,19 @@ System.String - To be added. + Flag that reflects the Groups#GROUP_VISIBLE state of any + CommonDataKinds.GroupMembership for this contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IN_VISIBLE_GROUP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1457,9 +1910,18 @@ System.String - To be added. + Whether this is the primary entry of its kind for the raw contact it belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1483,9 +1945,19 @@ System.String - To be added. + The "read-only" flag: "0" by default, "1" if the row cannot be modified or + deleted except by a sync adapter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_READ_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1509,9 +1981,19 @@ System.String - To be added. + Whether this is the primary entry of its kind for the aggregate + contact it belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_SUPER_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1535,9 +2017,19 @@ System.String - To be added. + Flag that reflects whether this contact represents the user's + personal profile entry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IS_USER_PROFILE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1591,9 +2083,18 @@ System.String - To be added. + The last time a contact was contacted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.LAST_TIME_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1621,9 +2122,18 @@ System.String - To be added. + The last time (in milliseconds) this Data was used. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataUsageStatColumns.LAST_TIME_USED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1647,9 +2157,19 @@ System.String - To be added. + An opaque value that contains hints on how to find the contact if + its row id changed as a result of a sync or aggregation. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.LOOKUP_KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1677,9 +2197,19 @@ System.String - To be added. + Flag indicating that a raw contact's metadata has changed, and its metadata + needs to be synchronized by the server. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.METADATA_DIRTY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1703,9 +2233,18 @@ System.String - To be added. + The MIME type of the item represented by this row. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.MIMETYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1729,9 +2268,18 @@ System.String - To be added. + Reference to the row in the RawContacts table holding the contact name. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.NAME_RAW_CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1760,9 +2308,18 @@ 0 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.OFFLINE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1786,9 +2343,19 @@ System.String - To be added. + Pronunciation of the full name in the phonetic alphabet specified by + #PHONETIC_NAME_STYLE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1812,9 +2379,18 @@ System.String - To be added. + The phonetic alphabet used to represent the #PHONETIC_NAME. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME_STYLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1838,9 +2414,18 @@ System.String - To be added. + Photo file ID of the full-size photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_FILE_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1864,9 +2449,18 @@ System.String - To be added. + Reference to the row in the data table holding the photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1890,9 +2484,18 @@ System.String - To be added. + A URI that can be used to retrieve a thumbnail of the contact's photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_THUMBNAIL_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1916,9 +2519,18 @@ System.String - To be added. + A URI that can be used to retrieve the contact's full-size photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1942,9 +2554,18 @@ System.String - To be added. + The position at which the contact is pinned. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.PINNED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1968,8 +2589,20 @@ System.String - To be added. - To be added. + The flattened android.content.ComponentName of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to + call the contact with. + + + + Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_COMPONENT_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1992,8 +2625,20 @@ System.String - To be added. - To be added. + The ID of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to + call the contact with. + + + + Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -2016,9 +2661,18 @@ System.String - To be added. + Contact's latest presence level. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2048,7 +2702,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_CUSTOM_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2078,7 +2741,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2102,9 +2774,19 @@ System.String - To be added. + A reference to the RawContacts#_ID + that this data belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.RAW_CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2128,9 +2810,19 @@ System.String - To be added. + The "read-only" flag: "0" by default, "1" if the row cannot be modified or + deleted except by a sync adapter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_READ_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2154,9 +2846,19 @@ System.String - To be added. + Flag that reflects whether this raw contact belongs to the user's + personal profile entry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_USER_PROFILE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2180,9 +2882,19 @@ System.String - To be added. + The package name to use when creating Resources objects for + this data row. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2206,9 +2918,18 @@ System.String - To be added. + Whether the contact should always be sent to voicemail. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.SEND_TO_VOICEMAIL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2232,9 +2953,19 @@ System.String - To be added. + Sort key based on the alternative representation of the full name, + #DISPLAY_NAME_ALTERNATIVE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_ALTERNATIVE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2258,9 +2989,19 @@ System.String - To be added. + Sort key that takes into account locale-based traditions for sorting + names in address books. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2284,9 +3025,18 @@ System.String - To be added. + Is the contact starred? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.STARRED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2310,9 +3060,18 @@ System.String - To be added. + Contact latest status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2336,9 +3095,18 @@ System.String - To be added. + The resource ID of the icon for the source of the status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_ICON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2362,9 +3130,18 @@ System.String - To be added. + The resource ID of the label describing the source of the status update, e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2388,9 +3165,18 @@ System.String - To be added. + The package containing resources for this status: label and icon. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2414,9 +3200,18 @@ System.String - To be added. + The absolute time in milliseconds when the latest status was inserted/updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2440,9 +3235,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2466,9 +3270,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2492,9 +3305,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2518,9 +3340,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2548,9 +3379,18 @@ System.String - To be added. + The number of times a contact has been contacted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.TIMES_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2578,9 +3418,18 @@ System.String - To be added. + The number of times the referenced Data has been used. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataUsageStatColumns.TIMES_USED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+SipAddress+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+SipAddress+InterfaceConsts.xml index 11a7c3746d..7c38188da2 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+SipAddress+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+SipAddress+InterfaceConsts.xml @@ -38,9 +38,20 @@ System.String - To be added. + A concatenation of the account type and data set (delimited by a forward + slash) - if the data set is empty, this will be the same as the account + type. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.ACCOUNT_TYPE_AND_DATA_SET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,9 +75,18 @@ System.String - To be added. + The aggregation mode for this contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.AGGREGATION_MODE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -95,9 +115,18 @@ 5 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.AVAILABLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -126,9 +155,18 @@ 2 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.AWAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -152,9 +190,18 @@ System.String - To be added. + Persistent unique id for each raw_contact within its account. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.BACKUP_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -183,9 +230,18 @@ 4 - To be added. + An allowed flag of #CHAT_CAPABILITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_CAMERA. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -214,9 +270,18 @@ 2 - To be added. + An allowed flag of #CHAT_CAPABILITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VIDEO. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -245,9 +310,18 @@ 1 - To be added. + An allowed flag of #CHAT_CAPABILITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VOICE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -275,9 +349,18 @@ System.String - To be added. + Carrier presence information. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -306,9 +389,19 @@ 1 - To be added. + Indicates that the entry is Video Telephony (VT) capable on the + current carrier. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE_VT_CAPABLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -332,9 +425,18 @@ System.String - To be added. + Contact's audio/video chat capability level. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CHAT_CAPABILITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -358,9 +460,18 @@ System.String - To be added. + Contact Chat Capabilities. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_CHAT_CAPABILITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -384,9 +495,19 @@ System.String - To be added. + A reference to the ContactsContract.Contacts#_ID that this + data belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -410,9 +531,18 @@ System.String - To be added. + Timestamp (milliseconds since epoch) of when this contact was last updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.CONTACT_LAST_UPDATED_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -436,9 +566,18 @@ System.String - To be added. + Contact presence status. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -462,9 +601,18 @@ System.String - To be added. + Contact's latest status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -488,9 +636,18 @@ System.String - To be added. + The resource ID of the icon for the source of contact status. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_ICON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -514,9 +671,19 @@ System.String - To be added. + The resource ID of the label describing the source of contact + status, e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -540,9 +707,18 @@ System.String - To be added. + The package containing resources for this status: label and icon. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -566,9 +742,19 @@ System.String - To be added. + The absolute time in milliseconds when the latest status was + inserted/updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -627,9 +813,18 @@ System.String - To be added. + URI for a custom ringtone associated with the contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.CUSTOM_RINGTONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -679,9 +874,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -705,9 +909,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA10. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -731,10 +944,19 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. - + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA11. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -757,9 +979,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA12. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -783,9 +1014,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA13. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -809,9 +1049,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA14. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -835,9 +1084,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA15. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -861,9 +1119,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -887,9 +1154,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -913,9 +1189,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -939,9 +1224,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA5. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -965,9 +1259,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA6. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -991,9 +1294,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA7. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1017,9 +1329,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA8. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1043,9 +1364,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA9. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1069,9 +1399,18 @@ System.String - To be added. + The data set within the account that this row belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.DATA_SET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1095,9 +1434,18 @@ System.String - To be added. + The version of this data record. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA_VERSION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1121,9 +1469,19 @@ System.String - To be added. + The "deleted" flag: "0" by default, "1" if the row has been marked + for deletion. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.DELETED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1147,9 +1505,18 @@ System.String - To be added. + The display name for the contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.DISPLAY_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1173,9 +1540,19 @@ System.String - To be added. + An alternative representation of the display name, such as "family name first" + instead of "given name first" for Western names. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_ALTERNATIVE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1199,9 +1576,20 @@ System.String - To be added. + The standard text shown as the contact's display name, based on the best + available information for the contact (for example, it might be the email address + if the name is not available). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1225,9 +1613,19 @@ System.String - To be added. + The kind of data that is used as the display name for the contact, such as + structured name or email address. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_SOURCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1256,9 +1654,18 @@ 4 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.DO_NOT_DISTURB. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1282,9 +1689,18 @@ System.String - To be added. + An indicator of whether this contact has at least one phone number. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.HAS_PHONE_NUMBER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1348,9 +1764,18 @@ 3 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.IDLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1374,11 +1799,20 @@ System.String - To be added. + Flag that reflects whether the contact exists inside the default directory. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. - - + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IN_DEFAULT_DIRECTORY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + + @@ -1405,9 +1839,18 @@ 1 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.INVISIBLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1431,9 +1874,19 @@ System.String - To be added. + Flag that reflects the Groups#GROUP_VISIBLE state of any + CommonDataKinds.GroupMembership for this contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IN_VISIBLE_GROUP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1457,9 +1910,18 @@ System.String - To be added. + Whether this is the primary entry of its kind for the raw contact it belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1483,9 +1945,19 @@ System.String - To be added. + The "read-only" flag: "0" by default, "1" if the row cannot be modified or + deleted except by a sync adapter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_READ_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1509,9 +1981,19 @@ System.String - To be added. + Whether this is the primary entry of its kind for the aggregate + contact it belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_SUPER_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1535,9 +2017,19 @@ System.String - To be added. + Flag that reflects whether this contact represents the user's + personal profile entry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IS_USER_PROFILE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1591,9 +2083,18 @@ System.String - To be added. + The last time a contact was contacted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.LAST_TIME_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1621,9 +2122,18 @@ System.String - To be added. + The last time (in milliseconds) this Data was used. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataUsageStatColumns.LAST_TIME_USED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1647,9 +2157,19 @@ System.String - To be added. + An opaque value that contains hints on how to find the contact if + its row id changed as a result of a sync or aggregation. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.LOOKUP_KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1677,9 +2197,19 @@ System.String - To be added. + Flag indicating that a raw contact's metadata has changed, and its metadata + needs to be synchronized by the server. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.METADATA_DIRTY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1703,9 +2233,18 @@ System.String - To be added. + The MIME type of the item represented by this row. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.MIMETYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1729,9 +2268,18 @@ System.String - To be added. + Reference to the row in the RawContacts table holding the contact name. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.NAME_RAW_CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1760,9 +2308,18 @@ 0 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.OFFLINE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1786,9 +2343,19 @@ System.String - To be added. + Pronunciation of the full name in the phonetic alphabet specified by + #PHONETIC_NAME_STYLE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1812,9 +2379,18 @@ System.String - To be added. + The phonetic alphabet used to represent the #PHONETIC_NAME. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME_STYLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1838,9 +2414,18 @@ System.String - To be added. + Photo file ID of the full-size photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_FILE_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1864,9 +2449,18 @@ System.String - To be added. + Reference to the row in the data table holding the photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1890,9 +2484,18 @@ System.String - To be added. + A URI that can be used to retrieve a thumbnail of the contact's photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_THUMBNAIL_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1916,9 +2519,18 @@ System.String - To be added. + A URI that can be used to retrieve the contact's full-size photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1942,9 +2554,18 @@ System.String - To be added. + The position at which the contact is pinned. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.PINNED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1968,8 +2589,20 @@ System.String - To be added. - To be added. + The flattened android.content.ComponentName of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to + call the contact with. + + + + Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_COMPONENT_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1992,8 +2625,20 @@ System.String - To be added. - To be added. + The ID of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to + call the contact with. + + + + Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -2016,9 +2661,18 @@ System.String - To be added. + Contact's latest presence level. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2048,7 +2702,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_CUSTOM_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2078,7 +2741,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2102,9 +2774,19 @@ System.String - To be added. + A reference to the RawContacts#_ID + that this data belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.RAW_CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2128,9 +2810,19 @@ System.String - To be added. + The "read-only" flag: "0" by default, "1" if the row cannot be modified or + deleted except by a sync adapter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_READ_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2154,9 +2846,19 @@ System.String - To be added. + Flag that reflects whether this raw contact belongs to the user's + personal profile entry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_USER_PROFILE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2180,9 +2882,19 @@ System.String - To be added. + The package name to use when creating Resources objects for + this data row. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2206,9 +2918,18 @@ System.String - To be added. + Whether the contact should always be sent to voicemail. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.SEND_TO_VOICEMAIL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2232,9 +2953,19 @@ System.String - To be added. + Sort key based on the alternative representation of the full name, + #DISPLAY_NAME_ALTERNATIVE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_ALTERNATIVE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2258,9 +2989,19 @@ System.String - To be added. + Sort key that takes into account locale-based traditions for sorting + names in address books. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2284,9 +3025,18 @@ System.String - To be added. + Is the contact starred? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.STARRED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2310,9 +3060,18 @@ System.String - To be added. + Contact latest status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2336,9 +3095,18 @@ System.String - To be added. + The resource ID of the icon for the source of the status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_ICON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2362,9 +3130,18 @@ System.String - To be added. + The resource ID of the label describing the source of the status update, e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2388,9 +3165,18 @@ System.String - To be added. + The package containing resources for this status: label and icon. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2414,9 +3200,18 @@ System.String - To be added. + The absolute time in milliseconds when the latest status was inserted/updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2440,9 +3235,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2466,9 +3270,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2492,9 +3305,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2518,9 +3340,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2548,9 +3379,18 @@ System.String - To be added. + The number of times a contact has been contacted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.TIMES_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2578,9 +3418,18 @@ System.String - To be added. + The number of times the referenced Data has been used. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataUsageStatColumns.TIMES_USED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+StructuredName+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+StructuredName+InterfaceConsts.xml index a10259836a..5600d579c7 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+StructuredName+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+StructuredName+InterfaceConsts.xml @@ -38,9 +38,20 @@ System.String - To be added. + A concatenation of the account type and data set (delimited by a forward + slash) - if the data set is empty, this will be the same as the account + type. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.ACCOUNT_TYPE_AND_DATA_SET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,9 +75,18 @@ System.String - To be added. + The aggregation mode for this contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.AGGREGATION_MODE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -95,9 +115,18 @@ 5 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.AVAILABLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -126,9 +155,18 @@ 2 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.AWAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -152,9 +190,18 @@ System.String - To be added. + Persistent unique id for each raw_contact within its account. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.BACKUP_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -183,9 +230,18 @@ 4 - To be added. + An allowed flag of #CHAT_CAPABILITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_CAMERA. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -214,9 +270,18 @@ 2 - To be added. + An allowed flag of #CHAT_CAPABILITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VIDEO. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -245,9 +310,18 @@ 1 - To be added. + An allowed flag of #CHAT_CAPABILITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VOICE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -275,9 +349,18 @@ System.String - To be added. + Carrier presence information. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -306,9 +389,19 @@ 1 - To be added. + Indicates that the entry is Video Telephony (VT) capable on the + current carrier. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE_VT_CAPABLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -332,9 +425,18 @@ System.String - To be added. + Contact's audio/video chat capability level. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CHAT_CAPABILITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -358,9 +460,18 @@ System.String - To be added. + Contact Chat Capabilities. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_CHAT_CAPABILITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -384,9 +495,19 @@ System.String - To be added. + A reference to the ContactsContract.Contacts#_ID that this + data belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -410,9 +531,18 @@ System.String - To be added. + Timestamp (milliseconds since epoch) of when this contact was last updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.CONTACT_LAST_UPDATED_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -436,9 +566,18 @@ System.String - To be added. + Contact presence status. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -462,9 +601,18 @@ System.String - To be added. + Contact's latest status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -488,9 +636,18 @@ System.String - To be added. + The resource ID of the icon for the source of contact status. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_ICON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -514,9 +671,19 @@ System.String - To be added. + The resource ID of the label describing the source of contact + status, e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -540,9 +707,18 @@ System.String - To be added. + The package containing resources for this status: label and icon. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -566,9 +742,19 @@ System.String - To be added. + The absolute time in milliseconds when the latest status was + inserted/updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -627,9 +813,18 @@ System.String - To be added. + URI for a custom ringtone associated with the contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.CUSTOM_RINGTONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -653,9 +848,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -679,9 +883,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA10. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -705,9 +918,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA11. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -731,9 +953,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA12. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -757,14 +988,23 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. - - - - - + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA13. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + + + + + @@ -783,9 +1023,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA14. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -809,9 +1058,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA15. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -835,9 +1093,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -861,9 +1128,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -887,9 +1163,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -913,9 +1198,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA5. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -939,9 +1233,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA6. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -965,9 +1268,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA7. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -991,9 +1303,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA8. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1017,9 +1338,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA9. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1043,9 +1373,18 @@ System.String - To be added. + The data set within the account that this row belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.DATA_SET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1069,9 +1408,18 @@ System.String - To be added. + The version of this data record. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA_VERSION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1095,9 +1443,19 @@ System.String - To be added. + The "deleted" flag: "0" by default, "1" if the row has been marked + for deletion. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.DELETED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1121,9 +1479,19 @@ System.String - To be added. + An alternative representation of the display name, such as "family name first" + instead of "given name first" for Western names. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_ALTERNATIVE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1147,9 +1515,20 @@ System.String - To be added. + The standard text shown as the contact's display name, based on the best + available information for the contact (for example, it might be the email address + if the name is not available). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1173,9 +1552,19 @@ System.String - To be added. + The kind of data that is used as the display name for the contact, such as + structured name or email address. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_SOURCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1204,9 +1593,18 @@ 4 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.DO_NOT_DISTURB. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1230,9 +1628,18 @@ System.String - To be added. + An indicator of whether this contact has at least one phone number. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.HAS_PHONE_NUMBER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1296,9 +1703,18 @@ 3 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.IDLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1322,9 +1738,18 @@ System.String - To be added. + Flag that reflects whether the contact exists inside the default directory. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IN_DEFAULT_DIRECTORY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1353,9 +1778,18 @@ 1 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.INVISIBLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1379,9 +1813,19 @@ System.String - To be added. + Flag that reflects the Groups#GROUP_VISIBLE state of any + CommonDataKinds.GroupMembership for this contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IN_VISIBLE_GROUP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1405,9 +1849,18 @@ System.String - To be added. + Whether this is the primary entry of its kind for the raw contact it belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1431,9 +1884,19 @@ System.String - To be added. + The "read-only" flag: "0" by default, "1" if the row cannot be modified or + deleted except by a sync adapter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_READ_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1457,10 +1920,20 @@ System.String - To be added. + Whether this is the primary entry of its kind for the aggregate + contact it belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. - + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_SUPER_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1483,9 +1956,19 @@ System.String - To be added. + Flag that reflects whether this contact represents the user's + personal profile entry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IS_USER_PROFILE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1513,9 +1996,18 @@ System.String - To be added. + The last time a contact was contacted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.LAST_TIME_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1543,9 +2035,18 @@ System.String - To be added. + The last time (in milliseconds) this Data was used. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataUsageStatColumns.LAST_TIME_USED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1569,9 +2070,19 @@ System.String - To be added. + An opaque value that contains hints on how to find the contact if + its row id changed as a result of a sync or aggregation. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.LOOKUP_KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1599,9 +2110,19 @@ System.String - To be added. + Flag indicating that a raw contact's metadata has changed, and its metadata + needs to be synchronized by the server. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.METADATA_DIRTY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1625,9 +2146,18 @@ System.String - To be added. + The MIME type of the item represented by this row. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.MIMETYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1651,9 +2181,18 @@ System.String - To be added. + Reference to the row in the RawContacts table holding the contact name. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.NAME_RAW_CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1682,9 +2221,18 @@ 0 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.OFFLINE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1708,9 +2256,19 @@ System.String - To be added. + Pronunciation of the full name in the phonetic alphabet specified by + #PHONETIC_NAME_STYLE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1734,9 +2292,18 @@ System.String - To be added. + The phonetic alphabet used to represent the #PHONETIC_NAME. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME_STYLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1760,9 +2327,18 @@ System.String - To be added. + Photo file ID of the full-size photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_FILE_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1786,9 +2362,18 @@ System.String - To be added. + Reference to the row in the data table holding the photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1812,9 +2397,18 @@ System.String - To be added. + A URI that can be used to retrieve a thumbnail of the contact's photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_THUMBNAIL_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1838,9 +2432,18 @@ System.String - To be added. + A URI that can be used to retrieve the contact's full-size photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1864,9 +2467,18 @@ System.String - To be added. + The position at which the contact is pinned. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.PINNED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1890,8 +2502,20 @@ System.String - To be added. - To be added. + The flattened android.content.ComponentName of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to + call the contact with. + + + + Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_COMPONENT_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1914,8 +2538,20 @@ System.String - To be added. - To be added. + The ID of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to + call the contact with. + + + + Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1938,9 +2574,18 @@ System.String - To be added. + Contact's latest presence level. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1970,7 +2615,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_CUSTOM_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2000,7 +2654,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2024,9 +2687,19 @@ System.String - To be added. + A reference to the RawContacts#_ID + that this data belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.RAW_CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2050,9 +2723,19 @@ System.String - To be added. + The "read-only" flag: "0" by default, "1" if the row cannot be modified or + deleted except by a sync adapter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_READ_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2076,9 +2759,19 @@ System.String - To be added. + Flag that reflects whether this raw contact belongs to the user's + personal profile entry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_USER_PROFILE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2102,9 +2795,19 @@ System.String - To be added. + The package name to use when creating Resources objects for + this data row. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2128,9 +2831,18 @@ System.String - To be added. + Whether the contact should always be sent to voicemail. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.SEND_TO_VOICEMAIL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2154,9 +2866,19 @@ System.String - To be added. + Sort key based on the alternative representation of the full name, + #DISPLAY_NAME_ALTERNATIVE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_ALTERNATIVE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2180,9 +2902,19 @@ System.String - To be added. + Sort key that takes into account locale-based traditions for sorting + names in address books. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2206,9 +2938,18 @@ System.String - To be added. + Is the contact starred? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.STARRED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2232,9 +2973,18 @@ System.String - To be added. + Contact latest status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2258,9 +3008,18 @@ System.String - To be added. + The resource ID of the icon for the source of the status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_ICON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2284,9 +3043,18 @@ System.String - To be added. + The resource ID of the label describing the source of the status update, e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2310,9 +3078,18 @@ System.String - To be added. + The package containing resources for this status: label and icon. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2336,9 +3113,18 @@ System.String - To be added. + The absolute time in milliseconds when the latest status was inserted/updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2362,9 +3148,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2388,9 +3183,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2414,9 +3218,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2440,9 +3253,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2470,9 +3292,18 @@ System.String - To be added. + The number of times a contact has been contacted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.TIMES_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2500,9 +3331,18 @@ System.String - To be added. + The number of times the referenced Data has been used. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataUsageStatColumns.TIMES_USED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+StructuredPostal+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+StructuredPostal+InterfaceConsts.xml index 0fd43a44c3..8b03ebf271 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+StructuredPostal+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+StructuredPostal+InterfaceConsts.xml @@ -38,9 +38,20 @@ System.String - To be added. + A concatenation of the account type and data set (delimited by a forward + slash) - if the data set is empty, this will be the same as the account + type. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.ACCOUNT_TYPE_AND_DATA_SET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,9 +75,18 @@ System.String - To be added. + The aggregation mode for this contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.AGGREGATION_MODE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -95,9 +115,18 @@ 5 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.AVAILABLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -126,9 +155,18 @@ 2 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.AWAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -152,9 +190,18 @@ System.String - To be added. + Persistent unique id for each raw_contact within its account. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.BACKUP_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -183,9 +230,18 @@ 4 - To be added. + An allowed flag of #CHAT_CAPABILITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_CAMERA. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -214,9 +270,18 @@ 2 - To be added. + An allowed flag of #CHAT_CAPABILITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VIDEO. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -245,9 +310,18 @@ 1 - To be added. + An allowed flag of #CHAT_CAPABILITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VOICE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -275,9 +349,18 @@ System.String - To be added. + Carrier presence information. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -306,9 +389,19 @@ 1 - To be added. + Indicates that the entry is Video Telephony (VT) capable on the + current carrier. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE_VT_CAPABLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -332,9 +425,18 @@ System.String - To be added. + Contact's audio/video chat capability level. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CHAT_CAPABILITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -358,9 +460,18 @@ System.String - To be added. + Contact Chat Capabilities. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_CHAT_CAPABILITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -384,9 +495,19 @@ System.String - To be added. + A reference to the ContactsContract.Contacts#_ID that this + data belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -410,9 +531,18 @@ System.String - To be added. + Timestamp (milliseconds since epoch) of when this contact was last updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.CONTACT_LAST_UPDATED_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -436,9 +566,18 @@ System.String - To be added. + Contact presence status. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -462,9 +601,18 @@ System.String - To be added. + Contact's latest status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -488,9 +636,18 @@ System.String - To be added. + The resource ID of the icon for the source of contact status. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_ICON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -514,9 +671,19 @@ System.String - To be added. + The resource ID of the label describing the source of contact + status, e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -540,9 +707,18 @@ System.String - To be added. + The package containing resources for this status: label and icon. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -566,9 +742,19 @@ System.String - To be added. + The absolute time in milliseconds when the latest status was + inserted/updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -627,9 +813,18 @@ System.String - To be added. + URI for a custom ringtone associated with the contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.CUSTOM_RINGTONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -679,9 +874,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -705,9 +909,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA10. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -731,10 +944,19 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. - + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA11. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -757,9 +979,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA12. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -783,9 +1014,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA13. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -809,9 +1049,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA14. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -835,9 +1084,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA15. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -861,9 +1119,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -887,9 +1154,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -913,9 +1189,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -939,9 +1224,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA5. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -965,9 +1259,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA6. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -991,9 +1294,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA7. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1017,9 +1329,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA8. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1043,9 +1364,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA9. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1069,9 +1399,18 @@ System.String - To be added. + The data set within the account that this row belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.DATA_SET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1095,9 +1434,18 @@ System.String - To be added. + The version of this data record. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA_VERSION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1121,9 +1469,19 @@ System.String - To be added. + The "deleted" flag: "0" by default, "1" if the row has been marked + for deletion. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.DELETED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1147,9 +1505,18 @@ System.String - To be added. + The display name for the contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.DISPLAY_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1173,9 +1540,19 @@ System.String - To be added. + An alternative representation of the display name, such as "family name first" + instead of "given name first" for Western names. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_ALTERNATIVE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1199,9 +1576,20 @@ System.String - To be added. + The standard text shown as the contact's display name, based on the best + available information for the contact (for example, it might be the email address + if the name is not available). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1225,9 +1613,19 @@ System.String - To be added. + The kind of data that is used as the display name for the contact, such as + structured name or email address. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_SOURCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1256,9 +1654,18 @@ 4 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.DO_NOT_DISTURB. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1282,9 +1689,18 @@ System.String - To be added. + An indicator of whether this contact has at least one phone number. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.HAS_PHONE_NUMBER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1348,9 +1764,18 @@ 3 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.IDLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1374,11 +1799,20 @@ System.String - To be added. + Flag that reflects whether the contact exists inside the default directory. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. - - + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IN_DEFAULT_DIRECTORY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + + @@ -1405,9 +1839,18 @@ 1 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.INVISIBLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1431,9 +1874,19 @@ System.String - To be added. + Flag that reflects the Groups#GROUP_VISIBLE state of any + CommonDataKinds.GroupMembership for this contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IN_VISIBLE_GROUP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1457,9 +1910,18 @@ System.String - To be added. + Whether this is the primary entry of its kind for the raw contact it belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1483,9 +1945,19 @@ System.String - To be added. + The "read-only" flag: "0" by default, "1" if the row cannot be modified or + deleted except by a sync adapter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_READ_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1509,9 +1981,19 @@ System.String - To be added. + Whether this is the primary entry of its kind for the aggregate + contact it belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_SUPER_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1535,9 +2017,19 @@ System.String - To be added. + Flag that reflects whether this contact represents the user's + personal profile entry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IS_USER_PROFILE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1591,9 +2083,18 @@ System.String - To be added. + The last time a contact was contacted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.LAST_TIME_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1621,9 +2122,18 @@ System.String - To be added. + The last time (in milliseconds) this Data was used. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataUsageStatColumns.LAST_TIME_USED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1647,9 +2157,19 @@ System.String - To be added. + An opaque value that contains hints on how to find the contact if + its row id changed as a result of a sync or aggregation. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.LOOKUP_KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1677,9 +2197,19 @@ System.String - To be added. + Flag indicating that a raw contact's metadata has changed, and its metadata + needs to be synchronized by the server. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.METADATA_DIRTY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1703,9 +2233,18 @@ System.String - To be added. + The MIME type of the item represented by this row. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.MIMETYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1729,9 +2268,18 @@ System.String - To be added. + Reference to the row in the RawContacts table holding the contact name. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.NAME_RAW_CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1760,9 +2308,18 @@ 0 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.OFFLINE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1786,9 +2343,19 @@ System.String - To be added. + Pronunciation of the full name in the phonetic alphabet specified by + #PHONETIC_NAME_STYLE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1812,9 +2379,18 @@ System.String - To be added. + The phonetic alphabet used to represent the #PHONETIC_NAME. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME_STYLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1838,9 +2414,18 @@ System.String - To be added. + Photo file ID of the full-size photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_FILE_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1864,9 +2449,18 @@ System.String - To be added. + Reference to the row in the data table holding the photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1890,9 +2484,18 @@ System.String - To be added. + A URI that can be used to retrieve a thumbnail of the contact's photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_THUMBNAIL_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1916,9 +2519,18 @@ System.String - To be added. + A URI that can be used to retrieve the contact's full-size photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1942,9 +2554,18 @@ System.String - To be added. + The position at which the contact is pinned. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.PINNED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1968,8 +2589,20 @@ System.String - To be added. - To be added. + The flattened android.content.ComponentName of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to + call the contact with. + + + + Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_COMPONENT_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1992,8 +2625,20 @@ System.String - To be added. - To be added. + The ID of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to + call the contact with. + + + + Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -2016,9 +2661,18 @@ System.String - To be added. + Contact's latest presence level. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2048,7 +2702,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_CUSTOM_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2078,7 +2741,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2102,9 +2774,19 @@ System.String - To be added. + A reference to the RawContacts#_ID + that this data belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.RAW_CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2128,9 +2810,19 @@ System.String - To be added. + The "read-only" flag: "0" by default, "1" if the row cannot be modified or + deleted except by a sync adapter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_READ_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2154,9 +2846,19 @@ System.String - To be added. + Flag that reflects whether this raw contact belongs to the user's + personal profile entry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_USER_PROFILE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2180,9 +2882,19 @@ System.String - To be added. + The package name to use when creating Resources objects for + this data row. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2206,9 +2918,18 @@ System.String - To be added. + Whether the contact should always be sent to voicemail. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.SEND_TO_VOICEMAIL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2232,9 +2953,19 @@ System.String - To be added. + Sort key based on the alternative representation of the full name, + #DISPLAY_NAME_ALTERNATIVE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_ALTERNATIVE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2258,9 +2989,19 @@ System.String - To be added. + Sort key that takes into account locale-based traditions for sorting + names in address books. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2284,9 +3025,18 @@ System.String - To be added. + Is the contact starred? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.STARRED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2310,9 +3060,18 @@ System.String - To be added. + Contact latest status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2336,9 +3095,18 @@ System.String - To be added. + The resource ID of the icon for the source of the status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_ICON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2362,9 +3130,18 @@ System.String - To be added. + The resource ID of the label describing the source of the status update, e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2388,9 +3165,18 @@ System.String - To be added. + The package containing resources for this status: label and icon. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2414,9 +3200,18 @@ System.String - To be added. + The absolute time in milliseconds when the latest status was inserted/updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2440,9 +3235,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2466,9 +3270,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2492,9 +3305,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2518,9 +3340,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2548,9 +3379,18 @@ System.String - To be added. + The number of times a contact has been contacted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.TIMES_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2578,9 +3418,18 @@ System.String - To be added. + The number of times the referenced Data has been used. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataUsageStatColumns.TIMES_USED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Website+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Website+InterfaceConsts.xml index f2303a2fe3..4339d473f5 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Website+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Website+InterfaceConsts.xml @@ -38,9 +38,20 @@ System.String - To be added. + A concatenation of the account type and data set (delimited by a forward + slash) - if the data set is empty, this will be the same as the account + type. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.ACCOUNT_TYPE_AND_DATA_SET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,9 +75,18 @@ System.String - To be added. + The aggregation mode for this contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.AGGREGATION_MODE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -95,9 +115,18 @@ 5 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.AVAILABLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -126,9 +155,18 @@ 2 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.AWAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -152,9 +190,18 @@ System.String - To be added. + Persistent unique id for each raw_contact within its account. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.BACKUP_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -183,9 +230,18 @@ 4 - To be added. + An allowed flag of #CHAT_CAPABILITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_CAMERA. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -214,9 +270,18 @@ 2 - To be added. + An allowed flag of #CHAT_CAPABILITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VIDEO. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -245,9 +310,18 @@ 1 - To be added. + An allowed flag of #CHAT_CAPABILITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VOICE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -275,9 +349,18 @@ System.String - To be added. + Carrier presence information. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -306,9 +389,19 @@ 1 - To be added. + Indicates that the entry is Video Telephony (VT) capable on the + current carrier. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE_VT_CAPABLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -332,9 +425,18 @@ System.String - To be added. + Contact's audio/video chat capability level. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CHAT_CAPABILITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -358,9 +460,18 @@ System.String - To be added. + Contact Chat Capabilities. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_CHAT_CAPABILITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -384,9 +495,19 @@ System.String - To be added. + A reference to the ContactsContract.Contacts#_ID that this + data belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -410,9 +531,18 @@ System.String - To be added. + Timestamp (milliseconds since epoch) of when this contact was last updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.CONTACT_LAST_UPDATED_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -436,9 +566,18 @@ System.String - To be added. + Contact presence status. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -462,9 +601,18 @@ System.String - To be added. + Contact's latest status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -488,9 +636,18 @@ System.String - To be added. + The resource ID of the icon for the source of contact status. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_ICON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -514,9 +671,19 @@ System.String - To be added. + The resource ID of the label describing the source of contact + status, e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -540,9 +707,18 @@ System.String - To be added. + The package containing resources for this status: label and icon. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -566,9 +742,19 @@ System.String - To be added. + The absolute time in milliseconds when the latest status was + inserted/updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -627,9 +813,18 @@ System.String - To be added. + URI for a custom ringtone associated with the contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.CUSTOM_RINGTONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -679,9 +874,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -705,9 +909,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA10. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -731,10 +944,19 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. - + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA11. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -757,9 +979,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA12. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -783,9 +1014,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA13. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -809,9 +1049,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA14. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -835,9 +1084,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA15. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -861,9 +1119,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -887,9 +1154,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -913,9 +1189,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -939,9 +1224,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA5. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -965,9 +1259,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA6. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -991,9 +1294,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA7. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1017,9 +1329,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA8. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1043,9 +1364,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA9. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1069,9 +1399,18 @@ System.String - To be added. + The data set within the account that this row belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.DATA_SET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1095,9 +1434,18 @@ System.String - To be added. + The version of this data record. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA_VERSION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1121,9 +1469,19 @@ System.String - To be added. + The "deleted" flag: "0" by default, "1" if the row has been marked + for deletion. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.DELETED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1147,9 +1505,18 @@ System.String - To be added. + The display name for the contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.DISPLAY_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1173,9 +1540,19 @@ System.String - To be added. + An alternative representation of the display name, such as "family name first" + instead of "given name first" for Western names. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_ALTERNATIVE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1199,9 +1576,20 @@ System.String - To be added. + The standard text shown as the contact's display name, based on the best + available information for the contact (for example, it might be the email address + if the name is not available). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1225,9 +1613,19 @@ System.String - To be added. + The kind of data that is used as the display name for the contact, such as + structured name or email address. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_SOURCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1256,9 +1654,18 @@ 4 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.DO_NOT_DISTURB. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1282,9 +1689,18 @@ System.String - To be added. + An indicator of whether this contact has at least one phone number. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.HAS_PHONE_NUMBER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1348,9 +1764,18 @@ 3 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.IDLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1374,11 +1799,20 @@ System.String - To be added. + Flag that reflects whether the contact exists inside the default directory. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. - - + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IN_DEFAULT_DIRECTORY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + + @@ -1405,9 +1839,18 @@ 1 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.INVISIBLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1431,9 +1874,19 @@ System.String - To be added. + Flag that reflects the Groups#GROUP_VISIBLE state of any + CommonDataKinds.GroupMembership for this contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IN_VISIBLE_GROUP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1457,9 +1910,18 @@ System.String - To be added. + Whether this is the primary entry of its kind for the raw contact it belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1483,9 +1945,19 @@ System.String - To be added. + The "read-only" flag: "0" by default, "1" if the row cannot be modified or + deleted except by a sync adapter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_READ_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1509,9 +1981,19 @@ System.String - To be added. + Whether this is the primary entry of its kind for the aggregate + contact it belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_SUPER_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1535,9 +2017,19 @@ System.String - To be added. + Flag that reflects whether this contact represents the user's + personal profile entry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IS_USER_PROFILE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1591,9 +2083,18 @@ System.String - To be added. + The last time a contact was contacted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.LAST_TIME_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1621,9 +2122,18 @@ System.String - To be added. + The last time (in milliseconds) this Data was used. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataUsageStatColumns.LAST_TIME_USED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1647,9 +2157,19 @@ System.String - To be added. + An opaque value that contains hints on how to find the contact if + its row id changed as a result of a sync or aggregation. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.LOOKUP_KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1677,9 +2197,19 @@ System.String - To be added. + Flag indicating that a raw contact's metadata has changed, and its metadata + needs to be synchronized by the server. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.METADATA_DIRTY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1703,9 +2233,18 @@ System.String - To be added. + The MIME type of the item represented by this row. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.MIMETYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1729,9 +2268,18 @@ System.String - To be added. + Reference to the row in the RawContacts table holding the contact name. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.NAME_RAW_CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1760,9 +2308,18 @@ 0 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.OFFLINE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1786,9 +2343,19 @@ System.String - To be added. + Pronunciation of the full name in the phonetic alphabet specified by + #PHONETIC_NAME_STYLE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1812,9 +2379,18 @@ System.String - To be added. + The phonetic alphabet used to represent the #PHONETIC_NAME. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME_STYLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1838,9 +2414,18 @@ System.String - To be added. + Photo file ID of the full-size photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_FILE_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1864,9 +2449,18 @@ System.String - To be added. + Reference to the row in the data table holding the photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1890,9 +2484,18 @@ System.String - To be added. + A URI that can be used to retrieve a thumbnail of the contact's photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_THUMBNAIL_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1916,9 +2519,18 @@ System.String - To be added. + A URI that can be used to retrieve the contact's full-size photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1942,9 +2554,18 @@ System.String - To be added. + The position at which the contact is pinned. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.PINNED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1968,8 +2589,20 @@ System.String - To be added. - To be added. + The flattened android.content.ComponentName of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to + call the contact with. + + + + Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_COMPONENT_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1992,8 +2625,20 @@ System.String - To be added. - To be added. + The ID of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to + call the contact with. + + + + Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -2016,9 +2661,18 @@ System.String - To be added. + Contact's latest presence level. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2048,7 +2702,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_CUSTOM_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2078,7 +2741,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2102,9 +2774,19 @@ System.String - To be added. + A reference to the RawContacts#_ID + that this data belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.RAW_CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2128,9 +2810,19 @@ System.String - To be added. + The "read-only" flag: "0" by default, "1" if the row cannot be modified or + deleted except by a sync adapter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_READ_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2154,9 +2846,19 @@ System.String - To be added. + Flag that reflects whether this raw contact belongs to the user's + personal profile entry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_USER_PROFILE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2180,9 +2882,19 @@ System.String - To be added. + The package name to use when creating Resources objects for + this data row. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2206,9 +2918,18 @@ System.String - To be added. + Whether the contact should always be sent to voicemail. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.SEND_TO_VOICEMAIL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2232,9 +2953,19 @@ System.String - To be added. + Sort key based on the alternative representation of the full name, + #DISPLAY_NAME_ALTERNATIVE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_ALTERNATIVE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2258,9 +2989,19 @@ System.String - To be added. + Sort key that takes into account locale-based traditions for sorting + names in address books. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2284,9 +3025,18 @@ System.String - To be added. + Is the contact starred? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.STARRED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2310,9 +3060,18 @@ System.String - To be added. + Contact latest status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2336,9 +3095,18 @@ System.String - To be added. + The resource ID of the icon for the source of the status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_ICON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2362,9 +3130,18 @@ System.String - To be added. + The resource ID of the label describing the source of the status update, e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2388,9 +3165,18 @@ System.String - To be added. + The package containing resources for this status: label and icon. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2414,9 +3200,18 @@ System.String - To be added. + The absolute time in milliseconds when the latest status was inserted/updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2440,9 +3235,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2466,9 +3270,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2492,9 +3305,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2518,9 +3340,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2548,9 +3379,18 @@ System.String - To be added. + The number of times a contact has been contacted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.TIMES_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2578,9 +3418,18 @@ System.String - To be added. + The number of times the referenced Data has been used. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataUsageStatColumns.TIMES_USED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds.xml index 94f2830668..a688fb2ee5 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds.xml @@ -18,15 +18,19 @@ - Container for definitions of common data types stored in the T:Android.Provider.ContactsContract+Data - table. + Container for definitions of common data types stored in the ContactsContract.Data + table. - Android platform documentation + Java documentation for android.provider.ContactsContract.CommonDataKinds. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+ContactNameColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+ContactNameColumns.xml index 163cfa5a81..9003a8320f 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+ContactNameColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+ContactNameColumns.xml @@ -58,10 +58,19 @@ System.String - - + An alternative representation of the display name, such as "family name first" + instead of "given name first" for Western names. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_ALTERNATIVE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -90,10 +99,20 @@ System.String - - + The standard text shown as the contact's display name, based on the best + available information for the contact (for example, it might be the email address + if the name is not available). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -124,9 +143,18 @@ The kind of data that is used as the display name for the contact, such as - structured name or email address. + structured name or email address. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_SOURCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -155,10 +183,19 @@ System.String - - + Pronunciation of the full name in the phonetic alphabet specified by + #PHONETIC_NAME_STYLE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -187,9 +224,18 @@ System.String - The phonetic alphabet used to represent the . + The phonetic alphabet used to represent the #PHONETIC_NAME. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME_STYLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -219,9 +265,18 @@ Sort key based on the alternative representation of the full name, - . + #DISPLAY_NAME_ALTERNATIVE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_ALTERNATIVE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -251,9 +306,18 @@ Sort key that takes into account locale-based traditions for sorting - names in address books. + names in address books. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+ContactOptionsColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+ContactOptionsColumns.xml index a25efc1ea0..01c74f9d67 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+ContactOptionsColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+ContactOptionsColumns.xml @@ -61,7 +61,16 @@ URI for a custom ringtone associated with the contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.CUSTOM_RINGTONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -92,7 +101,16 @@ The last time a contact was contacted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.LAST_TIME_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -121,9 +139,18 @@ System.String - To be added. + The position at which the contact is pinned. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.PINNED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -153,7 +180,16 @@ Whether the contact should always be sent to voicemail. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.SEND_TO_VOICEMAIL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -182,10 +218,18 @@ System.String - Is the contact starred? - + Is the contact starred? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.STARRED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -214,10 +258,18 @@ System.String - The number of times a contact has been contacted - + The number of times a contact has been contacted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.TIMES_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+ContactStatusColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+ContactStatusColumns.xml index d3f1742b38..fcc9c7b7c3 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+ContactStatusColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+ContactStatusColumns.xml @@ -59,7 +59,16 @@ Contact Chat Capabilities. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_CHAT_CAPABILITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -90,7 +99,16 @@ Contact presence status. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -121,7 +139,16 @@ Contact's latest status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -152,7 +179,16 @@ The resource ID of the icon for the source of contact status. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_ICON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -182,9 +218,18 @@ The resource ID of the label describing the source of contact - status, e.g. + status, e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -215,7 +260,16 @@ The package containing resources for this status: label and icon. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -245,9 +299,18 @@ The absolute time in milliseconds when the latest status was - inserted/updated. + inserted/updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts+AggregationSuggestions+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts+AggregationSuggestions+InterfaceConsts.xml index 154241e175..cc26ffad9c 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts+AggregationSuggestions+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts+AggregationSuggestions+InterfaceConsts.xml @@ -38,9 +38,18 @@ System.String - To be added. + Contact Chat Capabilities. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_CHAT_CAPABILITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,9 +73,18 @@ System.String - To be added. + Timestamp (milliseconds since epoch) of when this contact was last updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.CONTACT_LAST_UPDATED_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -90,9 +108,18 @@ System.String - To be added. + Contact presence status. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -116,9 +143,18 @@ System.String - To be added. + Contact's latest status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -142,9 +178,18 @@ System.String - To be added. + The resource ID of the icon for the source of contact status. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_ICON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -168,9 +213,19 @@ System.String - To be added. + The resource ID of the label describing the source of contact + status, e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -194,9 +249,18 @@ System.String - To be added. + The package containing resources for this status: label and icon. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -220,9 +284,19 @@ System.String - To be added. + The absolute time in milliseconds when the latest status was + inserted/updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -281,9 +355,18 @@ System.String - To be added. + URI for a custom ringtone associated with the contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.CUSTOM_RINGTONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -307,9 +390,18 @@ System.String - To be added. + The display name for the contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.DISPLAY_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -333,9 +425,18 @@ System.String - To be added. + An indicator of whether this contact has at least one phone number. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.HAS_PHONE_NUMBER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -394,9 +495,18 @@ System.String - To be added. + Flag that reflects whether the contact exists inside the default directory. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IN_DEFAULT_DIRECTORY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -420,9 +530,19 @@ System.String - To be added. + Flag that reflects the Groups#GROUP_VISIBLE state of any + CommonDataKinds.GroupMembership for this contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IN_VISIBLE_GROUP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -446,9 +566,19 @@ System.String - To be added. + Flag that reflects whether this contact represents the user's + personal profile entry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IS_USER_PROFILE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -476,9 +606,18 @@ System.String - To be added. + The last time a contact was contacted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.LAST_TIME_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -502,9 +641,19 @@ System.String - To be added. + An opaque value that contains hints on how to find the contact if + its row id changed as a result of a sync or aggregation. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.LOOKUP_KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -528,9 +677,18 @@ System.String - To be added. + Reference to the row in the RawContacts table holding the contact name. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.NAME_RAW_CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -554,9 +712,18 @@ System.String - To be added. + Photo file ID of the full-size photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_FILE_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -580,9 +747,18 @@ System.String - To be added. + Reference to the row in the data table holding the photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -606,9 +782,18 @@ System.String - To be added. + A URI that can be used to retrieve a thumbnail of the contact's photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_THUMBNAIL_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -632,9 +817,18 @@ System.String - To be added. + A URI that can be used to retrieve the contact's full-size photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -658,9 +852,18 @@ System.String - To be added. + The position at which the contact is pinned. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.PINNED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -684,9 +887,18 @@ System.String - To be added. + Whether the contact should always be sent to voicemail. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.SEND_TO_VOICEMAIL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -710,9 +922,18 @@ System.String - To be added. + Is the contact starred? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.STARRED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -740,9 +961,18 @@ System.String - To be added. + The number of times a contact has been contacted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.TIMES_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts+Data+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts+Data+InterfaceConsts.xml index 7a94fc0423..695d77582a 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts+Data+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts+Data+InterfaceConsts.xml @@ -42,9 +42,18 @@ System.String - To be added. + Carrier presence information. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -73,9 +82,19 @@ 1 - To be added. + Indicates that the entry is Video Telephony (VT) capable on the + current carrier. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE_VT_CAPABLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -134,9 +153,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -160,9 +188,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA10. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -186,9 +223,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA11. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -212,9 +258,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA12. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -238,9 +293,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA13. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -264,9 +328,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA14. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -290,9 +363,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA15. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -316,9 +398,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -342,9 +433,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -368,9 +468,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -394,9 +503,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA5. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -420,9 +538,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA6. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -446,9 +573,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA7. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -472,9 +608,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA8. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -498,9 +643,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA9. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -524,9 +678,18 @@ System.String - To be added. + The version of this data record. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA_VERSION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -585,9 +748,18 @@ System.String - To be added. + Whether this is the primary entry of its kind for the raw contact it belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -611,9 +783,19 @@ System.String - To be added. + The "read-only" flag: "0" by default, "1" if the row cannot be modified or + deleted except by a sync adapter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_READ_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -637,9 +819,19 @@ System.String - To be added. + Whether this is the primary entry of its kind for the aggregate + contact it belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_SUPER_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -663,9 +855,18 @@ System.String - To be added. + The MIME type of the item represented by this row. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.MIMETYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -689,8 +890,20 @@ System.String - To be added. - To be added. + The flattened android.content.ComponentName of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to + call the contact with. + + + + Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_COMPONENT_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -713,8 +926,20 @@ System.String - To be added. - To be added. + The ID of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to + call the contact with. + + + + Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -737,9 +962,19 @@ System.String - To be added. + A reference to the RawContacts#_ID + that this data belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.RAW_CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -763,9 +998,19 @@ System.String - To be added. + The package name to use when creating Resources objects for + this data row. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -789,9 +1034,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -815,9 +1069,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -841,9 +1104,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -867,9 +1139,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts+Entity+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts+Entity+InterfaceConsts.xml index 6d5d88e4c7..259a8b8f06 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts+Entity+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts+Entity+InterfaceConsts.xml @@ -38,9 +38,19 @@ System.String - To be added. + The name of the account instance to which this row belongs, which when paired with + #ACCOUNT_TYPE identifies a specific account. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.SyncColumns.ACCOUNT_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,9 +74,19 @@ System.String - To be added. + The type of account to which this row belongs, which when paired with + #ACCOUNT_NAME identifies a specific account. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.SyncColumns.ACCOUNT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -90,9 +110,20 @@ System.String - To be added. + A concatenation of the account type and data set (delimited by a forward + slash) - if the data set is empty, this will be the same as the account + type. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.ACCOUNT_TYPE_AND_DATA_SET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -116,9 +147,18 @@ System.String - To be added. + The aggregation mode for this contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.AGGREGATION_MODE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -147,9 +187,18 @@ 5 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.AVAILABLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -178,9 +227,18 @@ 2 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.AWAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -204,9 +262,18 @@ System.String - To be added. + Persistent unique id for each raw_contact within its account. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.BACKUP_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -235,9 +302,18 @@ 4 - To be added. + An allowed flag of #CHAT_CAPABILITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_CAMERA. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -266,9 +342,18 @@ 2 - To be added. + An allowed flag of #CHAT_CAPABILITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VIDEO. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -297,9 +382,18 @@ 1 - To be added. + An allowed flag of #CHAT_CAPABILITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VOICE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -327,9 +421,18 @@ System.String - To be added. + Carrier presence information. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -358,9 +461,19 @@ 1 - To be added. + Indicates that the entry is Video Telephony (VT) capable on the + current carrier. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE_VT_CAPABLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -384,9 +497,18 @@ System.String - To be added. + Contact's audio/video chat capability level. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CHAT_CAPABILITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -410,9 +532,18 @@ System.String - To be added. + Contact Chat Capabilities. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_CHAT_CAPABILITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -436,9 +567,19 @@ System.String - To be added. + A reference to the ContactsContract.Contacts#_ID that this + data belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -462,9 +603,18 @@ System.String - To be added. + Timestamp (milliseconds since epoch) of when this contact was last updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.CONTACT_LAST_UPDATED_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -488,9 +638,18 @@ System.String - To be added. + Contact presence status. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -514,9 +673,18 @@ System.String - To be added. + Contact's latest status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -540,9 +708,18 @@ System.String - To be added. + The resource ID of the icon for the source of contact status. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_ICON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -566,9 +743,19 @@ System.String - To be added. + The resource ID of the label describing the source of contact + status, e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -592,9 +779,18 @@ System.String - To be added. + The package containing resources for this status: label and icon. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -618,9 +814,19 @@ System.String - To be added. + The absolute time in milliseconds when the latest status was + inserted/updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -679,9 +885,18 @@ System.String - To be added. + URI for a custom ringtone associated with the contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.CUSTOM_RINGTONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -705,9 +920,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -731,9 +955,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA10. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -757,14 +990,23 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. - - - - - + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA11. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + + + + + @@ -783,9 +1025,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA12. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -809,9 +1060,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA13. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -835,9 +1095,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA14. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -861,9 +1130,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA15. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -887,9 +1165,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -913,9 +1200,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -939,9 +1235,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -965,9 +1270,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA5. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -991,9 +1305,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA6. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1017,9 +1340,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA7. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1043,9 +1375,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA8. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1069,9 +1410,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA9. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1095,9 +1445,18 @@ System.String - To be added. + The data set within the account that this row belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.DATA_SET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1121,9 +1480,18 @@ System.String - To be added. + The version of this data record. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA_VERSION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1147,9 +1515,19 @@ System.String - To be added. + The "deleted" flag: "0" by default, "1" if the row has been marked + for deletion. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.DELETED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1173,9 +1551,19 @@ System.String - To be added. + Flag indicating that #VERSION has changed, and this row needs + to be synchronized by its owning account. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.SyncColumns.DIRTY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1199,9 +1587,18 @@ System.String - To be added. + The display name for the contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.DISPLAY_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1225,9 +1622,19 @@ System.String - To be added. + An alternative representation of the display name, such as "family name first" + instead of "given name first" for Western names. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_ALTERNATIVE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1251,9 +1658,20 @@ System.String - To be added. + The standard text shown as the contact's display name, based on the best + available information for the contact (for example, it might be the email address + if the name is not available). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1277,9 +1695,19 @@ System.String - To be added. + The kind of data that is used as the display name for the contact, such as + structured name or email address. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_SOURCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1308,9 +1736,18 @@ 4 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.DO_NOT_DISTURB. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1334,9 +1771,18 @@ System.String - To be added. + An indicator of whether this contact has at least one phone number. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.HAS_PHONE_NUMBER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1400,9 +1846,18 @@ 3 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.IDLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1426,9 +1881,18 @@ System.String - To be added. + Flag that reflects whether the contact exists inside the default directory. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IN_DEFAULT_DIRECTORY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1457,10 +1921,19 @@ 1 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. - + + + Java documentation for android.provider.ContactsContract.StatusColumns.INVISIBLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1483,9 +1956,19 @@ System.String - To be added. + Flag that reflects the Groups#GROUP_VISIBLE state of any + CommonDataKinds.GroupMembership for this contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IN_VISIBLE_GROUP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1509,9 +1992,18 @@ System.String - To be added. + Whether this is the primary entry of its kind for the raw contact it belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1535,9 +2027,19 @@ System.String - To be added. + The "read-only" flag: "0" by default, "1" if the row cannot be modified or + deleted except by a sync adapter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_READ_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1561,9 +2063,19 @@ System.String - To be added. + Whether this is the primary entry of its kind for the aggregate + contact it belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_SUPER_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1587,9 +2099,19 @@ System.String - To be added. + Flag that reflects whether this contact represents the user's + personal profile entry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IS_USER_PROFILE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1617,9 +2139,18 @@ System.String - To be added. + The last time a contact was contacted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.LAST_TIME_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1647,9 +2178,18 @@ System.String - To be added. + The last time (in milliseconds) this Data was used. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataUsageStatColumns.LAST_TIME_USED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1673,9 +2213,19 @@ System.String - To be added. + An opaque value that contains hints on how to find the contact if + its row id changed as a result of a sync or aggregation. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.LOOKUP_KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1703,9 +2253,19 @@ System.String - To be added. + Flag indicating that a raw contact's metadata has changed, and its metadata + needs to be synchronized by the server. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.METADATA_DIRTY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1729,9 +2289,18 @@ System.String - To be added. + The MIME type of the item represented by this row. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.MIMETYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1755,9 +2324,18 @@ System.String - To be added. + Reference to the row in the RawContacts table holding the contact name. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.NAME_RAW_CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1786,9 +2364,18 @@ 0 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.OFFLINE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1812,9 +2399,19 @@ System.String - To be added. + Pronunciation of the full name in the phonetic alphabet specified by + #PHONETIC_NAME_STYLE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1838,9 +2435,18 @@ System.String - To be added. + The phonetic alphabet used to represent the #PHONETIC_NAME. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME_STYLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1864,9 +2470,18 @@ System.String - To be added. + Photo file ID of the full-size photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_FILE_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1890,9 +2505,18 @@ System.String - To be added. + Reference to the row in the data table holding the photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1916,9 +2540,18 @@ System.String - To be added. + A URI that can be used to retrieve a thumbnail of the contact's photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_THUMBNAIL_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1942,9 +2575,18 @@ System.String - To be added. + A URI that can be used to retrieve the contact's full-size photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1968,9 +2610,18 @@ System.String - To be added. + The position at which the contact is pinned. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.PINNED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1994,8 +2645,20 @@ System.String - To be added. - To be added. + The flattened android.content.ComponentName of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to + call the contact with. + + + + Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_COMPONENT_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -2018,8 +2681,20 @@ System.String - To be added. - To be added. + The ID of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to + call the contact with. + + + + Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -2042,9 +2717,18 @@ System.String - To be added. + Contact's latest presence level. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2074,7 +2758,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_CUSTOM_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2104,7 +2797,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2128,9 +2830,19 @@ System.String - To be added. + The "read-only" flag: "0" by default, "1" if the row cannot be modified or + deleted except by a sync adapter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_READ_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2154,9 +2866,19 @@ System.String - To be added. + Flag that reflects whether this raw contact belongs to the user's + personal profile entry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_USER_PROFILE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2180,9 +2902,19 @@ System.String - To be added. + The package name to use when creating Resources objects for + this data row. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2206,9 +2938,18 @@ System.String - To be added. + Whether the contact should always be sent to voicemail. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.SEND_TO_VOICEMAIL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2232,9 +2973,19 @@ System.String - To be added. + Sort key based on the alternative representation of the full name, + #DISPLAY_NAME_ALTERNATIVE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_ALTERNATIVE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2258,9 +3009,19 @@ System.String - To be added. + Sort key that takes into account locale-based traditions for sorting + names in address books. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2284,9 +3045,18 @@ System.String - To be added. + String that uniquely identifies this row to its source account. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.SyncColumns.SOURCE_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2310,9 +3080,18 @@ System.String - To be added. + Is the contact starred? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.STARRED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2336,9 +3115,18 @@ System.String - To be added. + Contact latest status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2362,9 +3150,18 @@ System.String - To be added. + The resource ID of the icon for the source of the status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_ICON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2388,9 +3185,18 @@ System.String - To be added. + The resource ID of the label describing the source of the status update, e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2414,9 +3220,18 @@ System.String - To be added. + The package containing resources for this status: label and icon. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2440,9 +3255,18 @@ System.String - To be added. + The absolute time in milliseconds when the latest status was inserted/updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2466,9 +3290,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.BaseSyncColumns.SYNC1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2492,9 +3325,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.BaseSyncColumns.SYNC2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2518,9 +3360,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.BaseSyncColumns.SYNC3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2544,9 +3395,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.BaseSyncColumns.SYNC4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2574,9 +3434,18 @@ System.String - To be added. + The number of times a contact has been contacted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.TIMES_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2604,9 +3473,18 @@ System.String - To be added. + The number of times the referenced Data has been used. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataUsageStatColumns.TIMES_USED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2630,9 +3508,19 @@ System.String - To be added. + Version number that is updated whenever this row or its related data + changes. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.SyncColumns.VERSION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts+InterfaceConsts.xml index ca9af2ff6d..8a096d975d 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts+InterfaceConsts.xml @@ -38,9 +38,18 @@ System.String - To be added. + Contact Chat Capabilities. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_CHAT_CAPABILITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,9 +73,18 @@ System.String - To be added. + Timestamp (milliseconds since epoch) of when this contact was last updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.CONTACT_LAST_UPDATED_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -90,9 +108,18 @@ System.String - To be added. + Contact presence status. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -116,9 +143,18 @@ System.String - To be added. + Contact's latest status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -142,9 +178,18 @@ System.String - To be added. + The resource ID of the icon for the source of contact status. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_ICON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -168,9 +213,19 @@ System.String - To be added. + The resource ID of the label describing the source of contact + status, e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -194,9 +249,18 @@ System.String - To be added. + The package containing resources for this status: label and icon. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -220,9 +284,19 @@ System.String - To be added. + The absolute time in milliseconds when the latest status was + inserted/updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -281,9 +355,18 @@ System.String - To be added. + URI for a custom ringtone associated with the contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.CUSTOM_RINGTONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -307,9 +390,18 @@ System.String - To be added. + The display name for the contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.DISPLAY_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -333,9 +425,19 @@ System.String - To be added. + An alternative representation of the display name, such as "family name first" + instead of "given name first" for Western names. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_ALTERNATIVE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -359,9 +461,20 @@ System.String - To be added. + The standard text shown as the contact's display name, based on the best + available information for the contact (for example, it might be the email address + if the name is not available). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -385,9 +498,19 @@ System.String - To be added. + The kind of data that is used as the display name for the contact, such as + structured name or email address. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_SOURCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -411,9 +534,18 @@ System.String - To be added. + An indicator of whether this contact has at least one phone number. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.HAS_PHONE_NUMBER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -472,9 +604,18 @@ System.String - To be added. + Flag that reflects whether the contact exists inside the default directory. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IN_DEFAULT_DIRECTORY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -498,9 +639,19 @@ System.String - To be added. + Flag that reflects the Groups#GROUP_VISIBLE state of any + CommonDataKinds.GroupMembership for this contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IN_VISIBLE_GROUP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -524,9 +675,19 @@ System.String - To be added. + Flag that reflects whether this contact represents the user's + personal profile entry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IS_USER_PROFILE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -554,9 +715,18 @@ System.String - To be added. + The last time a contact was contacted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.LAST_TIME_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -580,9 +750,19 @@ System.String - To be added. + An opaque value that contains hints on how to find the contact if + its row id changed as a result of a sync or aggregation. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.LOOKUP_KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -606,9 +786,18 @@ System.String - To be added. + Reference to the row in the RawContacts table holding the contact name. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.NAME_RAW_CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -632,9 +821,19 @@ System.String - To be added. + Pronunciation of the full name in the phonetic alphabet specified by + #PHONETIC_NAME_STYLE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -658,9 +857,18 @@ System.String - To be added. + The phonetic alphabet used to represent the #PHONETIC_NAME. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME_STYLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -684,9 +892,18 @@ System.String - To be added. + Photo file ID of the full-size photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_FILE_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -710,9 +927,18 @@ System.String - To be added. + Reference to the row in the data table holding the photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -736,9 +962,18 @@ System.String - To be added. + A URI that can be used to retrieve a thumbnail of the contact's photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_THUMBNAIL_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -762,9 +997,18 @@ System.String - To be added. + A URI that can be used to retrieve the contact's full-size photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -788,9 +1032,18 @@ System.String - To be added. + The position at which the contact is pinned. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.PINNED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -814,9 +1067,18 @@ System.String - To be added. + Whether the contact should always be sent to voicemail. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.SEND_TO_VOICEMAIL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -840,9 +1102,19 @@ System.String - To be added. + Sort key based on the alternative representation of the full name, + #DISPLAY_NAME_ALTERNATIVE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_ALTERNATIVE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -866,9 +1138,19 @@ System.String - To be added. + Sort key that takes into account locale-based traditions for sorting + names in address books. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -892,9 +1174,18 @@ System.String - To be added. + Is the contact starred? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.STARRED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -922,9 +1213,18 @@ System.String - To be added. + The number of times a contact has been contacted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.TIMES_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts+Photo+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts+Photo+InterfaceConsts.xml index ffc612675f..8919e44283 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts+Photo+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts+Photo+InterfaceConsts.xml @@ -38,9 +38,20 @@ System.String - To be added. + A concatenation of the account type and data set (delimited by a forward + slash) - if the data set is empty, this will be the same as the account + type. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.ACCOUNT_TYPE_AND_DATA_SET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,9 +75,18 @@ System.String - To be added. + The aggregation mode for this contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.AGGREGATION_MODE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -95,9 +115,18 @@ 5 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.AVAILABLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -126,9 +155,18 @@ 2 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.AWAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -152,9 +190,18 @@ System.String - To be added. + Persistent unique id for each raw_contact within its account. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.BACKUP_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -183,9 +230,18 @@ 4 - To be added. + An allowed flag of #CHAT_CAPABILITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_CAMERA. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -214,9 +270,18 @@ 2 - To be added. + An allowed flag of #CHAT_CAPABILITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VIDEO. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -245,9 +310,18 @@ 1 - To be added. + An allowed flag of #CHAT_CAPABILITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VOICE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -275,9 +349,18 @@ System.String - To be added. + Carrier presence information. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -306,9 +389,19 @@ 1 - To be added. + Indicates that the entry is Video Telephony (VT) capable on the + current carrier. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE_VT_CAPABLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -332,9 +425,18 @@ System.String - To be added. + Contact's audio/video chat capability level. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CHAT_CAPABILITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -358,9 +460,18 @@ System.String - To be added. + Contact Chat Capabilities. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_CHAT_CAPABILITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -384,9 +495,19 @@ System.String - To be added. + A reference to the ContactsContract.Contacts#_ID that this + data belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -410,9 +531,18 @@ System.String - To be added. + Timestamp (milliseconds since epoch) of when this contact was last updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.CONTACT_LAST_UPDATED_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -436,9 +566,18 @@ System.String - To be added. + Contact presence status. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -462,9 +601,18 @@ System.String - To be added. + Contact's latest status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -488,9 +636,18 @@ System.String - To be added. + The resource ID of the icon for the source of contact status. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_ICON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -514,9 +671,19 @@ System.String - To be added. + The resource ID of the label describing the source of contact + status, e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -540,9 +707,18 @@ System.String - To be added. + The package containing resources for this status: label and icon. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -566,9 +742,19 @@ System.String - To be added. + The absolute time in milliseconds when the latest status was + inserted/updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -627,9 +813,18 @@ System.String - To be added. + URI for a custom ringtone associated with the contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.CUSTOM_RINGTONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -653,9 +848,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -679,9 +883,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA10. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -705,9 +918,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA11. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -731,9 +953,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA12. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -757,14 +988,23 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. - - - - - + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA13. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + + + + + @@ -783,9 +1023,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA14. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -809,9 +1058,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA15. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -835,9 +1093,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -861,9 +1128,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -887,9 +1163,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -913,9 +1198,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA5. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -939,9 +1233,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA6. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -965,9 +1268,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA7. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -991,9 +1303,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA8. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1017,9 +1338,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA9. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1043,9 +1373,18 @@ System.String - To be added. + The data set within the account that this row belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.DATA_SET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1069,9 +1408,18 @@ System.String - To be added. + The version of this data record. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA_VERSION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1095,9 +1443,19 @@ System.String - To be added. + The "deleted" flag: "0" by default, "1" if the row has been marked + for deletion. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.DELETED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1121,9 +1479,18 @@ System.String - To be added. + The display name for the contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.DISPLAY_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1147,9 +1514,19 @@ System.String - To be added. + An alternative representation of the display name, such as "family name first" + instead of "given name first" for Western names. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_ALTERNATIVE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1173,9 +1550,20 @@ System.String - To be added. + The standard text shown as the contact's display name, based on the best + available information for the contact (for example, it might be the email address + if the name is not available). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1199,9 +1587,19 @@ System.String - To be added. + The kind of data that is used as the display name for the contact, such as + structured name or email address. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_SOURCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1230,9 +1628,18 @@ 4 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.DO_NOT_DISTURB. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1256,9 +1663,18 @@ System.String - To be added. + An indicator of whether this contact has at least one phone number. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.HAS_PHONE_NUMBER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1322,9 +1738,18 @@ 3 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.IDLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1348,9 +1773,18 @@ System.String - To be added. + Flag that reflects whether the contact exists inside the default directory. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IN_DEFAULT_DIRECTORY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1379,9 +1813,18 @@ 1 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.INVISIBLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1405,9 +1848,19 @@ System.String - To be added. + Flag that reflects the Groups#GROUP_VISIBLE state of any + CommonDataKinds.GroupMembership for this contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IN_VISIBLE_GROUP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1431,9 +1884,18 @@ System.String - To be added. + Whether this is the primary entry of its kind for the raw contact it belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1457,10 +1919,20 @@ System.String - To be added. + The "read-only" flag: "0" by default, "1" if the row cannot be modified or + deleted except by a sync adapter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. - + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_READ_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1483,9 +1955,19 @@ System.String - To be added. + Whether this is the primary entry of its kind for the aggregate + contact it belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_SUPER_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1509,9 +1991,19 @@ System.String - To be added. + Flag that reflects whether this contact represents the user's + personal profile entry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IS_USER_PROFILE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1539,9 +2031,18 @@ System.String - To be added. + The last time a contact was contacted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.LAST_TIME_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1569,9 +2070,18 @@ System.String - To be added. + The last time (in milliseconds) this Data was used. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataUsageStatColumns.LAST_TIME_USED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1595,9 +2105,19 @@ System.String - To be added. + An opaque value that contains hints on how to find the contact if + its row id changed as a result of a sync or aggregation. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.LOOKUP_KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1625,9 +2145,19 @@ System.String - To be added. + Flag indicating that a raw contact's metadata has changed, and its metadata + needs to be synchronized by the server. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.METADATA_DIRTY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1651,9 +2181,18 @@ System.String - To be added. + The MIME type of the item represented by this row. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.MIMETYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1677,9 +2216,18 @@ System.String - To be added. + Reference to the row in the RawContacts table holding the contact name. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.NAME_RAW_CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1708,9 +2256,18 @@ 0 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.OFFLINE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1734,9 +2291,19 @@ System.String - To be added. + Pronunciation of the full name in the phonetic alphabet specified by + #PHONETIC_NAME_STYLE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1760,9 +2327,18 @@ System.String - To be added. + The phonetic alphabet used to represent the #PHONETIC_NAME. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME_STYLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1786,9 +2362,18 @@ System.String - To be added. + Reference to the row in the data table holding the photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1812,9 +2397,18 @@ System.String - To be added. + A URI that can be used to retrieve a thumbnail of the contact's photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_THUMBNAIL_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1838,9 +2432,18 @@ System.String - To be added. + A URI that can be used to retrieve the contact's full-size photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1864,9 +2467,18 @@ System.String - To be added. + The position at which the contact is pinned. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.PINNED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1890,8 +2502,20 @@ System.String - To be added. - To be added. + The flattened android.content.ComponentName of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to + call the contact with. + + + + Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_COMPONENT_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1914,8 +2538,20 @@ System.String - To be added. - To be added. + The ID of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to + call the contact with. + + + + Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1938,9 +2574,18 @@ System.String - To be added. + Contact's latest presence level. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1970,7 +2615,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_CUSTOM_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2000,7 +2654,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2024,9 +2687,19 @@ System.String - To be added. + A reference to the RawContacts#_ID + that this data belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.RAW_CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2050,9 +2723,19 @@ System.String - To be added. + The "read-only" flag: "0" by default, "1" if the row cannot be modified or + deleted except by a sync adapter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_READ_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2076,9 +2759,19 @@ System.String - To be added. + Flag that reflects whether this raw contact belongs to the user's + personal profile entry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_USER_PROFILE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2102,9 +2795,19 @@ System.String - To be added. + The package name to use when creating Resources objects for + this data row. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2128,9 +2831,18 @@ System.String - To be added. + Whether the contact should always be sent to voicemail. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.SEND_TO_VOICEMAIL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2154,9 +2866,19 @@ System.String - To be added. + Sort key based on the alternative representation of the full name, + #DISPLAY_NAME_ALTERNATIVE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_ALTERNATIVE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2180,9 +2902,19 @@ System.String - To be added. + Sort key that takes into account locale-based traditions for sorting + names in address books. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2206,9 +2938,18 @@ System.String - To be added. + Is the contact starred? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.STARRED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2232,9 +2973,18 @@ System.String - To be added. + Contact latest status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2258,9 +3008,18 @@ System.String - To be added. + The resource ID of the icon for the source of the status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_ICON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2284,9 +3043,18 @@ System.String - To be added. + The resource ID of the label describing the source of the status update, e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2310,9 +3078,18 @@ System.String - To be added. + The package containing resources for this status: label and icon. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2336,9 +3113,18 @@ System.String - To be added. + The absolute time in milliseconds when the latest status was inserted/updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2362,9 +3148,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2388,9 +3183,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2414,9 +3218,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2440,9 +3253,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2470,9 +3292,18 @@ System.String - To be added. + The number of times a contact has been contacted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.TIMES_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2500,9 +3331,18 @@ System.String - To be added. + The number of times the referenced Data has been used. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataUsageStatColumns.TIMES_USED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts+StreamItems+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts+StreamItems+InterfaceConsts.xml index 0f029370c4..3d5e608462 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts+StreamItems+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts+StreamItems+InterfaceConsts.xml @@ -42,9 +42,18 @@ System.String - To be added. + The account name to which the raw_contact of this item is associated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.ACCOUNT_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -72,9 +81,18 @@ System.String - To be added. + The account type to which the raw_contact of this item is associated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.ACCOUNT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -102,9 +120,20 @@ System.String - To be added. + Summary information about the stream item, for example to indicate how + many people have reshared it, how many have liked it, how many thumbs + up and/or thumbs down it has, what the original source was, etc. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.COMMENTS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -132,9 +161,19 @@ System.String - To be added. + A reference to the android.provider.ContactsContract.Contacts#_ID + that this stream item belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -162,9 +201,19 @@ System.String - To be added. + A reference to the android.provider.ContactsContract.Contacts#LOOKUP_KEY + that this stream item belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.CONTACT_LOOKUP_KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -192,9 +241,18 @@ System.String - To be added. + The data set within the account that the raw_contact of this row belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.DATA_SET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -222,9 +280,19 @@ System.String - To be added. + A reference to the RawContacts#_ID + that this stream item belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.RAW_CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -252,9 +320,18 @@ System.String - To be added. + The source_id of the raw_contact that this row belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.RAW_CONTACT_SOURCE_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -282,9 +359,18 @@ System.String - To be added. + The resource name of the icon for the source of the stream item. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.RES_ICON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -312,9 +398,18 @@ System.String - To be added. + The resource name of the label describing the source of the status update, e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.RES_LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -342,9 +437,19 @@ System.String - To be added. + The package name to use when creating Resources objects for + this stream item. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -372,9 +477,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.SYNC1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -402,9 +516,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.SYNC2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -432,9 +555,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.SYNC3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -462,9 +594,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.SYNC4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -492,9 +633,18 @@ System.String - To be added. + The main textual contents of the item. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.TEXT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -522,9 +672,19 @@ System.String - To be added. + The absolute time (milliseconds since epoch) when this stream item was + inserted/updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts.xml index 02501d3e91..298a375b6b 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts.xml @@ -19,14 +19,18 @@ Constants for the contacts table, which contains a record per aggregate - of raw contacts representing the same person. + of raw contacts representing the same person. - Android platform documentation + Java documentation for android.provider.ContactsContract.Contacts. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -75,10 +79,19 @@ The content:// style URI used for "type-to-filter" functionality on the - P:Android.Provider.ContactsContract+Contacts.ContentUri URI. + #CONTENT_URI URI. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Contacts.CONTENT_FILTER_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -107,10 +120,19 @@ Android.Net.Uri - To be added. + The content:// style URI for showing a list of frequently contacted people. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Contacts.CONTENT_FREQUENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -163,10 +185,19 @@ System.String - The MIME type of a P:Android.Provider.ContactsContract+Contacts.ContentUri subdirectory of a single - person. + The MIME type of a #CONTENT_URI subdirectory of a single + person. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Contacts.CONTENT_ITEM_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -192,10 +223,19 @@ A content:// style URI for this table that should be used to create - shortcuts or otherwise create long-term links to contacts. + shortcuts or otherwise create long-term links to contacts. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Contacts.CONTENT_LOOKUP_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -220,10 +260,21 @@ Android.Net.Uri - To be added. + Base Uri for referencing multiple Contacts entry, + created by appending #LOOKUP_KEY using + Uri#withAppendedPath(Uri, String). To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Contacts.CONTENT_MULTI_VCARD_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -248,10 +299,19 @@ The content:// style URI used for "type-to-filter" functionality on the - URI. + #CONTENT_STREQUENT_URI URI. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Contacts.CONTENT_STREQUENT_FILTER_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -277,11 +337,19 @@ The content:// style URI for this table joined with useful data from - T:Android.Provider.ContactsContract+Data, filtered to include only starred contacts - and the most frequently contacted contacts. + ContactsContract.Data, filtered to include only starred contacts. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Contacts.CONTENT_STREQUENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -306,10 +374,19 @@ System.String - The MIME type of P:Android.Provider.ContactsContract+Contacts.ContentUri providing a directory of - people. + The MIME type of #CONTENT_URI providing a directory of + people. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Contacts.CONTENT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -334,11 +411,19 @@ Android.Net.Uri - The content:// style URI for this table - + The content:// style URI for this table To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Contacts.CONTENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -363,10 +448,19 @@ System.String - The MIME type of a P:Android.Provider.ContactsContract+Contacts.ContentUri subdirectory of a single - person. + The MIME type of a #CONTENT_URI subdirectory of a single + person. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Contacts.CONTENT_VCARD_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -391,12 +485,21 @@ Android.Net.Uri - Base for referencing a single entry, - created by appending using - . + Base Uri for referencing a single Contacts entry, + created by appending #LOOKUP_KEY using + Uri#withAppendedPath(Uri, String). To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Contacts.CONTENT_VCARD_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -421,10 +524,20 @@ Android.Net.Uri - To be added. + It supports the similar semantics as #CONTENT_FILTER_URI and returns the same + columns. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Contacts.ENTERPRISE_CONTENT_FILTER_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -531,14 +644,22 @@ To be added. - A P:Android.Provider.ContactsContract+Contacts.ContentUri row, or an existing - P:Android.Provider.ContactsContract+Contacts.ContentLookupUri to attempt refreshing. - - Builds a P:Android.Provider.ContactsContract+Contacts.ContentLookupUri style describing the - requested entry. + A #CONTENT_URI row, or an existing + #CONTENT_LOOKUP_URI to attempt refreshing. + Builds a #CONTENT_LOOKUP_URI style Uri describing the + requested Contacts entry. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Contacts.getLookupUri(android.content.ContentResolver, android.net.Uri). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -569,11 +690,20 @@ To be added. To be added. - Build a P:Android.Provider.ContactsContract+Contacts.ContentLookupUri lookup using the - given and . + Build a #CONTENT_LOOKUP_URI lookup Uri using the + given ContactsContract.Contacts#_ID and #LOOKUP_KEY. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Contacts.getLookupUri(long, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -602,10 +732,19 @@ To be added. - To be added. + Return TRUE if a contact ID is from the contacts provider on the enterprise profile. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Contacts.isEnterpriseContactId(long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -666,10 +805,19 @@ To be added. To be added. - Computes a content URI (see P:Android.Provider.ContactsContract+Contacts.ContentUri) given a lookup URI. + Computes a content URI (see #CONTENT_URI) given a lookup URI. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Contacts.lookupContact(android.content.ContentResolver, android.net.Uri). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -706,7 +854,16 @@ the person who was contacted Mark a contact as having been contacted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Contacts.markAsContacted(android.content.ContentResolver, long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -737,12 +894,21 @@ The content resolver to use for querying the contact whose photo should be used. This can be used with - either a P:Android.Provider.ContactsContract+Contacts.ContentUri or a P:Android.Provider.ContactsContract+Contacts.ContentLookupUri URI. + either a #CONTENT_URI or a #CONTENT_LOOKUP_URI URI. Opens an InputStream for the contacts's thumbnail photo and returns the - photo as a byte stream. - To be added. + photo as a byte stream. + an InputStream of the photo, or null if no photo is present - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Contacts.openContactPhotoInputStream(android.content.ContentResolver, android.net.Uri). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -775,14 +941,23 @@ The content resolver to use for querying the contact whose photo should be used. This can be used with - either a P:Android.Provider.ContactsContract+Contacts.ContentUri or a P:Android.Provider.ContactsContract+Contacts.ContentLookupUri URI. + either a #CONTENT_URI or a #CONTENT_LOOKUP_URI URI. If this is true and the contact has a higher resolution photo - available, it is returned. If false, this function always tries to get the thumbnail + available, it is returned. If false, this function always tries to get the thumbnail Opens an InputStream for the contacts's photo and returns the - photo as a byte stream. - To be added. + photo as a byte stream. + an InputStream of the photo, or null if no photo is present - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Contacts.openContactPhotoInputStream(android.content.ContentResolver, android.net.Uri, boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -807,9 +982,20 @@ System.String - To be added. + Boolean parameter that may be used with #CONTENT_VCARD_URI + and #CONTENT_MULTI_VCARD_URI to indicate that the returned + vcard should not contain a photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Contacts.QUERY_PARAMETER_VCARD_NO_PHOTO. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+ContactsColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+ContactsColumns.xml index 66bc715502..04aa9af668 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+ContactsColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+ContactsColumns.xml @@ -60,7 +60,16 @@ Timestamp (milliseconds since epoch) of when this contact was last updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.CONTACT_LAST_UPDATED_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -91,7 +100,16 @@ The display name for the contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.DISPLAY_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -120,10 +138,18 @@ System.String - An indicator of whether this contact has at least one phone number. "1" if there is - at least one phone number, "0" otherwise. + An indicator of whether this contact has at least one phone number. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.HAS_PHONE_NUMBER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -152,9 +178,18 @@ System.String - To be added. + Flag that reflects whether the contact exists inside the default directory. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IN_DEFAULT_DIRECTORY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -182,10 +217,19 @@ System.String - Flag that reflects the state of any - T:Android.Provider.ContactsContract+CommonDataKinds+GroupMembership for this contact. + Flag that reflects the Groups#GROUP_VISIBLE state of any + CommonDataKinds.GroupMembership for this contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IN_VISIBLE_GROUP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -215,9 +259,18 @@ Flag that reflects whether this contact represents the user's - personal profile entry. + personal profile entry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IS_USER_PROFILE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -247,9 +300,18 @@ An opaque value that contains hints on how to find the contact if - its row id changed as a result of a sync or aggregation. + its row id changed as a result of a sync or aggregation. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.LOOKUP_KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -278,9 +340,18 @@ System.String - To be added. + Reference to the row in the RawContacts table holding the contact name. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.NAME_RAW_CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -310,7 +381,16 @@ Photo file ID of the full-size photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_FILE_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -341,7 +421,16 @@ Reference to the row in the data table holding the photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -372,7 +461,16 @@ A URI that can be used to retrieve a thumbnail of the contact's photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_THUMBNAIL_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -403,7 +501,16 @@ A URI that can be used to retrieve the contact's full-size photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+Data+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+Data+InterfaceConsts.xml index db3b4c421d..12c67521ca 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+Data+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+Data+InterfaceConsts.xml @@ -38,9 +38,20 @@ System.String - To be added. + A concatenation of the account type and data set (delimited by a forward + slash) - if the data set is empty, this will be the same as the account + type. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.ACCOUNT_TYPE_AND_DATA_SET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,9 +75,18 @@ System.String - To be added. + The aggregation mode for this contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.AGGREGATION_MODE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -95,9 +115,18 @@ 5 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.AVAILABLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -126,9 +155,18 @@ 2 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.AWAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -152,9 +190,18 @@ System.String - To be added. + Persistent unique id for each raw_contact within its account. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.BACKUP_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -183,9 +230,18 @@ 4 - To be added. + An allowed flag of #CHAT_CAPABILITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_CAMERA. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -214,9 +270,18 @@ 2 - To be added. + An allowed flag of #CHAT_CAPABILITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VIDEO. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -245,9 +310,18 @@ 1 - To be added. + An allowed flag of #CHAT_CAPABILITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VOICE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -275,9 +349,18 @@ System.String - To be added. + Carrier presence information. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -306,9 +389,19 @@ 1 - To be added. + Indicates that the entry is Video Telephony (VT) capable on the + current carrier. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE_VT_CAPABLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -332,9 +425,18 @@ System.String - To be added. + Contact's audio/video chat capability level. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CHAT_CAPABILITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -358,9 +460,18 @@ System.String - To be added. + Contact Chat Capabilities. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_CHAT_CAPABILITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -384,9 +495,19 @@ System.String - To be added. + A reference to the ContactsContract.Contacts#_ID that this + data belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -410,9 +531,18 @@ System.String - To be added. + Timestamp (milliseconds since epoch) of when this contact was last updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.CONTACT_LAST_UPDATED_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -436,9 +566,18 @@ System.String - To be added. + Contact presence status. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -462,9 +601,18 @@ System.String - To be added. + Contact's latest status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -488,9 +636,18 @@ System.String - To be added. + The resource ID of the icon for the source of contact status. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_ICON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -514,9 +671,19 @@ System.String - To be added. + The resource ID of the label describing the source of contact + status, e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -540,9 +707,18 @@ System.String - To be added. + The package containing resources for this status: label and icon. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -566,9 +742,19 @@ System.String - To be added. + The absolute time in milliseconds when the latest status was + inserted/updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -627,9 +813,18 @@ System.String - To be added. + URI for a custom ringtone associated with the contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.CUSTOM_RINGTONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -653,9 +848,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -679,9 +883,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA10. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -705,9 +918,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA11. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -731,9 +953,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA12. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -757,14 +988,23 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. - - - - - + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA13. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + + + + + @@ -783,9 +1023,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA14. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -809,9 +1058,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA15. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -835,9 +1093,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -861,9 +1128,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -887,9 +1163,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -913,9 +1198,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA5. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -939,9 +1233,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA6. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -965,9 +1268,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA7. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -991,9 +1303,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA8. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1017,9 +1338,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA9. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1043,9 +1373,18 @@ System.String - To be added. + The data set within the account that this row belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.DATA_SET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1069,9 +1408,18 @@ System.String - To be added. + The version of this data record. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA_VERSION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1095,9 +1443,19 @@ System.String - To be added. + The "deleted" flag: "0" by default, "1" if the row has been marked + for deletion. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.DELETED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1121,9 +1479,18 @@ System.String - To be added. + The display name for the contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.DISPLAY_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1147,9 +1514,19 @@ System.String - To be added. + An alternative representation of the display name, such as "family name first" + instead of "given name first" for Western names. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_ALTERNATIVE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1173,9 +1550,20 @@ System.String - To be added. + The standard text shown as the contact's display name, based on the best + available information for the contact (for example, it might be the email address + if the name is not available). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1199,9 +1587,19 @@ System.String - To be added. + The kind of data that is used as the display name for the contact, such as + structured name or email address. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_SOURCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1230,9 +1628,18 @@ 4 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.DO_NOT_DISTURB. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1256,9 +1663,18 @@ System.String - To be added. + An indicator of whether this contact has at least one phone number. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.HAS_PHONE_NUMBER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1322,9 +1738,18 @@ 3 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.IDLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1348,9 +1773,18 @@ System.String - To be added. + Flag that reflects whether the contact exists inside the default directory. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IN_DEFAULT_DIRECTORY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1379,9 +1813,18 @@ 1 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.INVISIBLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1405,9 +1848,19 @@ System.String - To be added. + Flag that reflects the Groups#GROUP_VISIBLE state of any + CommonDataKinds.GroupMembership for this contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IN_VISIBLE_GROUP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1431,9 +1884,18 @@ System.String - To be added. + Whether this is the primary entry of its kind for the raw contact it belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1457,10 +1919,20 @@ System.String - To be added. + The "read-only" flag: "0" by default, "1" if the row cannot be modified or + deleted except by a sync adapter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. - + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_READ_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1483,9 +1955,19 @@ System.String - To be added. + Whether this is the primary entry of its kind for the aggregate + contact it belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_SUPER_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1509,9 +1991,19 @@ System.String - To be added. + Flag that reflects whether this contact represents the user's + personal profile entry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IS_USER_PROFILE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1539,9 +2031,18 @@ System.String - To be added. + The last time a contact was contacted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.LAST_TIME_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1569,9 +2070,18 @@ System.String - To be added. + The last time (in milliseconds) this Data was used. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataUsageStatColumns.LAST_TIME_USED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1595,9 +2105,19 @@ System.String - To be added. + An opaque value that contains hints on how to find the contact if + its row id changed as a result of a sync or aggregation. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.LOOKUP_KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1625,9 +2145,19 @@ System.String - To be added. + Flag indicating that a raw contact's metadata has changed, and its metadata + needs to be synchronized by the server. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.METADATA_DIRTY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1651,9 +2181,18 @@ System.String - To be added. + The MIME type of the item represented by this row. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.MIMETYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1677,9 +2216,18 @@ System.String - To be added. + Reference to the row in the RawContacts table holding the contact name. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.NAME_RAW_CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1708,9 +2256,18 @@ 0 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.OFFLINE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1734,9 +2291,19 @@ System.String - To be added. + Pronunciation of the full name in the phonetic alphabet specified by + #PHONETIC_NAME_STYLE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1760,9 +2327,18 @@ System.String - To be added. + The phonetic alphabet used to represent the #PHONETIC_NAME. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME_STYLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1786,9 +2362,18 @@ System.String - To be added. + Photo file ID of the full-size photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_FILE_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1812,9 +2397,18 @@ System.String - To be added. + Reference to the row in the data table holding the photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1838,9 +2432,18 @@ System.String - To be added. + A URI that can be used to retrieve a thumbnail of the contact's photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_THUMBNAIL_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1864,9 +2467,18 @@ System.String - To be added. + A URI that can be used to retrieve the contact's full-size photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1890,9 +2502,18 @@ System.String - To be added. + The position at which the contact is pinned. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.PINNED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1916,8 +2537,20 @@ System.String - To be added. - To be added. + The flattened android.content.ComponentName of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to + call the contact with. + + + + Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_COMPONENT_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1940,8 +2573,20 @@ System.String - To be added. - To be added. + The ID of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to + call the contact with. + + + + Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1964,9 +2609,18 @@ System.String - To be added. + Contact's latest presence level. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1996,7 +2650,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_CUSTOM_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2026,7 +2689,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2050,9 +2722,19 @@ System.String - To be added. + A reference to the RawContacts#_ID + that this data belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.RAW_CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2076,9 +2758,19 @@ System.String - To be added. + The "read-only" flag: "0" by default, "1" if the row cannot be modified or + deleted except by a sync adapter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_READ_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2102,9 +2794,19 @@ System.String - To be added. + Flag that reflects whether this raw contact belongs to the user's + personal profile entry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_USER_PROFILE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2128,9 +2830,19 @@ System.String - To be added. + The package name to use when creating Resources objects for + this data row. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2154,9 +2866,18 @@ System.String - To be added. + Whether the contact should always be sent to voicemail. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.SEND_TO_VOICEMAIL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2180,9 +2901,19 @@ System.String - To be added. + Sort key based on the alternative representation of the full name, + #DISPLAY_NAME_ALTERNATIVE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_ALTERNATIVE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2206,9 +2937,19 @@ System.String - To be added. + Sort key that takes into account locale-based traditions for sorting + names in address books. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2232,9 +2973,18 @@ System.String - To be added. + Is the contact starred? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.STARRED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2258,9 +3008,18 @@ System.String - To be added. + Contact latest status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2284,9 +3043,18 @@ System.String - To be added. + The resource ID of the icon for the source of the status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_ICON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2310,9 +3078,18 @@ System.String - To be added. + The resource ID of the label describing the source of the status update, e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2336,9 +3113,18 @@ System.String - To be added. + The package containing resources for this status: label and icon. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2362,9 +3148,18 @@ System.String - To be added. + The absolute time in milliseconds when the latest status was inserted/updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2388,9 +3183,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2414,9 +3218,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2440,9 +3253,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2466,9 +3288,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2496,9 +3327,18 @@ System.String - To be added. + The number of times a contact has been contacted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.TIMES_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2526,9 +3366,18 @@ System.String - To be added. + The number of times the referenced Data has been used. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataUsageStatColumns.TIMES_USED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+Data.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+Data.xml index 9859e91e6f..97bb8beb7b 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+Data.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+Data.xml @@ -18,15 +18,19 @@ - - + Constants for the data table, which contains data points tied to a raw + contact. - Android platform documentation + Java documentation for android.provider.ContactsContract.Data. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -51,9 +55,18 @@ System.String - The MIME type of the results from . + The MIME type of the results from #CONTENT_URI. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Data.CONTENT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -79,10 +92,19 @@ The content:// style URI for this table, which requests a directory - of data rows matching the selection criteria. + of data rows matching the selection criteria. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Data.CONTENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -191,11 +213,21 @@ To be added. To be added. - - + Build a android.provider.ContactsContract.Contacts#CONTENT_LOOKUP_URI + style Uri for the parent android.provider.ContactsContract.Contacts + entry of the given ContactsContract.Data entry. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Data.getContactLookupUri(android.content.ContentResolver, android.net.Uri). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -313,9 +345,18 @@ System.String - A boolean parameter for P:Android.Provider.ContactsContract+Contacts.ContentUri. + A boolean parameter for Data#CONTENT_URI. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Data.VISIBLE_CONTACTS_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+DataColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+DataColumns.xml index cddcaa0300..f7f5579624 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+DataColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+DataColumns.xml @@ -58,9 +58,18 @@ System.String - To be added. + Carrier presence information. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -89,9 +98,19 @@ 1 - To be added. + Indicates that the entry is Video Telephony (VT) capable on the + current carrier. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE_VT_CAPABLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -119,9 +138,18 @@ System.String - Generic data column, the meaning is F:Android.Provider.ContactsContract+DataColumns.Mimetype specific + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -150,9 +178,18 @@ System.String - Generic data column, the meaning is F:Android.Provider.ContactsContract+DataColumns.Mimetype specific + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA10. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -181,9 +218,18 @@ System.String - Generic data column, the meaning is F:Android.Provider.ContactsContract+DataColumns.Mimetype specific + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA11. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -212,9 +258,18 @@ System.String - Generic data column, the meaning is F:Android.Provider.ContactsContract+DataColumns.Mimetype specific + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA12. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -243,9 +298,18 @@ System.String - Generic data column, the meaning is F:Android.Provider.ContactsContract+DataColumns.Mimetype specific + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA13. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -274,9 +338,18 @@ System.String - Generic data column, the meaning is F:Android.Provider.ContactsContract+DataColumns.Mimetype specific + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA14. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -305,9 +378,18 @@ System.String - Generic data column, the meaning is F:Android.Provider.ContactsContract+DataColumns.Mimetype specific. + Generic data column, the meaning is #MIMETYPE specific. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA15. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -336,9 +418,18 @@ System.String - Generic data column, the meaning is F:Android.Provider.ContactsContract+DataColumns.Mimetype specific + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -367,9 +458,18 @@ System.String - Generic data column, the meaning is F:Android.Provider.ContactsContract+DataColumns.Mimetype specific + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -398,9 +498,18 @@ System.String - Generic data column, the meaning is F:Android.Provider.ContactsContract+DataColumns.Mimetype specific + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -429,9 +538,18 @@ System.String - Generic data column, the meaning is F:Android.Provider.ContactsContract+DataColumns.Mimetype specific + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA5. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -460,9 +578,18 @@ System.String - Generic data column, the meaning is F:Android.Provider.ContactsContract+DataColumns.Mimetype specific + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA6. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -491,9 +618,18 @@ System.String - Generic data column, the meaning is F:Android.Provider.ContactsContract+DataColumns.Mimetype specific + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA7. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -522,9 +658,18 @@ System.String - Generic data column, the meaning is F:Android.Provider.ContactsContract+DataColumns.Mimetype specific + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA8. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -553,9 +698,18 @@ System.String - Generic data column, the meaning is F:Android.Provider.ContactsContract+DataColumns.Mimetype specific + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA9. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -586,7 +740,16 @@ The version of this data record. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA_VERSION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -617,7 +780,16 @@ Whether this is the primary entry of its kind for the raw contact it belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -647,9 +819,18 @@ The "read-only" flag: "0" by default, "1" if the row cannot be modified or - deleted except by a sync adapter. + deleted except by a sync adapter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_READ_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -679,9 +860,18 @@ Whether this is the primary entry of its kind for the aggregate - contact it belongs to. + contact it belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_SUPER_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -712,7 +902,16 @@ The MIME type of the item represented by this row. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.MIMETYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -741,8 +940,20 @@ System.String - To be added. - To be added. + The flattened android.content.ComponentName of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to + call the contact with. + + + + Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_COMPONENT_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -769,8 +980,20 @@ System.String - To be added. - To be added. + The ID of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to + call the contact with. + + + + Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -797,10 +1020,19 @@ System.String - A reference to the - that this data belongs to. + A reference to the RawContacts#_ID + that this data belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.RAW_CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -829,9 +1061,19 @@ System.String - To be added. + The package name to use when creating Resources objects for + this data row. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -861,7 +1103,16 @@ Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -892,7 +1143,16 @@ Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -923,7 +1183,16 @@ Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -954,7 +1223,16 @@ Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+DataUsageFeedback.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+DataUsageFeedback.xml index 55727e00b6..07c7576cf1 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+DataUsageFeedback.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+DataUsageFeedback.xml @@ -22,15 +22,19 @@ - - + API allowing applications to send usage information for each Data row to the + Contacts Provider. - Android platform documentation + Java documentation for android.provider.ContactsContract.DataUsageFeedback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -91,7 +95,16 @@ The content:// style URI for deleting all usage information. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataUsageFeedback.DELETE_USAGE_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -123,7 +136,16 @@ The content:// style URI for sending usage feedback. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataUsageFeedback.FEEDBACK_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -245,10 +267,18 @@ System.String - - + Name for query parameter specifying the type of data usage. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataUsageFeedback.USAGE_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -277,10 +307,19 @@ System.String - - + Type of usage for voice interaction, which includes phone call, voice chat, and + video chat. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataUsageFeedback.USAGE_TYPE_CALL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -309,10 +348,18 @@ System.String - - + Type of usage for text interaction involving longer messages, which includes email. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataUsageFeedback.USAGE_TYPE_LONG_TEXT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -341,10 +388,19 @@ System.String - - + Type of usage for text interaction involving shorter messages, which includes SMS, + text chat with email addresses. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataUsageFeedback.USAGE_TYPE_SHORT_TEXT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+DataUsageStatColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+DataUsageStatColumns.xml index 73b893ffe8..f8283ecfef 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+DataUsageStatColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+DataUsageStatColumns.xml @@ -59,9 +59,18 @@ System.String - The last time (in milliseconds) this T:Android.Provider.ContactsContract+Contacts+Data was used. + The last time (in milliseconds) this Data was used. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataUsageStatColumns.LAST_TIME_USED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -90,9 +99,18 @@ System.String - The number of times the referenced T:Android.Provider.ContactsContract+Contacts+Data has been used. + The number of times the referenced Data has been used. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataUsageStatColumns.TIMES_USED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+DeletedContacts+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+DeletedContacts+InterfaceConsts.xml index 067c4da4a5..825382a88a 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+DeletedContacts+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+DeletedContacts+InterfaceConsts.xml @@ -38,9 +38,18 @@ System.String - To be added. + Time (milliseconds since epoch) that the contact was deleted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DeletedContactsColumns.CONTACT_DELETED_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,9 +73,18 @@ System.String - To be added. + A reference to the ContactsContract.Contacts#_ID that was deleted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DeletedContactsColumns.CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+DeletedContacts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+DeletedContacts.xml index 4b3713acde..2f4df260a9 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+DeletedContacts.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+DeletedContacts.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.provider.ContactsContract.DeletedContacts. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -51,10 +55,19 @@ The content:// style URI for this table, which requests a directory of raw contact rows - matching the selection criteria. + matching the selection criteria. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DeletedContacts.CONTENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -82,7 +95,16 @@ Milliseconds that the delete log will be kept. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DeletedContacts.DAYS_KEPT_MILLISECONDS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+DeletedContactsColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+DeletedContactsColumns.xml index d25de7f1bd..9bafa11ef3 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+DeletedContactsColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+DeletedContactsColumns.xml @@ -59,7 +59,16 @@ Time (milliseconds since epoch) that the contact was deleted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DeletedContactsColumns.CONTACT_DELETED_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -88,9 +97,18 @@ System.String - A reference to the that was deleted. + A reference to the ContactsContract.Contacts#_ID that was deleted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DeletedContactsColumns.CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+Directory.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+Directory.xml index 2350cfb270..e2013b9d98 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+Directory.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+Directory.xml @@ -18,14 +18,18 @@ - A Directory represents a contacts corpus, e.g. + A Directory represents a contacts corpus, e. - Android platform documentation + Java documentation for android.provider.ContactsContract.Directory. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -52,7 +56,16 @@ The account with which this directory is associated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Directory.ACCOUNT_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -79,7 +92,16 @@ The account type which this directory is associated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Directory.ACCOUNT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -104,9 +126,19 @@ System.String - To be added. + A query parameter that's passed to directory providers which indicates the client + package name that has made the query requests. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Directory.CALLER_PACKAGE_PARAM_KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -130,9 +162,18 @@ System.String - The MIME type of a item. + The MIME type of a #CONTENT_URI item. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Directory.CONTENT_ITEM_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -157,10 +198,19 @@ System.String - The MIME-type of providing a directory of - contact directories. + The MIME-type of #CONTENT_URI providing a directory of + contact directories. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Directory.CONTENT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -188,7 +238,16 @@ The content:// style URI for this table. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Directory.CONTENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -216,7 +275,16 @@ _ID of the default directory, which represents locally stored contacts. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Directory.DEFAULT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -241,10 +309,18 @@ System.String - - + The authority of the Directory Provider. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Directory.DIRECTORY_AUTHORITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -270,9 +346,18 @@ An optional name that can be used in the UI to represent this directory, - e.g. + e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Directory.DISPLAY_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -297,10 +382,19 @@ Android.Net.Uri - To be added. + URI used for getting all directories from primary and managed profile. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Directory.ENTERPRISE_CONTENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -325,9 +419,18 @@ 1000000000 - To be added. + _ID of the work profile default directory, which represents locally stored contacts. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Directory.ENTERPRISE_DEFAULT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -352,9 +455,18 @@ 1000000001 - To be added. + _ID of the work profile directory that represents locally stored invisible contacts. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Directory.ENTERPRISE_LOCAL_INVISIBLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -378,10 +490,19 @@ System.String - One of , , - . + One of #EXPORT_SUPPORT_NONE, #EXPORT_SUPPORT_ANY_ACCOUNT, + #EXPORT_SUPPORT_SAME_ACCOUNT_ONLY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Directory.EXPORT_SUPPORT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -411,10 +532,19 @@ 2 - An setting that indicates that the directory - allow its data copied to any contacts account. + An #EXPORT_SUPPORT setting that indicates that the directory + allow its data copied to any contacts account. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Directory.EXPORT_SUPPORT_ANY_ACCOUNT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -444,10 +574,19 @@ 0 - An setting that indicates that the directory - does not allow any data to be copied out of it. + An #EXPORT_SUPPORT setting that indicates that the directory + does not allow any data to be copied out of it. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Directory.EXPORT_SUPPORT_NONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -477,11 +616,20 @@ 1 - An setting that indicates that the directory - allow its data copied only to the account specified by - /. + An #EXPORT_SUPPORT setting that indicates that the directory + allow its data copied only to the account specified by + #ACCOUNT_TYPE/#ACCOUNT_NAME. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Directory.EXPORT_SUPPORT_SAME_ACCOUNT_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -510,10 +658,19 @@ To be added. - To be added. + Return TRUE if a directory ID is from the contacts provider on the enterprise profile. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Directory.isEnterpriseDirectoryId(long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -541,10 +698,19 @@ To be added. - To be added. + Return TRUE if it is a remote stored directory. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Directory.isRemoteDirectoryId(long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -602,7 +768,16 @@ _ID of the directory that represents locally stored invisible contacts. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Directory.LOCAL_INVISIBLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -632,9 +807,18 @@ To be added. Notifies the system of a change in the list of directories handled by - a particular directory provider. + a particular directory provider. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Directory.notifyDirectoryChange(android.content.ContentResolver). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -661,7 +845,16 @@ The name of the package that owns this directory. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Directory.PACKAGE_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -686,10 +879,19 @@ System.String - One of F:Android.Provider.ContactsContract+Directory.PhotoSupport, F:Android.Provider.ContactsContract+Directory.PhotoSupport, - F:Android.Provider.ContactsContract+Directory.PhotoSupport. + One of #PHOTO_SUPPORT_NONE, #PHOTO_SUPPORT_THUMBNAIL_ONLY, + #PHOTO_SUPPORT_FULL. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Directory.PHOTO_SUPPORT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -719,10 +921,19 @@ 3 - An F:Android.Provider.ContactsContract+Directory.PhotoSupport setting that indicates that the directory - can produce thumbnails as well as full-size contact photos. + An #PHOTO_SUPPORT setting that indicates that the directory + can produce thumbnails as well as full-size contact photos. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Directory.PHOTO_SUPPORT_FULL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -752,10 +963,19 @@ 2 - An F:Android.Provider.ContactsContract+Directory.PhotoSupport setting that indicates that the directory - has full-size contact photos, but cannot provide scaled thumbnails. + An #PHOTO_SUPPORT setting that indicates that the directory + has full-size contact photos, but cannot provide scaled thumbnails. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Directory.PHOTO_SUPPORT_FULL_SIZE_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -785,10 +1005,19 @@ 0 - An F:Android.Provider.ContactsContract+Directory.PhotoSupport setting that indicates that the directory - does not provide any photos. + An #PHOTO_SUPPORT setting that indicates that the directory + does not provide any photos. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Directory.PHOTO_SUPPORT_NONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -818,10 +1047,19 @@ 1 - An F:Android.Provider.ContactsContract+Directory.PhotoSupport setting that indicates that the directory - can only produce small size thumbnails of contact photos. + An #PHOTO_SUPPORT setting that indicates that the directory + can only produce small size thumbnails of contact photos. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Directory.PHOTO_SUPPORT_THUMBNAIL_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -846,10 +1084,19 @@ System.String - One of , , - . + One of #SHORTCUT_SUPPORT_NONE, #SHORTCUT_SUPPORT_DATA_ITEMS_ONLY, + #SHORTCUT_SUPPORT_FULL. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Directory.SHORTCUT_SUPPORT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -879,11 +1126,20 @@ 1 - An setting that indicates that the directory - allow creation of shortcuts for data items like email, phone or postal address, - but not the entire contact. + An #SHORTCUT_SUPPORT setting that indicates that the directory + allow creation of shortcuts for data items like email, phone or postal address, + but not the entire contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Directory.SHORTCUT_SUPPORT_DATA_ITEMS_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -913,10 +1169,19 @@ 2 - An setting that indicates that the directory - allow creation of shortcuts for contact as well as their constituent elements. + An #SHORTCUT_SUPPORT setting that indicates that the directory + allow creation of shortcuts for contact as well as their constituent elements. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Directory.SHORTCUT_SUPPORT_FULL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -946,10 +1211,19 @@ 0 - An setting that indicates that the directory - does not allow any shortcuts created for its contacts. + An #SHORTCUT_SUPPORT setting that indicates that the directory + does not allow any shortcuts created for its contacts. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Directory.SHORTCUT_SUPPORT_NONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1037,9 +1311,18 @@ The type of directory captured as a resource ID in the context of the - package , e.g. + package #PACKAGE_NAME, e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Directory.TYPE_RESOURCE_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+DisplayNameSources.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+DisplayNameSources.xml index a159c71acf..8d8c2e45d7 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+DisplayNameSources.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+DisplayNameSources.xml @@ -224,9 +224,18 @@ 37 - To be added. + Display name comes from a structured name that only has phonetic components. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DisplayNameSources.STRUCTURED_PHONETIC_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+DisplayPhoto.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+DisplayPhoto.xml index d47cd503c8..4dd2bb4b6d 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+DisplayPhoto.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+DisplayPhoto.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.provider.ContactsContract.DisplayPhoto. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -51,10 +55,19 @@ This URI allows the caller to query for the maximum dimensions of a display photo - or thumbnail. + or thumbnail. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DisplayPhoto.CONTENT_MAX_DIMENSIONS_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -80,10 +93,19 @@ The content:// style URI for this class, which allows access to full-size photos, - given a key. + given a key. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DisplayPhoto.CONTENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -108,11 +130,20 @@ System.String - Queries to will - contain this column, populated with the maximum height and width (in pixels) - that will be stored for a display photo. + Queries to ContactsContract.DisplayPhoto#CONTENT_MAX_DIMENSIONS_URI will + contain this column, populated with the maximum height and width (in pixels) + that will be stored for a display photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DisplayPhoto.DISPLAY_MAX_DIM. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -230,11 +261,20 @@ System.String - Queries to will - contain this column, populated with the height and width (in pixels) for photo - thumbnails. + Queries to ContactsContract.DisplayPhoto#CONTENT_MAX_DIMENSIONS_URI will + contain this column, populated with the height and width (in pixels) for photo + thumbnails. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DisplayPhoto.THUMBNAIL_MAX_DIM. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+FullNameStyle.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+FullNameStyle.xml index d7c6db8f4d..bad3854b97 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+FullNameStyle.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+FullNameStyle.xml @@ -94,9 +94,18 @@ 2 Used if the name is written in Hanzi/Kanji/Hanja and we could not determine - which specific language it belongs to: Chinese, Japanese or Korean. + which specific language it belongs to: Chinese, Japanese or Korean. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.FullNameStyle.CJK. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+Groups+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+Groups+InterfaceConsts.xml index 28973cada6..4b6c886c77 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+Groups+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+Groups+InterfaceConsts.xml @@ -38,9 +38,19 @@ System.String - To be added. + The name of the account instance to which this row belongs, which when paired with + #ACCOUNT_TYPE identifies a specific account. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.SyncColumns.ACCOUNT_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,9 +74,19 @@ System.String - To be added. + The type of account to which this row belongs, which when paired with + #ACCOUNT_NAME identifies a specific account. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.SyncColumns.ACCOUNT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -90,9 +110,19 @@ System.String - To be added. + Any newly created contacts will automatically be added to groups that have this + flag set to true. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.GroupsColumns.AUTO_ADD. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -151,9 +181,18 @@ System.String - To be added. + The data set within the account that this group belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.GroupsColumns.DATA_SET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -177,9 +216,19 @@ System.String - To be added. + The "deleted" flag: "0" by default, "1" if the row has been marked + for deletion. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.GroupsColumns.DELETED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -203,9 +252,19 @@ System.String - To be added. + Flag indicating that #VERSION has changed, and this row needs + to be synchronized by its owning account. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.SyncColumns.DIRTY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -229,9 +288,20 @@ System.String - To be added. + When a contacts is marked as a favorites it will be automatically added + to the groups that have this flag set, and when it is removed from favorites + it will be removed from these groups. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.GroupsColumns.FAVORITES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -255,9 +325,19 @@ System.String - To be added. + The "read-only" flag: "0" by default, "1" if the row cannot be modified or + deleted except by a sync adapter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.GroupsColumns.GROUP_IS_READ_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -281,9 +361,19 @@ System.String - To be added. + Flag indicating if the contacts belonging to this group should be + visible in any user interface. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.GroupsColumns.GROUP_VISIBLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -342,9 +432,18 @@ System.String - To be added. + Notes about the group. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.GroupsColumns.NOTES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -368,9 +467,19 @@ System.String - To be added. + The package name to use when creating Resources objects for + this group. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.GroupsColumns.RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -394,9 +503,19 @@ System.String - To be added. + Whether this group should be synced if the SYNC_EVERYTHING settings + is false for this group's account. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.GroupsColumns.SHOULD_SYNC. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -420,9 +539,18 @@ System.String - To be added. + String that uniquely identifies this row to its source account. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.SyncColumns.SOURCE_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -446,9 +574,19 @@ System.String - To be added. + The total number of Contacts that have + CommonDataKinds.GroupMembership in this group. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.GroupsColumns.SUMMARY_COUNT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -472,9 +610,19 @@ System.String - To be added. + The total number of Contacts that have both + CommonDataKinds.GroupMembership in this group, and also have phone numbers. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.GroupsColumns.SUMMARY_WITH_PHONES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -498,9 +646,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.BaseSyncColumns.SYNC1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -524,9 +681,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.BaseSyncColumns.SYNC2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -550,9 +716,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.BaseSyncColumns.SYNC3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -576,9 +751,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.BaseSyncColumns.SYNC4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -602,9 +786,18 @@ System.String - To be added. + The ID of this group if it is a System Group, i. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.GroupsColumns.SYSTEM_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -628,9 +821,18 @@ System.String - To be added. + The display title of this group. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.GroupsColumns.TITLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -654,9 +856,19 @@ System.String - To be added. + The display title of this group to load as a resource from + #RES_PACKAGE, which may be localized. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.GroupsColumns.TITLE_RES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -680,9 +892,19 @@ System.String - To be added. + Version number that is updated whenever this row or its related data + changes. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.SyncColumns.VERSION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+Groups.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+Groups.xml index 59d8dee65e..7922854fae 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+Groups.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+Groups.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.provider.ContactsContract.Groups. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -52,7 +56,16 @@ The MIME type of a single group. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Groups.CONTENT_ITEM_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -78,10 +91,19 @@ The content:// style URI for this table joined with details data from - T:Android.Provider.ContactsContract+Data. + ContactsContract.Data. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Groups.CONTENT_SUMMARY_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -108,7 +130,16 @@ The MIME type of a directory of groups. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Groups.CONTENT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -133,11 +164,19 @@ Android.Net.Uri - The content:// style URI for this table - + The content:// style URI for this table To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Groups.CONTENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+GroupsColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+GroupsColumns.xml index e90099f8a4..9fa21c6e0f 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+GroupsColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+GroupsColumns.xml @@ -58,9 +58,18 @@ Any newly created contacts will automatically be added to groups that have this - flag set to true. + flag set to true. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.GroupsColumns.AUTO_ADD. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -91,7 +100,16 @@ The data set within the account that this group belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.GroupsColumns.DATA_SET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -121,9 +139,18 @@ The "deleted" flag: "0" by default, "1" if the row has been marked - for deletion. + for deletion. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.GroupsColumns.DELETED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -153,10 +180,19 @@ When a contacts is marked as a favorites it will be automatically added - to the groups that have this flag set, and when it is removed from favorites - it will be removed from these groups. + to the groups that have this flag set, and when it is removed from favorites + it will be removed from these groups. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.GroupsColumns.FAVORITES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -186,9 +222,18 @@ The "read-only" flag: "0" by default, "1" if the row cannot be modified or - deleted except by a sync adapter. + deleted except by a sync adapter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.GroupsColumns.GROUP_IS_READ_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -218,9 +263,18 @@ Flag indicating if the contacts belonging to this group should be - visible in any user interface. + visible in any user interface. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.GroupsColumns.GROUP_VISIBLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -251,7 +305,16 @@ Notes about the group. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.GroupsColumns.NOTES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -280,9 +343,19 @@ System.String - To be added. + The package name to use when creating Resources objects for + this group. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.GroupsColumns.RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -311,9 +384,18 @@ Whether this group should be synced if the SYNC_EVERYTHING settings - is false for this group's account. + is false for this group's account. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.GroupsColumns.SHOULD_SYNC. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -342,10 +424,19 @@ System.String - The total number of that have - T:Android.Provider.ContactsContract+CommonDataKinds+GroupMembership in this group. + The total number of Contacts that have + CommonDataKinds.GroupMembership in this group. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.GroupsColumns.SUMMARY_COUNT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -374,10 +465,19 @@ System.String - The total number of that have both - T:Android.Provider.ContactsContract+CommonDataKinds+GroupMembership in this group, and also have phone numbers. + The total number of Contacts that have both + CommonDataKinds.GroupMembership in this group, and also have phone numbers. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.GroupsColumns.SUMMARY_WITH_PHONES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -406,10 +506,18 @@ System.String - The ID of this group if it is a System Group, i.e. a group that has a special meaning - to the sync adapter, null otherwise. + The ID of this group if it is a System Group, i. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.GroupsColumns.SYSTEM_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -440,7 +548,16 @@ The display title of this group. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.GroupsColumns.TITLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -469,9 +586,19 @@ System.String - To be added. + The display title of this group to load as a resource from + #RES_PACKAGE, which may be localized. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.GroupsColumns.TITLE_RES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+IBaseSyncColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+IBaseSyncColumns.xml index 8df81e99e2..81777d636c 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+IBaseSyncColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+IBaseSyncColumns.xml @@ -9,8 +9,19 @@ - To be added. - To be added. + Generic columns for use by sync adapters. + + + + Java documentation for android.provider.ContactsContract.BaseSyncColumns. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -33,8 +44,19 @@ System.String - To be added. - To be added. + Generic column for use by sync adapters. + + + + Java documentation for android.provider.ContactsContract.BaseSyncColumns.SYNC1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -57,8 +79,19 @@ System.String - To be added. - To be added. + Generic column for use by sync adapters. + + + + Java documentation for android.provider.ContactsContract.BaseSyncColumns.SYNC2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -81,8 +114,19 @@ System.String - To be added. - To be added. + Generic column for use by sync adapters. + + + + Java documentation for android.provider.ContactsContract.BaseSyncColumns.SYNC3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -105,8 +149,19 @@ System.String - To be added. - To be added. + Generic column for use by sync adapters. + + + + Java documentation for android.provider.ContactsContract.BaseSyncColumns.SYNC4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+IContactNameColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+IContactNameColumns.xml index a97dac273a..5db3ff38fa 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+IContactNameColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+IContactNameColumns.xml @@ -9,8 +9,19 @@ - To be added. - To be added. + Contact name and contact name metadata columns in the RawContacts table. + + + + Java documentation for android.provider.ContactsContract.ContactNameColumns. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -33,8 +44,20 @@ System.String - To be added. - To be added. + An alternative representation of the display name, such as "family name first" + instead of "given name first" for Western names. + + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_ALTERNATIVE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -57,8 +80,21 @@ System.String - To be added. - To be added. + The standard text shown as the contact's display name, based on the best + available information for the contact (for example, it might be the email address + if the name is not available). + + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -81,8 +117,20 @@ System.String - To be added. - To be added. + The kind of data that is used as the display name for the contact, such as + structured name or email address. + + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_SOURCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -105,8 +153,20 @@ System.String - To be added. - To be added. + Pronunciation of the full name in the phonetic alphabet specified by + #PHONETIC_NAME_STYLE. + + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -129,8 +189,19 @@ System.String - To be added. - To be added. + The phonetic alphabet used to represent the #PHONETIC_NAME. + + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME_STYLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -153,8 +224,20 @@ System.String - To be added. - To be added. + Sort key based on the alternative representation of the full name, + #DISPLAY_NAME_ALTERNATIVE. + + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_ALTERNATIVE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -177,8 +260,20 @@ System.String - To be added. - To be added. + Sort key that takes into account locale-based traditions for sorting + names in address books. + + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+IContactOptionsColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+IContactOptionsColumns.xml index 561bf6c8ac..4a691f22ff 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+IContactOptionsColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+IContactOptionsColumns.xml @@ -9,8 +9,20 @@ - To be added. - To be added. + Columns of ContactsContract.Contacts that track the user's + preferences for, or interactions with, the contact. + + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -33,8 +45,19 @@ System.String - To be added. - To be added. + URI for a custom ringtone associated with the contact. + + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.CUSTOM_RINGTONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -61,8 +84,19 @@ System.String - To be added. - To be added. + The last time a contact was contacted. + + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.LAST_TIME_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -85,8 +119,19 @@ System.String - To be added. - To be added. + The position at which the contact is pinned. + + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.PINNED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -109,8 +154,19 @@ System.String - To be added. - To be added. + Whether the contact should always be sent to voicemail. + + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.SEND_TO_VOICEMAIL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -133,8 +189,19 @@ System.String - To be added. - To be added. + Is the contact starred? + + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.STARRED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -161,8 +228,19 @@ System.String - To be added. - To be added. + The number of times a contact has been contacted. + + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.TIMES_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+IContactStatusColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+IContactStatusColumns.xml index 38e5eff3bf..e56e6b21ca 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+IContactStatusColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+IContactStatusColumns.xml @@ -10,7 +10,18 @@ To be added. - To be added. + + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -33,8 +44,19 @@ System.String - To be added. - To be added. + Contact Chat Capabilities. + + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_CHAT_CAPABILITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -57,8 +79,19 @@ System.String - To be added. - To be added. + Contact presence status. + + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -81,8 +114,19 @@ System.String - To be added. - To be added. + Contact's latest status update. + + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -105,8 +149,19 @@ System.String - To be added. - To be added. + The resource ID of the icon for the source of contact status. + + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_ICON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -129,8 +184,20 @@ System.String - To be added. - To be added. + The resource ID of the label describing the source of contact + status, e. + + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -153,8 +220,19 @@ System.String - To be added. - To be added. + The package containing resources for this status: label and icon. + + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -177,8 +255,20 @@ System.String - To be added. - To be added. + The absolute time in milliseconds when the latest status was + inserted/updated. + + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+IContactsColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+IContactsColumns.xml index dc33ced00b..d9e56e69cf 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+IContactsColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+IContactsColumns.xml @@ -9,8 +9,21 @@ - To be added. - To be added. + Columns of ContactsContract.Contacts that refer to intrinsic + properties of the contact, as opposed to the user-specified options + found in ContactOptionsColumns. + + + + Java documentation for android.provider.ContactsContract.ContactsColumns. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -33,8 +46,19 @@ System.String - To be added. - To be added. + Timestamp (milliseconds since epoch) of when this contact was last updated. + + + + Java documentation for android.provider.ContactsContract.ContactsColumns.CONTACT_LAST_UPDATED_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -57,8 +81,19 @@ System.String - To be added. - To be added. + The display name for the contact. + + + + Java documentation for android.provider.ContactsContract.ContactsColumns.DISPLAY_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -81,8 +116,19 @@ System.String - To be added. - To be added. + An indicator of whether this contact has at least one phone number. + + + + Java documentation for android.provider.ContactsContract.ContactsColumns.HAS_PHONE_NUMBER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -105,8 +151,19 @@ System.String - To be added. - To be added. + Flag that reflects whether the contact exists inside the default directory. + + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IN_DEFAULT_DIRECTORY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -129,8 +186,20 @@ System.String - To be added. - To be added. + Flag that reflects the Groups#GROUP_VISIBLE state of any + CommonDataKinds.GroupMembership for this contact. + + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IN_VISIBLE_GROUP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -153,8 +222,20 @@ System.String - To be added. - To be added. + Flag that reflects whether this contact represents the user's + personal profile entry. + + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IS_USER_PROFILE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -177,8 +258,20 @@ System.String - To be added. - To be added. + An opaque value that contains hints on how to find the contact if + its row id changed as a result of a sync or aggregation. + + + + Java documentation for android.provider.ContactsContract.ContactsColumns.LOOKUP_KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -201,8 +294,19 @@ System.String - To be added. - To be added. + Reference to the row in the RawContacts table holding the contact name. + + + + Java documentation for android.provider.ContactsContract.ContactsColumns.NAME_RAW_CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -225,8 +329,19 @@ System.String - To be added. - To be added. + Photo file ID of the full-size photo. + + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_FILE_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -249,8 +364,19 @@ System.String - To be added. - To be added. + Reference to the row in the data table holding the photo. + + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -273,8 +399,19 @@ System.String - To be added. - To be added. + A URI that can be used to retrieve a thumbnail of the contact's photo. + + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_THUMBNAIL_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -297,8 +434,19 @@ System.String - To be added. - To be added. + A URI that can be used to retrieve the contact's full-size photo. + + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+IDataColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+IDataColumns.xml index bd1167c949..a525dd6da2 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+IDataColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+IDataColumns.xml @@ -9,8 +9,19 @@ - To be added. - To be added. + Columns in the Data table. + + + + Java documentation for android.provider.ContactsContract.DataColumns. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -37,8 +48,19 @@ System.String - To be added. - To be added. + Carrier presence information. + + + + Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -66,8 +88,20 @@ 1 - To be added. - To be added. + Indicates that the entry is Video Telephony (VT) capable on the + current carrier. + + + + Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE_VT_CAPABLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -90,8 +124,19 @@ System.String - To be added. - To be added. + Generic data column, the meaning is #MIMETYPE specific + + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -114,8 +159,19 @@ System.String - To be added. - To be added. + Generic data column, the meaning is #MIMETYPE specific + + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA10. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -138,8 +194,19 @@ System.String - To be added. - To be added. + Generic data column, the meaning is #MIMETYPE specific + + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA11. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -162,8 +229,19 @@ System.String - To be added. - To be added. + Generic data column, the meaning is #MIMETYPE specific + + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA12. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -186,8 +264,19 @@ System.String - To be added. - To be added. + Generic data column, the meaning is #MIMETYPE specific + + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA13. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -210,8 +299,19 @@ System.String - To be added. - To be added. + Generic data column, the meaning is #MIMETYPE specific + + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA14. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -234,8 +334,19 @@ System.String - To be added. - To be added. + Generic data column, the meaning is #MIMETYPE specific. + + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA15. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -258,8 +369,19 @@ System.String - To be added. - To be added. + Generic data column, the meaning is #MIMETYPE specific + + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -282,8 +404,19 @@ System.String - To be added. - To be added. + Generic data column, the meaning is #MIMETYPE specific + + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -306,8 +439,19 @@ System.String - To be added. - To be added. + Generic data column, the meaning is #MIMETYPE specific + + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -330,8 +474,19 @@ System.String - To be added. - To be added. + Generic data column, the meaning is #MIMETYPE specific + + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA5. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -354,8 +509,19 @@ System.String - To be added. - To be added. + Generic data column, the meaning is #MIMETYPE specific + + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA6. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -378,8 +544,19 @@ System.String - To be added. - To be added. + Generic data column, the meaning is #MIMETYPE specific + + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA7. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -402,8 +579,19 @@ System.String - To be added. - To be added. + Generic data column, the meaning is #MIMETYPE specific + + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA8. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -426,8 +614,19 @@ System.String - To be added. - To be added. + Generic data column, the meaning is #MIMETYPE specific + + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA9. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -450,8 +649,19 @@ System.String - To be added. - To be added. + The version of this data record. + + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA_VERSION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -474,8 +684,19 @@ System.String - To be added. - To be added. + Whether this is the primary entry of its kind for the raw contact it belongs to. + + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -498,8 +719,20 @@ System.String - To be added. - To be added. + The "read-only" flag: "0" by default, "1" if the row cannot be modified or + deleted except by a sync adapter. + + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_READ_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -522,8 +755,20 @@ System.String - To be added. - To be added. + Whether this is the primary entry of its kind for the aggregate + contact it belongs to. + + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_SUPER_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -546,8 +791,19 @@ System.String - To be added. - To be added. + The MIME type of the item represented by this row. + + + + Java documentation for android.provider.ContactsContract.DataColumns.MIMETYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -570,8 +826,20 @@ System.String - To be added. - To be added. + The flattened android.content.ComponentName of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to + call the contact with. + + + + Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_COMPONENT_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -594,8 +862,20 @@ System.String - To be added. - To be added. + The ID of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to + call the contact with. + + + + Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -618,8 +898,20 @@ System.String - To be added. - To be added. + A reference to the RawContacts#_ID + that this data belongs to. + + + + Java documentation for android.provider.ContactsContract.DataColumns.RAW_CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -642,8 +934,20 @@ System.String - To be added. - To be added. + The package name to use when creating Resources objects for + this data row. + + + + Java documentation for android.provider.ContactsContract.DataColumns.RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -666,8 +970,19 @@ System.String - To be added. - To be added. + Generic column for use by sync adapters. + + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -690,8 +1005,19 @@ System.String - To be added. - To be added. + Generic column for use by sync adapters. + + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -714,8 +1040,19 @@ System.String - To be added. - To be added. + Generic column for use by sync adapters. + + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -738,8 +1075,19 @@ System.String - To be added. - To be added. + Generic column for use by sync adapters. + + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+IDataUsageStatColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+IDataUsageStatColumns.xml index 326a627dbf..f5a8f28aba 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+IDataUsageStatColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+IDataUsageStatColumns.xml @@ -9,8 +9,19 @@ - To be added. - To be added. + Columns in the Data_Usage_Stat table + + + + Java documentation for android.provider.ContactsContract.DataUsageStatColumns. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -37,8 +48,19 @@ System.String - To be added. - To be added. + The last time (in milliseconds) this Data was used. + + + + Java documentation for android.provider.ContactsContract.DataUsageStatColumns.LAST_TIME_USED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -65,8 +87,19 @@ System.String - To be added. - To be added. + The number of times the referenced Data has been used. + + + + Java documentation for android.provider.ContactsContract.DataUsageStatColumns.TIMES_USED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+IDeletedContactsColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+IDeletedContactsColumns.xml index 623a6194c1..d4dec5b3ac 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+IDeletedContactsColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+IDeletedContactsColumns.xml @@ -33,8 +33,19 @@ System.String - To be added. - To be added. + Time (milliseconds since epoch) that the contact was deleted. + + + + Java documentation for android.provider.ContactsContract.DeletedContactsColumns.CONTACT_DELETED_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -57,8 +68,19 @@ System.String - To be added. - To be added. + A reference to the ContactsContract.Contacts#_ID that was deleted. + + + + Java documentation for android.provider.ContactsContract.DeletedContactsColumns.CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+IGroupsColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+IGroupsColumns.xml index c48ce86dda..e0c4f5f77d 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+IGroupsColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+IGroupsColumns.xml @@ -10,7 +10,18 @@ To be added. - To be added. + + + + Java documentation for android.provider.ContactsContract.GroupsColumns. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -33,8 +44,20 @@ System.String - To be added. - To be added. + Any newly created contacts will automatically be added to groups that have this + flag set to true. + + + + Java documentation for android.provider.ContactsContract.GroupsColumns.AUTO_ADD. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -57,8 +80,19 @@ System.String - To be added. - To be added. + The data set within the account that this group belongs to. + + + + Java documentation for android.provider.ContactsContract.GroupsColumns.DATA_SET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -81,8 +115,20 @@ System.String - To be added. - To be added. + The "deleted" flag: "0" by default, "1" if the row has been marked + for deletion. + + + + Java documentation for android.provider.ContactsContract.GroupsColumns.DELETED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -105,8 +151,21 @@ System.String - To be added. - To be added. + When a contacts is marked as a favorites it will be automatically added + to the groups that have this flag set, and when it is removed from favorites + it will be removed from these groups. + + + + Java documentation for android.provider.ContactsContract.GroupsColumns.FAVORITES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -129,8 +188,20 @@ System.String - To be added. - To be added. + The "read-only" flag: "0" by default, "1" if the row cannot be modified or + deleted except by a sync adapter. + + + + Java documentation for android.provider.ContactsContract.GroupsColumns.GROUP_IS_READ_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -153,8 +224,20 @@ System.String - To be added. - To be added. + Flag indicating if the contacts belonging to this group should be + visible in any user interface. + + + + Java documentation for android.provider.ContactsContract.GroupsColumns.GROUP_VISIBLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -177,8 +260,19 @@ System.String - To be added. - To be added. + Notes about the group. + + + + Java documentation for android.provider.ContactsContract.GroupsColumns.NOTES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -201,8 +295,20 @@ System.String - To be added. - To be added. + The package name to use when creating Resources objects for + this group. + + + + Java documentation for android.provider.ContactsContract.GroupsColumns.RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -225,8 +331,20 @@ System.String - To be added. - To be added. + Whether this group should be synced if the SYNC_EVERYTHING settings + is false for this group's account. + + + + Java documentation for android.provider.ContactsContract.GroupsColumns.SHOULD_SYNC. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -249,8 +367,20 @@ System.String - To be added. - To be added. + The total number of Contacts that have + CommonDataKinds.GroupMembership in this group. + + + + Java documentation for android.provider.ContactsContract.GroupsColumns.SUMMARY_COUNT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -273,8 +403,20 @@ System.String - To be added. - To be added. + The total number of Contacts that have both + CommonDataKinds.GroupMembership in this group, and also have phone numbers. + + + + Java documentation for android.provider.ContactsContract.GroupsColumns.SUMMARY_WITH_PHONES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -297,8 +439,19 @@ System.String - To be added. - To be added. + The ID of this group if it is a System Group, i. + + + + Java documentation for android.provider.ContactsContract.GroupsColumns.SYSTEM_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -321,8 +474,19 @@ System.String - To be added. - To be added. + The display title of this group. + + + + Java documentation for android.provider.ContactsContract.GroupsColumns.TITLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -345,8 +509,20 @@ System.String - To be added. - To be added. + The display title of this group to load as a resource from + #RES_PACKAGE, which may be localized. + + + + Java documentation for android.provider.ContactsContract.GroupsColumns.TITLE_RES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+IPhoneLookupColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+IPhoneLookupColumns.xml index a5fa0b027a..94ddc03e60 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+IPhoneLookupColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+IPhoneLookupColumns.xml @@ -10,7 +10,18 @@ To be added. - To be added. + + + + Java documentation for android.provider.ContactsContract.PhoneLookupColumns. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -33,8 +44,20 @@ System.String - To be added. - To be added. + A reference to the ContactsContract.Contacts#_ID that this + data belongs to. + + + + Java documentation for android.provider.ContactsContract.PhoneLookupColumns.CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -57,8 +80,19 @@ System.String - To be added. - To be added. + The ID of the data row. + + + + Java documentation for android.provider.ContactsContract.PhoneLookupColumns.DATA_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -81,8 +115,19 @@ System.String - To be added. - To be added. + The user defined label for the phone number. + + + + Java documentation for android.provider.ContactsContract.PhoneLookupColumns.LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -105,8 +150,19 @@ System.String - To be added. - To be added. + The phone number's E164 representation. + + + + Java documentation for android.provider.ContactsContract.PhoneLookupColumns.NORMALIZED_NUMBER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -129,8 +185,19 @@ System.String - To be added. - To be added. + The phone number as the user entered it. + + + + Java documentation for android.provider.ContactsContract.PhoneLookupColumns.NUMBER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -153,8 +220,19 @@ System.String - To be added. - To be added. + The type of phone number, for example Home or Work. + + + + Java documentation for android.provider.ContactsContract.PhoneLookupColumns.TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+IPresenceColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+IPresenceColumns.xml index 1d5c6b1b32..d29449a07a 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+IPresenceColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+IPresenceColumns.xml @@ -9,8 +9,20 @@ - To be added. - To be added. + Additional data mixed in with StatusColumns to link + back to specific ContactsContract.Data#_ID entries. + + + + Java documentation for android.provider.ContactsContract.PresenceColumns. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -33,8 +45,19 @@ System.String - To be added. - To be added. + Name of the custom protocol. + + + + Java documentation for android.provider.ContactsContract.PresenceColumns.CUSTOM_PROTOCOL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -57,8 +80,19 @@ System.String - To be added. - To be added. + Reference to the Data#_ID entry that owns this presence. + + + + Java documentation for android.provider.ContactsContract.PresenceColumns.DATA_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -81,8 +115,19 @@ System.String - To be added. - To be added. + The IM account for the local user that the presence data came from. + + + + Java documentation for android.provider.ContactsContract.PresenceColumns.IM_ACCOUNT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -105,8 +150,19 @@ System.String - To be added. - To be added. + The IM handle the presence item is for. + + + + Java documentation for android.provider.ContactsContract.PresenceColumns.IM_HANDLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -129,8 +185,19 @@ System.String - To be added. - To be added. + See CommonDataKinds.Im for a list of defined protocol constants. + + + + Java documentation for android.provider.ContactsContract.PresenceColumns.PROTOCOL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+IRawContactsColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+IRawContactsColumns.xml index cf34a054b2..249c71df83 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+IRawContactsColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+IRawContactsColumns.xml @@ -33,8 +33,21 @@ System.String - To be added. - To be added. + A concatenation of the account type and data set (delimited by a forward + slash) - if the data set is empty, this will be the same as the account + type. + + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.ACCOUNT_TYPE_AND_DATA_SET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -57,8 +70,19 @@ System.String - To be added. - To be added. + The aggregation mode for this contact. + + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.AGGREGATION_MODE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -81,8 +105,19 @@ System.String - To be added. - To be added. + Persistent unique id for each raw_contact within its account. + + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.BACKUP_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -105,8 +140,20 @@ System.String - To be added. - To be added. + A reference to the ContactsContract.Contacts#_ID that this + data belongs to. + + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -129,8 +176,19 @@ System.String - To be added. - To be added. + The data set within the account that this row belongs to. + + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.DATA_SET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -153,8 +211,20 @@ System.String - To be added. - To be added. + The "deleted" flag: "0" by default, "1" if the row has been marked + for deletion. + + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.DELETED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -181,8 +251,20 @@ System.String - To be added. - To be added. + Flag indicating that a raw contact's metadata has changed, and its metadata + needs to be synchronized by the server. + + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.METADATA_DIRTY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -205,8 +287,20 @@ System.String - To be added. - To be added. + The "read-only" flag: "0" by default, "1" if the row cannot be modified or + deleted except by a sync adapter. + + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_READ_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -229,8 +323,20 @@ System.String - To be added. - To be added. + Flag that reflects whether this raw contact belongs to the user's + personal profile entry. + + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_USER_PROFILE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+ISettingsColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+ISettingsColumns.xml index a2b40d0f00..1a9940c50b 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+ISettingsColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+ISettingsColumns.xml @@ -10,7 +10,18 @@ To be added. - To be added. + + + + Java documentation for android.provider.ContactsContract.SettingsColumns. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -33,8 +44,19 @@ System.String - To be added. - To be added. + The name of the account instance to which this row belongs. + + + + Java documentation for android.provider.ContactsContract.SettingsColumns.ACCOUNT_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -57,8 +79,20 @@ System.String - To be added. - To be added. + The type of account to which this row belongs, which when paired with + #ACCOUNT_NAME identifies a specific account. + + + + Java documentation for android.provider.ContactsContract.SettingsColumns.ACCOUNT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -81,8 +115,21 @@ System.String - To be added. - To be added. + Read-only flag indicating if this #SHOULD_SYNC or any + Groups#SHOULD_SYNC under this account have been marked as + unsynced. + + + + Java documentation for android.provider.ContactsContract.SettingsColumns.ANY_UNSYNCED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -105,8 +152,19 @@ System.String - To be added. - To be added. + The data set within the account that this row belongs to. + + + + Java documentation for android.provider.ContactsContract.SettingsColumns.DATA_SET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -129,8 +187,20 @@ System.String - To be added. - To be added. + Depending on the mode defined by the sync-adapter, this flag controls + the top-level sync behavior for this data source. + + + + Java documentation for android.provider.ContactsContract.SettingsColumns.SHOULD_SYNC. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -153,8 +223,20 @@ System.String - To be added. - To be added. + Read-only count of Contacts from a specific source that have + no CommonDataKinds.GroupMembership entries. + + + + Java documentation for android.provider.ContactsContract.SettingsColumns.UNGROUPED_COUNT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -177,8 +259,20 @@ System.String - To be added. - To be added. + Flag indicating if contacts without any CommonDataKinds.GroupMembership + entries should be visible in any user interface. + + + + Java documentation for android.provider.ContactsContract.SettingsColumns.UNGROUPED_VISIBLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -201,8 +295,20 @@ System.String - To be added. - To be added. + Read-only count of Contacts from a specific source that have + no CommonDataKinds.GroupMembership entries, and also have phone numbers. + + + + Java documentation for android.provider.ContactsContract.SettingsColumns.UNGROUPED_WITH_PHONES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+IStatusColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+IStatusColumns.xml index c7282e4a33..7369fe87d8 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+IStatusColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+IStatusColumns.xml @@ -9,8 +9,19 @@ - To be added. - To be added. + Social status update columns. + + + + Java documentation for android.provider.ContactsContract.StatusColumns. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -33,8 +44,19 @@ System.String - To be added. - To be added. + Contact's audio/video chat capability level. + + + + Java documentation for android.provider.ContactsContract.StatusColumns.CHAT_CAPABILITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -57,8 +79,19 @@ System.String - To be added. - To be added. + Contact's latest presence level. + + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -86,7 +119,18 @@ To be added. - To be added. + + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_CUSTOM_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -114,7 +158,18 @@ To be added. - To be added. + + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -137,8 +192,19 @@ System.String - To be added. - To be added. + Contact latest status update. + + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -161,8 +227,19 @@ System.String - To be added. - To be added. + The resource ID of the icon for the source of the status update. + + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_ICON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -185,8 +262,19 @@ System.String - To be added. - To be added. + The resource ID of the label describing the source of the status update, e. + + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -209,8 +297,19 @@ System.String - To be added. - To be added. + The package containing resources for this status: label and icon. + + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -233,8 +332,19 @@ System.String - To be added. - To be added. + The absolute time in milliseconds when the latest status was inserted/updated. + + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+IStreamItemPhotosColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+IStreamItemPhotosColumns.xml index 88570f05b0..985546a0ce 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+IStreamItemPhotosColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+IStreamItemPhotosColumns.xml @@ -15,8 +15,19 @@ - To be added. - To be added. + Columns in the StreamItemPhotos table. + + + + Java documentation for android.provider.ContactsContract.StreamItemPhotosColumns. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -43,8 +54,19 @@ System.String - To be added. - To be added. + Photo file ID for the photo. + + + + Java documentation for android.provider.ContactsContract.StreamItemPhotosColumns.PHOTO_FILE_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -71,8 +93,19 @@ System.String - To be added. - To be added. + URI for retrieving the photo content, automatically populated. + + + + Java documentation for android.provider.ContactsContract.StreamItemPhotosColumns.PHOTO_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -99,8 +132,19 @@ System.String - To be added. - To be added. + An integer to use for sort order for photos in the stream item. + + + + Java documentation for android.provider.ContactsContract.StreamItemPhotosColumns.SORT_INDEX. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -127,8 +171,19 @@ System.String - To be added. - To be added. + A reference to the StreamItems#_ID this photo is associated with. + + + + Java documentation for android.provider.ContactsContract.StreamItemPhotosColumns.STREAM_ITEM_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -155,8 +210,19 @@ System.String - To be added. - To be added. + Generic column for use by sync adapters. + + + + Java documentation for android.provider.ContactsContract.StreamItemPhotosColumns.SYNC1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -183,8 +249,19 @@ System.String - To be added. - To be added. + Generic column for use by sync adapters. + + + + Java documentation for android.provider.ContactsContract.StreamItemPhotosColumns.SYNC2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -211,8 +288,19 @@ System.String - To be added. - To be added. + Generic column for use by sync adapters. + + + + Java documentation for android.provider.ContactsContract.StreamItemPhotosColumns.SYNC3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -239,8 +327,19 @@ System.String - To be added. - To be added. + Generic column for use by sync adapters. + + + + Java documentation for android.provider.ContactsContract.StreamItemPhotosColumns.SYNC4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+IStreamItemsColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+IStreamItemsColumns.xml index 676e81d092..4fd8c41ab7 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+IStreamItemsColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+IStreamItemsColumns.xml @@ -15,8 +15,19 @@ - To be added. - To be added. + Columns in the StreamItems table. + + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -43,8 +54,19 @@ System.String - To be added. - To be added. + The account name to which the raw_contact of this item is associated. + + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.ACCOUNT_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -71,8 +93,19 @@ System.String - To be added. - To be added. + The account type to which the raw_contact of this item is associated. + + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.ACCOUNT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -99,8 +132,21 @@ System.String - To be added. - To be added. + Summary information about the stream item, for example to indicate how + many people have reshared it, how many have liked it, how many thumbs + up and/or thumbs down it has, what the original source was, etc. + + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.COMMENTS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -127,8 +173,20 @@ System.String - To be added. - To be added. + A reference to the android.provider.ContactsContract.Contacts#_ID + that this stream item belongs to. + + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -155,8 +213,20 @@ System.String - To be added. - To be added. + A reference to the android.provider.ContactsContract.Contacts#LOOKUP_KEY + that this stream item belongs to. + + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.CONTACT_LOOKUP_KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -183,8 +253,19 @@ System.String - To be added. - To be added. + The data set within the account that the raw_contact of this row belongs to. + + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.DATA_SET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -211,8 +292,20 @@ System.String - To be added. - To be added. + A reference to the RawContacts#_ID + that this stream item belongs to. + + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.RAW_CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -239,8 +332,19 @@ System.String - To be added. - To be added. + The source_id of the raw_contact that this row belongs to. + + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.RAW_CONTACT_SOURCE_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -267,8 +371,19 @@ System.String - To be added. - To be added. + The resource name of the icon for the source of the stream item. + + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.RES_ICON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -295,8 +410,19 @@ System.String - To be added. - To be added. + The resource name of the label describing the source of the status update, e. + + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.RES_LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -323,8 +449,20 @@ System.String - To be added. - To be added. + The package name to use when creating Resources objects for + this stream item. + + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -351,8 +489,19 @@ System.String - To be added. - To be added. + Generic column for use by sync adapters. + + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.SYNC1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -379,8 +528,19 @@ System.String - To be added. - To be added. + Generic column for use by sync adapters. + + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.SYNC2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -407,8 +567,19 @@ System.String - To be added. - To be added. + Generic column for use by sync adapters. + + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.SYNC3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -435,8 +606,19 @@ System.String - To be added. - To be added. + Generic column for use by sync adapters. + + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.SYNC4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -463,8 +645,19 @@ System.String - To be added. - To be added. + The main textual contents of the item. + + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.TEXT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -491,8 +684,20 @@ System.String - To be added. - To be added. + The absolute time (milliseconds since epoch) when this stream item was + inserted/updated. + + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+ISyncColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+ISyncColumns.xml index b34e805a1a..359836bd1e 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+ISyncColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+ISyncColumns.xml @@ -9,8 +9,20 @@ - To be added. - To be added. + Columns that appear when each row of a table belongs to a specific + account, including sync information that an account may need. + + + + Java documentation for android.provider.ContactsContract.SyncColumns. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -33,8 +45,20 @@ System.String - To be added. - To be added. + The name of the account instance to which this row belongs, which when paired with + #ACCOUNT_TYPE identifies a specific account. + + + + Java documentation for android.provider.ContactsContract.SyncColumns.ACCOUNT_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -57,8 +81,20 @@ System.String - To be added. - To be added. + The type of account to which this row belongs, which when paired with + #ACCOUNT_NAME identifies a specific account. + + + + Java documentation for android.provider.ContactsContract.SyncColumns.ACCOUNT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -81,8 +117,20 @@ System.String - To be added. - To be added. + Flag indicating that #VERSION has changed, and this row needs + to be synchronized by its owning account. + + + + Java documentation for android.provider.ContactsContract.SyncColumns.DIRTY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -105,8 +153,19 @@ System.String - To be added. - To be added. + String that uniquely identifies this row to its source account. + + + + Java documentation for android.provider.ContactsContract.SyncColumns.SOURCE_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -129,8 +188,20 @@ System.String - To be added. - To be added. + Version number that is updated whenever this row or its related data + changes. + + + + Java documentation for android.provider.ContactsContract.SyncColumns.VERSION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+Intents.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+Intents.xml index 0df897997d..82581b49a1 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+Intents.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+Intents.xml @@ -18,15 +18,19 @@ - Contains helper classes used to create or manage - that involve contacts. + Contains helper classes used to create or manage android.content.Intent Intents + that involve contacts. - Android platform documentation + Java documentation for android.provider.ContactsContract.Intents. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -104,7 +108,16 @@ Starts an Activity that lets the user pick a contact to attach an image to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Intents.ATTACH_IMAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -131,7 +144,16 @@ This is the intent that is fired when the contacts database is created. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Intents.CONTACTS_DATABASE_CREATED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -156,11 +178,20 @@ System.String - Used with to specify an exact - description to be shown when prompting user about creating a new - contact. + Used with #SHOW_OR_CREATE_CONTACT to specify an exact + description to be shown when prompting user about creating a new + contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Intents.EXTRA_CREATE_DESCRIPTION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -185,10 +216,19 @@ System.String - Used with to force creating a new - contact if no matching contact found. + Used with #SHOW_OR_CREATE_CONTACT to force creating a new + contact if no matching contact found. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Intents.EXTRA_FORCE_CREATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -213,9 +253,18 @@ System.String - To be added. + This extra specifies a messaging app’s unique ID(s) for the contact(s), used with #ACTION_VOICE_SEND_MESSAGE_TO_CONTACTS to supply the recipient(s). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Intents.EXTRA_RECIPIENT_CONTACT_CHAT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -292,9 +341,18 @@ This is the intent that is fired when the user clicks the "invite to the network" button - on a contact. + on a contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Intents.INVITE_CONTACT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -350,9 +408,20 @@ System.String - To be added. + A string associated with an #ACTION_VOICE_SEND_MESSAGE_TO_CONTACTS activity + describing RawContacts#ACCOUNT_TYPE for the corresponding Contacts Provider + implementation. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Intents.METADATA_ACCOUNT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -376,9 +445,20 @@ System.String - To be added. + A string associated with an #ACTION_VOICE_SEND_MESSAGE_TO_CONTACTS activity + describing DataColumns#MIMETYPE for the corresponding Contacts Provider + implementation. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Intents.METADATA_MIMETYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -404,7 +484,16 @@ This is the intent that is fired when a search suggestion is clicked on. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Intents.SEARCH_SUGGESTION_CLICKED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -430,9 +519,18 @@ This is the intent that is fired when a search suggestion for creating a contact - is clicked on. + is clicked on. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Intents.SEARCH_SUGGESTION_CREATE_CONTACT_CLICKED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -458,9 +556,18 @@ This is the intent that is fired when a search suggestion for dialing a number - is clicked on. + is clicked on. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Intents.SEARCH_SUGGESTION_DIAL_NUMBER_CLICKED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -487,7 +594,16 @@ Takes as input a data URI with a mailto: or tel: scheme. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Intents.SHOW_OR_CREATE_CONTACT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+PhoneLookup+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+PhoneLookup+InterfaceConsts.xml index 3e7684c804..dc04496a4b 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+PhoneLookup+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+PhoneLookup+InterfaceConsts.xml @@ -38,9 +38,19 @@ System.String - To be added. + A reference to the ContactsContract.Contacts#_ID that this + data belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.PhoneLookupColumns.CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,9 +74,18 @@ System.String - To be added. + Timestamp (milliseconds since epoch) of when this contact was last updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.CONTACT_LAST_UPDATED_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -125,9 +144,18 @@ System.String - To be added. + URI for a custom ringtone associated with the contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.CUSTOM_RINGTONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -151,9 +179,18 @@ System.String - To be added. + The ID of the data row. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.PhoneLookupColumns.DATA_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -177,9 +214,18 @@ System.String - To be added. + The display name for the contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.DISPLAY_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -203,9 +249,19 @@ System.String - To be added. + An alternative representation of the display name, such as "family name first" + instead of "given name first" for Western names. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_ALTERNATIVE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -229,9 +285,20 @@ System.String - To be added. + The standard text shown as the contact's display name, based on the best + available information for the contact (for example, it might be the email address + if the name is not available). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -255,9 +322,19 @@ System.String - To be added. + The kind of data that is used as the display name for the contact, such as + structured name or email address. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_SOURCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -281,9 +358,18 @@ System.String - To be added. + An indicator of whether this contact has at least one phone number. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.HAS_PHONE_NUMBER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -342,9 +428,18 @@ System.String - To be added. + Flag that reflects whether the contact exists inside the default directory. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IN_DEFAULT_DIRECTORY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -368,9 +463,19 @@ System.String - To be added. + Flag that reflects the Groups#GROUP_VISIBLE state of any + CommonDataKinds.GroupMembership for this contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IN_VISIBLE_GROUP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -394,9 +499,19 @@ System.String - To be added. + Flag that reflects whether this contact represents the user's + personal profile entry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IS_USER_PROFILE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -420,9 +535,18 @@ System.String - To be added. + The user defined label for the phone number. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.PhoneLookupColumns.LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -450,9 +574,18 @@ System.String - To be added. + The last time a contact was contacted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.LAST_TIME_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -476,9 +609,19 @@ System.String - To be added. + An opaque value that contains hints on how to find the contact if + its row id changed as a result of a sync or aggregation. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.LOOKUP_KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -502,9 +645,18 @@ System.String - To be added. + Reference to the row in the RawContacts table holding the contact name. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.NAME_RAW_CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -528,9 +680,18 @@ System.String - To be added. + The phone number's E164 representation. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.PhoneLookupColumns.NORMALIZED_NUMBER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -554,9 +715,18 @@ System.String - To be added. + The phone number as the user entered it. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.PhoneLookupColumns.NUMBER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -580,9 +750,19 @@ System.String - To be added. + Pronunciation of the full name in the phonetic alphabet specified by + #PHONETIC_NAME_STYLE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -606,9 +786,18 @@ System.String - To be added. + The phonetic alphabet used to represent the #PHONETIC_NAME. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME_STYLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -632,9 +821,18 @@ System.String - To be added. + Photo file ID of the full-size photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_FILE_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -658,9 +856,18 @@ System.String - To be added. + Reference to the row in the data table holding the photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -684,9 +891,18 @@ System.String - To be added. + A URI that can be used to retrieve a thumbnail of the contact's photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_THUMBNAIL_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -710,9 +926,18 @@ System.String - To be added. + A URI that can be used to retrieve the contact's full-size photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -736,9 +961,18 @@ System.String - To be added. + The position at which the contact is pinned. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.PINNED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -762,9 +996,18 @@ System.String - To be added. + Whether the contact should always be sent to voicemail. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.SEND_TO_VOICEMAIL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -788,9 +1031,19 @@ System.String - To be added. + Sort key based on the alternative representation of the full name, + #DISPLAY_NAME_ALTERNATIVE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_ALTERNATIVE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -814,9 +1067,19 @@ System.String - To be added. + Sort key that takes into account locale-based traditions for sorting + names in address books. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -840,9 +1103,18 @@ System.String - To be added. + Is the contact starred? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.STARRED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -870,9 +1142,18 @@ System.String - To be added. + The number of times a contact has been contacted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.TIMES_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -896,9 +1177,18 @@ System.String - To be added. + The type of phone number, for example Home or Work. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.PhoneLookupColumns.TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+PhoneLookup.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+PhoneLookup.xml index 85fe02ab83..869c9bde1c 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+PhoneLookup.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+PhoneLookup.xml @@ -19,14 +19,18 @@ A table that represents the result of looking up a phone number, for - example for caller ID. + example for caller ID. - Android platform documentation + Java documentation for android.provider.ContactsContract.PhoneLookup. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -54,7 +58,16 @@ The content:// style URI for this table. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.PhoneLookup.CONTENT_FILTER_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -79,10 +92,19 @@ Android.Net.Uri - To be added. + URI used for the "enterprise caller-id". To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.PhoneLookup.ENTERPRISE_CONTENT_FILTER_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -137,9 +159,20 @@ System.String - To be added. + If this boolean parameter is set to true, then the appended query is treated as a + SIP address and the lookup will be performed against SIP addresses in the user's + contacts. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.PhoneLookup.QUERY_PARAMETER_SIP_ADDRESS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+PhoneLookupColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+PhoneLookupColumns.xml index 1ffbcb0ed7..2afc6bfcac 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+PhoneLookupColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+PhoneLookupColumns.xml @@ -57,9 +57,19 @@ System.String - To be added. + A reference to the ContactsContract.Contacts#_ID that this + data belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.PhoneLookupColumns.CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -87,9 +97,18 @@ System.String - To be added. + The ID of the data row. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.PhoneLookupColumns.DATA_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -119,7 +138,16 @@ The user defined label for the phone number. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.PhoneLookupColumns.LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -150,7 +178,16 @@ The phone number's E164 representation. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.PhoneLookupColumns.NORMALIZED_NUMBER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -181,7 +218,16 @@ The phone number as the user entered it. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.PhoneLookupColumns.NUMBER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -212,7 +258,16 @@ The type of phone number, for example Home or Work. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.PhoneLookupColumns.TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+PhoneticNameStyle.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+PhoneticNameStyle.xml index dfe14104be..5ced7d4b94 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+PhoneticNameStyle.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+PhoneticNameStyle.xml @@ -60,9 +60,18 @@ 4 Hiragana and Katakana are two common styles of writing out the pronunciation - of a Japanese names. + of a Japanese names. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.PhoneticNameStyle.JAPANESE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -94,7 +103,16 @@ Hangul is the Korean phonetic alphabet. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.PhoneticNameStyle.KOREAN. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -126,7 +144,16 @@ Pinyin is a phonetic method of entering Chinese characters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.PhoneticNameStyle.PINYIN. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+PinnedPositions.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+PinnedPositions.xml index 5b8b1eebf2..c00d270526 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+PinnedPositions.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+PinnedPositions.xml @@ -18,14 +18,19 @@ - To be added. + Contact-specific information about whether or not a contact has been pinned by the user + at a particular position within the system contact application's user interface. - Android platform documentation + Java documentation for android.provider.ContactsContract.PinnedPositions. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -73,9 +78,19 @@ -1 - To be added. + Value of pinned position for a contact that a user has indicated should be considered + of the lowest priority. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.PinnedPositions.DEMOTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -135,12 +150,22 @@ - To be added. To be added. - To be added. - To be added. + to perform the pinning operation on. + the position to pin the contact at. To unpin a contact, use + PinnedPositions#UNPINNED. + Pins a contact at a provided position, or unpins a contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.PinnedPositions.pin(android.content.ContentResolver, long, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -230,11 +255,20 @@ - To be added. - To be added. - To be added. + to perform the undemote operation on. + the id of the contact to undemote. + Undemotes a formerly demoted contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.PinnedPositions.undemote(android.content.ContentResolver, long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -259,9 +293,18 @@ 0 - To be added. + Default value for the pinned position of an unpinned contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.PinnedPositions.UNPINNED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+Presence.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+Presence.xml index c5ef883fc4..78754d6d31 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+Presence.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+Presence.xml @@ -24,7 +24,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Presence. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+PresenceColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+PresenceColumns.xml index fe17267646..f88af0413d 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+PresenceColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+PresenceColumns.xml @@ -61,7 +61,16 @@ Name of the custom protocol. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.PresenceColumns.CUSTOM_PROTOCOL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -90,9 +99,18 @@ System.String - Reference to the entry that owns this presence. + Reference to the Data#_ID entry that owns this presence. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.PresenceColumns.DATA_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -123,7 +141,16 @@ The IM account for the local user that the presence data came from. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.PresenceColumns.IM_ACCOUNT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -154,7 +181,16 @@ The IM handle the presence item is for. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.PresenceColumns.IM_HANDLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -183,9 +219,18 @@ System.String - See T:Android.Provider.ContactsContract+CommonDataKinds+Im for a list of defined protocol constants. + See CommonDataKinds.Im for a list of defined protocol constants. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.PresenceColumns.PROTOCOL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+Profile+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+Profile+InterfaceConsts.xml index c694c88f12..9d146fb98c 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+Profile+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+Profile+InterfaceConsts.xml @@ -38,9 +38,18 @@ System.String - To be added. + Contact Chat Capabilities. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_CHAT_CAPABILITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,9 +73,18 @@ System.String - To be added. + Timestamp (milliseconds since epoch) of when this contact was last updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.CONTACT_LAST_UPDATED_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -90,9 +108,18 @@ System.String - To be added. + Contact presence status. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -116,9 +143,18 @@ System.String - To be added. + Contact's latest status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -142,9 +178,18 @@ System.String - To be added. + The resource ID of the icon for the source of contact status. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_ICON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -168,9 +213,19 @@ System.String - To be added. + The resource ID of the label describing the source of contact + status, e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -194,9 +249,18 @@ System.String - To be added. + The package containing resources for this status: label and icon. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -220,9 +284,19 @@ System.String - To be added. + The absolute time in milliseconds when the latest status was + inserted/updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -281,9 +355,18 @@ System.String - To be added. + URI for a custom ringtone associated with the contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.CUSTOM_RINGTONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -307,9 +390,18 @@ System.String - To be added. + The display name for the contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.DISPLAY_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -333,9 +425,19 @@ System.String - To be added. + An alternative representation of the display name, such as "family name first" + instead of "given name first" for Western names. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_ALTERNATIVE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -359,9 +461,20 @@ System.String - To be added. + The standard text shown as the contact's display name, based on the best + available information for the contact (for example, it might be the email address + if the name is not available). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -385,9 +498,19 @@ System.String - To be added. + The kind of data that is used as the display name for the contact, such as + structured name or email address. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_SOURCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -411,9 +534,18 @@ System.String - To be added. + An indicator of whether this contact has at least one phone number. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.HAS_PHONE_NUMBER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -472,9 +604,18 @@ System.String - To be added. + Flag that reflects whether the contact exists inside the default directory. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IN_DEFAULT_DIRECTORY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -498,9 +639,19 @@ System.String - To be added. + Flag that reflects the Groups#GROUP_VISIBLE state of any + CommonDataKinds.GroupMembership for this contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IN_VISIBLE_GROUP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -524,9 +675,19 @@ System.String - To be added. + Flag that reflects whether this contact represents the user's + personal profile entry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.IS_USER_PROFILE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -554,9 +715,18 @@ System.String - To be added. + The last time a contact was contacted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.LAST_TIME_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -580,9 +750,19 @@ System.String - To be added. + An opaque value that contains hints on how to find the contact if + its row id changed as a result of a sync or aggregation. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.LOOKUP_KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -606,9 +786,18 @@ System.String - To be added. + Reference to the row in the RawContacts table holding the contact name. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.NAME_RAW_CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -632,9 +821,19 @@ System.String - To be added. + Pronunciation of the full name in the phonetic alphabet specified by + #PHONETIC_NAME_STYLE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -658,9 +857,18 @@ System.String - To be added. + The phonetic alphabet used to represent the #PHONETIC_NAME. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME_STYLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -684,9 +892,18 @@ System.String - To be added. + Photo file ID of the full-size photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_FILE_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -710,9 +927,18 @@ System.String - To be added. + Reference to the row in the data table holding the photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -736,9 +962,18 @@ System.String - To be added. + A URI that can be used to retrieve a thumbnail of the contact's photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_THUMBNAIL_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -762,9 +997,18 @@ System.String - To be added. + A URI that can be used to retrieve the contact's full-size photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -788,9 +1032,18 @@ System.String - To be added. + The position at which the contact is pinned. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.PINNED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -814,9 +1067,18 @@ System.String - To be added. + Whether the contact should always be sent to voicemail. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.SEND_TO_VOICEMAIL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -840,9 +1102,19 @@ System.String - To be added. + Sort key based on the alternative representation of the full name, + #DISPLAY_NAME_ALTERNATIVE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_ALTERNATIVE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -866,9 +1138,19 @@ System.String - To be added. + Sort key that takes into account locale-based traditions for sorting + names in address books. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -892,9 +1174,18 @@ System.String - To be added. + Is the contact starred? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.STARRED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -922,9 +1213,18 @@ System.String - To be added. + The number of times a contact has been contacted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.TIMES_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+Profile.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+Profile.xml index ef1e44fe11..a35aa588b8 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+Profile.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+Profile.xml @@ -18,14 +18,19 @@ - To be added. + Constants for the user's profile data, which is represented as a single contact on + the device that represents the user. - Android platform documentation + Java documentation for android.provider.ContactsContract.Profile. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -51,11 +56,20 @@ - for referencing the raw contacts that make up the user's profile - entry. + Uri for referencing the raw contacts that make up the user's profile + Contacts entry. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Profile.CONTENT_RAW_CONTACTS_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -81,10 +95,19 @@ The content:// style URI for this table, which requests the contact entry - representing the user's personal profile data. + representing the user's personal profile data. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Profile.CONTENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -110,13 +133,22 @@ - for referencing the user's profile entry, - Provides columns when queried, or returns the - user's profile contact formatted as a vCard when opened through - . + Uri for referencing the user's profile Contacts entry, + Provides OpenableColumns columns when queried, or returns the + user's profile contact formatted as a vCard when opened through + ContentResolver#openAssetFileDescriptor(Uri, String). To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Profile.CONTENT_VCARD_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -175,7 +207,16 @@ The minimum ID for any entity that belongs to the profile. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Profile.MIN_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+ProfileSyncState+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+ProfileSyncState+InterfaceConsts.xml index bb0f9eb376..8c5a5d0b0e 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+ProfileSyncState+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+ProfileSyncState+InterfaceConsts.xml @@ -38,9 +38,18 @@ System.String - To be added. + A reference to the name of the account to which this data belongs - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.SyncStateContract.Columns.ACCOUNT_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,9 +73,18 @@ System.String - To be added. + A reference to the type of the account to which this data belongs - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.SyncStateContract.Columns.ACCOUNT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -125,9 +143,18 @@ System.String - To be added. + The sync data associated with this account. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.SyncStateContract.Columns.DATA. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+ProfileSyncState.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+ProfileSyncState.xml index 3a9f62ee6f..7559e5b660 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+ProfileSyncState.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+ProfileSyncState.xml @@ -19,14 +19,18 @@ A table provided for sync adapters to use for storing private sync state data for the - user's personal profile. + user's personal profile. - Android platform documentation + Java documentation for android.provider.ContactsContract.ProfileSyncState. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -79,11 +83,19 @@ Android.Net.Uri - The content:// style URI for this table - + The content:// style URI for this table To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ProfileSyncState.CONTENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -118,7 +130,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ProfileSyncState.get(android.content.ContentProviderClient, android.accounts.Account). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -155,7 +176,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ProfileSyncState.getWithUri(android.content.ContentProviderClient, android.accounts.Account). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -223,7 +253,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ProfileSyncState.newSetOperation(android.accounts.Account, byte[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -260,7 +299,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ProfileSyncState.set(android.content.ContentProviderClient, android.accounts.Account, byte[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+ProviderStatus.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+ProviderStatus.xml index a82844bf04..78a166e79c 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+ProviderStatus.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+ProviderStatus.xml @@ -18,14 +18,18 @@ - To be added. + API for inquiring about the general status of the provider. - Android platform documentation + Java documentation for android.provider.ContactsContract.ProviderStatus. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -49,9 +53,19 @@ System.String - To be added. + The MIME-type of #CONTENT_URI providing a directory of + settings. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ProviderStatus.CONTENT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -75,10 +89,19 @@ Android.Net.Uri - To be added. + The content:// style URI for this table. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ProviderStatus.CONTENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -102,9 +125,18 @@ System.String - To be added. + Timestamp (milliseconds since epoch) of when the provider's database was created. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ProviderStatus.DATABASE_CREATION_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -159,9 +191,18 @@ System.String - To be added. + An integer representing the current status of the provider. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ProviderStatus.STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+QuickContact.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+QuickContact.xml index 861674a8b0..04fe506cad 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+QuickContact.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+QuickContact.xml @@ -18,15 +18,19 @@ - Helper methods to display QuickContact dialogs that allow users to pivot on - a specific entry. + Helper methods to display QuickContact dialogs that display all the information belonging to + a specific Contacts entry. - Android platform documentation + Java documentation for android.provider.ContactsContract.QuickContact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -76,9 +80,19 @@ System.String - To be added. + Action used to launch the system contacts application and bring up a QuickContact dialog + for the provided Contacts entry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.QuickContact.ACTION_QUICK_CONTACT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -102,9 +116,19 @@ System.String - To be added. + Extra used to indicate a list of specific MIME-types to exclude and not display in the + QuickContacts dialog. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.QuickContact.EXTRA_EXCLUDE_MIMES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -128,9 +152,18 @@ System.String - To be added. + Extra used to specify size of QuickContacts. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.QuickContact.EXTRA_MODE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -154,9 +187,18 @@ System.String - To be added. + Extra used to specify which mimetype should be prioritized in the QuickContacts UI. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.QuickContact.EXTRA_PRIORITIZED_MIMETYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -225,30 +267,40 @@ - The parent that may be used as the - parent for this dialog. - Specific that this dialog should be - centered around, in screen coordinates. In particular, if - the dialog has a "callout" arrow, it will be pointed and - centered around this . If you are running at a - non-native density, you need to manually adjust using - before calling. + The parent Context that may be used as the + parent for this dialog. + Specific Rect that this dialog should be + centered around, in screen coordinates. In particular, if + the dialog has a "callout" arrow, it will be pointed and + centered around this Rect. If you are running at a + non-native density, you need to manually adjust using + DisplayMetrics#density before calling. A - P:Android.Provider.ContactsContract+Contacts.ContentLookupUri style - that describes a specific contact to feature - in this dialog. - Any of , , or - , indicating the desired dialog size, - when supported. - Optional list of F:Android.Provider.ContactsContract+DataColumns.Mimetype MIME-types - to exclude when showing this dialog. For example, when - already viewing the contact details card, this can be used - to omit the details entry from the dialog. - + ContactsContract.Contacts#CONTENT_LOOKUP_URI style + Uri that describes a specific contact to feature + in this dialog. A work lookup uri is supported here, + see CommonDataKinds.Email#ENTERPRISE_CONTENT_LOOKUP_URI and + PhoneLookup#ENTERPRISE_CONTENT_FILTER_URI. + Any of #MODE_SMALL, #MODE_MEDIUM, or + #MODE_LARGE, indicating the desired dialog size, + when supported. + Optional list of Data#MIMETYPE MIME-types + to exclude when showing this dialog. For example, when + already viewing the contact details card, this can be used + to omit the details entry from the dialog. Trigger a dialog that lists the various methods of interacting with - the requested entry. + the requested Contacts entry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.QuickContact.showQuickContact(android.content.Context, android.graphics.Rect, android.net.Uri, int, java.lang.String[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -280,14 +332,41 @@ - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. + The parent Context that may be used as the + parent for this dialog. + Specific Rect that this dialog should be + centered around, in screen coordinates. In particular, if + the dialog has a "callout" arrow, it will be pointed and + centered around this Rect. If you are running at a + non-native density, you need to manually adjust using + DisplayMetrics#density before calling. + A + ContactsContract.Contacts#CONTENT_LOOKUP_URI style + Uri that describes a specific contact to feature + in this dialog. A work lookup uri is supported here, + see CommonDataKinds.Email#ENTERPRISE_CONTENT_LOOKUP_URI and + PhoneLookup#ENTERPRISE_CONTENT_FILTER_URI. + Optional list of Data#MIMETYPE MIME-types + to exclude when showing this dialog. For example, when + already viewing the contact details card, this can be used + to omit the details entry from the dialog. + This mimetype should be prioritized in the QuickContacts UI. + For example, passing the value + CommonDataKinds.Phone#CONTENT_ITEM_TYPE can cause phone numbers to be + displayed more prominently in QuickContacts. + Trigger a dialog that lists the various methods of interacting with + the requested Contacts entry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.QuickContact.showQuickContact(android.content.Context, android.graphics.Rect, android.net.Uri, java.lang.String[], java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -325,27 +404,37 @@ - The parent that may be used as the - parent for this dialog. - Specific from your layout that this dialog - should be centered around. In particular, if the dialog - has a "callout" arrow, it will be pointed and centered - around this . - A P:Android.Provider.ContactsContract+Contacts.ContentLookupUri style - that describes a specific contact to feature - in this dialog. - Any of , , or - , indicating the desired dialog size, - when supported. - Optional list of F:Android.Provider.ContactsContract+DataColumns.Mimetype MIME-types - to exclude when showing this dialog. For example, when - already viewing the contact details card, this can be used - to omit the details entry from the dialog. - + The parent Context that may be used as the + parent for this dialog. + Specific View from your layout that this dialog + should be centered around. In particular, if the dialog + has a "callout" arrow, it will be pointed and centered + around this View. + A ContactsContract.Contacts#CONTENT_LOOKUP_URI style + Uri that describes a specific contact to feature + in this dialog. A work lookup uri is supported here, + see CommonDataKinds.Email#ENTERPRISE_CONTENT_LOOKUP_URI and + PhoneLookup#ENTERPRISE_CONTENT_FILTER_URI. + Any of #MODE_SMALL, #MODE_MEDIUM, or + #MODE_LARGE, indicating the desired dialog size, + when supported. + Optional list of Data#MIMETYPE MIME-types + to exclude when showing this dialog. For example, when + already viewing the contact details card, this can be used + to omit the details entry from the dialog. Trigger a dialog that lists the various methods of interacting with - the requested entry. + the requested Contacts entry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.QuickContact.showQuickContact(android.content.Context, android.view.View, android.net.Uri, int, java.lang.String[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -377,14 +466,39 @@ - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. + The parent Context that may be used as the + parent for this dialog. + Specific View from your layout that this dialog + should be centered around. In particular, if the dialog + has a "callout" arrow, it will be pointed and centered + around this View. + A + ContactsContract.Contacts#CONTENT_LOOKUP_URI style + Uri that describes a specific contact to feature + in this dialog. A work lookup uri is supported here, + see CommonDataKinds.Email#ENTERPRISE_CONTENT_LOOKUP_URI and + PhoneLookup#ENTERPRISE_CONTENT_FILTER_URI. + Optional list of Data#MIMETYPE MIME-types + to exclude when showing this dialog. For example, when + already viewing the contact details card, this can be used + to omit the details entry from the dialog. + This mimetype should be prioritized in the QuickContacts UI. + For example, passing the value + CommonDataKinds.Phone#CONTENT_ITEM_TYPE can cause phone numbers to be + displayed more prominently in QuickContacts. + Trigger a dialog that lists the various methods of interacting with + the requested Contacts entry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.QuickContact.showQuickContact(android.content.Context, android.view.View, android.net.Uri, java.lang.String[], java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContacts+Data+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContacts+Data+InterfaceConsts.xml index 29faf9eb60..30b31c099e 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContacts+Data+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContacts+Data+InterfaceConsts.xml @@ -42,9 +42,18 @@ System.String - To be added. + Carrier presence information. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -73,9 +82,19 @@ 1 - To be added. + Indicates that the entry is Video Telephony (VT) capable on the + current carrier. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE_VT_CAPABLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -134,9 +153,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -160,9 +188,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA10. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -186,9 +223,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA11. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -212,9 +258,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA12. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -238,9 +293,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA13. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -264,9 +328,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA14. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -290,9 +363,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA15. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -316,9 +398,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -342,9 +433,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -368,9 +468,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -394,9 +503,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA5. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -420,9 +538,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA6. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -446,9 +573,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA7. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -472,9 +608,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA8. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -498,9 +643,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA9. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -524,9 +678,18 @@ System.String - To be added. + The version of this data record. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA_VERSION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -585,9 +748,18 @@ System.String - To be added. + Whether this is the primary entry of its kind for the raw contact it belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -611,9 +783,19 @@ System.String - To be added. + The "read-only" flag: "0" by default, "1" if the row cannot be modified or + deleted except by a sync adapter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_READ_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -637,9 +819,19 @@ System.String - To be added. + Whether this is the primary entry of its kind for the aggregate + contact it belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_SUPER_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -663,9 +855,18 @@ System.String - To be added. + The MIME type of the item represented by this row. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.MIMETYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -689,8 +890,20 @@ System.String - To be added. - To be added. + The flattened android.content.ComponentName of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to + call the contact with. + + + + Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_COMPONENT_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -713,8 +926,20 @@ System.String - To be added. - To be added. + The ID of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to + call the contact with. + + + + Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -737,9 +962,19 @@ System.String - To be added. + A reference to the RawContacts#_ID + that this data belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.RAW_CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -763,9 +998,19 @@ System.String - To be added. + The package name to use when creating Resources objects for + this data row. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -789,9 +1034,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -815,9 +1069,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -841,9 +1104,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -867,9 +1139,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContacts+Entity+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContacts+Entity+InterfaceConsts.xml index 2ba2a34055..39ca8e59f3 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContacts+Entity+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContacts+Entity+InterfaceConsts.xml @@ -42,9 +42,18 @@ System.String - To be added. + Carrier presence information. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -73,9 +82,19 @@ 1 - To be added. + Indicates that the entry is Video Telephony (VT) capable on the + current carrier. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE_VT_CAPABLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -134,9 +153,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -160,9 +188,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA10. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -186,9 +223,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA11. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -212,9 +258,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA12. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -238,9 +293,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA13. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -264,9 +328,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA14. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -290,9 +363,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA15. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -316,9 +398,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -342,9 +433,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -368,9 +468,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -394,9 +503,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA5. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -420,9 +538,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA6. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -446,9 +573,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA7. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -472,9 +608,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA8. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -498,9 +643,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA9. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -524,9 +678,18 @@ System.String - To be added. + The version of this data record. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA_VERSION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -585,9 +748,18 @@ System.String - To be added. + Whether this is the primary entry of its kind for the raw contact it belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -611,9 +783,19 @@ System.String - To be added. + The "read-only" flag: "0" by default, "1" if the row cannot be modified or + deleted except by a sync adapter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_READ_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -637,9 +819,19 @@ System.String - To be added. + Whether this is the primary entry of its kind for the aggregate + contact it belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_SUPER_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -663,9 +855,18 @@ System.String - To be added. + The MIME type of the item represented by this row. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.MIMETYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -689,8 +890,20 @@ System.String - To be added. - To be added. + The flattened android.content.ComponentName of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to + call the contact with. + + + + Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_COMPONENT_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -713,8 +926,20 @@ System.String - To be added. - To be added. + The ID of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to + call the contact with. + + + + Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -737,9 +962,19 @@ System.String - To be added. + A reference to the RawContacts#_ID + that this data belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.RAW_CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -763,9 +998,19 @@ System.String - To be added. + The package name to use when creating Resources objects for + this data row. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -789,9 +1034,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -815,9 +1069,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -841,9 +1104,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -867,9 +1139,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContacts+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContacts+InterfaceConsts.xml index ac3b586302..cd24d428bc 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContacts+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContacts+InterfaceConsts.xml @@ -38,9 +38,19 @@ System.String - To be added. + The name of the account instance to which this row belongs, which when paired with + #ACCOUNT_TYPE identifies a specific account. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.SyncColumns.ACCOUNT_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,9 +74,19 @@ System.String - To be added. + The type of account to which this row belongs, which when paired with + #ACCOUNT_NAME identifies a specific account. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.SyncColumns.ACCOUNT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -90,9 +110,20 @@ System.String - To be added. + A concatenation of the account type and data set (delimited by a forward + slash) - if the data set is empty, this will be the same as the account + type. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.ACCOUNT_TYPE_AND_DATA_SET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -116,9 +147,18 @@ System.String - To be added. + The aggregation mode for this contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.AGGREGATION_MODE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -142,9 +182,18 @@ System.String - To be added. + Persistent unique id for each raw_contact within its account. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.BACKUP_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -168,9 +217,19 @@ System.String - To be added. + A reference to the ContactsContract.Contacts#_ID that this + data belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -229,9 +288,18 @@ System.String - To be added. + URI for a custom ringtone associated with the contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.CUSTOM_RINGTONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -255,9 +323,18 @@ System.String - To be added. + The data set within the account that this row belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.DATA_SET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -281,9 +358,19 @@ System.String - To be added. + The "deleted" flag: "0" by default, "1" if the row has been marked + for deletion. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.DELETED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -307,9 +394,19 @@ System.String - To be added. + Flag indicating that #VERSION has changed, and this row needs + to be synchronized by its owning account. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.SyncColumns.DIRTY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -333,9 +430,19 @@ System.String - To be added. + An alternative representation of the display name, such as "family name first" + instead of "given name first" for Western names. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_ALTERNATIVE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -359,9 +466,20 @@ System.String - To be added. + The standard text shown as the contact's display name, based on the best + available information for the contact (for example, it might be the email address + if the name is not available). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -385,9 +503,19 @@ System.String - To be added. + The kind of data that is used as the display name for the contact, such as + structured name or email address. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_SOURCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -450,9 +578,18 @@ System.String - To be added. + The last time a contact was contacted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.LAST_TIME_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -480,9 +617,19 @@ System.String - To be added. + Flag indicating that a raw contact's metadata has changed, and its metadata + needs to be synchronized by the server. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.METADATA_DIRTY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -506,9 +653,19 @@ System.String - To be added. + Pronunciation of the full name in the phonetic alphabet specified by + #PHONETIC_NAME_STYLE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -532,9 +689,18 @@ System.String - To be added. + The phonetic alphabet used to represent the #PHONETIC_NAME. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME_STYLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -558,9 +724,18 @@ System.String - To be added. + The position at which the contact is pinned. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.PINNED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -584,9 +759,19 @@ System.String - To be added. + The "read-only" flag: "0" by default, "1" if the row cannot be modified or + deleted except by a sync adapter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_READ_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -610,9 +795,19 @@ System.String - To be added. + Flag that reflects whether this raw contact belongs to the user's + personal profile entry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_USER_PROFILE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -636,9 +831,18 @@ System.String - To be added. + Whether the contact should always be sent to voicemail. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.SEND_TO_VOICEMAIL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -662,9 +866,19 @@ System.String - To be added. + Sort key based on the alternative representation of the full name, + #DISPLAY_NAME_ALTERNATIVE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_ALTERNATIVE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -688,9 +902,19 @@ System.String - To be added. + Sort key that takes into account locale-based traditions for sorting + names in address books. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -714,9 +938,18 @@ System.String - To be added. + String that uniquely identifies this row to its source account. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.SyncColumns.SOURCE_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -740,9 +973,18 @@ System.String - To be added. + Is the contact starred? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.STARRED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -766,9 +1008,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.BaseSyncColumns.SYNC1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -792,9 +1043,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.BaseSyncColumns.SYNC2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -818,9 +1078,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.BaseSyncColumns.SYNC3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -844,9 +1113,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.BaseSyncColumns.SYNC4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -874,9 +1152,18 @@ System.String - To be added. + The number of times a contact has been contacted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.ContactOptionsColumns.TIMES_CONTACTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -900,9 +1187,19 @@ System.String - To be added. + Version number that is updated whenever this row or its related data + changes. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.SyncColumns.VERSION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContacts+StreamItems+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContacts+StreamItems+InterfaceConsts.xml index 9d54ed251f..244d871be8 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContacts+StreamItems+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContacts+StreamItems+InterfaceConsts.xml @@ -42,9 +42,18 @@ System.String - To be added. + The account name to which the raw_contact of this item is associated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.ACCOUNT_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -72,9 +81,18 @@ System.String - To be added. + The account type to which the raw_contact of this item is associated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.ACCOUNT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -102,9 +120,20 @@ System.String - To be added. + Summary information about the stream item, for example to indicate how + many people have reshared it, how many have liked it, how many thumbs + up and/or thumbs down it has, what the original source was, etc. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.COMMENTS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -132,9 +161,19 @@ System.String - To be added. + A reference to the android.provider.ContactsContract.Contacts#_ID + that this stream item belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -162,9 +201,19 @@ System.String - To be added. + A reference to the android.provider.ContactsContract.Contacts#LOOKUP_KEY + that this stream item belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.CONTACT_LOOKUP_KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -227,9 +276,18 @@ System.String - To be added. + The data set within the account that the raw_contact of this row belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.DATA_SET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -292,9 +350,19 @@ System.String - To be added. + A reference to the RawContacts#_ID + that this stream item belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.RAW_CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -322,9 +390,18 @@ System.String - To be added. + The source_id of the raw_contact that this row belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.RAW_CONTACT_SOURCE_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -352,9 +429,18 @@ System.String - To be added. + The resource name of the icon for the source of the stream item. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.RES_ICON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -382,9 +468,18 @@ System.String - To be added. + The resource name of the label describing the source of the status update, e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.RES_LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -412,9 +507,19 @@ System.String - To be added. + The package name to use when creating Resources objects for + this stream item. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -442,9 +547,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.SYNC1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -472,9 +586,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.SYNC2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -502,9 +625,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.SYNC3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -532,9 +664,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.SYNC4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -562,9 +703,18 @@ System.String - To be added. + The main textual contents of the item. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.TEXT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -592,9 +742,19 @@ System.String - To be added. + The absolute time (milliseconds since epoch) when this stream item was + inserted/updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContacts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContacts.xml index 3d46894140..b0ff4e3aed 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContacts.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContacts.xml @@ -19,14 +19,18 @@ Constants for the raw contacts table, which contains one row of contact - information for each person in each synced account. + information for each person in each synced account. - Android platform documentation + Java documentation for android.provider.ContactsContract.RawContacts. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -51,10 +55,19 @@ System.String - The MIME type of the results when a raw contact ID is appended to , - yielding a subdirectory of a single person. + The MIME type of the results when a raw contact ID is appended to #CONTENT_URI, + yielding a subdirectory of a single person. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContacts.CONTENT_ITEM_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -79,10 +92,19 @@ System.String - The MIME type of the results from when a specific - ID value is not provided, and multiple raw contacts may be returned. + The MIME type of the results from #CONTENT_URI when a specific + ID value is not provided, and multiple raw contacts may be returned. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContacts.CONTENT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -108,10 +130,19 @@ The content:// style URI for this table, which requests a directory of - raw contact rows matching the selection criteria. + raw contact rows matching the selection criteria. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContacts.CONTENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -142,10 +173,21 @@ To be added. To be added. - To be added. + Build a android.provider.ContactsContract.Contacts#CONTENT_LOOKUP_URI + style Uri for the parent android.provider.ContactsContract.Contacts + entry of the given RawContacts entry. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContacts.getContactLookupUri(android.content.ContentResolver, android.net.Uri). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -174,9 +216,21 @@ To be added. - To be added. + The default value used for #ACCOUNT_NAME of raw contacts when they are inserted + without a value for this column. To be added. - To be added. + + + + Java documentation for android.provider.ContactsContract.RawContacts.getLocalAccountName(android.content.Context). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -203,9 +257,21 @@ To be added. - To be added. + The default value used for #ACCOUNT_TYPE of raw contacts when they are inserted + without a value for this column. To be added. - To be added. + + + + Java documentation for android.provider.ContactsContract.RawContacts.getLocalAccountType(android.content.Context). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContactsColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContactsColumns.xml index 674c2f3441..2e18fc7e62 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContactsColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContactsColumns.xml @@ -57,9 +57,20 @@ System.String - To be added. + A concatenation of the account type and data set (delimited by a forward + slash) - if the data set is empty, this will be the same as the account + type. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.ACCOUNT_TYPE_AND_DATA_SET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -89,7 +100,16 @@ The aggregation mode for this contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.AGGREGATION_MODE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -118,9 +138,18 @@ System.String - To be added. + Persistent unique id for each raw_contact within its account. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.BACKUP_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -148,10 +177,19 @@ System.String - A reference to the that this - data belongs to. + A reference to the ContactsContract.Contacts#_ID that this + data belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -182,7 +220,16 @@ The data set within the account that this row belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.DATA_SET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -212,9 +259,18 @@ The "deleted" flag: "0" by default, "1" if the row has been marked - for deletion. + for deletion. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.DELETED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -243,9 +299,19 @@ System.String - To be added. + Flag indicating that a raw contact's metadata has changed, and its metadata + needs to be synchronized by the server. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.METADATA_DIRTY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -274,9 +340,18 @@ The "read-only" flag: "0" by default, "1" if the row cannot be modified or - deleted except by a sync adapter. + deleted except by a sync adapter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_READ_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -306,9 +381,18 @@ Flag that reflects whether this raw contact belongs to the user's - personal profile entry. + personal profile entry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_USER_PROFILE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContactsEntity+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContactsEntity+InterfaceConsts.xml index e1654666e6..7dbc1785ba 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContactsEntity+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContactsEntity+InterfaceConsts.xml @@ -38,9 +38,20 @@ System.String - To be added. + A concatenation of the account type and data set (delimited by a forward + slash) - if the data set is empty, this will be the same as the account + type. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.ACCOUNT_TYPE_AND_DATA_SET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,9 +75,18 @@ System.String - To be added. + The aggregation mode for this contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.AGGREGATION_MODE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -90,9 +110,18 @@ System.String - To be added. + Persistent unique id for each raw_contact within its account. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.BACKUP_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -120,9 +149,18 @@ System.String - To be added. + Carrier presence information. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -151,9 +189,19 @@ 1 - To be added. + Indicates that the entry is Video Telephony (VT) capable on the + current carrier. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE_VT_CAPABLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -177,9 +225,19 @@ System.String - To be added. + A reference to the ContactsContract.Contacts#_ID that this + data belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -238,9 +296,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -264,9 +331,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA10. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -290,9 +366,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA11. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -316,9 +401,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA12. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -342,9 +436,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA13. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -368,9 +471,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA14. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -394,9 +506,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA15. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -420,9 +541,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -446,9 +576,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -472,9 +611,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -498,9 +646,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA5. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -524,9 +681,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA6. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -550,9 +716,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA7. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -576,9 +751,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA8. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -602,9 +786,18 @@ System.String - To be added. + Generic data column, the meaning is #MIMETYPE specific - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA9. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -628,9 +821,18 @@ System.String - To be added. + The data set within the account that this row belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.DATA_SET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -654,9 +856,18 @@ System.String - To be added. + The version of this data record. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.DATA_VERSION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -680,9 +891,19 @@ System.String - To be added. + The "deleted" flag: "0" by default, "1" if the row has been marked + for deletion. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.DELETED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -741,9 +962,18 @@ System.String - To be added. + Whether this is the primary entry of its kind for the raw contact it belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -767,9 +997,19 @@ System.String - To be added. + The "read-only" flag: "0" by default, "1" if the row cannot be modified or + deleted except by a sync adapter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_READ_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -793,9 +1033,19 @@ System.String - To be added. + Whether this is the primary entry of its kind for the aggregate + contact it belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.IS_SUPER_PRIMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -823,9 +1073,19 @@ System.String - To be added. + Flag indicating that a raw contact's metadata has changed, and its metadata + needs to be synchronized by the server. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.METADATA_DIRTY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -849,9 +1109,18 @@ System.String - To be added. + The MIME type of the item represented by this row. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.MIMETYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -875,8 +1144,20 @@ System.String - To be added. - To be added. + The flattened android.content.ComponentName of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to + call the contact with. + + + + Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_COMPONENT_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -899,8 +1180,20 @@ System.String - To be added. - To be added. + The ID of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to + call the contact with. + + + + Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -923,9 +1216,19 @@ System.String - To be added. + A reference to the RawContacts#_ID + that this data belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.RAW_CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -949,9 +1252,19 @@ System.String - To be added. + The "read-only" flag: "0" by default, "1" if the row cannot be modified or + deleted except by a sync adapter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_READ_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -975,9 +1288,19 @@ System.String - To be added. + Flag that reflects whether this raw contact belongs to the user's + personal profile entry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_USER_PROFILE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1001,9 +1324,19 @@ System.String - To be added. + The package name to use when creating Resources objects for + this data row. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1027,9 +1360,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1053,9 +1395,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1079,9 +1430,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1105,9 +1465,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.DataColumns.SYNC4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContactsEntity.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContactsEntity.xml index dd978e3f38..89a88b51d7 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContactsEntity.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContactsEntity.xml @@ -18,15 +18,19 @@ - - + Constants for the raw contacts entities table, which can be thought of as + an outer join of the raw_contacts table with the data table. - Android platform documentation + Java documentation for android.provider.ContactsContract.RawContactsEntity. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -51,9 +55,18 @@ System.String - The MIME type of providing a directory of raw contact entities. + The MIME type of #CONTENT_URI providing a directory of raw contact entities. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsEntity.CONTENT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -78,11 +91,19 @@ Android.Net.Uri - The content:// style URI for this table - + The content:// style URI for this table To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsEntity.CONTENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -109,7 +130,16 @@ The ID of the data column. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsEntity.DATA_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -168,7 +198,16 @@ The content:// style URI for this table, specific to the user's profile. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.RawContactsEntity.PROFILE_CONTENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+SearchSnippets.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+SearchSnippets.xml index 8f246111f0..059de3a9dd 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+SearchSnippets.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+SearchSnippets.xml @@ -18,14 +18,20 @@ - To be added. + Additional column returned by + ContactsContract.Contacts#CONTENT_FILTER_URI Contacts.CONTENT_FILTER_URI explaining + why the filter matched the contact. - Android platform documentation + Java documentation for android.provider.ContactsContract.SearchSnippets. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -95,9 +101,19 @@ System.String - To be added. + The key to ask the provider to defer the formatting of the snippet to the client if + possible, for performance reasons. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.SearchSnippets.DEFERRED_SNIPPETING_KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -152,9 +168,18 @@ System.String - To be added. + The search snippet constructed by SQLite snippeting functionality. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.SearchSnippets.SNIPPET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+Settings+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+Settings+InterfaceConsts.xml index ccdda8d54e..27263478a6 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+Settings+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+Settings+InterfaceConsts.xml @@ -38,9 +38,18 @@ System.String - To be added. + The name of the account instance to which this row belongs. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.SettingsColumns.ACCOUNT_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,9 +73,19 @@ System.String - To be added. + The type of account to which this row belongs, which when paired with + #ACCOUNT_NAME identifies a specific account. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.SettingsColumns.ACCOUNT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -90,9 +109,20 @@ System.String - To be added. + Read-only flag indicating if this #SHOULD_SYNC or any + Groups#SHOULD_SYNC under this account have been marked as + unsynced. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.SettingsColumns.ANY_UNSYNCED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -116,9 +146,18 @@ System.String - To be added. + The data set within the account that this row belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.SettingsColumns.DATA_SET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -142,9 +181,19 @@ System.String - To be added. + Depending on the mode defined by the sync-adapter, this flag controls + the top-level sync behavior for this data source. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.SettingsColumns.SHOULD_SYNC. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -168,9 +217,19 @@ System.String - To be added. + Read-only count of Contacts from a specific source that have + no CommonDataKinds.GroupMembership entries. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.SettingsColumns.UNGROUPED_COUNT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -194,9 +253,19 @@ System.String - To be added. + Flag indicating if contacts without any CommonDataKinds.GroupMembership + entries should be visible in any user interface. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.SettingsColumns.UNGROUPED_VISIBLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -220,9 +289,19 @@ System.String - To be added. + Read-only count of Contacts from a specific source that have + no CommonDataKinds.GroupMembership entries, and also have phone numbers. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.SettingsColumns.UNGROUPED_WITH_PHONES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+Settings.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+Settings.xml index 9ebd102d53..32035f49bd 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+Settings.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+Settings.xml @@ -18,14 +18,18 @@ - To be added. + Contacts-specific settings for various Account's. - Android platform documentation + Java documentation for android.provider.ContactsContract.Settings. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -50,9 +54,18 @@ System.String - The MIME-type of providing a single setting. + The MIME-type of #CONTENT_URI providing a single setting. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Settings.CONTENT_ITEM_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -77,10 +90,19 @@ System.String - The MIME-type of providing a directory of - settings. + The MIME-type of #CONTENT_URI providing a directory of + settings. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Settings.CONTENT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -105,11 +127,19 @@ Android.Net.Uri - The content:// style URI for this table - + The content:// style URI for this table To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.Settings.CONTENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+SettingsColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+SettingsColumns.xml index 1e66012ce4..a4ea50f24e 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+SettingsColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+SettingsColumns.xml @@ -59,7 +59,16 @@ The name of the account instance to which this row belongs. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.SettingsColumns.ACCOUNT_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -89,9 +98,18 @@ The type of account to which this row belongs, which when paired with - identifies a specific account. + #ACCOUNT_NAME identifies a specific account. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.SettingsColumns.ACCOUNT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -120,11 +138,20 @@ System.String - Read-only flag indicating if this or any - under this account have been marked as - unsynced. + Read-only flag indicating if this #SHOULD_SYNC or any + Groups#SHOULD_SYNC under this account have been marked as + unsynced. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.SettingsColumns.ANY_UNSYNCED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -155,7 +182,16 @@ The data set within the account that this row belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.SettingsColumns.DATA_SET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -185,9 +221,18 @@ Depending on the mode defined by the sync-adapter, this flag controls - the top-level sync behavior for this data source. + the top-level sync behavior for this data source. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.SettingsColumns.SHOULD_SYNC. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -216,10 +261,19 @@ System.String - Read-only count of from a specific source that have - no T:Android.Provider.ContactsContract+CommonDataKinds+GroupMembership entries. + Read-only count of Contacts from a specific source that have + no CommonDataKinds.GroupMembership entries. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.SettingsColumns.UNGROUPED_COUNT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -248,10 +302,19 @@ System.String - Flag indicating if contacts without any T:Android.Provider.ContactsContract+CommonDataKinds+GroupMembership - entries should be visible in any user interface. + Flag indicating if contacts without any CommonDataKinds.GroupMembership + entries should be visible in any user interface. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.SettingsColumns.UNGROUPED_VISIBLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -280,10 +343,19 @@ System.String - Read-only count of from a specific source that have - no T:Android.Provider.ContactsContract+CommonDataKinds+GroupMembership entries, and also have phone numbers. + Read-only count of Contacts from a specific source that have + no CommonDataKinds.GroupMembership entries, and also have phone numbers. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.SettingsColumns.UNGROUPED_WITH_PHONES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+SimAccount.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+SimAccount.xml index 1066bfc7fb..3b1a7b10b4 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+SimAccount.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+SimAccount.xml @@ -31,8 +31,19 @@ - To be added. - To be added. + A parcelable class encapsulating account data for contacts that originate from a SIM card. + + + + Java documentation for android.provider.ContactsContract.SimAccount. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -56,8 +67,19 @@ To be added. - To be added. - To be added. + The account_name of this SIM account. See RawContacts#ACCOUNT_NAME. + + + + Java documentation for android.provider.ContactsContract.SimAccount.getAccountName(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -81,8 +103,19 @@ To be added. - To be added. - To be added. + The account_type of this SIM account. See RawContacts#ACCOUNT_TYPE. + + + + Java documentation for android.provider.ContactsContract.SimAccount.getAccountType(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -113,8 +146,19 @@ 1 - To be added. - To be added. + EF type identifier for the ADN partition. + + + + Java documentation for android.provider.ContactsContract.SimAccount.ADN_EF_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -192,8 +236,19 @@ To be added. - To be added. - To be added. + The EF type of the contacts stored in this account. + + + + Java documentation for android.provider.ContactsContract.SimAccount.getEfType(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -224,8 +279,19 @@ 2 - To be added. - To be added. + EF type identifier for the FDN partition. + + + + Java documentation for android.provider.ContactsContract.SimAccount.FDN_EF_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -288,8 +354,19 @@ 3 - To be added. - To be added. + EF type identifier for the SDN partition. + + + + Java documentation for android.provider.ContactsContract.SimAccount.SDN_EF_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -313,8 +390,20 @@ To be added. - To be added. - To be added. + The slot index of the SIM card this account maps to. See + android.telephony.SubscriptionInfo#getSimSlotIndex(). + + + + Java documentation for android.provider.ContactsContract.SimAccount.getSimSlotIndex(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -403,8 +492,19 @@ 0 - To be added. - To be added. + An invalid EF type identifier. + + + + Java documentation for android.provider.ContactsContract.SimAccount.UNKNOWN_EF_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+SimContacts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+SimContacts.xml index 06f1b445b1..04e472ea12 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+SimContacts.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+SimContacts.xml @@ -18,8 +18,20 @@ - To be added. - To be added. + Class containing utility methods around determine what accounts in the ContactsProvider are + related to the SIM cards in the device. + + + + Java documentation for android.provider.ContactsContract.SimContacts. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -42,8 +54,20 @@ System.String - To be added. - To be added. + Broadcast Action: SIM accounts have changed, call + #getSimAccounts(ContentResolver) to get the latest. + + + + Java documentation for android.provider.ContactsContract.SimContacts.ACTION_SIM_ACCOUNTS_CHANGED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -69,10 +93,21 @@ - To be added. - To be added. + content resolver to query. + Returns all known SIM accounts. To be added. - To be added. + + + + Java documentation for android.provider.ContactsContract.SimContacts.getSimAccounts(android.content.ContentResolver). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+StatusColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+StatusColumns.xml index 4b1d6944a8..82d34b1371 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+StatusColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+StatusColumns.xml @@ -59,9 +59,18 @@ 5 - An allowed value of F:Android.Provider.ContactsContract+StatusColumns.Presence. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.AVAILABLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -91,9 +100,18 @@ 2 - An allowed value of F:Android.Provider.ContactsContract+StatusColumns.Presence. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.AWAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -123,9 +141,18 @@ 4 - An allowed flag of . + An allowed flag of #CHAT_CAPABILITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_CAMERA. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -155,9 +182,18 @@ 2 - An allowed flag of . + An allowed flag of #CHAT_CAPABILITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VIDEO. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -187,9 +223,18 @@ 1 - An allowed flag of . + An allowed flag of #CHAT_CAPABILITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VOICE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -220,7 +265,16 @@ Contact's audio/video chat capability level. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CHAT_CAPABILITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -250,9 +304,18 @@ 4 - An allowed value of F:Android.Provider.ContactsContract+StatusColumns.Presence. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.DO_NOT_DISTURB. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -282,9 +345,18 @@ 3 - An allowed value of F:Android.Provider.ContactsContract+StatusColumns.Presence. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.IDLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -314,9 +386,18 @@ 1 - An allowed value of F:Android.Provider.ContactsContract+StatusColumns.Presence. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.INVISIBLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -346,9 +427,18 @@ 0 - An allowed value of F:Android.Provider.ContactsContract+StatusColumns.Presence. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.OFFLINE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -379,7 +469,16 @@ Contact's latest presence level. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -411,7 +510,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_CUSTOM_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -443,7 +551,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -474,7 +591,16 @@ Contact latest status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -505,7 +631,16 @@ The resource ID of the icon for the source of the status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_ICON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -534,9 +669,18 @@ System.String - The resource ID of the label describing the source of the status update, e.g. + The resource ID of the label describing the source of the status update, e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -567,7 +711,16 @@ The package containing resources for this status: label and icon. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -598,7 +751,16 @@ The absolute time in milliseconds when the latest status was inserted/updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+StatusUpdates+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+StatusUpdates+InterfaceConsts.xml index e9b564f7a1..07bd32111c 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+StatusUpdates+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+StatusUpdates+InterfaceConsts.xml @@ -43,9 +43,18 @@ 5 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.AVAILABLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -74,9 +83,18 @@ 2 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.AWAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -105,9 +123,18 @@ 4 - To be added. + An allowed flag of #CHAT_CAPABILITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_CAMERA. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -136,9 +163,18 @@ 2 - To be added. + An allowed flag of #CHAT_CAPABILITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VIDEO. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -167,9 +203,18 @@ 1 - To be added. + An allowed flag of #CHAT_CAPABILITY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VOICE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -193,9 +238,18 @@ System.String - To be added. + Contact's audio/video chat capability level. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.CHAT_CAPABILITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -219,9 +273,18 @@ System.String - To be added. + Name of the custom protocol. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.PresenceColumns.CUSTOM_PROTOCOL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -245,9 +308,18 @@ System.String - To be added. + Reference to the Data#_ID entry that owns this presence. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.PresenceColumns.DATA_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -276,9 +348,18 @@ 4 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.DO_NOT_DISTURB. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -307,9 +388,18 @@ 3 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.IDLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -333,9 +423,18 @@ System.String - To be added. + The IM account for the local user that the presence data came from. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.PresenceColumns.IM_ACCOUNT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -359,9 +458,18 @@ System.String - To be added. + The IM handle the presence item is for. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.PresenceColumns.IM_HANDLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -390,9 +498,18 @@ 1 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.INVISIBLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -421,9 +538,18 @@ 0 - To be added. + An allowed value of #PRESENCE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.OFFLINE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -447,9 +573,18 @@ System.String - To be added. + Contact's latest presence level. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -479,7 +614,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_CUSTOM_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -509,7 +653,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -533,9 +686,18 @@ System.String - To be added. + See CommonDataKinds.Im for a list of defined protocol constants. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.PresenceColumns.PROTOCOL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -559,9 +721,18 @@ System.String - To be added. + Contact latest status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -585,9 +756,18 @@ System.String - To be added. + The resource ID of the icon for the source of the status update. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_ICON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -611,9 +791,18 @@ System.String - To be added. + The resource ID of the label describing the source of the status update, e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -637,9 +826,18 @@ System.String - To be added. + The package containing resources for this status: label and icon. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -663,9 +861,18 @@ System.String - To be added. + The absolute time in milliseconds when the latest status was inserted/updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+StatusUpdates.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+StatusUpdates.xml index 28a37f0b80..17963b21bb 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+StatusUpdates.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+StatusUpdates.xml @@ -18,14 +18,19 @@ - To be added. + A status update is linked to a ContactsContract.Data row and captures + the user's latest status update via the corresponding source, e. - Android platform documentation + Java documentation for android.provider.ContactsContract.StatusUpdates. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -73,10 +78,19 @@ System.String - The MIME type of a subdirectory of a single - status update detail. + The MIME type of a #CONTENT_URI subdirectory of a single + status update detail. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusUpdates.CONTENT_ITEM_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -101,10 +115,19 @@ System.String - The MIME type of providing a directory of - status update details. + The MIME type of #CONTENT_URI providing a directory of + status update details. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusUpdates.CONTENT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -129,11 +152,19 @@ Android.Net.Uri - The content:// style URI for this table - + The content:// style URI for this table To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusUpdates.CONTENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -170,9 +201,18 @@ the status to get the icon for Gets the resource ID for the proper presence icon. - To be added. + the resource ID for the proper presence icon - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusUpdates.getPresenceIconResourceId(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -209,9 +249,18 @@ The status code. Returns the precedence of the status code the higher number being the higher precedence. - To be added. + An integer representing the precedence, 0 being the lowest. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusUpdates.getPresencePrecedence(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -270,7 +319,16 @@ The content:// style URI for this table, specific to the user's profile. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StatusUpdates.PROFILE_CONTENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+StreamItemPhotos+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+StreamItemPhotos+InterfaceConsts.xml index 87ead8f67d..987435ee54 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+StreamItemPhotos+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+StreamItemPhotos+InterfaceConsts.xml @@ -112,9 +112,18 @@ System.String - To be added. + Photo file ID for the photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemPhotosColumns.PHOTO_FILE_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -142,9 +151,18 @@ System.String - To be added. + URI for retrieving the photo content, automatically populated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemPhotosColumns.PHOTO_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -172,9 +190,18 @@ System.String - To be added. + An integer to use for sort order for photos in the stream item. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemPhotosColumns.SORT_INDEX. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -202,9 +229,18 @@ System.String - To be added. + A reference to the StreamItems#_ID this photo is associated with. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemPhotosColumns.STREAM_ITEM_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -232,9 +268,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemPhotosColumns.SYNC1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -262,9 +307,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemPhotosColumns.SYNC2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -292,9 +346,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemPhotosColumns.SYNC3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -322,9 +385,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemPhotosColumns.SYNC4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+StreamItemPhotos.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+StreamItemPhotos.xml index 6cf83147f6..d95999cf23 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+StreamItemPhotos.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+StreamItemPhotos.xml @@ -84,10 +84,18 @@ System.String - - + The binary representation of the photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemPhotos.PHOTO. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+StreamItemPhotosColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+StreamItemPhotosColumns.xml index 60e8e64d94..6bbf7aefef 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+StreamItemPhotosColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+StreamItemPhotosColumns.xml @@ -60,7 +60,16 @@ Photo file ID for the photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemPhotosColumns.PHOTO_FILE_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -91,7 +100,16 @@ URI for retrieving the photo content, automatically populated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemPhotosColumns.PHOTO_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -122,7 +140,16 @@ An integer to use for sort order for photos in the stream item. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemPhotosColumns.SORT_INDEX. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -151,9 +178,18 @@ System.String - A reference to the this photo is associated with. + A reference to the StreamItems#_ID this photo is associated with. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemPhotosColumns.STREAM_ITEM_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -184,7 +220,16 @@ Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemPhotosColumns.SYNC1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -215,7 +260,16 @@ Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemPhotosColumns.SYNC2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -246,7 +300,16 @@ Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemPhotosColumns.SYNC3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -277,7 +340,16 @@ Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemPhotosColumns.SYNC4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+StreamItems+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+StreamItems+InterfaceConsts.xml index 89e49159c3..a7a411ea5a 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+StreamItems+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+StreamItems+InterfaceConsts.xml @@ -42,9 +42,18 @@ System.String - To be added. + The account name to which the raw_contact of this item is associated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.ACCOUNT_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -72,9 +81,18 @@ System.String - To be added. + The account type to which the raw_contact of this item is associated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.ACCOUNT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -102,9 +120,20 @@ System.String - To be added. + Summary information about the stream item, for example to indicate how + many people have reshared it, how many have liked it, how many thumbs + up and/or thumbs down it has, what the original source was, etc. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.COMMENTS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -132,9 +161,19 @@ System.String - To be added. + A reference to the android.provider.ContactsContract.Contacts#_ID + that this stream item belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -162,9 +201,19 @@ System.String - To be added. + A reference to the android.provider.ContactsContract.Contacts#LOOKUP_KEY + that this stream item belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.CONTACT_LOOKUP_KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -227,9 +276,18 @@ System.String - To be added. + The data set within the account that the raw_contact of this row belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.DATA_SET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -292,9 +350,19 @@ System.String - To be added. + A reference to the RawContacts#_ID + that this stream item belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.RAW_CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -322,9 +390,18 @@ System.String - To be added. + The source_id of the raw_contact that this row belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.RAW_CONTACT_SOURCE_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -352,9 +429,18 @@ System.String - To be added. + The resource name of the icon for the source of the stream item. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.RES_ICON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -382,9 +468,18 @@ System.String - To be added. + The resource name of the label describing the source of the status update, e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.RES_LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -412,9 +507,19 @@ System.String - To be added. + The package name to use when creating Resources objects for + this stream item. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -442,9 +547,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.SYNC1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -472,9 +586,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.SYNC2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -502,9 +625,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.SYNC3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -532,9 +664,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.SYNC4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -562,9 +703,18 @@ System.String - To be added. + The main textual contents of the item. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.TEXT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -592,9 +742,19 @@ System.String - To be added. + The absolute time (milliseconds since epoch) when this stream item was + inserted/updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+StreamItems+StreamItemPhotos+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+StreamItems+StreamItemPhotos+InterfaceConsts.xml index 5789a51ac8..be8e7ad52a 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+StreamItems+StreamItemPhotos+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+StreamItems+StreamItemPhotos+InterfaceConsts.xml @@ -112,9 +112,18 @@ System.String - To be added. + Photo file ID for the photo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemPhotosColumns.PHOTO_FILE_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -142,9 +151,18 @@ System.String - To be added. + URI for retrieving the photo content, automatically populated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemPhotosColumns.PHOTO_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -172,9 +190,18 @@ System.String - To be added. + An integer to use for sort order for photos in the stream item. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemPhotosColumns.SORT_INDEX. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -202,9 +229,18 @@ System.String - To be added. + A reference to the StreamItems#_ID this photo is associated with. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemPhotosColumns.STREAM_ITEM_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -232,9 +268,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemPhotosColumns.SYNC1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -262,9 +307,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemPhotosColumns.SYNC2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -292,9 +346,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemPhotosColumns.SYNC3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -322,9 +385,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemPhotosColumns.SYNC4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+StreamItems.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+StreamItems.xml index 737e5c506c..50030e7a14 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+StreamItems.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+StreamItems.xml @@ -22,10 +22,19 @@ - - + Constants for the stream_items table, which contains social stream updates from + the user's contact list. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItems. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -56,7 +65,16 @@ The MIME type of a single stream item. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItems.CONTENT_ITEM_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -86,10 +104,19 @@ This URI allows the caller to query for the maximum number of stream items - that will be stored under any single raw contact. + that will be stored under any single raw contact. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItems.CONTENT_LIMIT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -118,11 +145,20 @@ Android.Net.Uri - - + A content:// style URI for the photos stored in a sub-table underneath + stream items. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItems.CONTENT_PHOTO_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -153,7 +189,16 @@ The MIME type of a directory of stream items. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItems.CONTENT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -183,10 +228,19 @@ The content:// style URI for this table, which handles social network stream - updates for the user's contacts. + updates for the user's contacts. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItems.CONTENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -246,11 +300,20 @@ System.String - Queries to will - contain this column, with the value indicating the maximum number of - stream items that will be stored under any single raw contact. + Queries to ContactsContract.StreamItems#CONTENT_LIMIT_URI will + contain this column, with the value indicating the maximum number of + stream items that will be stored under any single raw contact. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItems.MAX_ITEMS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+StreamItemsColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+StreamItemsColumns.xml index cef7d67043..0d817a5695 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+StreamItemsColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+StreamItemsColumns.xml @@ -60,7 +60,16 @@ The account name to which the raw_contact of this item is associated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.ACCOUNT_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -91,7 +100,16 @@ The account type to which the raw_contact of this item is associated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.ACCOUNT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -120,10 +138,20 @@ System.String - - + Summary information about the stream item, for example to indicate how + many people have reshared it, how many have liked it, how many thumbs + up and/or thumbs down it has, what the original source was, etc. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.COMMENTS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -152,10 +180,19 @@ System.String - A reference to the - that this stream item belongs to. + A reference to the android.provider.ContactsContract.Contacts#_ID + that this stream item belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -184,10 +221,19 @@ System.String - A reference to the - that this stream item belongs to. + A reference to the android.provider.ContactsContract.Contacts#LOOKUP_KEY + that this stream item belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.CONTACT_LOOKUP_KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -218,7 +264,16 @@ The data set within the account that the raw_contact of this row belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.DATA_SET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -247,10 +302,19 @@ System.String - A reference to the - that this stream item belongs to. + A reference to the RawContacts#_ID + that this stream item belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.RAW_CONTACT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -281,7 +345,16 @@ The source_id of the raw_contact that this row belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.RAW_CONTACT_SOURCE_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -312,7 +385,16 @@ The resource name of the icon for the source of the stream item. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.RES_ICON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -341,9 +423,18 @@ System.String - The resource name of the label describing the source of the status update, e.g. + The resource name of the label describing the source of the status update, e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.RES_LABEL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -372,10 +463,19 @@ System.String - The package name to use when creating objects for - this stream item. + The package name to use when creating Resources objects for + this stream item. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.RES_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -406,7 +506,16 @@ Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.SYNC1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -437,7 +546,16 @@ Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.SYNC2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -468,7 +586,16 @@ Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.SYNC3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -499,7 +626,16 @@ Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.SYNC4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -528,10 +664,18 @@ System.String - - + The main textual contents of the item. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.TEXT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -561,9 +705,18 @@ The absolute time (milliseconds since epoch) when this stream item was - inserted/updated. + inserted/updated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.StreamItemsColumns.TIMESTAMP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+SyncColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+SyncColumns.xml index fdfff75268..d0dc867b9b 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+SyncColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+SyncColumns.xml @@ -60,9 +60,18 @@ The name of the account instance to which this row belongs, which when paired with - identifies a specific account. + #ACCOUNT_TYPE identifies a specific account. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.SyncColumns.ACCOUNT_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -92,9 +101,18 @@ The type of account to which this row belongs, which when paired with - identifies a specific account. + #ACCOUNT_NAME identifies a specific account. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.SyncColumns.ACCOUNT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -123,10 +141,19 @@ System.String - Flag indicating that has changed, and this row needs - to be synchronized by its owning account. + Flag indicating that #VERSION has changed, and this row needs + to be synchronized by its owning account. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.SyncColumns.DIRTY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -157,7 +184,16 @@ String that uniquely identifies this row to its source account. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.SyncColumns.SOURCE_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -186,9 +222,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.BaseSyncColumns.SYNC1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -216,9 +261,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.BaseSyncColumns.SYNC2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -246,9 +300,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.BaseSyncColumns.SYNC3. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -276,9 +339,18 @@ System.String - To be added. + Generic column for use by sync adapters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.BaseSyncColumns.SYNC4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -307,9 +379,18 @@ Version number that is updated whenever this row or its related data - changes. + changes. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.SyncColumns.VERSION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+SyncState+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+SyncState+InterfaceConsts.xml index 4ebfc22b1e..a8ca6962f9 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+SyncState+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+SyncState+InterfaceConsts.xml @@ -38,9 +38,18 @@ System.String - To be added. + A reference to the name of the account to which this data belongs - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.SyncStateContract.Columns.ACCOUNT_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,9 +73,18 @@ System.String - To be added. + A reference to the type of the account to which this data belongs - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.SyncStateContract.Columns.ACCOUNT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -125,9 +143,18 @@ System.String - To be added. + The sync data associated with this account. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.SyncStateContract.Columns.DATA. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+SyncState.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+SyncState.xml index 9f09fc7418..562f9bd7a5 100644 --- a/docs/Mono.Android/en/Android.Provider/ContactsContract+SyncState.xml +++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+SyncState.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.provider.ContactsContract.SyncState. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -78,11 +82,19 @@ Android.Net.Uri - The content:// style URI for this table - + The content:// style URI for this table To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.SyncState.CONTENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -117,7 +129,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.SyncState.get(android.content.ContentProviderClient, android.accounts.Account). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -154,7 +175,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.SyncState.getWithUri(android.content.ContentProviderClient, android.accounts.Account). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -222,7 +252,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.SyncState.newSetOperation(android.accounts.Account, byte[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -259,7 +298,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.ContactsContract.SyncState.set(android.content.ContentProviderClient, android.accounts.Account, byte[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/DocumentsContract+Document.xml b/docs/Mono.Android/en/Android.Provider/DocumentsContract+Document.xml index 9c610cee16..c3d751c144 100644 --- a/docs/Mono.Android/en/Android.Provider/DocumentsContract+Document.xml +++ b/docs/Mono.Android/en/Android.Provider/DocumentsContract+Document.xml @@ -18,14 +18,19 @@ - To be added. + Constants related to a document, including Cursor column names + and flags. - Android platform documentation + Java documentation for android.provider.DocumentsContract.Document. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -49,9 +54,19 @@ System.String - To be added. + Display name of a document, used as the primary title displayed to a + user. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.DocumentsContract.Document.COLUMN_DISPLAY_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -75,9 +90,18 @@ System.String - To be added. + Unique ID of a document. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.DocumentsContract.Document.COLUMN_DOCUMENT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -101,9 +125,18 @@ System.String - To be added. + Flags that apply to a document. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.DocumentsContract.Document.COLUMN_FLAGS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -127,9 +160,18 @@ System.String - To be added. + Specific icon resource ID for a document. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.DocumentsContract.Document.COLUMN_ICON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -153,9 +195,19 @@ System.String - To be added. + Timestamp when a document was last modified, in milliseconds since + January 1, 1970 00:00:00. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.DocumentsContract.Document.COLUMN_LAST_MODIFIED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -179,9 +231,18 @@ System.String - To be added. + Concrete MIME type of a document. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.DocumentsContract.Document.COLUMN_MIME_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -205,9 +266,18 @@ System.String - To be added. + Size of a document, in bytes, or null if unknown. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.DocumentsContract.Document.COLUMN_SIZE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -231,9 +301,18 @@ System.String - To be added. + Summary of a document, which may be shown to a user. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.DocumentsContract.Document.COLUMN_SUMMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -262,8 +341,21 @@ 32768 - To be added. - To be added. + Flag indicating that a document is a directory that wants to block itself + from being selected when the user launches an Intent#ACTION_OPEN_DOCUMENT_TREE + intent. + + + + Java documentation for android.provider.DocumentsContract.Document.FLAG_DIR_BLOCKS_OPEN_DOCUMENT_TREE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -291,9 +383,19 @@ 16 - To be added. + Flag indicating that a directory prefers its contents be shown in a + larger format grid. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.DocumentsContract.Document.FLAG_DIR_PREFERS_GRID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -322,9 +424,19 @@ 32 - To be added. + Flag indicating that a directory prefers its contents be sorted by + #COLUMN_LAST_MODIFIED. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.DocumentsContract.Document.FLAG_DIR_PREFERS_LAST_MODIFIED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -353,9 +465,19 @@ 8 - To be added. + Flag indicating that a document is a directory that supports creation + of new files within it. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.DocumentsContract.Document.FLAG_DIR_SUPPORTS_CREATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -384,8 +506,20 @@ 8192 - To be added. - To be added. + Flag indicating that a document is not complete, likely its + contents are being downloaded. + + + + Java documentation for android.provider.DocumentsContract.Document.FLAG_PARTIAL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -413,9 +547,19 @@ 128 - To be added. + Flag indicating that a document can be copied to another location + within the same document provider. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.DocumentsContract.Document.FLAG_SUPPORTS_COPY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -444,9 +588,18 @@ 4 - To be added. + Flag indicating that a document is deletable. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.DocumentsContract.Document.FLAG_SUPPORTS_DELETE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -475,8 +628,20 @@ 16384 - To be added. - To be added. + Flag indicating that a document has available metadata that can be read + using DocumentsContract#getDocumentMetadata + + + + Java documentation for android.provider.DocumentsContract.Document.FLAG_SUPPORTS_METADATA. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -504,9 +669,19 @@ 256 - To be added. + Flag indicating that a document can be moved to another location + within the same document provider. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.DocumentsContract.Document.FLAG_SUPPORTS_MOVE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -535,9 +710,18 @@ 1024 - To be added. + Flag indicating that a document can be removed from a parent. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.DocumentsContract.Document.FLAG_SUPPORTS_REMOVE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -566,9 +750,18 @@ 64 - To be added. + Flag indicating that a document can be renamed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.DocumentsContract.Document.FLAG_SUPPORTS_RENAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -597,9 +790,18 @@ 2048 - To be added. + Flag indicating that a document has settings that can be configured by user. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.DocumentsContract.Document.FLAG_SUPPORTS_SETTINGS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -628,9 +830,18 @@ 1 - To be added. + Flag indicating that a document can be represented as a thumbnail. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.DocumentsContract.Document.FLAG_SUPPORTS_THUMBNAIL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -659,9 +870,18 @@ 2 - To be added. + Flag indicating that a document supports writing. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.DocumentsContract.Document.FLAG_SUPPORTS_WRITE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -690,9 +910,19 @@ 512 - To be added. + Flag indicating that a document is virtual, and doesn't have byte + representation in the MIME type specified as #COLUMN_MIME_TYPE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.DocumentsContract.Document.FLAG_VIRTUAL_DOCUMENT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -721,9 +951,18 @@ 4096 - To be added. + Flag indicating that a Web link can be obtained for the document. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.DocumentsContract.Document.FLAG_WEB_LINKABLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -778,9 +1017,19 @@ System.String - To be added. + MIME type of a document which is a directory that may contain + additional documents. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.DocumentsContract.Document.MIME_TYPE_DIR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/DocumentsContract+Path.xml b/docs/Mono.Android/en/Android.Provider/DocumentsContract+Path.xml index 9e2db198f7..f0a043368e 100644 --- a/docs/Mono.Android/en/Android.Provider/DocumentsContract+Path.xml +++ b/docs/Mono.Android/en/Android.Provider/DocumentsContract+Path.xml @@ -31,14 +31,18 @@ - To be added. + Holds a path from a document to a particular document under it. - Android platform documentation + Java documentation for android.provider.DocumentsContract.Path. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -63,11 +67,21 @@ - To be added. - To be added. - To be added. + the ID of the root. May be null. + the list of document ID from the parent document at + position 0 to the child document. + Creates a Path. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.DocumentsContract.Path.DocumentsContract$Path(java.lang.String, java.util.List<java.lang.String>). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -150,10 +164,19 @@ - To be added. + Returns the path. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.DocumentsContract.Path.getPath(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -211,10 +234,20 @@ System.String - To be added. + Returns the root id or null if the calling package doesn't have + permission to access root information. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.DocumentsContract.Path.getRootId(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/DocumentsContract+Root.xml b/docs/Mono.Android/en/Android.Provider/DocumentsContract+Root.xml index cd84442d70..80c737b2c9 100644 --- a/docs/Mono.Android/en/Android.Provider/DocumentsContract+Root.xml +++ b/docs/Mono.Android/en/Android.Provider/DocumentsContract+Root.xml @@ -18,14 +18,19 @@ - To be added. + Constants related to a root of documents, including Cursor column + names and flags. - Android platform documentation + Java documentation for android.provider.DocumentsContract.Root. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -49,9 +54,18 @@ System.String - To be added. + Number of bytes available in this root. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.DocumentsContract.Root.COLUMN_AVAILABLE_BYTES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -75,9 +89,18 @@ System.String - To be added. + Capacity of a root in bytes. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.DocumentsContract.Root.COLUMN_CAPACITY_BYTES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -101,9 +124,19 @@ System.String - To be added. + Document which is a directory that represents the top directory of + this root. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.DocumentsContract.Root.COLUMN_DOCUMENT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -127,9 +160,18 @@ System.String - To be added. + Flags that apply to a root. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.DocumentsContract.Root.COLUMN_FLAGS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -153,9 +195,18 @@ System.String - To be added. + Icon resource ID for a root. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.DocumentsContract.Root.COLUMN_ICON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -179,9 +230,18 @@ System.String - To be added. + MIME types supported by this root. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.DocumentsContract.Root.COLUMN_MIME_TYPES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -205,8 +265,19 @@ System.String - To be added. - To be added. + Query arguments supported by this root. + + + + Java documentation for android.provider.DocumentsContract.Root.COLUMN_QUERY_ARGS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -229,9 +300,18 @@ System.String - To be added. + Unique ID of a root. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.DocumentsContract.Root.COLUMN_ROOT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -255,9 +335,18 @@ System.String - To be added. + Summary for this root, which may be shown to a user. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.DocumentsContract.Root.COLUMN_SUMMARY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -281,9 +370,18 @@ System.String - To be added. + Title for a root, which will be shown to a user. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.DocumentsContract.Root.COLUMN_TITLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -312,8 +410,19 @@ 64 - To be added. - To be added. + Flag indicating that this root is currently empty. + + + + Java documentation for android.provider.DocumentsContract.Root.FLAG_EMPTY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -341,9 +450,19 @@ 2 - To be added. + Flag indicating that this root offers content that is strictly local + on the device. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.DocumentsContract.Root.FLAG_LOCAL_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -372,9 +491,19 @@ 1 - To be added. + Flag indicating that at least one directory under this root supports + creating content. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.DocumentsContract.Root.FLAG_SUPPORTS_CREATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -403,9 +532,18 @@ 32 - To be added. + Flag indicating that this root can be ejected. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.DocumentsContract.Root.FLAG_SUPPORTS_EJECT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -434,9 +572,19 @@ 16 - To be added. + Flag indicating that this root supports testing parent child + relationships. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.DocumentsContract.Root.FLAG_SUPPORTS_IS_CHILD. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -465,9 +613,19 @@ 4 - To be added. + Flag indicating that this root can be queried to provide recently + modified documents. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.DocumentsContract.Root.FLAG_SUPPORTS_RECENTS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -496,9 +654,18 @@ 8 - To be added. + Flag indicating that this root supports search. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.DocumentsContract.Root.FLAG_SUPPORTS_SEARCH. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -553,9 +720,18 @@ System.String - To be added. + MIME type for a root. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.DocumentsContract.Root.MIME_TYPE_ITEM. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/FontsContract+Columns.xml b/docs/Mono.Android/en/Android.Provider/FontsContract+Columns.xml index c1b4271d9a..0fa2c9282f 100644 --- a/docs/Mono.Android/en/Android.Provider/FontsContract+Columns.xml +++ b/docs/Mono.Android/en/Android.Provider/FontsContract+Columns.xml @@ -22,14 +22,18 @@ - To be added. + Defines the constants used in a response from a Font Provider. - Android platform documentation + Java documentation for android.provider.FontsContract.Columns. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -57,9 +61,18 @@ System.String - To be added. + Constant used to request data from a font provider. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.FontsContract.Columns.FILE_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -87,9 +100,18 @@ System.String - To be added. + Constant used to request data from a font provider. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.FontsContract.Columns.ITALIC. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -148,9 +170,18 @@ System.String - To be added. + Constant used to request data from a font provider. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.FontsContract.Columns.RESULT_CODE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -240,9 +271,18 @@ System.String - To be added. + Constant used to request data from a font provider. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.FontsContract.Columns.TTC_INDEX. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -270,9 +310,18 @@ System.String - To be added. + Constant used to request data from a font provider. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.FontsContract.Columns.VARIATION_SETTINGS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -300,9 +349,18 @@ System.String - To be added. + Constant used to request data from a font provider. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.FontsContract.Columns.WEIGHT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/FontsContract+FontFamilyResult.xml b/docs/Mono.Android/en/Android.Provider/FontsContract+FontFamilyResult.xml index edc155ac6e..9730314aa4 100644 --- a/docs/Mono.Android/en/Android.Provider/FontsContract+FontFamilyResult.xml +++ b/docs/Mono.Android/en/Android.Provider/FontsContract+FontFamilyResult.xml @@ -22,14 +22,18 @@ - To be added. + Object returned from #fetchFonts. - Android platform documentation + Java documentation for android.provider.FontsContract.FontFamilyResult. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/FontsContract+FontInfo.xml b/docs/Mono.Android/en/Android.Provider/FontsContract+FontInfo.xml index 4aec4d618a..f2454e66e5 100644 --- a/docs/Mono.Android/en/Android.Provider/FontsContract+FontInfo.xml +++ b/docs/Mono.Android/en/Android.Provider/FontsContract+FontInfo.xml @@ -22,14 +22,18 @@ - To be added. + Object represent a font entry in the family returned from #fetchFonts. - Android platform documentation + Java documentation for android.provider.FontsContract.FontInfo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -81,10 +85,19 @@ - To be added. + Returns the list of axes associated to this font. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.FontsContract.FontInfo.getAxes(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -112,10 +125,19 @@ System.Boolean - To be added. + Returns whether this font is italic. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.FontsContract.FontInfo.isItalic(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -174,10 +196,19 @@ Android.Provider.FontResultCode - To be added. + Returns result code. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.FontsContract.FontInfo.getResultCode(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -267,10 +298,19 @@ System.Int32 - To be added. + Returns the index to be used to access this font when accessing a TTC file. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.FontsContract.FontInfo.getTtcIndex(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -298,10 +338,19 @@ Android.Net.Uri - To be added. + Returns a URI associated to this record. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.FontsContract.FontInfo.getUri(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -329,10 +378,19 @@ System.Int32 - To be added. + Returns the weight value for this font. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.FontsContract.FontInfo.getWeight(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/FontsContract+FontRequestCallback.xml b/docs/Mono.Android/en/Android.Provider/FontsContract+FontRequestCallback.xml index c72a6f41d7..9eead0d039 100644 --- a/docs/Mono.Android/en/Android.Provider/FontsContract+FontRequestCallback.xml +++ b/docs/Mono.Android/en/Android.Provider/FontsContract+FontRequestCallback.xml @@ -22,14 +22,18 @@ - To be added. + Interface used to receive asynchronously fetched typefaces. - Android platform documentation + Java documentation for android.provider.FontsContract.FontRequestCallback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -182,10 +186,19 @@ - To be added. - To be added. + The Typeface object retrieved. + Called then a Typeface request done via #requestFonts is complete. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.FontsContract.FontRequestCallback.onTypefaceRetrieved(android.graphics.Typeface). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/Settings+Global.xml b/docs/Mono.Android/en/Android.Provider/Settings+Global.xml index 6f1c886b75..0624e75ff7 100644 --- a/docs/Mono.Android/en/Android.Provider/Settings+Global.xml +++ b/docs/Mono.Android/en/Android.Provider/Settings+Global.xml @@ -19,14 +19,18 @@ Global system settings, containing preferences that always apply identically - to all defined users. + to all defined users. - Android platform documentation + Java documentation for android.provider.Settings.Global. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -76,9 +80,18 @@ System.String - Whether ADB is enabled. + Whether ADB over USB is enabled. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Global.ADB_ENABLED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -105,7 +118,16 @@ Whether Airplane Mode is on. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Global.AIRPLANE_MODE_ON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -131,9 +153,18 @@ A comma separated list of radios that need to be disabled when airplane mode - is on. + is on. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Global.AIRPLANE_MODE_RADIOS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -158,10 +189,19 @@ System.String - If 1, the activity manager will aggressively finish activities and - processes as soon as they are no longer needed. + If not 0, the activity manager will aggressively finish activities and + processes as soon as they are no longer needed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Global.ALWAYS_FINISH_ACTIVITIES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -188,7 +228,16 @@ Scaling factor for Animator-based animations. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Global.ANIMATOR_DURATION_SCALE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -213,8 +262,19 @@ System.String - To be added. - To be added. + Whether applying ramping ringer on incoming phone call ringtone. + + + + Java documentation for android.provider.Settings.Global.APPLY_RAMPING_RINGER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -237,11 +297,18 @@ System.String - Value to specify if the user prefers the date, time and time zone - to be automatically fetched from the network (NITZ). 1=yes, 0=no - + Value to specify if the device's UTC system clock should be set automatically, e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Global.AUTO_TIME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -266,11 +333,19 @@ System.String - Value to specify if the user prefers the time zone - to be automatically fetched from the network (NITZ). 1=yes, 0=no - + Value to specify if the device's time zone system property should be set automatically, + e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Global.AUTO_TIME_ZONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -296,9 +371,18 @@ Whether bluetooth is enabled/disabled - 0=disabled. 1=enabled. + 0=disabled. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Global.BLUETOOTH_ON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -323,9 +407,18 @@ System.String - To be added. + Boot count since the device starts running API level 24. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Global.BOOT_COUNT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -349,9 +442,19 @@ System.String - To be added. + Whether to enable contacts metadata syncing or not + The value 1 - enable, 0 - disable - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Global.CONTACT_METADATA_SYNC_ENABLED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -378,7 +481,16 @@ The content:// style URL for global secure settings items. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Global.CONTENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -403,10 +515,18 @@ System.String - Whether or not data roaming is enabled. (0 = false, 1 = true) - + Whether or not data roaming is enabled. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Global.DATA_ROAMING. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -433,7 +553,16 @@ Name of an application package to be debugged. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Global.DEBUG_APP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -460,7 +589,16 @@ Whether user has enabled development settings. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Global.DEVELOPMENT_SETTINGS_ENABLED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -485,9 +623,18 @@ System.String - To be added. + The name of the device - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Global.DEVICE_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -511,10 +658,18 @@ System.String - Whether the device has been provisioned (0 = false, 1 = true) - + Whether the device has been provisioned (0 = false, 1 = true). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Global.DEVICE_PROVISIONED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -546,10 +701,19 @@ The ContentResolver to access. The name of the setting to retrieve. Convenience function for retrieving a single secure settings value - as a float. - To be added. + as a float. + The setting's current value. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Global.getFloat(android.content.ContentResolver, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. Thrown if a setting by the given @@ -585,10 +749,20 @@ The name of the setting to retrieve. Value to return if the setting is not defined. Convenience function for retrieving a single secure settings value - as a floating point number. - To be added. + as a floating point number. + The setting's current value, or 'def' if it is not defined + or not a valid float. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Global.getFloat(android.content.ContentResolver, java.lang.String, float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -620,10 +794,19 @@ The ContentResolver to access. The name of the setting to retrieve. Convenience function for retrieving a single secure settings value - as an integer. - To be added. + as an integer. + The setting's current value. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Global.getInt(android.content.ContentResolver, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. Thrown if a setting by the given @@ -659,10 +842,20 @@ The name of the setting to retrieve. Value to return if the setting is not defined. Convenience function for retrieving a single secure settings value - as an integer. - To be added. + as an integer. + The setting's current value, or 'def' if it is not defined + or not a valid integer. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Global.getInt(android.content.ContentResolver, java.lang.String, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -694,10 +887,19 @@ The ContentResolver to access. The name of the setting to retrieve. Convenience function for retrieving a single secure settings value - as a long. - To be added. + as a long. + The setting's current value. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Global.getLong(android.content.ContentResolver, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. Thrown if a setting by the given @@ -734,10 +936,20 @@ The name of the setting to retrieve. Value to return if the setting is not defined. Convenience function for retrieving a single secure settings value - as a long. - To be added. + as a long. + The setting's current value, or 'def' if it is not defined + or not a valid long. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Global.getLong(android.content.ContentResolver, java.lang.String, long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -769,9 +981,18 @@ to access the database with to look up in the table Look up a name in the database. - To be added. + the corresponding value, or null if not present - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Global.getString(android.content.ContentResolver, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -801,10 +1022,19 @@ to look up in the table Construct the content URI for a particular name/value pair, - useful for monitoring changes with a ContentObserver. - To be added. + useful for monitoring changes with a ContentObserver. + the corresponding content URI, or null if not present - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Global.getUriFor(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -831,7 +1061,16 @@ Host name and port for global http proxy. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Global.HTTP_PROXY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -867,7 +1106,16 @@ 0 = only allow installing from Google Play - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Global.INSTALL_NON_MARKET_APPS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -925,7 +1173,16 @@ Ringer mode. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Global.MODE_RINGER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -952,7 +1209,16 @@ User preference for which network(s) should be used. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Global.NETWORK_PREFERENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -986,10 +1252,19 @@ The name of the setting to modify. The new value for the setting. Convenience function for updating a single settings value as a - floating point number. - To be added. + floating point number. + true if the value was set, false on database errors - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Global.putFloat(android.content.ContentResolver, java.lang.String, float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1023,10 +1298,19 @@ The name of the setting to modify. The new value for the setting. Convenience function for updating a single settings value as an - integer. - To be added. + integer. + true if the value was set, false on database errors - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Global.putInt(android.content.ContentResolver, java.lang.String, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1060,10 +1344,19 @@ The name of the setting to modify. The new value for the setting. Convenience function for updating a secure settings value as a long - integer. - To be added. + integer. + true if the value was set, false on database errors - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Global.putLong(android.content.ContentResolver, java.lang.String, long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1097,9 +1390,18 @@ to store to associate with the name Store a name/value pair into the database. - To be added. + true if the value was set, false on database errors - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Global.putString(android.content.ContentResolver, java.lang.String, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1126,7 +1428,16 @@ Constant for use in AIRPLANE_MODE_RADIOS to specify Bluetooth radio. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Global.RADIO_BLUETOOTH. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1153,7 +1464,16 @@ Constant for use in AIRPLANE_MODE_RADIOS to specify Cellular radio. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Global.RADIO_CELL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1180,7 +1500,16 @@ Constant for use in AIRPLANE_MODE_RADIOS to specify NFC radio. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Global.RADIO_NFC. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1207,7 +1536,16 @@ Constant for use in AIRPLANE_MODE_RADIOS to specify Wi-Fi radio. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Global.RADIO_WIFI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1238,7 +1576,16 @@ Control whether the process CPU usage meter should be shown. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Global.SHOW_PROCESSES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1265,7 +1612,16 @@ Whether we keep the device on while the device is plugged in. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Global.STAY_ON_WHILE_PLUGGED_IN. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1382,7 +1738,16 @@ Scaling factor for activity transition animations. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Global.TRANSITION_ANIMATION_SCALE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1407,10 +1772,18 @@ System.String - USB Mass Storage Enabled - + USB Mass Storage Enabled - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Global.USB_MASS_STORAGE_ENABLED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1436,9 +1809,18 @@ If this setting is set (to anything), then all references - to Gmail on the device must change to Google Mail. + to Gmail on the device must change to Google Mail. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Global.USE_GOOGLE_MAIL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1464,9 +1846,18 @@ If 1, when launching DEBUG_APP it will wait for the debugger before - starting user code. + starting user code. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Global.WAIT_FOR_DEBUGGER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1491,9 +1882,20 @@ System.String - To be added. + This setting controls whether WiFi configurations created by a Device Owner app + should be locked down (that is, be editable or removable only by the Device Owner App, + not even by Settings app). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Global.WIFI_DEVICE_OWNER_CONFIGS_LOCKDOWN. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1518,9 +1920,18 @@ The maximum number of times we will retry a connection to an access - point for which we have failed in acquiring an IP address from DHCP. + point for which we have failed in acquiring an IP address from DHCP. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Global.WIFI_MAX_DHCP_RETRY_COUNT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1546,9 +1957,18 @@ Maximum amount of time in milliseconds to hold a wakelock while waiting for mobile - data connectivity to be established after a disconnect from Wi-Fi. + data connectivity to be established after a disconnect from Wi-Fi. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Global.WIFI_MOBILE_DATA_TRANSITION_WAKELOCK_TIMEOUT_MS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1579,7 +1999,16 @@ Whether to notify the user of open networks. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Global.WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1610,7 +2039,16 @@ Delay (in seconds) before repeating the Wi-Fi networks available notification. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Global.WIFI_NETWORKS_AVAILABLE_REPEAT_DELAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1640,9 +2078,18 @@ When the number of open networks exceeds this number, the - least-recently-used excess networks will be removed. + least-recently-used excess networks will be removed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Global.WIFI_NUM_OPEN_NETWORKS_KEPT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1669,7 +2116,16 @@ Whether the Wi-Fi should be on. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Global.WIFI_ON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1699,9 +2155,18 @@ The policy for deciding when Wi-Fi should go to sleep (which will in - turn switch to using the mobile data as an Internet connection). + turn switch to using the mobile data as an Internet connection). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Global.WIFI_SLEEP_POLICY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1731,11 +2196,20 @@ 0 - Value for to use the default Wi-Fi sleep - policy, which is to sleep shortly after the turning off - according to the setting. + Value for #WIFI_SLEEP_POLICY to use the default Wi-Fi sleep + policy, which is to sleep shortly after the turning off + according to the #STAY_ON_WHILE_PLUGGED_IN setting. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Global.WIFI_SLEEP_POLICY_DEFAULT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1765,9 +2239,18 @@ 2 - Value for to never go to sleep. + Value for #WIFI_SLEEP_POLICY to never go to sleep. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Global.WIFI_SLEEP_POLICY_NEVER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1797,11 +2280,20 @@ 1 - Value for to use the default policy when - the device is on battery, and never go to sleep when the device is - plugged in. + Value for #WIFI_SLEEP_POLICY to use the default policy when + the device is on battery, and never go to sleep when the device is + plugged in. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Global.WIFI_SLEEP_POLICY_NEVER_WHILE_PLUGGED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1828,7 +2320,16 @@ Whether the Wi-Fi watchdog is enabled. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Global.WIFI_WATCHDOG_ON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1855,7 +2356,16 @@ Scaling factor for normal window animations. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Global.WINDOW_ANIMATION_SCALE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/Settings+NameValueTable.xml b/docs/Mono.Android/en/Android.Provider/Settings+NameValueTable.xml index d867221b0f..83dabaf8c7 100644 --- a/docs/Mono.Android/en/Android.Provider/Settings+NameValueTable.xml +++ b/docs/Mono.Android/en/Android.Provider/Settings+NameValueTable.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.provider.Settings.NameValueTable. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/Settings+Panel.xml b/docs/Mono.Android/en/Android.Provider/Settings+Panel.xml index 73f4c1204c..4e2f96b763 100644 --- a/docs/Mono.Android/en/Android.Provider/Settings+Panel.xml +++ b/docs/Mono.Android/en/Android.Provider/Settings+Panel.xml @@ -18,8 +18,20 @@ - To be added. - To be added. + A Settings panel is floating UI that contains a fixed subset of settings to address a + particular user problem. + + + + Java documentation for android.provider.Settings.Panel. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -42,8 +54,20 @@ System.String - To be added. - To be added. + Activity Action: Show a settings dialog containing settings to enable internet + connection. + + + + Java documentation for android.provider.Settings.Panel.ACTION_INTERNET_CONNECTIVITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -66,8 +90,19 @@ System.String - To be added. - To be added. + Activity Action: Show a settings dialog containing NFC-related settings. + + + + Java documentation for android.provider.Settings.Panel.ACTION_NFC. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -90,8 +125,19 @@ System.String - To be added. - To be added. + Activity Action: Show a settings dialog containing all volume streams. + + + + Java documentation for android.provider.Settings.Panel.ACTION_VOLUME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -114,8 +160,19 @@ System.String - To be added. - To be added. + Activity Action: Show a settings dialog containing controls for Wifi. + + + + Java documentation for android.provider.Settings.Panel.ACTION_WIFI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Provider/Settings+Secure.xml b/docs/Mono.Android/en/Android.Provider/Settings+Secure.xml index 6f7cd686a1..47ac735045 100644 --- a/docs/Mono.Android/en/Android.Provider/Settings+Secure.xml +++ b/docs/Mono.Android/en/Android.Provider/Settings+Secure.xml @@ -19,14 +19,18 @@ Secure system settings, containing system preferences that applications - can read but are not allowed to write. + can read but are not allowed to write. - Android platform documentation + Java documentation for android.provider.Settings.Secure. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -76,9 +80,18 @@ System.String - To be added. + Setting that specifies whether display color inversion is enabled. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Secure.ACCESSIBILITY_DISPLAY_INVERSION_ENABLED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -104,7 +117,16 @@ If accessibility is enabled. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Secure.ACCESSIBILITY_ENABLED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -135,7 +157,16 @@ Whether to speak passwords while in accessibility mode. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Secure.ACCESSIBILITY_SPEAK_PASSWORD. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -167,7 +198,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Secure.ADB_ENABLED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -194,7 +234,16 @@ Origins for which browsers should allow geolocation by default. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Secure.ALLOWED_GEOLOCATION_ORIGINS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -224,9 +273,18 @@ Setting to allow mock locations and location provider status to be injected into the - LocationManager service for testing purposes during application development. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + LocationManager service for testing purposes during application development. + + + + Java documentation for android.provider.Settings.Secure.ALLOW_MOCK_LOCATION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -251,11 +309,18 @@ System.String - A 64-bit number (as a hex string) that is randomly - generated on the device's first boot and should remain - constant for the lifetime of the device. + On Android 8. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Secure.ANDROID_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -286,7 +351,16 @@ Whether background data usage is allowed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Secure.BACKGROUND_DATA. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -318,7 +392,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Secure.BLUETOOTH_ON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -343,11 +426,19 @@ Android.Net.Uri - The content:// style URL for this table - + The content:// style URL for this table To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Secure.CONTENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -379,7 +470,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Secure.DATA_ROAMING. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -405,9 +505,18 @@ Setting to record the input method used by default, holding the ID - of the desired method. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + of the desired method. + + + + Java documentation for android.provider.Settings.Secure.DEFAULT_INPUT_METHOD. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -439,7 +548,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Secure.DEVELOPMENT_SETTINGS_ENABLED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -471,7 +589,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Secure.DEVICE_PROVISIONED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -498,7 +625,16 @@ List of the enabled accessibility providers. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Secure.ENABLED_ACCESSIBILITY_SERVICES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -525,7 +661,16 @@ List of input methods that are currently enabled. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Secure.ENABLED_INPUT_METHODS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -557,10 +702,19 @@ The ContentResolver to access. The name of the setting to retrieve. Convenience function for retrieving a single secure settings value - as a float. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + as a float. + The setting's current value. + + + + Java documentation for android.provider.Settings.Secure.getFloat(android.content.ContentResolver, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. Thrown if a setting by the given @@ -596,10 +750,20 @@ The name of the setting to retrieve. Value to return if the setting is not defined. Convenience function for retrieving a single secure settings value - as a floating point number. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + as a floating point number. + The setting's current value, or 'def' if it is not defined + or not a valid float. + + + + Java documentation for android.provider.Settings.Secure.getFloat(android.content.ContentResolver, java.lang.String, float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -631,10 +795,19 @@ The ContentResolver to access. The name of the setting to retrieve. Convenience function for retrieving a single secure settings value - as an integer. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + as an integer. + The setting's current value. + + + + Java documentation for android.provider.Settings.Secure.getInt(android.content.ContentResolver, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. Thrown if a setting by the given @@ -670,10 +843,20 @@ The name of the setting to retrieve. Value to return if the setting is not defined. Convenience function for retrieving a single secure settings value - as an integer. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + as an integer. + The setting's current value, or 'def' if it is not defined + or not a valid integer. + + + + Java documentation for android.provider.Settings.Secure.getInt(android.content.ContentResolver, java.lang.String, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -705,10 +888,19 @@ The ContentResolver to access. The name of the setting to retrieve. Convenience function for retrieving a single secure settings value - as a long. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + as a long. + The setting's current value. + + + + Java documentation for android.provider.Settings.Secure.getLong(android.content.ContentResolver, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. Thrown if a setting by the given @@ -745,10 +937,20 @@ The name of the setting to retrieve. Value to return if the setting is not defined. Convenience function for retrieving a single secure settings value - as a long. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + as a long. + The setting's current value, or 'def' if it is not defined + or not a valid long. + + + + Java documentation for android.provider.Settings.Secure.getLong(android.content.ContentResolver, java.lang.String, long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -780,9 +982,18 @@ to access the database with to look up in the table Look up a name in the database. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + the corresponding value, or null if not present + + + + Java documentation for android.provider.Settings.Secure.getString(android.content.ContentResolver, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -812,10 +1023,19 @@ to look up in the table Construct the content URI for a particular name/value pair, - useful for monitoring changes with a ContentObserver. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + useful for monitoring changes with a ContentObserver. + the corresponding content URI, or null if not present + + + + Java documentation for android.provider.Settings.Secure.getUriFor(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -846,7 +1066,16 @@ Host name and port for global http proxy. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Secure.HTTP_PROXY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -871,10 +1100,18 @@ System.String - Setting to record the visibility of input method selector - + Setting to record the visibility of input method selector - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Secure.INPUT_METHOD_SELECTOR_VISIBILITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -903,10 +1140,19 @@ System.String - - + Whether applications can be installed for this user via the system's + Intent#ACTION_INSTALL_PACKAGE mechanism. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Secure.INSTALL_NON_MARKET_APPS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -942,9 +1188,18 @@ the content resolver to use the location provider to query Helper method for determining if a location provider is enabled. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + true if the provider is enabled + + + + Java documentation for android.provider.Settings.Secure.isLocationProviderEnabled(android.content.ContentResolver, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1004,9 +1259,18 @@ System.String - To be added. + The current location mode of the device. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Secure.LOCATION_MODE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1035,9 +1299,19 @@ 2 - To be added. + This mode no longer has any distinct meaning, but is interpreted as the location mode is + on. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Secure.LOCATION_MODE_BATTERY_SAVING. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1066,9 +1340,19 @@ 3 - To be added. + This mode no longer has any distinct meaning, but is interpreted as the location mode is + on. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Secure.LOCATION_MODE_HIGH_ACCURACY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1097,9 +1381,18 @@ 0 - To be added. + Location mode is off. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Secure.LOCATION_MODE_OFF. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1128,9 +1421,19 @@ 1 - To be added. + This mode no longer has any distinct meaning, but is interpreted as the location mode is + on. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Secure.LOCATION_MODE_SENSORS_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1158,9 +1461,18 @@ System.String - Comma-separated list of location providers that activities may access. + Comma-separated list of location providers that are enabled. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Secure.LOCATION_PROVIDERS_ALLOWED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1189,10 +1501,18 @@ System.String - Whether autolock is enabled (0 = false, 1 = true) - + Whether autolock is enabled (0 = false, 1 = true) - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Secure.LOCK_PATTERN_ENABLED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1222,9 +1542,18 @@ Whether lock pattern will vibrate as user enters (0 = false, 1 = - true) - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + true) + + + + Java documentation for android.provider.Settings.Secure.LOCK_PATTERN_TACTILE_FEEDBACK_ENABLED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1253,10 +1582,18 @@ System.String - Whether lock pattern is visible as user enters (0 = false, 1 = true) - + Whether lock pattern is visible as user enters (0 = false, 1 = true) - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Secure.LOCK_PATTERN_VISIBLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1287,7 +1624,16 @@ The Logging ID (a unique 64-bit value) as a hex string. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Secure.LOGGING_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1319,7 +1665,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Secure.NETWORK_PREFERENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1346,7 +1701,16 @@ No longer supported. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Secure.PARENTAL_CONTROL_ENABLED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1373,7 +1737,16 @@ No longer supported. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Secure.PARENTAL_CONTROL_LAST_UPDATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1400,7 +1773,16 @@ No longer supported. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Secure.PARENTAL_CONTROL_REDIRECT_URL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1434,10 +1816,19 @@ The name of the setting to modify. The new value for the setting. Convenience function for updating a single settings value as a - floating point number. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + floating point number. + true if the value was set, false on database errors + + + + Java documentation for android.provider.Settings.Secure.putFloat(android.content.ContentResolver, java.lang.String, float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1471,10 +1862,19 @@ The name of the setting to modify. The new value for the setting. Convenience function for updating a single settings value as an - integer. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + integer. + true if the value was set, false on database errors + + + + Java documentation for android.provider.Settings.Secure.putInt(android.content.ContentResolver, java.lang.String, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1508,10 +1908,19 @@ The name of the setting to modify. The new value for the setting. Convenience function for updating a secure settings value as a long - integer. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + integer. + true if the value was set, false on database errors + + + + Java documentation for android.provider.Settings.Secure.putLong(android.content.ContentResolver, java.lang.String, long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1545,9 +1954,18 @@ to store to associate with the name Store a name/value pair into the database. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + true if the value was set, false on database errors + + + + Java documentation for android.provider.Settings.Secure.putString(android.content.ContentResolver, java.lang.String, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1572,8 +1990,19 @@ System.String - To be added. - To be added. + User-selected RTT mode. + + + + Java documentation for android.provider.Settings.Secure.RTT_CALLING_MODE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1596,8 +2025,19 @@ System.String - To be added. - To be added. + Indicates whether the device is under restricted secure FRP mode. + + + + Java documentation for android.provider.Settings.Secure.SECURE_FRP_MODE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1621,9 +2061,18 @@ Setting to record the input method subtype used by default, holding the ID - of the desired method. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + of the desired method. + + + + Java documentation for android.provider.Settings.Secure.SELECTED_INPUT_METHOD_SUBTYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1659,11 +2108,19 @@ the content resolver to use the location provider to enable or disable - true if the provider should be enabled - + true if the provider should be enabled Thread-safe method for enabling or disabling a single location provider. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Secure.setLocationProviderEnabled(android.content.ContentResolver, java.lang.String, boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1689,9 +2146,18 @@ Settings classname to launch when Settings is clicked from All - Applications. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Applications. + + + + Java documentation for android.provider.Settings.Secure.SETTINGS_CLASSNAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1716,9 +2182,18 @@ System.String - To be added. + If enabled, apps should try to skip any introductory hints on first launch. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Secure.SKIP_FIRST_USE_HINTS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1834,7 +2309,16 @@ If touch exploration is enabled. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Secure.TOUCH_EXPLORATION_ENABLED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1865,7 +2349,16 @@ Default text-to-speech country. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Secure.TTS_DEFAULT_COUNTRY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1896,7 +2389,16 @@ Default text-to-speech language. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Secure.TTS_DEFAULT_LANG. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1921,10 +2423,18 @@ System.String - Default text-to-speech engine pitch. 100 = 1x - + Default text-to-speech engine pitch. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Secure.TTS_DEFAULT_PITCH. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1949,10 +2459,18 @@ System.String - Default text-to-speech engine speech rate. 100 = 1x - + Default text-to-speech engine speech rate. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Secure.TTS_DEFAULT_RATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1979,7 +2497,16 @@ Default text-to-speech engine. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Secure.TTS_DEFAULT_SYNTH. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2010,7 +2537,16 @@ Default text-to-speech locale variant. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Secure.TTS_DEFAULT_VARIANT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2037,7 +2573,16 @@ Space delimited list of plugin packages that are enabled. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Secure.TTS_ENABLED_PLUGINS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2067,11 +2612,18 @@ Setting to always use the default text-to-speech settings regardless - of the application settings. - 1 = override application settings, - 0 = use application settings (if specified). - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + of the application settings. + + + + Java documentation for android.provider.Settings.Secure.TTS_USE_DEFAULTS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2103,7 +2655,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Secure.USB_MASS_STORAGE_ENABLED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2135,7 +2696,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Secure.USE_GOOGLE_MAIL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2167,7 +2737,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Secure.WIFI_MAX_DHCP_RETRY_COUNT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2199,7 +2778,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Secure.WIFI_MOBILE_DATA_TRANSITION_WAKELOCK_TIMEOUT_MS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2231,7 +2819,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Secure.WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2263,7 +2860,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Secure.WIFI_NETWORKS_AVAILABLE_REPEAT_DELAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2295,7 +2901,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Secure.WIFI_NUM_OPEN_NETWORKS_KEPT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2327,7 +2942,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Secure.WIFI_ON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2357,9 +2981,18 @@ The acceptable packet loss percentage (range 0 - 100) before trying - another AP on the same network. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + another AP on the same network. + + + + Java documentation for android.provider.Settings.Secure.WIFI_WATCHDOG_ACCEPTABLE_PACKET_LOSS_PERCENTAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2389,9 +3022,18 @@ The number of access points required for a network in order for the - watchdog to monitor it. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + watchdog to monitor it. + + + + Java documentation for android.provider.Settings.Secure.WIFI_WATCHDOG_AP_COUNT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2422,7 +3064,16 @@ The delay between background checks. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Secure.WIFI_WATCHDOG_BACKGROUND_CHECK_DELAY_MS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2452,9 +3103,18 @@ Whether the Wi-Fi watchdog is enabled for background checking even - after it thinks the user has connected to a good access point. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + after it thinks the user has connected to a good access point. + + + + Java documentation for android.provider.Settings.Secure.WIFI_WATCHDOG_BACKGROUND_CHECK_ENABLED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2485,7 +3145,16 @@ The timeout for a background ping - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Secure.WIFI_WATCHDOG_BACKGROUND_CHECK_TIMEOUT_MS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2515,9 +3184,18 @@ The number of initial pings to perform that *may* be ignored if they - fail. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + fail. + + + + Java documentation for android.provider.Settings.Secure.WIFI_WATCHDOG_INITIAL_IGNORED_PING_COUNT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2548,7 +3226,16 @@ The maximum number of access points (per network) to attempt to test. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Secure.WIFI_WATCHDOG_MAX_AP_CHECKS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2580,7 +3267,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Secure.WIFI_WATCHDOG_ON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2611,7 +3307,16 @@ The number of pings to test if an access point is a good connection. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Secure.WIFI_WATCHDOG_PING_COUNT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2642,7 +3347,16 @@ The delay between pings. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Secure.WIFI_WATCHDOG_PING_DELAY_MS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2673,7 +3387,16 @@ The timeout per ping. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Secure.WIFI_WATCHDOG_PING_TIMEOUT_MS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2704,7 +3427,16 @@ A comma-separated list of SSIDs for which the Wi-Fi watchdog should be enabled. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.Secure.WIFI_WATCHDOG_WATCH_LIST. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/Settings+System.xml b/docs/Mono.Android/en/Android.Provider/Settings+System.xml index 81fba7eaea..10502652d9 100644 --- a/docs/Mono.Android/en/Android.Provider/Settings+System.xml +++ b/docs/Mono.Android/en/Android.Provider/Settings+System.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.provider.Settings.System. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -76,9 +80,18 @@ Control whether the accelerometer will be used to change screen - orientation. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + orientation. + + + + Java documentation for android.provider.Settings.System.ACCELEROMETER_ROTATION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -110,7 +123,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.ADB_ENABLED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -142,7 +164,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.AIRPLANE_MODE_ON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -174,7 +205,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.AIRPLANE_MODE_RADIOS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -201,7 +241,16 @@ Persistent store for the system-wide default alarm alert. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.ALARM_ALERT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -233,9 +282,18 @@ If 1, the activity manager will aggressively finish activities and - processes as soon as they are no longer needed. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + processes as soon as they are no longer needed. + + + + Java documentation for android.provider.Settings.System.ALWAYS_FINISH_ACTIVITIES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -267,7 +325,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.ANDROID_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -298,7 +365,16 @@ Scaling factor for Animator-based animations. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.ANIMATOR_DURATION_SCALE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -324,10 +400,19 @@ Appended to various volume related settings to record the previous - values before they the settings were affected by a silent/vibrate - ringer mode change. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + values before they the settings were affected by a silent/vibrate + ringer mode change. + + + + Java documentation for android.provider.Settings.System.APPEND_FOR_LAST_AUDIBLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -359,7 +444,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.AUTO_TIME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -391,7 +485,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.AUTO_TIME_ZONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -417,9 +520,18 @@ Determines whether remote devices may discover and/or connect to - this device. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + this device. + + + + Java documentation for android.provider.Settings.System.BLUETOOTH_DISCOVERABILITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -446,7 +558,16 @@ Bluetooth discoverability timeout. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.BLUETOOTH_DISCOVERABILITY_TIMEOUT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -478,7 +599,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.BLUETOOTH_ON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -506,11 +636,20 @@ - To be added. - To be added. - To be added. + App context. + Checks if the specified app can modify system settings. + true if the calling app can write to system settings, false otherwise - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.canWrite(android.content.Context). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -534,11 +673,19 @@ Android.Net.Uri - The content:// style URL for this table - + The content:// style URL for this table To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.CONTENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -570,7 +717,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.DATA_ROAMING. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -605,7 +761,16 @@ yyyy/mm/dd - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.DATE_FORMAT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -636,7 +801,16 @@ Name of an application package to be debugged. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.DEBUG_APP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -661,11 +835,20 @@ Android.Net.Uri - A that will point to the current default alarm alert at - any given time. + A Uri that will point to the current default alarm alert at + any given time. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.DEFAULT_ALARM_ALERT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -691,11 +874,20 @@ Android.Net.Uri - A that will point to the current default notification - sound at any given time. + A Uri that will point to the current default notification + sound at any given time. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.DEFAULT_NOTIFICATION_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -721,11 +913,20 @@ Android.Net.Uri - A that will point to the current default ringtone at any - given time. + A Uri that will point to the current default ringtone at any + given time. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.DEFAULT_RINGTONE_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -757,7 +958,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.DEVICE_PROVISIONED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -786,9 +996,18 @@ System.String - Whether or not to dim the screen. 0=no 1=yes + Whether or not to dim the screen. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.DIM_SCREEN. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -813,9 +1032,19 @@ System.String - To be added. + CDMA only settings + DTMF tone type played by the dialer when dialing. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.DTMF_TONE_TYPE_WHEN_DIALING. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -841,7 +1070,16 @@ Whether the audible DTMF tones are played by the dialer when dialing. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.DTMF_TONE_WHEN_DIALING. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -867,9 +1105,18 @@ What happens when the user presses the end call button if they're not - on a call. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + on a call. + + + + Java documentation for android.provider.Settings.System.END_BUTTON_BEHAVIOR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -896,7 +1143,16 @@ Scaling factor for fonts, float. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.FONT_SCALE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -926,13 +1182,21 @@ The ContentResolver to access. - Where to place the configuration settings. - + Where to place the configuration settings. Convenience function to read all of the current - configuration-related settings into a - object. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + configuration-related settings into a + Configuration object. + + + + Java documentation for android.provider.Settings.System.getConfiguration(android.content.ContentResolver, android.content.res.Configuration). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -964,10 +1228,19 @@ The ContentResolver to access. The name of the setting to retrieve. Convenience function for retrieving a single system settings value - as a float. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + as a float. + The setting's current value. + + + + Java documentation for android.provider.Settings.System.getFloat(android.content.ContentResolver, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. Thrown if a setting by the given @@ -1003,10 +1276,20 @@ The name of the setting to retrieve. Value to return if the setting is not defined. Convenience function for retrieving a single system settings value - as a floating point number. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + as a floating point number. + The setting's current value, or 'def' if it is not defined + or not a valid float. + + + + Java documentation for android.provider.Settings.System.getFloat(android.content.ContentResolver, java.lang.String, float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1038,10 +1321,19 @@ The ContentResolver to access. The name of the setting to retrieve. Convenience function for retrieving a single system settings value - as an integer. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + as an integer. + The setting's current value. + + + + Java documentation for android.provider.Settings.System.getInt(android.content.ContentResolver, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. Thrown if a setting by the given @@ -1077,10 +1369,20 @@ The name of the setting to retrieve. Value to return if the setting is not defined. Convenience function for retrieving a single system settings value - as an integer. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + as an integer. + The setting's current value, or 'def' if it is not defined + or not a valid integer. + + + + Java documentation for android.provider.Settings.System.getInt(android.content.ContentResolver, java.lang.String, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1112,10 +1414,19 @@ The ContentResolver to access. The name of the setting to retrieve. Convenience function for retrieving a single system settings value - as a long. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + as a long. + The setting's current value. + + + + Java documentation for android.provider.Settings.System.getLong(android.content.ContentResolver, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. Thrown if a setting by the given @@ -1152,10 +1463,20 @@ The name of the setting to retrieve. Value to return if the setting is not defined. Convenience function for retrieving a single system settings value - as a long. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + as a long. + The setting's current value, or 'def' if it is not defined + or not a valid long. + + + + Java documentation for android.provider.Settings.System.getLong(android.content.ContentResolver, java.lang.String, long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1192,7 +1513,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.getShowGTalkServiceStatus(android.content.ContentResolver). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1224,9 +1554,18 @@ to access the database with to look up in the table Look up a name in the database. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + the corresponding value, or null if not present + + + + Java documentation for android.provider.Settings.System.getString(android.content.ContentResolver, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1256,10 +1595,19 @@ to look up in the table Construct the content URI for a particular name/value pair, - useful for monitoring changes with a ContentObserver. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + useful for monitoring changes with a ContentObserver. + the corresponding content URI, or null if not present + + + + Java documentation for android.provider.Settings.System.getUriFor(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1284,9 +1632,18 @@ System.String - Whether the haptic feedback (long presses, ...) are enabled. + Whether haptic feedback (Vibrate on tap) is enabled. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.HAPTIC_FEEDBACK_ENABLED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1318,7 +1675,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.HTTP_PROXY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1350,7 +1716,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.INSTALL_NON_MARKET_APPS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1413,7 +1788,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.LOCATION_PROVIDERS_ALLOWED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1445,7 +1829,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.LOCK_PATTERN_ENABLED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1477,7 +1870,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.LOCK_PATTERN_TACTILE_FEEDBACK_ENABLED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1509,7 +1911,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.LOCK_PATTERN_VISIBLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1541,7 +1952,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.LOGGING_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1573,7 +1993,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.MODE_RINGER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1598,9 +2027,18 @@ System.String - Determines which streams are affected by ringer mode changes. + Determines which streams are affected by ringer and zen mode changes. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.MODE_RINGER_STREAMS_AFFECTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1627,7 +2065,16 @@ Determines which streams are affected by mute. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.MUTE_STREAMS_AFFECTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1659,7 +2106,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.NETWORK_PREFERENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1689,9 +2145,18 @@ A formatted string of the next alarm that is set, or the empty string - if there is no alarm set. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + if there is no alarm set. + + + + Java documentation for android.provider.Settings.System.NEXT_ALARM_FORMATTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1718,7 +2183,16 @@ Persistent store for the system-wide default notification sound. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.NOTIFICATION_SOUND. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1752,7 +2226,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.PARENTAL_CONTROL_ENABLED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1784,7 +2267,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.PARENTAL_CONTROL_LAST_UPDATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1816,7 +2308,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.PARENTAL_CONTROL_REDIRECT_URL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1848,10 +2349,19 @@ The ContentResolver to access. The settings to write. Convenience function to write a batch of configuration-related - settings from a object. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + settings from a Configuration object. + true if the values were set, false on database errors + + + + Java documentation for android.provider.Settings.System.putConfiguration(android.content.ContentResolver, android.content.res.Configuration). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1885,10 +2395,19 @@ The name of the setting to modify. The new value for the setting. Convenience function for updating a single settings value as a - floating point number. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + floating point number. + true if the value was set, false on database errors + + + + Java documentation for android.provider.Settings.System.putFloat(android.content.ContentResolver, java.lang.String, float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1922,10 +2441,19 @@ The name of the setting to modify. The new value for the setting. Convenience function for updating a single settings value as an - integer. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + integer. + true if the value was set, false on database errors + + + + Java documentation for android.provider.Settings.System.putInt(android.content.ContentResolver, java.lang.String, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1959,10 +2487,19 @@ The name of the setting to modify. The new value for the setting. Convenience function for updating a single settings value as a long - integer. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + integer. + true if the value was set, false on database errors + + + + Java documentation for android.provider.Settings.System.putLong(android.content.ContentResolver, java.lang.String, long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1996,9 +2533,18 @@ to store to associate with the name Store a name/value pair into the database. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + true if the value was set, false on database errors + + + + Java documentation for android.provider.Settings.System.putString(android.content.ContentResolver, java.lang.String, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2030,7 +2576,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.RADIO_BLUETOOTH. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2062,7 +2617,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.RADIO_CELL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2094,7 +2658,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.RADIO_NFC. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2126,7 +2699,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.RADIO_WIFI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2153,7 +2735,16 @@ Persistent store for the system-wide default ringtone URI. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.RINGTONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2181,7 +2772,16 @@ The screen backlight brightness between 0 and 255. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.SCREEN_BRIGHTNESS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2208,7 +2808,16 @@ Control whether to enable automatic brightness mode. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.SCREEN_BRIGHTNESS_MODE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2240,7 +2849,16 @@ SCREEN_BRIGHTNESS_MODE value for automatic mode. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.SCREEN_BRIGHTNESS_MODE_AUTOMATIC. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2272,7 +2890,16 @@ SCREEN_BRIGHTNESS_MODE value for manual mode. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.SCREEN_BRIGHTNESS_MODE_MANUAL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2297,9 +2924,19 @@ System.String - The timeout before the screen turns off. + The amount of time in milliseconds before the device goes to sleep or begins + to dream after a period of inactivity. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.SCREEN_OFF_TIMEOUT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2337,7 +2974,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.setShowGTalkServiceStatus(android.content.ContentResolver, boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2369,7 +3015,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.SETTINGS_CLASSNAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2395,13 +3050,18 @@ Whether the setup wizard has been run before (on first boot), or if - it still needs to be run. - - nonzero = it has been run in the past - 0 = it has not been run in the past - - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + it still needs to be run. + + + + Java documentation for android.provider.Settings.System.SETUP_WIZARD_HAS_RUN. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2460,7 +3120,16 @@ Control whether the process CPU usage meter should be shown. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.SHOW_PROCESSES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2492,7 +3161,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.SHOW_WEB_SUGGESTIONS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2517,9 +3195,18 @@ System.String - Whether the sounds effects (key clicks, lid open ...) are enabled. + Whether the sounds effects (key clicks, lid open . - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.SOUND_EFFECTS_ENABLED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2551,7 +3238,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.STAY_ON_WHILE_PLUGGED_IN. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2606,7 +3302,16 @@ Setting to enable Auto Caps in text editors. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.TEXT_AUTO_CAPS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2633,7 +3338,16 @@ Setting to enable Auto Punctuate in text editors. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.TEXT_AUTO_PUNCTUATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2660,7 +3374,16 @@ Setting to enable Auto Replace (AutoText) in text editors. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.TEXT_AUTO_REPLACE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2687,7 +3410,16 @@ Setting to showing password characters in text editors. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.TEXT_SHOW_PASSWORD. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2774,12 +3506,18 @@ System.String - Display times as 12 or 24 hours - 12 - 24 - + Display the user's times, e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.TIME_12_24. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2810,7 +3548,16 @@ Scaling factor for activity transition animations. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.TRANSITION_ANIMATION_SCALE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2842,7 +3589,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.USB_MASS_STORAGE_ENABLED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2874,7 +3630,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.USE_GOOGLE_MAIL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2901,7 +3666,16 @@ Default screen rotation when no other policy applies. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.USER_ROTATION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2928,7 +3702,16 @@ Whether vibrate is on for different events. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.VIBRATE_ON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2953,9 +3736,18 @@ System.String - To be added. + Whether the phone vibrates when it is ringing due to an incoming call. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.VIBRATE_WHEN_RINGING. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2981,7 +3773,16 @@ Alarm volume. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.VOLUME_ALARM. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3008,7 +3809,16 @@ Bluetooth Headset volume. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.VOLUME_BLUETOOTH_SCO. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3035,7 +3845,16 @@ Music/media/gaming volume. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.VOLUME_MUSIC. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3062,7 +3881,16 @@ Notification volume. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.VOLUME_NOTIFICATION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3089,7 +3917,16 @@ Ringer volume. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.VOLUME_RING. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3117,7 +3954,16 @@ The mapping of stream type (integer) to its setting. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.VOLUME_SETTINGS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3144,7 +3990,16 @@ System/notifications volume. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.VOLUME_SYSTEM. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3171,7 +4026,16 @@ Voice call volume. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.VOLUME_VOICE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3201,9 +4065,18 @@ If 1, when launching DEBUG_APP it will wait for the debugger before - starting user code. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + starting user code. + + + + Java documentation for android.provider.Settings.System.WAIT_FOR_DEBUGGER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3234,7 +4107,16 @@ Name of activity to use for wallpaper on the home screen. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.WALLPAPER_ACTIVITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3266,7 +4148,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.WIFI_MAX_DHCP_RETRY_COUNT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3298,7 +4189,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.WIFI_MOBILE_DATA_TRANSITION_WAKELOCK_TIMEOUT_MS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3330,7 +4230,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3362,7 +4271,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.WIFI_NETWORKS_AVAILABLE_REPEAT_DELAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3394,7 +4312,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.WIFI_NUM_OPEN_NETWORKS_KEPT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3426,7 +4353,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.WIFI_ON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3458,7 +4394,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.WIFI_SLEEP_POLICY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3491,7 +4436,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.WIFI_SLEEP_POLICY_DEFAULT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3524,7 +4478,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.WIFI_SLEEP_POLICY_NEVER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3557,7 +4520,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.WIFI_SLEEP_POLICY_NEVER_WHILE_PLUGGED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3588,7 +4560,16 @@ If using static IP, the primary DNS's IP address. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.WIFI_STATIC_DNS1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3619,7 +4600,16 @@ If using static IP, the secondary DNS's IP address. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.WIFI_STATIC_DNS2. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3650,7 +4640,16 @@ If using static IP, the gateway's IP address. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.WIFI_STATIC_GATEWAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3681,7 +4680,16 @@ The static IP address. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.WIFI_STATIC_IP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3712,7 +4720,16 @@ If using static IP, the net mask. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.WIFI_STATIC_NETMASK. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3743,7 +4760,16 @@ Whether to use static IP and other static network attributes. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.WIFI_USE_STATIC_IP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3775,7 +4801,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.WIFI_WATCHDOG_ACCEPTABLE_PACKET_LOSS_PERCENTAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3807,7 +4842,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.WIFI_WATCHDOG_AP_COUNT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3839,7 +4883,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.WIFI_WATCHDOG_BACKGROUND_CHECK_DELAY_MS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3871,7 +4924,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.WIFI_WATCHDOG_BACKGROUND_CHECK_ENABLED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3903,7 +4965,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.WIFI_WATCHDOG_BACKGROUND_CHECK_TIMEOUT_MS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3935,7 +5006,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.WIFI_WATCHDOG_INITIAL_IGNORED_PING_COUNT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3967,7 +5047,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.WIFI_WATCHDOG_MAX_AP_CHECKS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3999,7 +5088,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.WIFI_WATCHDOG_ON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -4031,7 +5129,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.WIFI_WATCHDOG_PING_COUNT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -4063,7 +5170,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.WIFI_WATCHDOG_PING_DELAY_MS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -4095,7 +5211,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.WIFI_WATCHDOG_PING_TIMEOUT_MS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -4126,7 +5251,16 @@ Scaling factor for normal window animations. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Settings.System.WINDOW_ANIMATION_SCALE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/SimPhonebookContract+ElementaryFiles.xml b/docs/Mono.Android/en/Android.Provider/SimPhonebookContract+ElementaryFiles.xml index a593ba4ef3..21ae6aa096 100644 --- a/docs/Mono.Android/en/Android.Provider/SimPhonebookContract+ElementaryFiles.xml +++ b/docs/Mono.Android/en/Android.Provider/SimPhonebookContract+ElementaryFiles.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Constants for metadata about the elementary files of the SIM cards in the phone. + + + + Java documentation for android.provider.SimPhonebookContract.ElementaryFiles. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -42,8 +53,19 @@ System.String - To be added. - To be added. + The MIME type of a CONTENT_URI subdirectory of a single ADN-like elementary file. + + + + Java documentation for android.provider.SimPhonebookContract.ElementaryFiles.CONTENT_ITEM_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -66,8 +88,19 @@ System.String - To be added. - To be added. + The MIME type of CONTENT_URI providing a directory of ADN-like elementary files. + + + + Java documentation for android.provider.SimPhonebookContract.ElementaryFiles.CONTENT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -90,9 +123,20 @@ Android.Net.Uri - To be added. + Content URI for the ADN-like elementary files available on the device. To be added. - To be added. + + + + Java documentation for android.provider.SimPhonebookContract.ElementaryFiles.CONTENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -120,8 +164,20 @@ 1 - To be added. - To be added. + Type for accessing records in the "abbreviated dialing number" (ADN) elementary file on + the SIM. + + + + Java documentation for android.provider.SimPhonebookContract.ElementaryFiles.EF_ADN. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -149,8 +205,20 @@ 2 - To be added. - To be added. + Type for accessing records in the "fixed dialing number" (FDN) elementary file on the + SIM. + + + + Java documentation for android.provider.SimPhonebookContract.ElementaryFiles.EF_FDN. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -178,8 +246,20 @@ 3 - To be added. - To be added. + Type for accessing records in the "service dialing number" (SDN) elementary file on the + SIM. + + + + Java documentation for android.provider.SimPhonebookContract.ElementaryFiles.EF_SDN. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -202,8 +282,19 @@ System.String - To be added. - To be added. + The elementary file type for this row. + + + + Java documentation for android.provider.SimPhonebookContract.ElementaryFiles.EF_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -231,8 +322,19 @@ 0 - To be added. - To be added. + A value for an elementary file that is not recognized. + + + + Java documentation for android.provider.SimPhonebookContract.ElementaryFiles.EF_UNKNOWN. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -261,9 +363,20 @@ To be added. To be added. - To be added. + Returns a content uri for a specific elementary file. To be added. - To be added. + + + + Java documentation for android.provider.SimPhonebookContract.ElementaryFiles.getItemUri(int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -315,8 +428,19 @@ System.String - To be added. - To be added. + The maximum number of records supported by the elementary file. + + + + Java documentation for android.provider.SimPhonebookContract.ElementaryFiles.MAX_RECORDS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -339,8 +463,19 @@ System.String - To be added. - To be added. + The maximum length supported for the name of a record in the elementary file. + + + + Java documentation for android.provider.SimPhonebookContract.ElementaryFiles.NAME_MAX_LENGTH. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -363,8 +498,19 @@ System.String - To be added. - To be added. + The maximum length supported for the phone number of a record in the elementary file. + + + + Java documentation for android.provider.SimPhonebookContract.ElementaryFiles.PHONE_NUMBER_MAX_LENGTH. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -387,8 +533,19 @@ System.String - To be added. - To be added. + Count of the number of records that are currently stored in the elementary file. + + + + Java documentation for android.provider.SimPhonebookContract.ElementaryFiles.RECORD_COUNT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -411,8 +568,20 @@ System.String - To be added. - To be added. + + SubscriptionInfo#getSimSlotIndex() of the SIM for this row. + + + + Java documentation for android.provider.SimPhonebookContract.ElementaryFiles.SLOT_INDEX. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -435,8 +604,20 @@ System.String - To be added. - To be added. + + SubscriptionInfo#getSubscriptionId() of the SIM for this row. + + + + Java documentation for android.provider.SimPhonebookContract.ElementaryFiles.SUBSCRIPTION_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Provider/SimPhonebookContract+SimRecords.xml b/docs/Mono.Android/en/Android.Provider/SimPhonebookContract+SimRecords.xml index c3a7b4a87f..9a53c5c511 100644 --- a/docs/Mono.Android/en/Android.Provider/SimPhonebookContract+SimRecords.xml +++ b/docs/Mono.Android/en/Android.Provider/SimPhonebookContract+SimRecords.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Constants for the contact records on a SIM card. + + + + Java documentation for android.provider.SimPhonebookContract.SimRecords. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -42,8 +53,19 @@ System.String - To be added. - To be added. + The MIME type of a CONTENT_URI subdirectory of a single SIM record. + + + + Java documentation for android.provider.SimPhonebookContract.SimRecords.CONTENT_ITEM_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -66,8 +88,19 @@ System.String - To be added. - To be added. + The MIME type of CONTENT_URI providing a directory of SIM records. + + + + Java documentation for android.provider.SimPhonebookContract.SimRecords.CONTENT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -90,8 +123,19 @@ System.String - To be added. - To be added. + The type of the elementary file the record is from. + + + + Java documentation for android.provider.SimPhonebookContract.SimRecords.ELEMENTARY_FILE_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -115,8 +159,20 @@ -1 - To be added. - To be added. + Value returned from #getEncodedNameLength(ContentResolver, String) when the name + length could not be determined because the name could not be encoded. + + + + Java documentation for android.provider.SimPhonebookContract.SimRecords.ERROR_NAME_UNSUPPORTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -143,11 +199,22 @@ - To be added. - To be added. - To be added. + the subscriptionId of the SIM card that this Uri will reference + the elementary file on the SIM that this Uri will reference + Returns the content Uri for the specified elementary file on the specified SIM. To be added. - To be added. + + + + Java documentation for android.provider.SimPhonebookContract.SimRecords.getContentUri(int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -176,9 +243,22 @@ To be added. To be added. - To be added. - To be added. - To be added. + Returns the number of bytes required to encode the specified name when it is stored + on the SIM. + the number of bytes required by the encoded name or + #ERROR_NAME_UNSUPPORTED if the name could not be encoded. + + + + Java documentation for android.provider.SimPhonebookContract.SimRecords.getEncodedNameLength(android.content.ContentResolver, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -206,12 +286,30 @@ - To be added. - To be added. - To be added. - To be added. + the subscription ID of the SIM containing the record. If no SIM + with this subscription ID exists then it will be treated as a + non-existent record + the elementary file type containing the record. If the specified + SIM doesn't support this elementary file then it will be treated + as a non-existent record. + the record number of the record this Uri should reference. This + must be greater than 0. If there is no record with this record + number in the specified entity file then it will be treated as a + non-existent record. + Content Uri for the specific SIM record with the provided #RECORD_NUMBER. To be added. - To be added. + + + + Java documentation for android.provider.SimPhonebookContract.SimRecords.getItemUri(int, int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -263,8 +361,19 @@ System.String - To be added. - To be added. + The name for this record. + + + + Java documentation for android.provider.SimPhonebookContract.SimRecords.NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -287,8 +396,19 @@ System.String - To be added. - To be added. + The phone number for this record. + + + + Java documentation for android.provider.SimPhonebookContract.SimRecords.PHONE_NUMBER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -311,8 +431,19 @@ System.String - To be added. - To be added. + The 1-based offset of the record in the elementary file that contains it. + + + + Java documentation for android.provider.SimPhonebookContract.SimRecords.RECORD_NUMBER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -335,8 +466,19 @@ System.String - To be added. - To be added. + The subscription ID of the SIM the record is from. + + + + Java documentation for android.provider.SimPhonebookContract.SimRecords.SUBSCRIPTION_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Provider/SyncStateContract+Columns.xml b/docs/Mono.Android/en/Android.Provider/SyncStateContract+Columns.xml index 520981f2e5..b0d1d5c83f 100644 --- a/docs/Mono.Android/en/Android.Provider/SyncStateContract+Columns.xml +++ b/docs/Mono.Android/en/Android.Provider/SyncStateContract+Columns.xml @@ -57,10 +57,18 @@ System.String - A reference to the name of the account to which this data belongs - + A reference to the name of the account to which this data belongs - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.SyncStateContract.Columns.ACCOUNT_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -89,10 +97,18 @@ System.String - A reference to the type of the account to which this data belongs - + A reference to the type of the account to which this data belongs - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.SyncStateContract.Columns.ACCOUNT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -162,7 +178,16 @@ The sync data associated with this account. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.SyncStateContract.Columns.DATA. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/SyncStateContract+Constants+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/SyncStateContract+Constants+InterfaceConsts.xml index 57cc247721..6563d01c39 100644 --- a/docs/Mono.Android/en/Android.Provider/SyncStateContract+Constants+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/SyncStateContract+Constants+InterfaceConsts.xml @@ -38,9 +38,18 @@ System.String - To be added. + A reference to the name of the account to which this data belongs - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.SyncStateContract.Columns.ACCOUNT_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,9 +73,18 @@ System.String - To be added. + A reference to the type of the account to which this data belongs - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.SyncStateContract.Columns.ACCOUNT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -125,9 +143,18 @@ System.String - To be added. + The sync data associated with this account. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.SyncStateContract.Columns.DATA. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/SyncStateContract+Helpers.xml b/docs/Mono.Android/en/Android.Provider/SyncStateContract+Helpers.xml index 5520cdd1b9..4c6cf2d6a4 100644 --- a/docs/Mono.Android/en/Android.Provider/SyncStateContract+Helpers.xml +++ b/docs/Mono.Android/en/Android.Provider/SyncStateContract+Helpers.xml @@ -79,14 +79,23 @@ - the that is to be used to communicate - with the that contains the sync state. + the ContentProviderClient that is to be used to communicate + with the android.content.ContentProvider that contains the sync state. the uri of the sync state - the whose sync state should be returned + the Account whose sync state should be returned Get the sync state that is associated with the account or null. - To be added. + the sync state or null if there is no sync state associated with the account - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.SyncStateContract.Helpers.get(android.content.ContentProviderClient, android.net.Uri, android.accounts.Account). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. if there is a failure communicating with the remote @@ -228,13 +237,23 @@ the uri of the sync state - the whose sync state should be set + the Account whose sync state should be set the byte[] that contains the sync state Creates and returns a ContentProviderOperation that assigns the data array as the - sync state for the given account. - To be added. + sync state for the given account. + the new ContentProviderOperation that assigns the data array as the + account's sync state - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.SyncStateContract.Helpers.newSetOperation(android.net.Uri, android.accounts.Account, byte[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -266,10 +285,20 @@ the uri of the specific sync state to set the byte[] that contains the sync state Creates and returns a ContentProviderOperation that assigns the data array as the - sync state for the given account. - To be added. + sync state for the given account. + the new ContentProviderOperation that assigns the data array as the + account's sync state - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.SyncStateContract.Helpers.newUpdateOperation(android.net.Uri, byte[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -300,14 +329,23 @@ - the that is to be used to communicate - with the that contains the sync state. + the ContentProviderClient that is to be used to communicate + with the android.content.ContentProvider that contains the sync state. the uri of the sync state - the whose sync state should be set + the Account whose sync state should be set the byte[] that contains the sync state Assigns the data array as the sync state for the given account. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.SyncStateContract.Helpers.set(android.content.ContentProviderClient, android.net.Uri, android.accounts.Account, byte[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. if there is a failure communicating with the remote diff --git a/docs/Mono.Android/en/Android.Provider/SyncStateContract+IColumns.xml b/docs/Mono.Android/en/Android.Provider/SyncStateContract+IColumns.xml index 13952e73dd..0320b95ebc 100644 --- a/docs/Mono.Android/en/Android.Provider/SyncStateContract+IColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/SyncStateContract+IColumns.xml @@ -33,8 +33,19 @@ System.String - To be added. - To be added. + A reference to the name of the account to which this data belongs + + + + Java documentation for android.provider.SyncStateContract.Columns.ACCOUNT_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -57,8 +68,19 @@ System.String - To be added. - To be added. + A reference to the type of the account to which this data belongs + + + + Java documentation for android.provider.SyncStateContract.Columns.ACCOUNT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -81,8 +103,19 @@ System.String - To be added. - To be added. + The sync data associated with this account. + + + + Java documentation for android.provider.SyncStateContract.Columns.DATA. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Provider/Telephony+BaseMmsColumns.xml b/docs/Mono.Android/en/Android.Provider/Telephony+BaseMmsColumns.xml index 82c55aeb49..8f5ba83d0b 100644 --- a/docs/Mono.Android/en/Android.Provider/Telephony+BaseMmsColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/Telephony+BaseMmsColumns.xml @@ -57,9 +57,18 @@ System.String - To be added. + The content-class of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.CONTENT_CLASS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -87,9 +96,18 @@ System.String - To be added. + The Content-Location of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.CONTENT_LOCATION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -117,9 +135,18 @@ System.String - To be added. + The Content-Type of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.CONTENT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -186,9 +213,18 @@ System.String - To be added. + The identity of the sender of a sent message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.CREATOR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -216,9 +252,18 @@ System.String - To be added. + The date the message was received. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.DATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -246,9 +291,18 @@ System.String - To be added. + The date the message was sent. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.DATE_SENT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -276,9 +330,18 @@ System.String - To be added. + The delivery-report of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.DELIVERY_REPORT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -306,9 +369,18 @@ System.String - To be added. + The delivery-time of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.DELIVERY_TIME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -336,9 +408,18 @@ System.String - To be added. + The expiry time of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.EXPIRY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -405,9 +486,18 @@ System.String - To be added. + Is the message locked? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.LOCKED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -435,9 +525,18 @@ System.String - To be added. + The box which the message belongs to, e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -466,9 +565,18 @@ 0 - To be added. + Message box: all messages. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_ALL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -497,9 +605,18 @@ 3 - To be added. + Message box: drafts. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_DRAFTS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -528,9 +645,18 @@ 5 - To be added. + Message box: failed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_FAILED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -559,9 +685,18 @@ 1 - To be added. + Message box: inbox. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_INBOX. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -590,9 +725,18 @@ 4 - To be added. + Message box: outbox. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_OUTBOX. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -621,9 +765,18 @@ 2 - To be added. + Message box: sent messages. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_SENT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -651,9 +804,18 @@ System.String - To be added. + The class of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_CLASS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -681,9 +843,18 @@ System.String - To be added. + The Message-ID of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -711,9 +882,18 @@ System.String - To be added. + The size of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_SIZE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -741,9 +921,18 @@ System.String - To be added. + The type of the message defined by MMS spec. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -771,9 +960,18 @@ System.String - To be added. + The version of the specification that this message conforms to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MMS_VERSION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -801,9 +999,18 @@ System.String - To be added. + The priority of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.PRIORITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -831,9 +1038,18 @@ System.String - To be added. + Has the message been read? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.READ. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -861,9 +1077,18 @@ System.String - To be added. + The read-report of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.READ_REPORT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -891,9 +1116,18 @@ System.String - To be added. + The read-status of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.READ_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -921,9 +1155,18 @@ System.String - To be added. + Is read report allowed? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.REPORT_ALLOWED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -951,9 +1194,18 @@ System.String - To be added. + The response-status of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.RESPONSE_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -981,9 +1233,18 @@ System.String - To be added. + The response-text of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.RESPONSE_TEXT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1011,9 +1272,18 @@ System.String - To be added. + The retrieve-status of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.RETRIEVE_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1041,9 +1311,18 @@ System.String - To be added. + The retrieve-text of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.RETRIEVE_TEXT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1071,9 +1350,18 @@ System.String - To be added. + The character set of the retrieve-text. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.RETRIEVE_TEXT_CHARSET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1101,9 +1389,19 @@ System.String - To be added. + Has the message been seen by the user? The "seen" flag determines + whether we need to show a new message notification. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.SEEN. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1131,9 +1429,18 @@ System.String - To be added. + The status of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1161,9 +1468,18 @@ System.String - To be added. + The subject of the message, if present. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.SUBJECT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1191,9 +1507,18 @@ System.String - To be added. + The character set of the subject, if present. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.SUBJECT_CHARSET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1221,9 +1546,18 @@ System.String - To be added. + The subscription to which the message belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.SUBSCRIPTION_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1251,9 +1585,19 @@ System.String - To be added. + Does the message have only a text part (can also have a subject) with + no picture, slideshow, sound, etc. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.TEXT_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1281,9 +1625,18 @@ System.String - To be added. + The thread ID of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.THREAD_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1311,9 +1664,18 @@ System.String - To be added. + The transaction-id of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.TRANSACTION_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/Telephony+CanonicalAddressesColumns.xml b/docs/Mono.Android/en/Android.Provider/Telephony+CanonicalAddressesColumns.xml index bfcac96423..450602bf99 100644 --- a/docs/Mono.Android/en/Android.Provider/Telephony+CanonicalAddressesColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/Telephony+CanonicalAddressesColumns.xml @@ -57,9 +57,18 @@ System.String - To be added. + An address used in MMS or SMS. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.CanonicalAddressesColumns.ADDRESS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/Telephony+CarrierId.xml b/docs/Mono.Android/en/Android.Provider/Telephony+CarrierId.xml index f1143303e9..3368c61fe3 100644 --- a/docs/Mono.Android/en/Android.Provider/Telephony+CarrierId.xml +++ b/docs/Mono.Android/en/Android.Provider/Telephony+CarrierId.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Contains carrier identification information for the current subscriptions. + + + + Java documentation for android.provider.Telephony.CarrierId. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -42,8 +53,19 @@ System.String - To be added. - To be added. + A unique carrier id + + + + Java documentation for android.provider.Telephony.CarrierId.CARRIER_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -66,8 +88,19 @@ System.String - To be added. - To be added. + A user facing carrier name. + + + + Java documentation for android.provider.Telephony.CarrierId.CARRIER_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -90,9 +123,20 @@ Android.Net.Uri - To be added. + The content:// style URI for this provider. To be added. - To be added. + + + + Java documentation for android.provider.Telephony.CarrierId.CONTENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -118,10 +162,23 @@ - To be added. - To be added. - To be added. - To be added. + the subscriptionId to receive updates on + Generates a content Uri used to receive updates on specific carrier identity + change on the given subscriptionId returned by + TelephonyManager#getSimSpecificCarrierId(). + the Uri used to observe specific carrier identity changes + + + + Java documentation for android.provider.Telephony.CarrierId.getSpecificCarrierIdUriForSubscriptionId(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -147,10 +204,22 @@ - To be added. - To be added. - To be added. - To be added. + the subscriptionId to receive updates on + Generates a content Uri used to receive updates on carrier identity change + on the given subscriptionId + the Uri used to observe carrier identity changes + + + + Java documentation for android.provider.Telephony.CarrierId.getUriForSubscriptionId(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -202,8 +271,19 @@ System.String - To be added. - To be added. + A fine-grained carrier id. + + + + Java documentation for android.provider.Telephony.CarrierId.SPECIFIC_CARRIER_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -226,8 +306,19 @@ System.String - To be added. - To be added. + A user facing carrier name for specific carrier id #SPECIFIC_CARRIER_ID. + + + + Java documentation for android.provider.Telephony.CarrierId.SPECIFIC_CARRIER_ID_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Provider/Telephony+Carriers.xml b/docs/Mono.Android/en/Android.Provider/Telephony+Carriers.xml index 073b8a4aef..39c48b0a1b 100644 --- a/docs/Mono.Android/en/Android.Provider/Telephony+Carriers.xml +++ b/docs/Mono.Android/en/Android.Provider/Telephony+Carriers.xml @@ -18,14 +18,18 @@ - To be added. + Carriers class contains information about APNs, including MMSC information. - Android platform documentation + Java documentation for android.provider.Telephony.Carriers. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -49,9 +53,18 @@ System.String - To be added. + APN name. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.Carriers.APN. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -75,9 +88,18 @@ System.String - To be added. + Authentication type. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.Carriers.AUTH_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -105,9 +127,18 @@ System.String - To be added. + Radio Access Technology info. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.Carriers.BEARER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -131,9 +162,18 @@ System.String - To be added. + Is this APN enabled? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.Carriers.CARRIER_ENABLED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -157,8 +197,20 @@ System.String - To be added. - To be added. + A unique carrier id associated with this APN + TelephonyManager#getSimCarrierId() + + + + Java documentation for android.provider.Telephony.Carriers.CARRIER_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -181,10 +233,19 @@ Android.Net.Uri - To be added. + The content:// style URL for this table. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.Carriers.CONTENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -208,9 +269,18 @@ System.String - To be added. + Is this the current APN? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.Carriers.CURRENT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -234,9 +304,18 @@ System.String - To be added. + The default sort order for this table. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.Carriers.DEFAULT_SORT_ORDER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -295,9 +374,18 @@ System.String - To be added. + Mobile Country Code (MCC). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.Carriers.MCC. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -321,9 +409,18 @@ System.String - To be added. + MMSC URL. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.Carriers.MMSC. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -347,9 +444,18 @@ System.String - To be added. + MMS proxy port. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.Carriers.MMSPORT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -373,9 +479,18 @@ System.String - To be added. + MMS proxy address. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.Carriers.MMSPROXY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -403,9 +518,18 @@ System.String - To be added. + Mobile Network Code (MNC). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.Carriers.MNC. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -433,9 +557,18 @@ System.String - To be added. + MVNO data. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.Carriers.MVNO_MATCH_DATA. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -463,9 +596,19 @@ System.String - To be added. + MVNO type: + SPN (Service Provider Name), IMSI, GID (Group Identifier Level 1). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.Carriers.MVNO_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -489,9 +632,18 @@ System.String - To be added. + Entry name. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.Carriers.NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -515,8 +667,19 @@ System.String - To be added. - To be added. + Radio technology (network type) bitmask. + + + + Java documentation for android.provider.Telephony.Carriers.NETWORK_TYPE_BITMASK. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -543,9 +706,18 @@ System.String - To be added. + Numeric operator ID (as String). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.Carriers.NUMERIC. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -569,9 +741,18 @@ System.String - To be added. + APN password. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.Carriers.PASSWORD. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -595,9 +776,18 @@ System.String - To be added. + Proxy port. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.Carriers.PORT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -621,9 +811,18 @@ System.String - To be added. + The protocol to use to connect to this APN. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.Carriers.PROTOCOL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -647,9 +846,18 @@ System.String - To be added. + Proxy address. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.Carriers.PROXY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -673,9 +881,18 @@ System.String - To be added. + The protocol to use to connect to this APN when roaming. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.Carriers.ROAMING_PROTOCOL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -699,9 +916,18 @@ System.String - To be added. + Server address. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.Carriers.SERVER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -725,9 +951,20 @@ Android.Net.Uri - To be added. + The content:// style URL for this table. To be added. - To be added. + + + + Java documentation for android.provider.Telephony.Carriers.SIM_APN_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -750,9 +987,18 @@ System.String - To be added. + The subscription to which the APN belongs to - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.Carriers.SUBSCRIPTION_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -838,9 +1084,18 @@ System.String - To be added. + Comma-delimited list of APN types. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.Carriers.TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -864,9 +1119,18 @@ System.String - To be added. + APN username. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.Carriers.USER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/Telephony+IBaseMmsColumns.xml b/docs/Mono.Android/en/Android.Provider/Telephony+IBaseMmsColumns.xml index 42422fa6fe..8870240470 100644 --- a/docs/Mono.Android/en/Android.Provider/Telephony+IBaseMmsColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/Telephony+IBaseMmsColumns.xml @@ -9,8 +9,19 @@ - To be added. - To be added. + Base columns for tables that contain MMSs. + + + + Java documentation for android.provider.Telephony.BaseMmsColumns. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -33,8 +44,19 @@ System.String - To be added. - To be added. + The content-class of the message. + + + + Java documentation for android.provider.Telephony.BaseMmsColumns.CONTENT_CLASS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -57,8 +79,19 @@ System.String - To be added. - To be added. + The Content-Location of the message. + + + + Java documentation for android.provider.Telephony.BaseMmsColumns.CONTENT_LOCATION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -81,8 +114,19 @@ System.String - To be added. - To be added. + The Content-Type of the message. + + + + Java documentation for android.provider.Telephony.BaseMmsColumns.CONTENT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -105,8 +149,19 @@ System.String - To be added. - To be added. + The identity of the sender of a sent message. + + + + Java documentation for android.provider.Telephony.BaseMmsColumns.CREATOR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -129,8 +184,19 @@ System.String - To be added. - To be added. + The date the message was received. + + + + Java documentation for android.provider.Telephony.BaseMmsColumns.DATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -153,8 +219,19 @@ System.String - To be added. - To be added. + The date the message was sent. + + + + Java documentation for android.provider.Telephony.BaseMmsColumns.DATE_SENT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -177,8 +254,19 @@ System.String - To be added. - To be added. + The delivery-report of the message. + + + + Java documentation for android.provider.Telephony.BaseMmsColumns.DELIVERY_REPORT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -201,8 +289,19 @@ System.String - To be added. - To be added. + The delivery-time of the message. + + + + Java documentation for android.provider.Telephony.BaseMmsColumns.DELIVERY_TIME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -225,8 +324,19 @@ System.String - To be added. - To be added. + The expiry time of the message. + + + + Java documentation for android.provider.Telephony.BaseMmsColumns.EXPIRY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -249,8 +359,19 @@ System.String - To be added. - To be added. + Is the message locked? + + + + Java documentation for android.provider.Telephony.BaseMmsColumns.LOCKED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -273,8 +394,19 @@ System.String - To be added. - To be added. + The box which the message belongs to, e. + + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -297,8 +429,19 @@ System.String - To be added. - To be added. + The class of the message. + + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_CLASS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -321,8 +464,19 @@ System.String - To be added. - To be added. + The Message-ID of the message. + + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -345,8 +499,19 @@ System.String - To be added. - To be added. + The size of the message. + + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_SIZE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -369,8 +534,19 @@ System.String - To be added. - To be added. + The type of the message defined by MMS spec. + + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -393,8 +569,19 @@ System.String - To be added. - To be added. + The version of the specification that this message conforms to. + + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MMS_VERSION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -417,8 +604,19 @@ System.String - To be added. - To be added. + The priority of the message. + + + + Java documentation for android.provider.Telephony.BaseMmsColumns.PRIORITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -441,8 +639,19 @@ System.String - To be added. - To be added. + Has the message been read? + + + + Java documentation for android.provider.Telephony.BaseMmsColumns.READ. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -465,8 +674,19 @@ System.String - To be added. - To be added. + The read-report of the message. + + + + Java documentation for android.provider.Telephony.BaseMmsColumns.READ_REPORT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -489,8 +709,19 @@ System.String - To be added. - To be added. + The read-status of the message. + + + + Java documentation for android.provider.Telephony.BaseMmsColumns.READ_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -513,8 +744,19 @@ System.String - To be added. - To be added. + Is read report allowed? + + + + Java documentation for android.provider.Telephony.BaseMmsColumns.REPORT_ALLOWED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -537,8 +779,19 @@ System.String - To be added. - To be added. + The response-status of the message. + + + + Java documentation for android.provider.Telephony.BaseMmsColumns.RESPONSE_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -561,8 +814,19 @@ System.String - To be added. - To be added. + The response-text of the message. + + + + Java documentation for android.provider.Telephony.BaseMmsColumns.RESPONSE_TEXT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -585,8 +849,19 @@ System.String - To be added. - To be added. + The retrieve-status of the message. + + + + Java documentation for android.provider.Telephony.BaseMmsColumns.RETRIEVE_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -609,8 +884,19 @@ System.String - To be added. - To be added. + The retrieve-text of the message. + + + + Java documentation for android.provider.Telephony.BaseMmsColumns.RETRIEVE_TEXT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -633,8 +919,19 @@ System.String - To be added. - To be added. + The character set of the retrieve-text. + + + + Java documentation for android.provider.Telephony.BaseMmsColumns.RETRIEVE_TEXT_CHARSET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -657,8 +954,20 @@ System.String - To be added. - To be added. + Has the message been seen by the user? The "seen" flag determines + whether we need to show a new message notification. + + + + Java documentation for android.provider.Telephony.BaseMmsColumns.SEEN. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -681,8 +990,19 @@ System.String - To be added. - To be added. + The status of the message. + + + + Java documentation for android.provider.Telephony.BaseMmsColumns.STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -705,8 +1025,19 @@ System.String - To be added. - To be added. + The subject of the message, if present. + + + + Java documentation for android.provider.Telephony.BaseMmsColumns.SUBJECT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -729,8 +1060,19 @@ System.String - To be added. - To be added. + The character set of the subject, if present. + + + + Java documentation for android.provider.Telephony.BaseMmsColumns.SUBJECT_CHARSET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -753,8 +1095,19 @@ System.String - To be added. - To be added. + The subscription to which the message belongs to. + + + + Java documentation for android.provider.Telephony.BaseMmsColumns.SUBSCRIPTION_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -777,8 +1130,20 @@ System.String - To be added. - To be added. + Does the message have only a text part (can also have a subject) with + no picture, slideshow, sound, etc. + + + + Java documentation for android.provider.Telephony.BaseMmsColumns.TEXT_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -801,8 +1166,19 @@ System.String - To be added. - To be added. + The thread ID of the message. + + + + Java documentation for android.provider.Telephony.BaseMmsColumns.THREAD_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -825,8 +1201,19 @@ System.String - To be added. - To be added. + The transaction-id of the message. + + + + Java documentation for android.provider.Telephony.BaseMmsColumns.TRANSACTION_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Provider/Telephony+ICanonicalAddressesColumns.xml b/docs/Mono.Android/en/Android.Provider/Telephony+ICanonicalAddressesColumns.xml index 37b53d9039..e51a58169a 100644 --- a/docs/Mono.Android/en/Android.Provider/Telephony+ICanonicalAddressesColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/Telephony+ICanonicalAddressesColumns.xml @@ -9,8 +9,19 @@ - To be added. - To be added. + Columns for the "canonical_addresses" table used by MMS and SMS. + + + + Java documentation for android.provider.Telephony.CanonicalAddressesColumns. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -33,8 +44,19 @@ System.String - To be added. - To be added. + An address used in MMS or SMS. + + + + Java documentation for android.provider.Telephony.CanonicalAddressesColumns.ADDRESS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Provider/Telephony+ITextBasedSmsColumns.xml b/docs/Mono.Android/en/Android.Provider/Telephony+ITextBasedSmsColumns.xml index bc1cf69ad9..1220e6a465 100644 --- a/docs/Mono.Android/en/Android.Provider/Telephony+ITextBasedSmsColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/Telephony+ITextBasedSmsColumns.xml @@ -9,8 +9,19 @@ - To be added. - To be added. + Base columns for tables that contain text-based SMSs. + + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -33,8 +44,19 @@ System.String - To be added. - To be added. + The address of the other party. + + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.ADDRESS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -57,8 +79,19 @@ System.String - To be added. - To be added. + The body of the message. + + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.BODY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -81,8 +114,19 @@ System.String - To be added. - To be added. + The identity of the sender of a sent message. + + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.CREATOR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -105,8 +149,19 @@ System.String - To be added. - To be added. + The date the message was received. + + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.DATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -129,8 +184,19 @@ System.String - To be added. - To be added. + The date the message was sent. + + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.DATE_SENT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -153,8 +219,19 @@ System.String - To be added. - To be added. + Error code associated with sending or receiving this message + + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.ERROR_CODE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -177,8 +254,19 @@ System.String - To be added. - To be added. + Is the message locked? + + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.LOCKED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -201,8 +289,19 @@ System.String - To be added. - To be added. + The ID of the sender of the conversation, if present. + + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.PERSON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -225,8 +324,19 @@ System.String - To be added. - To be added. + The protocol identifier code. + + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.PROTOCOL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -249,8 +359,19 @@ System.String - To be added. - To be added. + Has the message been read? + + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.READ. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -273,8 +394,19 @@ System.String - To be added. - To be added. + Is the TP-Reply-Path flag set? + + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.REPLY_PATH_PRESENT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -297,8 +429,20 @@ System.String - To be added. - To be added. + Has the message been seen by the user? The "seen" flag determines + whether we need to show a notification. + + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.SEEN. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -321,8 +465,19 @@ System.String - To be added. - To be added. + The service center (SC) through which to send the message, if present. + + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.SERVICE_CENTER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -345,8 +500,20 @@ System.String - To be added. - To be added. + + TP-Status value for the message, or -1 if no status has been received. + + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -369,8 +536,19 @@ System.String - To be added. - To be added. + The subject of the message, if present. + + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.SUBJECT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -393,8 +571,19 @@ System.String - To be added. - To be added. + The subscription to which the message belongs to. + + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.SUBSCRIPTION_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -417,8 +606,19 @@ System.String - To be added. - To be added. + The thread ID of the message. + + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.THREAD_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -441,8 +641,19 @@ System.String - To be added. - To be added. + The type of message. + + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Provider/Telephony+IThreadsColumns.xml b/docs/Mono.Android/en/Android.Provider/Telephony+IThreadsColumns.xml index 196c1ea9dd..3f6e613f00 100644 --- a/docs/Mono.Android/en/Android.Provider/Telephony+IThreadsColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/Telephony+IThreadsColumns.xml @@ -9,8 +9,19 @@ - To be added. - To be added. + Columns for the "threads" table used by MMS and SMS. + + + + Java documentation for android.provider.Telephony.ThreadsColumns. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -33,8 +44,19 @@ System.String - To be added. - To be added. + If the thread is archived + + + + Java documentation for android.provider.Telephony.ThreadsColumns.ARCHIVED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -57,8 +79,19 @@ System.String - To be added. - To be added. + The date at which the thread was created. + + + + Java documentation for android.provider.Telephony.ThreadsColumns.DATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -81,8 +114,19 @@ System.String - To be added. - To be added. + Indicates whether there is a transmission error in the thread. + + + + Java documentation for android.provider.Telephony.ThreadsColumns.ERROR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -105,8 +149,19 @@ System.String - To be added. - To be added. + Indicates whether this thread contains any attachments. + + + + Java documentation for android.provider.Telephony.ThreadsColumns.HAS_ATTACHMENT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -129,8 +184,19 @@ System.String - To be added. - To be added. + The message count of the thread. + + + + Java documentation for android.provider.Telephony.ThreadsColumns.MESSAGE_COUNT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -153,8 +219,19 @@ System.String - To be added. - To be added. + Indicates whether all messages of the thread have been read. + + + + Java documentation for android.provider.Telephony.ThreadsColumns.READ. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -177,8 +254,20 @@ System.String - To be added. - To be added. + A string encoding of the recipient IDs of the recipients of + the message, in numerical order and separated by spaces. + + + + Java documentation for android.provider.Telephony.ThreadsColumns.RECIPIENT_IDS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -201,8 +290,19 @@ System.String - To be added. - To be added. + The snippet of the latest message in the thread. + + + + Java documentation for android.provider.Telephony.ThreadsColumns.SNIPPET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -225,8 +325,19 @@ System.String - To be added. - To be added. + The charset of the snippet. + + + + Java documentation for android.provider.Telephony.ThreadsColumns.SNIPPET_CHARSET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -249,8 +360,20 @@ System.String - To be added. - To be added. + Type of the thread, either Threads#COMMON_THREAD or + Threads#BROADCAST_THREAD. + + + + Java documentation for android.provider.Telephony.ThreadsColumns.TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Provider/Telephony+Mms+Draft+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/Telephony+Mms+Draft+InterfaceConsts.xml index 89d9faab44..4fd51ae48f 100644 --- a/docs/Mono.Android/en/Android.Provider/Telephony+Mms+Draft+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/Telephony+Mms+Draft+InterfaceConsts.xml @@ -38,9 +38,18 @@ System.String - To be added. + The content-class of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.CONTENT_CLASS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,9 +73,18 @@ System.String - To be added. + The Content-Location of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.CONTENT_LOCATION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -90,9 +108,18 @@ System.String - To be added. + The Content-Type of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.CONTENT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -151,9 +178,18 @@ System.String - To be added. + The identity of the sender of a sent message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.CREATOR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -177,9 +213,18 @@ System.String - To be added. + The date the message was received. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.DATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -203,9 +248,18 @@ System.String - To be added. + The date the message was sent. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.DATE_SENT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -229,9 +283,18 @@ System.String - To be added. + The delivery-report of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.DELIVERY_REPORT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -255,9 +318,18 @@ System.String - To be added. + The delivery-time of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.DELIVERY_TIME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -281,9 +353,18 @@ System.String - To be added. + The expiry time of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.EXPIRY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -342,9 +423,18 @@ System.String - To be added. + Is the message locked? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.LOCKED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -368,9 +458,18 @@ System.String - To be added. + The box which the message belongs to, e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -399,9 +498,18 @@ 0 - To be added. + Message box: all messages. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_ALL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -430,9 +538,18 @@ 3 - To be added. + Message box: drafts. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_DRAFTS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -461,9 +578,18 @@ 5 - To be added. + Message box: failed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_FAILED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -492,9 +618,18 @@ 1 - To be added. + Message box: inbox. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_INBOX. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -523,9 +658,18 @@ 4 - To be added. + Message box: outbox. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_OUTBOX. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -554,9 +698,18 @@ 2 - To be added. + Message box: sent messages. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_SENT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -580,9 +733,18 @@ System.String - To be added. + The class of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_CLASS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -606,9 +768,18 @@ System.String - To be added. + The Message-ID of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -632,9 +803,18 @@ System.String - To be added. + The size of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_SIZE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -658,9 +838,18 @@ System.String - To be added. + The type of the message defined by MMS spec. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -684,9 +873,18 @@ System.String - To be added. + The version of the specification that this message conforms to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MMS_VERSION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -710,9 +908,18 @@ System.String - To be added. + The priority of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.PRIORITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -736,9 +943,18 @@ System.String - To be added. + Has the message been read? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.READ. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -762,9 +978,18 @@ System.String - To be added. + The read-report of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.READ_REPORT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -788,9 +1013,18 @@ System.String - To be added. + The read-status of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.READ_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -814,9 +1048,18 @@ System.String - To be added. + Is read report allowed? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.REPORT_ALLOWED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -840,9 +1083,18 @@ System.String - To be added. + The response-status of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.RESPONSE_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -866,9 +1118,18 @@ System.String - To be added. + The response-text of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.RESPONSE_TEXT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -892,9 +1153,18 @@ System.String - To be added. + The retrieve-status of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.RETRIEVE_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -918,9 +1188,18 @@ System.String - To be added. + The retrieve-text of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.RETRIEVE_TEXT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -944,9 +1223,18 @@ System.String - To be added. + The character set of the retrieve-text. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.RETRIEVE_TEXT_CHARSET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -970,9 +1258,19 @@ System.String - To be added. + Has the message been seen by the user? The "seen" flag determines + whether we need to show a new message notification. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.SEEN. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -996,9 +1294,18 @@ System.String - To be added. + The status of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1022,9 +1329,18 @@ System.String - To be added. + The subject of the message, if present. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.SUBJECT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1048,9 +1364,18 @@ System.String - To be added. + The character set of the subject, if present. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.SUBJECT_CHARSET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1074,9 +1399,18 @@ System.String - To be added. + The subscription to which the message belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.SUBSCRIPTION_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1100,9 +1434,19 @@ System.String - To be added. + Does the message have only a text part (can also have a subject) with + no picture, slideshow, sound, etc. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.TEXT_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1126,9 +1470,18 @@ System.String - To be added. + The thread ID of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.THREAD_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1152,9 +1505,18 @@ System.String - To be added. + The transaction-id of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.TRANSACTION_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/Telephony+Mms+Inbox+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/Telephony+Mms+Inbox+InterfaceConsts.xml index 2e2c4090b5..0b78169542 100644 --- a/docs/Mono.Android/en/Android.Provider/Telephony+Mms+Inbox+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/Telephony+Mms+Inbox+InterfaceConsts.xml @@ -38,9 +38,18 @@ System.String - To be added. + The content-class of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.CONTENT_CLASS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,9 +73,18 @@ System.String - To be added. + The Content-Location of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.CONTENT_LOCATION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -90,9 +108,18 @@ System.String - To be added. + The Content-Type of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.CONTENT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -151,9 +178,18 @@ System.String - To be added. + The identity of the sender of a sent message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.CREATOR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -177,9 +213,18 @@ System.String - To be added. + The date the message was received. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.DATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -203,9 +248,18 @@ System.String - To be added. + The date the message was sent. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.DATE_SENT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -229,9 +283,18 @@ System.String - To be added. + The delivery-report of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.DELIVERY_REPORT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -255,9 +318,18 @@ System.String - To be added. + The delivery-time of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.DELIVERY_TIME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -281,9 +353,18 @@ System.String - To be added. + The expiry time of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.EXPIRY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -342,9 +423,18 @@ System.String - To be added. + Is the message locked? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.LOCKED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -368,9 +458,18 @@ System.String - To be added. + The box which the message belongs to, e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -399,9 +498,18 @@ 0 - To be added. + Message box: all messages. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_ALL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -430,9 +538,18 @@ 3 - To be added. + Message box: drafts. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_DRAFTS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -461,9 +578,18 @@ 5 - To be added. + Message box: failed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_FAILED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -492,9 +618,18 @@ 1 - To be added. + Message box: inbox. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_INBOX. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -523,9 +658,18 @@ 4 - To be added. + Message box: outbox. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_OUTBOX. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -554,9 +698,18 @@ 2 - To be added. + Message box: sent messages. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_SENT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -580,9 +733,18 @@ System.String - To be added. + The class of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_CLASS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -606,9 +768,18 @@ System.String - To be added. + The Message-ID of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -632,9 +803,18 @@ System.String - To be added. + The size of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_SIZE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -658,9 +838,18 @@ System.String - To be added. + The type of the message defined by MMS spec. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -684,9 +873,18 @@ System.String - To be added. + The version of the specification that this message conforms to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MMS_VERSION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -710,9 +908,18 @@ System.String - To be added. + The priority of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.PRIORITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -736,9 +943,18 @@ System.String - To be added. + Has the message been read? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.READ. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -762,9 +978,18 @@ System.String - To be added. + The read-report of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.READ_REPORT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -788,9 +1013,18 @@ System.String - To be added. + The read-status of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.READ_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -814,9 +1048,18 @@ System.String - To be added. + Is read report allowed? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.REPORT_ALLOWED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -840,9 +1083,18 @@ System.String - To be added. + The response-status of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.RESPONSE_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -866,9 +1118,18 @@ System.String - To be added. + The response-text of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.RESPONSE_TEXT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -892,9 +1153,18 @@ System.String - To be added. + The retrieve-status of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.RETRIEVE_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -918,9 +1188,18 @@ System.String - To be added. + The retrieve-text of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.RETRIEVE_TEXT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -944,9 +1223,18 @@ System.String - To be added. + The character set of the retrieve-text. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.RETRIEVE_TEXT_CHARSET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -970,9 +1258,19 @@ System.String - To be added. + Has the message been seen by the user? The "seen" flag determines + whether we need to show a new message notification. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.SEEN. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -996,9 +1294,18 @@ System.String - To be added. + The status of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1022,9 +1329,18 @@ System.String - To be added. + The subject of the message, if present. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.SUBJECT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1048,9 +1364,18 @@ System.String - To be added. + The character set of the subject, if present. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.SUBJECT_CHARSET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1074,9 +1399,18 @@ System.String - To be added. + The subscription to which the message belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.SUBSCRIPTION_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1100,9 +1434,19 @@ System.String - To be added. + Does the message have only a text part (can also have a subject) with + no picture, slideshow, sound, etc. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.TEXT_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1126,9 +1470,18 @@ System.String - To be added. + The thread ID of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.THREAD_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1152,9 +1505,18 @@ System.String - To be added. + The transaction-id of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.TRANSACTION_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/Telephony+Mms+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/Telephony+Mms+InterfaceConsts.xml index e5f8c2d40a..2f4b4bcc90 100644 --- a/docs/Mono.Android/en/Android.Provider/Telephony+Mms+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/Telephony+Mms+InterfaceConsts.xml @@ -38,9 +38,18 @@ System.String - To be added. + The content-class of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.CONTENT_CLASS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,9 +73,18 @@ System.String - To be added. + The Content-Location of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.CONTENT_LOCATION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -90,9 +108,18 @@ System.String - To be added. + The Content-Type of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.CONTENT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -151,9 +178,18 @@ System.String - To be added. + The identity of the sender of a sent message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.CREATOR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -177,9 +213,18 @@ System.String - To be added. + The date the message was received. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.DATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -203,9 +248,18 @@ System.String - To be added. + The date the message was sent. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.DATE_SENT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -229,9 +283,18 @@ System.String - To be added. + The delivery-report of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.DELIVERY_REPORT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -255,9 +318,18 @@ System.String - To be added. + The delivery-time of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.DELIVERY_TIME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -281,9 +353,18 @@ System.String - To be added. + The expiry time of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.EXPIRY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -342,9 +423,18 @@ System.String - To be added. + Is the message locked? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.LOCKED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -368,9 +458,18 @@ System.String - To be added. + The box which the message belongs to, e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -399,9 +498,18 @@ 0 - To be added. + Message box: all messages. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_ALL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -430,9 +538,18 @@ 3 - To be added. + Message box: drafts. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_DRAFTS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -461,9 +578,18 @@ 5 - To be added. + Message box: failed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_FAILED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -492,9 +618,18 @@ 1 - To be added. + Message box: inbox. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_INBOX. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -523,9 +658,18 @@ 4 - To be added. + Message box: outbox. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_OUTBOX. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -554,9 +698,18 @@ 2 - To be added. + Message box: sent messages. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_SENT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -580,9 +733,18 @@ System.String - To be added. + The class of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_CLASS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -606,9 +768,18 @@ System.String - To be added. + The Message-ID of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -632,9 +803,18 @@ System.String - To be added. + The size of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_SIZE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -658,9 +838,18 @@ System.String - To be added. + The type of the message defined by MMS spec. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -684,9 +873,18 @@ System.String - To be added. + The version of the specification that this message conforms to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MMS_VERSION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -710,9 +908,18 @@ System.String - To be added. + The priority of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.PRIORITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -736,9 +943,18 @@ System.String - To be added. + Has the message been read? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.READ. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -762,9 +978,18 @@ System.String - To be added. + The read-report of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.READ_REPORT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -788,9 +1013,18 @@ System.String - To be added. + The read-status of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.READ_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -814,9 +1048,18 @@ System.String - To be added. + Is read report allowed? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.REPORT_ALLOWED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -840,9 +1083,18 @@ System.String - To be added. + The response-status of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.RESPONSE_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -866,9 +1118,18 @@ System.String - To be added. + The response-text of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.RESPONSE_TEXT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -892,9 +1153,18 @@ System.String - To be added. + The retrieve-status of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.RETRIEVE_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -918,9 +1188,18 @@ System.String - To be added. + The retrieve-text of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.RETRIEVE_TEXT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -944,9 +1223,18 @@ System.String - To be added. + The character set of the retrieve-text. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.RETRIEVE_TEXT_CHARSET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -970,9 +1258,19 @@ System.String - To be added. + Has the message been seen by the user? The "seen" flag determines + whether we need to show a new message notification. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.SEEN. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -996,9 +1294,18 @@ System.String - To be added. + The status of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1022,9 +1329,18 @@ System.String - To be added. + The subject of the message, if present. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.SUBJECT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1048,9 +1364,18 @@ System.String - To be added. + The character set of the subject, if present. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.SUBJECT_CHARSET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1074,9 +1399,18 @@ System.String - To be added. + The subscription to which the message belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.SUBSCRIPTION_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1100,9 +1434,19 @@ System.String - To be added. + Does the message have only a text part (can also have a subject) with + no picture, slideshow, sound, etc. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.TEXT_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1126,9 +1470,18 @@ System.String - To be added. + The thread ID of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.THREAD_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1152,9 +1505,18 @@ System.String - To be added. + The transaction-id of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.TRANSACTION_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/Telephony+Mms+Outbox+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/Telephony+Mms+Outbox+InterfaceConsts.xml index 849b3119d1..6886b8277a 100644 --- a/docs/Mono.Android/en/Android.Provider/Telephony+Mms+Outbox+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/Telephony+Mms+Outbox+InterfaceConsts.xml @@ -38,9 +38,18 @@ System.String - To be added. + The content-class of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.CONTENT_CLASS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,9 +73,18 @@ System.String - To be added. + The Content-Location of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.CONTENT_LOCATION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -90,9 +108,18 @@ System.String - To be added. + The Content-Type of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.CONTENT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -151,9 +178,18 @@ System.String - To be added. + The identity of the sender of a sent message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.CREATOR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -177,9 +213,18 @@ System.String - To be added. + The date the message was received. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.DATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -203,9 +248,18 @@ System.String - To be added. + The date the message was sent. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.DATE_SENT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -229,9 +283,18 @@ System.String - To be added. + The delivery-report of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.DELIVERY_REPORT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -255,9 +318,18 @@ System.String - To be added. + The delivery-time of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.DELIVERY_TIME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -281,9 +353,18 @@ System.String - To be added. + The expiry time of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.EXPIRY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -342,9 +423,18 @@ System.String - To be added. + Is the message locked? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.LOCKED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -368,9 +458,18 @@ System.String - To be added. + The box which the message belongs to, e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -399,9 +498,18 @@ 0 - To be added. + Message box: all messages. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_ALL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -430,9 +538,18 @@ 3 - To be added. + Message box: drafts. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_DRAFTS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -461,9 +578,18 @@ 5 - To be added. + Message box: failed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_FAILED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -492,9 +618,18 @@ 1 - To be added. + Message box: inbox. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_INBOX. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -523,9 +658,18 @@ 4 - To be added. + Message box: outbox. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_OUTBOX. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -554,9 +698,18 @@ 2 - To be added. + Message box: sent messages. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_SENT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -580,9 +733,18 @@ System.String - To be added. + The class of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_CLASS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -606,9 +768,18 @@ System.String - To be added. + The Message-ID of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -632,9 +803,18 @@ System.String - To be added. + The size of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_SIZE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -658,9 +838,18 @@ System.String - To be added. + The type of the message defined by MMS spec. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -684,9 +873,18 @@ System.String - To be added. + The version of the specification that this message conforms to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MMS_VERSION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -710,9 +908,18 @@ System.String - To be added. + The priority of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.PRIORITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -736,9 +943,18 @@ System.String - To be added. + Has the message been read? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.READ. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -762,9 +978,18 @@ System.String - To be added. + The read-report of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.READ_REPORT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -788,9 +1013,18 @@ System.String - To be added. + The read-status of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.READ_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -814,9 +1048,18 @@ System.String - To be added. + Is read report allowed? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.REPORT_ALLOWED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -840,9 +1083,18 @@ System.String - To be added. + The response-status of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.RESPONSE_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -866,9 +1118,18 @@ System.String - To be added. + The response-text of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.RESPONSE_TEXT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -892,9 +1153,18 @@ System.String - To be added. + The retrieve-status of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.RETRIEVE_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -918,9 +1188,18 @@ System.String - To be added. + The retrieve-text of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.RETRIEVE_TEXT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -944,9 +1223,18 @@ System.String - To be added. + The character set of the retrieve-text. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.RETRIEVE_TEXT_CHARSET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -970,9 +1258,19 @@ System.String - To be added. + Has the message been seen by the user? The "seen" flag determines + whether we need to show a new message notification. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.SEEN. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -996,9 +1294,18 @@ System.String - To be added. + The status of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1022,9 +1329,18 @@ System.String - To be added. + The subject of the message, if present. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.SUBJECT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1048,9 +1364,18 @@ System.String - To be added. + The character set of the subject, if present. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.SUBJECT_CHARSET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1074,9 +1399,18 @@ System.String - To be added. + The subscription to which the message belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.SUBSCRIPTION_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1100,9 +1434,19 @@ System.String - To be added. + Does the message have only a text part (can also have a subject) with + no picture, slideshow, sound, etc. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.TEXT_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1126,9 +1470,18 @@ System.String - To be added. + The thread ID of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.THREAD_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1152,9 +1505,18 @@ System.String - To be added. + The transaction-id of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.TRANSACTION_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/Telephony+Mms+Sent+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/Telephony+Mms+Sent+InterfaceConsts.xml index 2ecd8cf024..fc59214634 100644 --- a/docs/Mono.Android/en/Android.Provider/Telephony+Mms+Sent+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/Telephony+Mms+Sent+InterfaceConsts.xml @@ -38,9 +38,18 @@ System.String - To be added. + The content-class of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.CONTENT_CLASS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,9 +73,18 @@ System.String - To be added. + The Content-Location of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.CONTENT_LOCATION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -90,9 +108,18 @@ System.String - To be added. + The Content-Type of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.CONTENT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -151,9 +178,18 @@ System.String - To be added. + The identity of the sender of a sent message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.CREATOR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -177,9 +213,18 @@ System.String - To be added. + The date the message was received. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.DATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -203,9 +248,18 @@ System.String - To be added. + The date the message was sent. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.DATE_SENT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -229,9 +283,18 @@ System.String - To be added. + The delivery-report of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.DELIVERY_REPORT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -255,9 +318,18 @@ System.String - To be added. + The delivery-time of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.DELIVERY_TIME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -281,9 +353,18 @@ System.String - To be added. + The expiry time of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.EXPIRY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -342,9 +423,18 @@ System.String - To be added. + Is the message locked? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.LOCKED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -368,9 +458,18 @@ System.String - To be added. + The box which the message belongs to, e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -399,9 +498,18 @@ 0 - To be added. + Message box: all messages. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_ALL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -430,9 +538,18 @@ 3 - To be added. + Message box: drafts. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_DRAFTS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -461,9 +578,18 @@ 5 - To be added. + Message box: failed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_FAILED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -492,9 +618,18 @@ 1 - To be added. + Message box: inbox. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_INBOX. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -523,9 +658,18 @@ 4 - To be added. + Message box: outbox. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_OUTBOX. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -554,9 +698,18 @@ 2 - To be added. + Message box: sent messages. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_SENT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -580,9 +733,18 @@ System.String - To be added. + The class of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_CLASS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -606,9 +768,18 @@ System.String - To be added. + The Message-ID of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -632,9 +803,18 @@ System.String - To be added. + The size of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_SIZE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -658,9 +838,18 @@ System.String - To be added. + The type of the message defined by MMS spec. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -684,9 +873,18 @@ System.String - To be added. + The version of the specification that this message conforms to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.MMS_VERSION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -710,9 +908,18 @@ System.String - To be added. + The priority of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.PRIORITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -736,9 +943,18 @@ System.String - To be added. + Has the message been read? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.READ. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -762,9 +978,18 @@ System.String - To be added. + The read-report of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.READ_REPORT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -788,9 +1013,18 @@ System.String - To be added. + The read-status of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.READ_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -814,9 +1048,18 @@ System.String - To be added. + Is read report allowed? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.REPORT_ALLOWED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -840,9 +1083,18 @@ System.String - To be added. + The response-status of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.RESPONSE_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -866,9 +1118,18 @@ System.String - To be added. + The response-text of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.RESPONSE_TEXT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -892,9 +1153,18 @@ System.String - To be added. + The retrieve-status of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.RETRIEVE_STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -918,9 +1188,18 @@ System.String - To be added. + The retrieve-text of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.RETRIEVE_TEXT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -944,9 +1223,18 @@ System.String - To be added. + The character set of the retrieve-text. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.RETRIEVE_TEXT_CHARSET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -970,9 +1258,19 @@ System.String - To be added. + Has the message been seen by the user? The "seen" flag determines + whether we need to show a new message notification. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.SEEN. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -996,9 +1294,18 @@ System.String - To be added. + The status of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1022,9 +1329,18 @@ System.String - To be added. + The subject of the message, if present. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.SUBJECT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1048,9 +1364,18 @@ System.String - To be added. + The character set of the subject, if present. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.SUBJECT_CHARSET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1074,9 +1399,18 @@ System.String - To be added. + The subscription to which the message belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.SUBSCRIPTION_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1100,9 +1434,19 @@ System.String - To be added. + Does the message have only a text part (can also have a subject) with + no picture, slideshow, sound, etc. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.TEXT_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1126,9 +1470,18 @@ System.String - To be added. + The thread ID of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.THREAD_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1152,9 +1505,18 @@ System.String - To be added. + The transaction-id of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.BaseMmsColumns.TRANSACTION_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/Telephony+Mms.xml b/docs/Mono.Android/en/Android.Provider/Telephony+Mms.xml index d8786589e3..b7ea491d64 100644 --- a/docs/Mono.Android/en/Android.Provider/Telephony+Mms.xml +++ b/docs/Mono.Android/en/Android.Provider/Telephony+Mms.xml @@ -18,14 +18,18 @@ - To be added. + Contains all MMS messages. - Android platform documentation + Java documentation for android.provider.Telephony.Mms. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -49,10 +53,19 @@ Android.Net.Uri - To be added. + The content:// URI for this table. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.Mms.CONTENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -76,9 +89,18 @@ System.String - To be added. + The default sort order for this table. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.Mms.DEFAULT_SORT_ORDER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -133,10 +155,19 @@ Android.Net.Uri - To be added. + Content URI for getting MMS report requests. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.Mms.REPORT_REQUEST_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -160,10 +191,19 @@ Android.Net.Uri - To be added. + Content URI for getting MMS report status. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.Mms.REPORT_STATUS_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/Telephony+MmsSms.xml b/docs/Mono.Android/en/Android.Provider/Telephony+MmsSms.xml index 1b95b4603a..d072f59e91 100644 --- a/docs/Mono.Android/en/Android.Provider/Telephony+MmsSms.xml +++ b/docs/Mono.Android/en/Android.Provider/Telephony+MmsSms.xml @@ -18,14 +18,18 @@ - To be added. + Contains all MMS and SMS messages. - Android platform documentation + Java documentation for android.provider.Telephony.MmsSms. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -49,10 +53,19 @@ Android.Net.Uri - To be added. + The content:// style URL for this table, by conversation. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.MmsSms.CONTENT_CONVERSATIONS_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -76,10 +89,19 @@ Android.Net.Uri - To be added. + The content:// style URL for draft messages in this table. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.MmsSms.CONTENT_DRAFT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -103,10 +125,19 @@ Android.Net.Uri - To be added. + The content:// style URL for this table, by phone number. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.MmsSms.CONTENT_FILTER_BYPHONE_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -130,10 +161,19 @@ Android.Net.Uri - To be added. + The content:// style URL for locked messages in this table. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.MmsSms.CONTENT_LOCKED_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -157,10 +197,19 @@ Android.Net.Uri - To be added. + The content:// style URL for undelivered messages in this table. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.MmsSms.CONTENT_UNDELIVERED_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -184,10 +233,19 @@ Android.Net.Uri - To be added. + The content:// style URL for this table. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.MmsSms.CONTENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -216,9 +274,18 @@ 1 - To be added. + Error type: generic transient error. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.MmsSms.ERR_TYPE_GENERIC. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -247,9 +314,18 @@ 10 - To be added. + Error type: permanent error (along with all higher error values). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.MmsSms.ERR_TYPE_GENERIC_PERMANENT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -278,9 +354,18 @@ 12 - To be added. + Error type: MMS protocol permanent error. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.MmsSms.ERR_TYPE_MMS_PROTO_PERMANENT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -309,9 +394,18 @@ 3 - To be added. + Error type: MMS protocol transient error. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.MmsSms.ERR_TYPE_MMS_PROTO_TRANSIENT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -340,9 +434,18 @@ 11 - To be added. + Error type: SMS protocol permanent error. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.MmsSms.ERR_TYPE_SMS_PROTO_PERMANENT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -371,9 +474,18 @@ 2 - To be added. + Error type: SMS protocol transient error. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.MmsSms.ERR_TYPE_SMS_PROTO_TRANSIENT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -402,9 +514,18 @@ 4 - To be added. + Error type: transport failure. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.MmsSms.ERR_TYPE_TRANSPORT_FAILURE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -464,9 +585,18 @@ 1 - To be added. + MMS protocol type. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.MmsSms.MMS_PROTO. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -495,9 +625,18 @@ 0 - To be added. + Error type: no error. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.MmsSms.NO_ERROR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -521,10 +660,19 @@ Android.Net.Uri - To be added. + Pass in a query parameter called "pattern" which is the text to search for. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.MmsSms.SEARCH_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -553,9 +701,18 @@ 0 - To be added. + SMS protocol type. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.MmsSms.SMS_PROTO. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -641,9 +798,18 @@ System.String - To be added. + The column to distinguish SMS and MMS messages in query results. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.MmsSms.TYPE_DISCRIMINATOR_COLUMN. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/Telephony+ServiceStateTable.xml b/docs/Mono.Android/en/Android.Provider/Telephony+ServiceStateTable.xml index 15f546907f..ddd169d89a 100644 --- a/docs/Mono.Android/en/Android.Provider/Telephony+ServiceStateTable.xml +++ b/docs/Mono.Android/en/Android.Provider/Telephony+ServiceStateTable.xml @@ -18,14 +18,19 @@ - To be added. + Constants for interfacing with the ServiceStateProvider and the different fields of the + ServiceState class accessible through the provider. - Android platform documentation + Java documentation for android.provider.Telephony.ServiceStateTable. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -49,9 +54,18 @@ System.String - To be added. + The authority string for the ServiceStateProvider - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.ServiceStateTable.AUTHORITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -75,10 +89,19 @@ Android.Net.Uri - To be added. + The content:// style URL for the ServiceStateProvider To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.ServiceStateTable.CONTENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -102,8 +125,19 @@ System.String - To be added. - To be added. + The current data network type. + + + + Java documentation for android.provider.Telephony.ServiceStateTable.DATA_NETWORK_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -126,8 +160,19 @@ System.String - To be added. - To be added. + An integer value indicating the current data service state. + + + + Java documentation for android.provider.Telephony.ServiceStateTable.DATA_REG_STATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -150,8 +195,20 @@ System.String - To be added. - To be added. + An integer value indicating the current duplex mode if the radio technology is LTE, + LTE-CA or NR. + + + + Java documentation for android.provider.Telephony.ServiceStateTable.DUPLEX_MODE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -177,11 +234,21 @@ - To be added. - To be added. - To be added. + the subscriptionId to receive updates on + Generates a content Uri used to receive updates on every field in the + ServiceState provider. + the Uri used to observe ServiceState changes - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.ServiceStateTable.getUriForSubscriptionId(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -209,12 +276,22 @@ - To be added. - To be added. - To be added. - To be added. + the subscriptionId to receive updates on + the ServiceState field to receive updates on + Generates a content Uri used to receive updates on a specific field in the + ServiceState provider. + the Uri used to observe ServiceState changes - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.ServiceStateTable.getUriForSubscriptionIdAndField(int, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -238,9 +315,18 @@ System.String - To be added. + The current network selection mode. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.ServiceStateTable.IS_MANUAL_NETWORK_SELECTION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -357,9 +443,18 @@ System.String - To be added. + The current registered operator numeric id. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.ServiceStateTable.VOICE_OPERATOR_NUMERIC. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -383,9 +478,18 @@ System.String - To be added. + An integer value indicating the current voice service state. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.ServiceStateTable.VOICE_REG_STATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/Telephony+Sms+Conversations+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/Telephony+Sms+Conversations+InterfaceConsts.xml index 927e962cef..ac11007831 100644 --- a/docs/Mono.Android/en/Android.Provider/Telephony+Sms+Conversations+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/Telephony+Sms+Conversations+InterfaceConsts.xml @@ -38,9 +38,18 @@ System.String - To be added. + The address of the other party. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.ADDRESS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,9 +73,18 @@ System.String - To be added. + The body of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.BODY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -125,9 +143,18 @@ System.String - To be added. + The identity of the sender of a sent message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.CREATOR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -151,9 +178,18 @@ System.String - To be added. + The date the message was received. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.DATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -177,9 +213,18 @@ System.String - To be added. + The date the message was sent. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.DATE_SENT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -203,9 +248,18 @@ System.String - To be added. + Error code associated with sending or receiving this message - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.ERROR_CODE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -264,9 +318,18 @@ System.String - To be added. + Is the message locked? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.LOCKED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -295,9 +358,18 @@ 0 - To be added. + Message type: all messages. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_ALL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -326,9 +398,18 @@ 3 - To be added. + Message type: drafts. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_DRAFT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -357,9 +438,18 @@ 5 - To be added. + Message type: failed outgoing message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_FAILED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -388,9 +478,18 @@ 1 - To be added. + Message type: inbox. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_INBOX. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -419,9 +518,18 @@ 4 - To be added. + Message type: outbox. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_OUTBOX. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -450,9 +558,18 @@ 6 - To be added. + Message type: queued to send later. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_QUEUED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -481,9 +598,18 @@ 2 - To be added. + Message type: sent messages. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_SENT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -507,9 +633,18 @@ System.String - To be added. + The ID of the sender of the conversation, if present. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.PERSON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -533,9 +668,18 @@ System.String - To be added. + The protocol identifier code. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.PROTOCOL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -559,9 +703,18 @@ System.String - To be added. + Has the message been read? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.READ. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -585,9 +738,18 @@ System.String - To be added. + Is the TP-Reply-Path flag set? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.REPLY_PATH_PRESENT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -611,9 +773,19 @@ System.String - To be added. + Has the message been seen by the user? The "seen" flag determines + whether we need to show a notification. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.SEEN. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -637,9 +809,18 @@ System.String - To be added. + The service center (SC) through which to send the message, if present. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.SERVICE_CENTER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -663,9 +844,19 @@ System.String - To be added. + + TP-Status value for the message, or -1 if no status has been received. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -694,9 +885,18 @@ 0 - To be added. + TP-Status: complete. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS_COMPLETE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -725,9 +925,18 @@ 64 - To be added. + TP-Status: failed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS_FAILED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -756,9 +965,18 @@ -1 - To be added. + TP-Status: no status received. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS_NONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -787,9 +1005,18 @@ 32 - To be added. + TP-Status: pending. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS_PENDING. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -813,9 +1040,18 @@ System.String - To be added. + The subject of the message, if present. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.SUBJECT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -839,9 +1075,18 @@ System.String - To be added. + The subscription to which the message belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.SUBSCRIPTION_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -865,9 +1110,18 @@ System.String - To be added. + The thread ID of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.THREAD_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -891,9 +1145,18 @@ System.String - To be added. + The type of message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/Telephony+Sms+Draft+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/Telephony+Sms+Draft+InterfaceConsts.xml index 1a2af17ae7..a71847cae0 100644 --- a/docs/Mono.Android/en/Android.Provider/Telephony+Sms+Draft+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/Telephony+Sms+Draft+InterfaceConsts.xml @@ -38,9 +38,18 @@ System.String - To be added. + The address of the other party. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.ADDRESS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,9 +73,18 @@ System.String - To be added. + The body of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.BODY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -125,9 +143,18 @@ System.String - To be added. + The identity of the sender of a sent message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.CREATOR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -151,9 +178,18 @@ System.String - To be added. + The date the message was received. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.DATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -177,9 +213,18 @@ System.String - To be added. + The date the message was sent. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.DATE_SENT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -203,9 +248,18 @@ System.String - To be added. + Error code associated with sending or receiving this message - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.ERROR_CODE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -264,9 +318,18 @@ System.String - To be added. + Is the message locked? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.LOCKED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -295,9 +358,18 @@ 0 - To be added. + Message type: all messages. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_ALL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -326,9 +398,18 @@ 3 - To be added. + Message type: drafts. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_DRAFT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -357,9 +438,18 @@ 5 - To be added. + Message type: failed outgoing message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_FAILED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -388,9 +478,18 @@ 1 - To be added. + Message type: inbox. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_INBOX. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -419,9 +518,18 @@ 4 - To be added. + Message type: outbox. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_OUTBOX. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -450,9 +558,18 @@ 6 - To be added. + Message type: queued to send later. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_QUEUED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -481,9 +598,18 @@ 2 - To be added. + Message type: sent messages. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_SENT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -507,9 +633,18 @@ System.String - To be added. + The ID of the sender of the conversation, if present. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.PERSON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -533,9 +668,18 @@ System.String - To be added. + The protocol identifier code. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.PROTOCOL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -559,9 +703,18 @@ System.String - To be added. + Has the message been read? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.READ. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -585,9 +738,18 @@ System.String - To be added. + Is the TP-Reply-Path flag set? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.REPLY_PATH_PRESENT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -611,9 +773,19 @@ System.String - To be added. + Has the message been seen by the user? The "seen" flag determines + whether we need to show a notification. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.SEEN. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -637,9 +809,18 @@ System.String - To be added. + The service center (SC) through which to send the message, if present. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.SERVICE_CENTER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -663,9 +844,19 @@ System.String - To be added. + + TP-Status value for the message, or -1 if no status has been received. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -694,9 +885,18 @@ 0 - To be added. + TP-Status: complete. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS_COMPLETE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -725,9 +925,18 @@ 64 - To be added. + TP-Status: failed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS_FAILED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -756,9 +965,18 @@ -1 - To be added. + TP-Status: no status received. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS_NONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -787,9 +1005,18 @@ 32 - To be added. + TP-Status: pending. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS_PENDING. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -813,9 +1040,18 @@ System.String - To be added. + The subject of the message, if present. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.SUBJECT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -839,9 +1075,18 @@ System.String - To be added. + The subscription to which the message belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.SUBSCRIPTION_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -865,9 +1110,18 @@ System.String - To be added. + The thread ID of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.THREAD_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -891,9 +1145,18 @@ System.String - To be added. + The type of message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/Telephony+Sms+Inbox+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/Telephony+Sms+Inbox+InterfaceConsts.xml index 0a567704b4..8f54311e99 100644 --- a/docs/Mono.Android/en/Android.Provider/Telephony+Sms+Inbox+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/Telephony+Sms+Inbox+InterfaceConsts.xml @@ -38,9 +38,18 @@ System.String - To be added. + The address of the other party. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.ADDRESS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,9 +73,18 @@ System.String - To be added. + The body of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.BODY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -125,9 +143,18 @@ System.String - To be added. + The identity of the sender of a sent message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.CREATOR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -151,9 +178,18 @@ System.String - To be added. + The date the message was received. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.DATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -177,9 +213,18 @@ System.String - To be added. + The date the message was sent. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.DATE_SENT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -203,9 +248,18 @@ System.String - To be added. + Error code associated with sending or receiving this message - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.ERROR_CODE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -264,9 +318,18 @@ System.String - To be added. + Is the message locked? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.LOCKED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -295,9 +358,18 @@ 0 - To be added. + Message type: all messages. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_ALL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -326,9 +398,18 @@ 3 - To be added. + Message type: drafts. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_DRAFT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -357,9 +438,18 @@ 5 - To be added. + Message type: failed outgoing message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_FAILED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -388,9 +478,18 @@ 1 - To be added. + Message type: inbox. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_INBOX. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -419,9 +518,18 @@ 4 - To be added. + Message type: outbox. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_OUTBOX. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -450,9 +558,18 @@ 6 - To be added. + Message type: queued to send later. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_QUEUED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -481,9 +598,18 @@ 2 - To be added. + Message type: sent messages. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_SENT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -507,9 +633,18 @@ System.String - To be added. + The ID of the sender of the conversation, if present. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.PERSON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -533,9 +668,18 @@ System.String - To be added. + The protocol identifier code. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.PROTOCOL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -559,9 +703,18 @@ System.String - To be added. + Has the message been read? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.READ. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -585,9 +738,18 @@ System.String - To be added. + Is the TP-Reply-Path flag set? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.REPLY_PATH_PRESENT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -611,9 +773,19 @@ System.String - To be added. + Has the message been seen by the user? The "seen" flag determines + whether we need to show a notification. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.SEEN. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -637,9 +809,18 @@ System.String - To be added. + The service center (SC) through which to send the message, if present. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.SERVICE_CENTER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -663,9 +844,19 @@ System.String - To be added. + + TP-Status value for the message, or -1 if no status has been received. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -694,9 +885,18 @@ 0 - To be added. + TP-Status: complete. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS_COMPLETE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -725,9 +925,18 @@ 64 - To be added. + TP-Status: failed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS_FAILED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -756,9 +965,18 @@ -1 - To be added. + TP-Status: no status received. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS_NONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -787,9 +1005,18 @@ 32 - To be added. + TP-Status: pending. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS_PENDING. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -813,9 +1040,18 @@ System.String - To be added. + The subject of the message, if present. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.SUBJECT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -839,9 +1075,18 @@ System.String - To be added. + The subscription to which the message belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.SUBSCRIPTION_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -865,9 +1110,18 @@ System.String - To be added. + The thread ID of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.THREAD_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -891,9 +1145,18 @@ System.String - To be added. + The type of message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/Telephony+Sms+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/Telephony+Sms+InterfaceConsts.xml index 8e9688afb0..5148f28c12 100644 --- a/docs/Mono.Android/en/Android.Provider/Telephony+Sms+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/Telephony+Sms+InterfaceConsts.xml @@ -38,9 +38,18 @@ System.String - To be added. + The address of the other party. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.ADDRESS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,9 +73,18 @@ System.String - To be added. + The body of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.BODY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -125,9 +143,18 @@ System.String - To be added. + The identity of the sender of a sent message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.CREATOR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -151,9 +178,18 @@ System.String - To be added. + The date the message was received. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.DATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -177,9 +213,18 @@ System.String - To be added. + The date the message was sent. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.DATE_SENT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -203,9 +248,18 @@ System.String - To be added. + Error code associated with sending or receiving this message - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.ERROR_CODE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -264,9 +318,18 @@ System.String - To be added. + Is the message locked? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.LOCKED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -295,9 +358,18 @@ 0 - To be added. + Message type: all messages. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_ALL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -326,9 +398,18 @@ 3 - To be added. + Message type: drafts. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_DRAFT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -357,9 +438,18 @@ 5 - To be added. + Message type: failed outgoing message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_FAILED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -388,9 +478,18 @@ 1 - To be added. + Message type: inbox. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_INBOX. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -419,9 +518,18 @@ 4 - To be added. + Message type: outbox. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_OUTBOX. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -450,9 +558,18 @@ 6 - To be added. + Message type: queued to send later. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_QUEUED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -481,9 +598,18 @@ 2 - To be added. + Message type: sent messages. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_SENT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -507,9 +633,18 @@ System.String - To be added. + The ID of the sender of the conversation, if present. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.PERSON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -533,9 +668,18 @@ System.String - To be added. + The protocol identifier code. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.PROTOCOL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -559,9 +703,18 @@ System.String - To be added. + Has the message been read? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.READ. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -585,9 +738,18 @@ System.String - To be added. + Is the TP-Reply-Path flag set? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.REPLY_PATH_PRESENT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -611,9 +773,19 @@ System.String - To be added. + Has the message been seen by the user? The "seen" flag determines + whether we need to show a notification. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.SEEN. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -637,9 +809,18 @@ System.String - To be added. + The service center (SC) through which to send the message, if present. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.SERVICE_CENTER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -663,9 +844,19 @@ System.String - To be added. + + TP-Status value for the message, or -1 if no status has been received. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -694,9 +885,18 @@ 0 - To be added. + TP-Status: complete. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS_COMPLETE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -725,9 +925,18 @@ 64 - To be added. + TP-Status: failed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS_FAILED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -756,9 +965,18 @@ -1 - To be added. + TP-Status: no status received. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS_NONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -787,9 +1005,18 @@ 32 - To be added. + TP-Status: pending. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS_PENDING. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -813,9 +1040,18 @@ System.String - To be added. + The subject of the message, if present. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.SUBJECT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -839,9 +1075,18 @@ System.String - To be added. + The subscription to which the message belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.SUBSCRIPTION_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -865,9 +1110,18 @@ System.String - To be added. + The thread ID of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.THREAD_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -891,9 +1145,18 @@ System.String - To be added. + The type of message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/Telephony+Sms+Outbox+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/Telephony+Sms+Outbox+InterfaceConsts.xml index 67efa9004b..bc1a8320bd 100644 --- a/docs/Mono.Android/en/Android.Provider/Telephony+Sms+Outbox+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/Telephony+Sms+Outbox+InterfaceConsts.xml @@ -38,9 +38,18 @@ System.String - To be added. + The address of the other party. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.ADDRESS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,9 +73,18 @@ System.String - To be added. + The body of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.BODY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -125,9 +143,18 @@ System.String - To be added. + The identity of the sender of a sent message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.CREATOR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -151,9 +178,18 @@ System.String - To be added. + The date the message was received. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.DATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -177,9 +213,18 @@ System.String - To be added. + The date the message was sent. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.DATE_SENT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -203,9 +248,18 @@ System.String - To be added. + Error code associated with sending or receiving this message - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.ERROR_CODE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -264,9 +318,18 @@ System.String - To be added. + Is the message locked? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.LOCKED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -295,9 +358,18 @@ 0 - To be added. + Message type: all messages. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_ALL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -326,9 +398,18 @@ 3 - To be added. + Message type: drafts. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_DRAFT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -357,9 +438,18 @@ 5 - To be added. + Message type: failed outgoing message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_FAILED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -388,9 +478,18 @@ 1 - To be added. + Message type: inbox. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_INBOX. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -419,9 +518,18 @@ 4 - To be added. + Message type: outbox. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_OUTBOX. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -450,9 +558,18 @@ 6 - To be added. + Message type: queued to send later. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_QUEUED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -481,9 +598,18 @@ 2 - To be added. + Message type: sent messages. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_SENT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -507,9 +633,18 @@ System.String - To be added. + The ID of the sender of the conversation, if present. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.PERSON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -533,9 +668,18 @@ System.String - To be added. + The protocol identifier code. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.PROTOCOL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -559,9 +703,18 @@ System.String - To be added. + Has the message been read? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.READ. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -585,9 +738,18 @@ System.String - To be added. + Is the TP-Reply-Path flag set? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.REPLY_PATH_PRESENT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -611,9 +773,19 @@ System.String - To be added. + Has the message been seen by the user? The "seen" flag determines + whether we need to show a notification. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.SEEN. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -637,9 +809,18 @@ System.String - To be added. + The service center (SC) through which to send the message, if present. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.SERVICE_CENTER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -663,9 +844,19 @@ System.String - To be added. + + TP-Status value for the message, or -1 if no status has been received. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -694,9 +885,18 @@ 0 - To be added. + TP-Status: complete. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS_COMPLETE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -725,9 +925,18 @@ 64 - To be added. + TP-Status: failed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS_FAILED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -756,9 +965,18 @@ -1 - To be added. + TP-Status: no status received. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS_NONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -787,9 +1005,18 @@ 32 - To be added. + TP-Status: pending. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS_PENDING. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -813,9 +1040,18 @@ System.String - To be added. + The subject of the message, if present. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.SUBJECT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -839,9 +1075,18 @@ System.String - To be added. + The subscription to which the message belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.SUBSCRIPTION_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -865,9 +1110,18 @@ System.String - To be added. + The thread ID of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.THREAD_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -891,9 +1145,18 @@ System.String - To be added. + The type of message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/Telephony+Sms+Sent+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/Telephony+Sms+Sent+InterfaceConsts.xml index c37e07c059..972ae4fc24 100644 --- a/docs/Mono.Android/en/Android.Provider/Telephony+Sms+Sent+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/Telephony+Sms+Sent+InterfaceConsts.xml @@ -38,9 +38,18 @@ System.String - To be added. + The address of the other party. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.ADDRESS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,9 +73,18 @@ System.String - To be added. + The body of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.BODY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -125,9 +143,18 @@ System.String - To be added. + The identity of the sender of a sent message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.CREATOR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -151,9 +178,18 @@ System.String - To be added. + The date the message was received. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.DATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -177,9 +213,18 @@ System.String - To be added. + The date the message was sent. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.DATE_SENT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -203,9 +248,18 @@ System.String - To be added. + Error code associated with sending or receiving this message - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.ERROR_CODE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -264,9 +318,18 @@ System.String - To be added. + Is the message locked? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.LOCKED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -295,9 +358,18 @@ 0 - To be added. + Message type: all messages. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_ALL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -326,9 +398,18 @@ 3 - To be added. + Message type: drafts. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_DRAFT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -357,9 +438,18 @@ 5 - To be added. + Message type: failed outgoing message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_FAILED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -388,9 +478,18 @@ 1 - To be added. + Message type: inbox. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_INBOX. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -419,9 +518,18 @@ 4 - To be added. + Message type: outbox. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_OUTBOX. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -450,9 +558,18 @@ 6 - To be added. + Message type: queued to send later. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_QUEUED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -481,9 +598,18 @@ 2 - To be added. + Message type: sent messages. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_SENT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -507,9 +633,18 @@ System.String - To be added. + The ID of the sender of the conversation, if present. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.PERSON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -533,9 +668,18 @@ System.String - To be added. + The protocol identifier code. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.PROTOCOL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -559,9 +703,18 @@ System.String - To be added. + Has the message been read? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.READ. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -585,9 +738,18 @@ System.String - To be added. + Is the TP-Reply-Path flag set? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.REPLY_PATH_PRESENT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -611,9 +773,19 @@ System.String - To be added. + Has the message been seen by the user? The "seen" flag determines + whether we need to show a notification. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.SEEN. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -637,9 +809,18 @@ System.String - To be added. + The service center (SC) through which to send the message, if present. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.SERVICE_CENTER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -663,9 +844,19 @@ System.String - To be added. + + TP-Status value for the message, or -1 if no status has been received. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -694,9 +885,18 @@ 0 - To be added. + TP-Status: complete. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS_COMPLETE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -725,9 +925,18 @@ 64 - To be added. + TP-Status: failed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS_FAILED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -756,9 +965,18 @@ -1 - To be added. + TP-Status: no status received. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS_NONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -787,9 +1005,18 @@ 32 - To be added. + TP-Status: pending. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS_PENDING. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -813,9 +1040,18 @@ System.String - To be added. + The subject of the message, if present. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.SUBJECT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -839,9 +1075,18 @@ System.String - To be added. + The subscription to which the message belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.SUBSCRIPTION_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -865,9 +1110,18 @@ System.String - To be added. + The thread ID of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.THREAD_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -891,9 +1145,18 @@ System.String - To be added. + The type of message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/Telephony+Sms.xml b/docs/Mono.Android/en/Android.Provider/Telephony+Sms.xml index d9f5fda40d..6be58896db 100644 --- a/docs/Mono.Android/en/Android.Provider/Telephony+Sms.xml +++ b/docs/Mono.Android/en/Android.Provider/Telephony+Sms.xml @@ -18,14 +18,18 @@ - To be added. + Contains all text-based SMS messages. - Android platform documentation + Java documentation for android.provider.Telephony.Sms. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -49,10 +53,19 @@ Android.Net.Uri - To be added. + The content:// style URL for this table. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.Sms.CONTENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -76,9 +89,18 @@ System.String - To be added. + The default sort order for this table. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.Sms.DEFAULT_SORT_ORDER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -105,11 +127,20 @@ - To be added. - To be added. - To be added. + context of the requesting application + Used to determine the currently configured default SMS package. + package name for the default SMS package or null - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.Sms.getDefaultSmsPackage(android.content.Context). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/Telephony+TextBasedSmsColumns.xml b/docs/Mono.Android/en/Android.Provider/Telephony+TextBasedSmsColumns.xml index 3bcdbca6d9..08e40ec7e7 100644 --- a/docs/Mono.Android/en/Android.Provider/Telephony+TextBasedSmsColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/Telephony+TextBasedSmsColumns.xml @@ -57,9 +57,18 @@ System.String - To be added. + The address of the other party. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.ADDRESS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -87,9 +96,18 @@ System.String - To be added. + The body of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.BODY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -117,9 +135,18 @@ System.String - To be added. + The identity of the sender of a sent message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.CREATOR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -147,9 +174,18 @@ System.String - To be added. + The date the message was received. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.DATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -177,9 +213,18 @@ System.String - To be added. + The date the message was sent. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.DATE_SENT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -207,9 +252,18 @@ System.String - To be added. + Error code associated with sending or receiving this message - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.ERROR_CODE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -237,9 +291,18 @@ System.String - To be added. + Is the message locked? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.LOCKED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -268,9 +331,18 @@ 0 - To be added. + Message type: all messages. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_ALL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -299,9 +371,18 @@ 3 - To be added. + Message type: drafts. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_DRAFT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -330,9 +411,18 @@ 5 - To be added. + Message type: failed outgoing message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_FAILED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -361,9 +451,18 @@ 1 - To be added. + Message type: inbox. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_INBOX. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -392,9 +491,18 @@ 4 - To be added. + Message type: outbox. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_OUTBOX. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -423,9 +531,18 @@ 6 - To be added. + Message type: queued to send later. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_QUEUED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -454,9 +571,18 @@ 2 - To be added. + Message type: sent messages. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_SENT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -484,9 +610,18 @@ System.String - To be added. + The ID of the sender of the conversation, if present. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.PERSON. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -514,9 +649,18 @@ System.String - To be added. + The protocol identifier code. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.PROTOCOL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -544,9 +688,18 @@ System.String - To be added. + Has the message been read? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.READ. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -574,9 +727,18 @@ System.String - To be added. + Is the TP-Reply-Path flag set? - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.REPLY_PATH_PRESENT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -604,9 +766,19 @@ System.String - To be added. + Has the message been seen by the user? The "seen" flag determines + whether we need to show a notification. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.SEEN. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -634,9 +806,18 @@ System.String - To be added. + The service center (SC) through which to send the message, if present. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.SERVICE_CENTER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -664,9 +845,19 @@ System.String - To be added. + + TP-Status value for the message, or -1 if no status has been received. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -695,9 +886,18 @@ 0 - To be added. + TP-Status: complete. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS_COMPLETE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -726,9 +926,18 @@ 64 - To be added. + TP-Status: failed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS_FAILED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -757,9 +966,18 @@ -1 - To be added. + TP-Status: no status received. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS_NONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -788,9 +1006,18 @@ 32 - To be added. + TP-Status: pending. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS_PENDING. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -818,9 +1045,18 @@ System.String - To be added. + The subject of the message, if present. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.SUBJECT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -848,9 +1084,18 @@ System.String - To be added. + The subscription to which the message belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.SUBSCRIPTION_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -878,9 +1123,18 @@ System.String - To be added. + The thread ID of the message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.THREAD_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -908,9 +1162,18 @@ System.String - To be added. + The type of message. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.TextBasedSmsColumns.TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/Telephony+Threads+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/Telephony+Threads+InterfaceConsts.xml index de85da27a3..707ecbeb31 100644 --- a/docs/Mono.Android/en/Android.Provider/Telephony+Threads+InterfaceConsts.xml +++ b/docs/Mono.Android/en/Android.Provider/Telephony+Threads+InterfaceConsts.xml @@ -38,9 +38,18 @@ System.String - To be added. + If the thread is archived - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.ThreadsColumns.ARCHIVED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -99,9 +108,18 @@ System.String - To be added. + The date at which the thread was created. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.ThreadsColumns.DATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -125,9 +143,18 @@ System.String - To be added. + Indicates whether there is a transmission error in the thread. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.ThreadsColumns.ERROR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -151,9 +178,18 @@ System.String - To be added. + Indicates whether this thread contains any attachments. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.ThreadsColumns.HAS_ATTACHMENT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -212,9 +248,18 @@ System.String - To be added. + The message count of the thread. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.ThreadsColumns.MESSAGE_COUNT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -238,9 +283,18 @@ System.String - To be added. + Indicates whether all messages of the thread have been read. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.ThreadsColumns.READ. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -264,9 +318,19 @@ System.String - To be added. + A string encoding of the recipient IDs of the recipients of + the message, in numerical order and separated by spaces. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.ThreadsColumns.RECIPIENT_IDS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -290,9 +354,18 @@ System.String - To be added. + The snippet of the latest message in the thread. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.ThreadsColumns.SNIPPET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -316,9 +389,18 @@ System.String - To be added. + The charset of the snippet. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.ThreadsColumns.SNIPPET_CHARSET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -342,9 +424,19 @@ System.String - To be added. + Type of the thread, either Threads#COMMON_THREAD or + Threads#BROADCAST_THREAD. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.ThreadsColumns.TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/Telephony+Threads.xml b/docs/Mono.Android/en/Android.Provider/Telephony+Threads.xml index 0a054341be..f66e33d26c 100644 --- a/docs/Mono.Android/en/Android.Provider/Telephony+Threads.xml +++ b/docs/Mono.Android/en/Android.Provider/Telephony+Threads.xml @@ -18,14 +18,18 @@ - To be added. + Helper functions for the "threads" table used by MMS and SMS. - Android platform documentation + Java documentation for android.provider.Telephony.Threads. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -54,9 +58,18 @@ 1 - To be added. + Thread type: broadcast thread. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.Threads.BROADCAST_THREAD. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -85,9 +98,18 @@ 0 - To be added. + Thread type: common thread. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.Threads.COMMON_THREAD. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -111,10 +133,19 @@ Android.Net.Uri - To be added. + The content:// style URL for this table, by conversation. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.Threads.CONTENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -144,10 +175,19 @@ To be added. To be added. - To be added. + Given a set of recipients return its thread ID. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.Threads.getOrCreateThreadId(android.content.Context, java.util.Set<java.lang.String>). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -175,12 +215,21 @@ - To be added. - To be added. - To be added. + the context object to use. + the recipient to send to. + This is a single-recipient version of getOrCreateThreadId. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.Threads.getOrCreateThreadId(android.content.Context, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -235,10 +284,19 @@ Android.Net.Uri - To be added. + The content:// style URL for this table, for obsolete threads. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.Threads.OBSOLETE_THREADS_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/Telephony+ThreadsColumns.xml b/docs/Mono.Android/en/Android.Provider/Telephony+ThreadsColumns.xml index 8e8f29cc95..6a066e71d5 100644 --- a/docs/Mono.Android/en/Android.Provider/Telephony+ThreadsColumns.xml +++ b/docs/Mono.Android/en/Android.Provider/Telephony+ThreadsColumns.xml @@ -57,9 +57,18 @@ System.String - To be added. + If the thread is archived - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.ThreadsColumns.ARCHIVED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -126,9 +135,18 @@ System.String - To be added. + The date at which the thread was created. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.ThreadsColumns.DATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -156,9 +174,18 @@ System.String - To be added. + Indicates whether there is a transmission error in the thread. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.ThreadsColumns.ERROR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -186,9 +213,18 @@ System.String - To be added. + Indicates whether this thread contains any attachments. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.ThreadsColumns.HAS_ATTACHMENT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -255,9 +291,18 @@ System.String - To be added. + The message count of the thread. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.ThreadsColumns.MESSAGE_COUNT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -285,9 +330,18 @@ System.String - To be added. + Indicates whether all messages of the thread have been read. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.ThreadsColumns.READ. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -315,9 +369,19 @@ System.String - To be added. + A string encoding of the recipient IDs of the recipients of + the message, in numerical order and separated by spaces. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.ThreadsColumns.RECIPIENT_IDS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -345,9 +409,18 @@ System.String - To be added. + The snippet of the latest message in the thread. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.ThreadsColumns.SNIPPET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -375,9 +448,18 @@ System.String - To be added. + The charset of the snippet. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.ThreadsColumns.SNIPPET_CHARSET. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -405,9 +487,19 @@ System.String - To be added. + Type of the thread, either Threads#COMMON_THREAD or + Threads#BROADCAST_THREAD. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.Telephony.ThreadsColumns.TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/UserDictionary+Words.xml b/docs/Mono.Android/en/Android.Provider/UserDictionary+Words.xml index a198c95845..3bb77b9de5 100644 --- a/docs/Mono.Android/en/Android.Provider/UserDictionary+Words.xml +++ b/docs/Mono.Android/en/Android.Provider/UserDictionary+Words.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.provider.UserDictionary.Words. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -115,17 +119,25 @@ + To be added. the current application context the word to add to the dictionary. This should not be null or - empty. - To be added. + empty. the locale type for this word. It should be one of - or . - + #LOCALE_TYPE_ALL or #LOCALE_TYPE_CURRENT. Adds a word to the dictionary, with the given frequency and the specified - specified locale type. + specified locale type. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.UserDictionary.Words.addWord(android.content.Context, java.lang.String, int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -157,19 +169,27 @@ + To be added. the current application context the word to add to the dictionary. This should not be null or - empty. - To be added. + empty. optional shortcut spelling for this word. When the shortcut - is typed, the word may be suggested by applications that support it. May be null. + is typed, the word may be suggested by applications that support it. May be null. the locale to insert the word for, or null to insert the word - for all locales. - + for all locales. Adds a word to the dictionary, with the given frequency and the specified - locale type. + locale type. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.UserDictionary.Words.addWord(android.content.Context, java.lang.String, int, java.lang.String, java.util.Locale). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -196,7 +216,16 @@ The uid of the application that inserted the word. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.UserDictionary.Words.APP_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -221,9 +250,18 @@ System.String - The MIME type of a sub-directory of a single word. + The MIME type of a #CONTENT_URI sub-directory of a single word. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.UserDictionary.Words.CONTENT_ITEM_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -248,9 +286,18 @@ System.String - The MIME type of providing a directory of words. + The MIME type of #CONTENT_URI providing a directory of words. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.UserDictionary.Words.CONTENT_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -275,11 +322,19 @@ Android.Net.Uri - The content:// style URL for this table - + The content:// style URL for this table To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.UserDictionary.Words.CONTENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -306,7 +361,16 @@ Sort by descending order of frequency. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.UserDictionary.Words.DEFAULT_SORT_ORDER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -333,7 +397,16 @@ The frequency column. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.UserDictionary.Words.FREQUENCY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -419,7 +492,16 @@ The locale that this word belongs to. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.UserDictionary.Words.LOCALE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -446,7 +528,16 @@ An optional shortcut for this word. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.UserDictionary.Words.SHORTCUT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -535,7 +626,16 @@ The word column. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.UserDictionary.Words.WORD. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/VoicemailContract+Status.xml b/docs/Mono.Android/en/Android.Provider/VoicemailContract+Status.xml index 57f461710e..7015432e0f 100644 --- a/docs/Mono.Android/en/Android.Provider/VoicemailContract+Status.xml +++ b/docs/Mono.Android/en/Android.Provider/VoicemailContract+Status.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.provider.VoicemailContract.Status. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -55,10 +59,19 @@ To be added. A convenience method to build status URI specific to a source package by appending - param to the base URI. + VoicemailContract#PARAM_KEY_SOURCE_PACKAGE param to the base URI. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.VoicemailContract.Status.buildSourceUri(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -85,7 +98,16 @@ The configuration state of the voicemail source. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.VoicemailContract.Status.CONFIGURATION_STATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -115,10 +137,19 @@ 2 - Value of to indicate the visual voicemail is not - yet configured on this device but can be configured by the user. + Value of #CONFIGURATION_STATE to indicate the visual voicemail is not + yet configured on this device but can be configured by the user. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.VoicemailContract.Status.CONFIGURATION_STATE_CAN_BE_CONFIGURED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -148,9 +179,19 @@ 3 - To be added. + Value of #CONFIGURATION_STATE to indicate that visual voicemail still is being + configured. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.VoicemailContract.Status.CONFIGURATION_STATE_CONFIGURING. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -179,9 +220,19 @@ 5 - To be added. + Value of #CONFIGURATION_STATE to indicate that visual voicemail is disabled by + the user. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.VoicemailContract.Status.CONFIGURATION_STATE_DISABLED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -210,9 +261,19 @@ 4 - To be added. + Value of #CONFIGURATION_STATE to indicate that visual voicemail has failed to + be configured. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.VoicemailContract.Status.CONFIGURATION_STATE_FAILED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -241,10 +302,19 @@ 1 - Value of to indicate the visual voicemail is not - yet configured on this device. + Value of #CONFIGURATION_STATE to indicate the visual voicemail is not + yet configured on this device. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.VoicemailContract.Status.CONFIGURATION_STATE_NOT_CONFIGURED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -274,9 +344,18 @@ 0 - Value of to indicate an all OK configuration status. + Value of #CONFIGURATION_STATE to indicate an all OK configuration status. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.VoicemailContract.Status.CONFIGURATION_STATE_OK. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -304,7 +383,16 @@ URI to insert/retrieve status of voicemail source. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.VoicemailContract.Status.CONTENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -331,7 +419,16 @@ The data channel state of the voicemail source. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.VoicemailContract.Status.DATA_CHANNEL_STATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -361,9 +458,19 @@ 3 - To be added. + Value of #DATA_CHANNEL_STATE to indicate that data channel received incorrect + settings or credentials to connect to the server - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.VoicemailContract.Status.DATA_CHANNEL_STATE_BAD_CONFIGURATION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -392,9 +499,19 @@ 4 - To be added. + Value of #DATA_CHANNEL_STATE to indicate that a error has occurred in the data + channel while communicating with the server - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.VoicemailContract.Status.DATA_CHANNEL_STATE_COMMUNICATION_ERROR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -423,10 +540,19 @@ 1 - Value of to indicate that data channel connection is not - working. + Value of #DATA_CHANNEL_STATE to indicate that data channel failed to find a + suitable network to connect to the server. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.VoicemailContract.Status.DATA_CHANNEL_STATE_NO_CONNECTION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -456,9 +582,20 @@ 2 - To be added. + Value of #DATA_CHANNEL_STATE to indicate that data channel failed to find a + suitable network to connect to the server, and the carrier requires using cellular + data network to connect to the server. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.VoicemailContract.Status.DATA_CHANNEL_STATE_NO_CONNECTION_CELLULAR_REQUIRED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -487,9 +624,18 @@ 0 - Value of to indicate that data channel is working fine. + Value of #DATA_CHANNEL_STATE to indicate that data channel is working fine. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.VoicemailContract.Status.DATA_CHANNEL_STATE_OK. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -519,9 +665,19 @@ 6 - To be added. + Value of #DATA_CHANNEL_STATE to indicate that while there is a suitable network, + the data channel is unable to establish a connection with the server. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.VoicemailContract.Status.DATA_CHANNEL_STATE_SERVER_CONNECTION_ERROR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -550,9 +706,19 @@ 5 - To be added. + Value of #DATA_CHANNEL_STATE to indicate that the server reported an internal + error to the data channel. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.VoicemailContract.Status.DATA_CHANNEL_STATE_SERVER_ERROR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -578,7 +744,16 @@ The MIME type for a collection of voicemail source statuses. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.VoicemailContract.Status.DIR_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -605,7 +780,16 @@ The MIME type for a single voicemail source status entry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.VoicemailContract.Status.ITEM_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -663,7 +847,16 @@ The notification channel state of the voicemail source. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.VoicemailContract.Status.NOTIFICATION_CHANNEL_STATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -693,10 +886,19 @@ 2 - Value of to indicate that there are messages waiting - on the server but the details are not known. + Value of #NOTIFICATION_CHANNEL_STATE to indicate that there are messages waiting + on the server but the details are not known. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.VoicemailContract.Status.NOTIFICATION_CHANNEL_STATE_MESSAGE_WAITING. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -726,10 +928,19 @@ 1 - Value of to indicate that the notification channel - connection is not working. + Value of #NOTIFICATION_CHANNEL_STATE to indicate that the notification channel + connection is not working. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.VoicemailContract.Status.NOTIFICATION_CHANNEL_STATE_NO_CONNECTION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -759,10 +970,19 @@ 0 - Value of to indicate that the notification channel is - working fine. + Value of #NOTIFICATION_CHANNEL_STATE to indicate that the notification channel is + working fine. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.VoicemailContract.Status.NOTIFICATION_CHANNEL_STATE_OK. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -787,9 +1007,18 @@ System.String - To be added. + The ComponentName of the PhoneAccount in string form. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.VoicemailContract.Status.PHONE_ACCOUNT_COMPONENT_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -813,9 +1042,18 @@ System.String - To be added. + The identifier of a PhoneAccount that is unique to a specified component. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.VoicemailContract.Status.PHONE_ACCOUNT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -839,9 +1077,19 @@ System.String - To be added. + Amount of resource that is used by existing voicemail in the visual voicemail inbox, + or #QUOTA_UNAVAILABLE if the quota has never been updated before. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.VoicemailContract.Status.QUOTA_OCCUPIED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -865,9 +1113,20 @@ System.String - To be added. + Total resource in the visual voicemail inbox that can be used, or + #QUOTA_UNAVAILABLE if server either has unlimited quota or does not provide quota + information. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.VoicemailContract.Status.QUOTA_TOTAL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -892,9 +1151,19 @@ -1 - To be added. + Value for #QUOTA_OCCUPIED and #QUOTA_TOTAL to indicate that no + information is available. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.VoicemailContract.Status.QUOTA_UNAVAILABLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -920,7 +1189,16 @@ The URI to call to invoke source specific voicemail settings screen. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.VoicemailContract.Status.SETTINGS_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -947,7 +1225,16 @@ The package name of the voicemail source. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.VoicemailContract.Status.SOURCE_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -972,9 +1259,18 @@ System.String - To be added. + The type of the source, which determines how to interpret source-specific states. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.VoicemailContract.Status.SOURCE_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1061,9 +1357,18 @@ The URI to call when the user requests to directly access the voicemail from the remote - server. + server. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.VoicemailContract.Status.VOICEMAIL_ACCESS_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Provider/VoicemailContract+Voicemails.xml b/docs/Mono.Android/en/Android.Provider/VoicemailContract+Voicemails.xml index afc1ab14e6..d2a54f1a1b 100644 --- a/docs/Mono.Android/en/Android.Provider/VoicemailContract+Voicemails.xml +++ b/docs/Mono.Android/en/Android.Provider/VoicemailContract+Voicemails.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.provider.VoicemailContract.Voicemails. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -50,9 +54,18 @@ System.String - To be added. + Flag to indicate the voicemail was marked as archived. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.VoicemailContract.Voicemails.ARCHIVED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -76,9 +89,18 @@ System.String - To be added. + Flag to indicate the voicemail was backed up. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.VoicemailContract.Voicemails.BACKED_UP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -107,10 +129,19 @@ To be added. A convenience method to build voicemail URI specific to a source package by appending - param to the base URI. + VoicemailContract#PARAM_KEY_SOURCE_PACKAGE param to the base URI. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.VoicemailContract.Voicemails.buildSourceUri(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -138,7 +169,16 @@ URI to insert/retrieve voicemails. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.VoicemailContract.Voicemails.CONTENT_URI. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -163,10 +203,18 @@ System.String - The date the voicemail was sent, in milliseconds since the epoch - + The date the voicemail was sent, in milliseconds since the epoch - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.VoicemailContract.Voicemails.DATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -191,9 +239,18 @@ System.String - To be added. + Flag used to indicate that the voicemail was deleted but not synced to the server. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.VoicemailContract.Voicemails.DELETED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -217,9 +274,18 @@ System.String - To be added. + Flag used to indicate that local, unsynced changes are present. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.VoicemailContract.Voicemails.DIRTY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -245,7 +311,16 @@ The MIME type for a collection of voicemails. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.VoicemailContract.Voicemails.DIR_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -271,8 +346,20 @@ -1 - To be added. - To be added. + Value of #DIRTY when updating to indicate that the value should not be updated + during this operation. + + + + Java documentation for android.provider.VoicemailContract.Voicemails.DIRTY_RETAIN. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -297,7 +384,16 @@ The duration of the voicemail in seconds. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.VoicemailContract.Voicemails.DURATION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -323,9 +419,18 @@ Whether the media content for this voicemail is available for - consumption. + consumption. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.VoicemailContract.Voicemails.HAS_CONTENT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -350,9 +455,18 @@ System.String - To be added. + Flag to indicate the voicemail is a OMTP voicemail handled by the android.telephony.VisualVoicemailService. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.VoicemailContract.Voicemails.IS_OMTP_VOICEMAIL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -378,7 +492,16 @@ Whether this item has been read or otherwise consumed by the user. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.VoicemailContract.Voicemails.IS_READ. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -405,7 +528,16 @@ The MIME type for a single voicemail. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.VoicemailContract.Voicemails.ITEM_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -461,9 +593,19 @@ System.String - To be added. + The date the row is last inserted, updated, or marked as deleted, in milliseconds + since the epoch. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.VoicemailContract.Voicemails.LAST_MODIFIED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -489,7 +631,16 @@ MIME type of the media content for the voicemail. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.VoicemailContract.Voicemails.MIME_TYPE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -514,8 +665,19 @@ System.String - To be added. - To be added. + Whether or not the voicemail has been acknowledged (notification sent to the user). + + + + Java documentation for android.provider.VoicemailContract.Voicemails.NEW. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -540,7 +702,16 @@ Phone number of the voicemail sender. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.VoicemailContract.Voicemails.NUMBER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -565,9 +736,18 @@ System.String - To be added. + The ComponentName of the PhoneAccount in string form. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.VoicemailContract.Voicemails.PHONE_ACCOUNT_COMPONENT_NAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -591,9 +771,19 @@ System.String - To be added. + The identifier of a PhoneAccount that is unique to a specified + ComponentName. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.VoicemailContract.Voicemails.PHONE_ACCOUNT_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -617,9 +807,18 @@ System.String - To be added. + Flag to indicate the voicemail was restored from a backup. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.VoicemailContract.Voicemails.RESTORED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -644,9 +843,18 @@ Application-specific data available to the source application that - inserted the voicemail. + inserted the voicemail. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.VoicemailContract.Voicemails.SOURCE_DATA. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -673,7 +881,16 @@ Package name of the source application that inserted the voicemail. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.VoicemailContract.Voicemails.SOURCE_PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -760,9 +977,18 @@ System.String - To be added. + The transcription of the voicemail entry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.provider.VoicemailContract.Voicemails.TRANSCRIPTION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Renderscripts/Allocation+IOnBufferAvailableListener.xml b/docs/Mono.Android/en/Android.Renderscripts/Allocation+IOnBufferAvailableListener.xml index a447bb77b1..5d9b1112f4 100644 --- a/docs/Mono.Android/en/Android.Renderscripts/Allocation+IOnBufferAvailableListener.xml +++ b/docs/Mono.Android/en/Android.Renderscripts/Allocation+IOnBufferAvailableListener.xml @@ -29,14 +29,19 @@ - To be added. + Interface to handle notification when new buffers are available via + #USAGE_IO_INPUT. - Android platform documentation + Java documentation for android.renderscript.Allocation.OnBufferAvailableListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Renderscripts/Allocation+MipmapControl.xml b/docs/Mono.Android/en/Android.Renderscripts/Allocation+MipmapControl.xml index f67c38a25c..77a6464cb6 100644 --- a/docs/Mono.Android/en/Android.Renderscripts/Allocation+MipmapControl.xml +++ b/docs/Mono.Android/en/Android.Renderscripts/Allocation+MipmapControl.xml @@ -22,15 +22,19 @@ - Controls mipmap behavior when using the bitmap creation and - update functions. + Controls mipmap behavior when using the bitmap creation and update + functions. - Android platform documentation + Java documentation for android.renderscript.Allocation.MipmapControl. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Renderscripts/Allocation.xml b/docs/Mono.Android/en/Android.Renderscripts/Allocation.xml index f379ef86fe..c87ceadc14 100644 --- a/docs/Mono.Android/en/Android.Renderscripts/Allocation.xml +++ b/docs/Mono.Android/en/Android.Renderscripts/Allocation.xml @@ -3930,9 +3930,8 @@ - To be added. - To be added. - fp + xoff + fp This is only intended to be used by auto-generated code reflected from the RenderScript script files and should not be used by developers. @@ -3979,13 +3978,22 @@ - To be added. - To be added. - To be added. + xoff + component_number + fp This is only intended to be used by auto-generated code reflected from - the RenderScript script files and should not be used by developers. + the RenderScript script files and should not be used by developers. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.Allocation.setFromFieldPacker(int, int, android.renderscript.FieldPacker). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -4021,14 +4029,24 @@ - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. + xoff + yoff + zoff + component_number + fp + This is only intended to be used by auto-generated code reflected from + the RenderScript script files and should not be used by developers. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.Allocation.setFromFieldPacker(int, int, int, int, android.renderscript.FieldPacker). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Renderscripts/Element+Builder.xml b/docs/Mono.Android/en/Android.Renderscripts/Element+Builder.xml index 11620d4c10..86472c606d 100644 --- a/docs/Mono.Android/en/Android.Renderscripts/Element+Builder.xml +++ b/docs/Mono.Android/en/Android.Renderscripts/Element+Builder.xml @@ -23,14 +23,18 @@ Builder class for producing complex elements with matching field and name - pairs. + pairs. - Android platform documentation + Java documentation for android.renderscript.Element.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -59,10 +63,19 @@ - To be added. + rs Create a builder object. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.Element.Builder.Element$Builder(android.renderscript.RenderScript). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -194,9 +207,18 @@ Create the element from this builder. - To be added. + Element - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.Element.Builder.create(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Renderscripts/Element+DataKind.xml b/docs/Mono.Android/en/Android.Renderscripts/Element+DataKind.xml index 4fdf610f6b..1947ab7ff3 100644 --- a/docs/Mono.Android/en/Android.Renderscripts/Element+DataKind.xml +++ b/docs/Mono.Android/en/Android.Renderscripts/Element+DataKind.xml @@ -26,10 +26,14 @@ - Android platform documentation + Java documentation for android.renderscript.Element.DataKind. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Renderscripts/Element+DataType.xml b/docs/Mono.Android/en/Android.Renderscripts/Element+DataType.xml index 49071c9de8..f9df07ec9b 100644 --- a/docs/Mono.Android/en/Android.Renderscripts/Element+DataType.xml +++ b/docs/Mono.Android/en/Android.Renderscripts/Element+DataType.xml @@ -26,10 +26,14 @@ - Android platform documentation + Java documentation for android.renderscript.Element.DataType. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Renderscripts/FileA3D+EntryType.xml b/docs/Mono.Android/en/Android.Renderscripts/FileA3D+EntryType.xml index 712a59bb2e..4f621db7ab 100644 --- a/docs/Mono.Android/en/Android.Renderscripts/FileA3D+EntryType.xml +++ b/docs/Mono.Android/en/Android.Renderscripts/FileA3D+EntryType.xml @@ -24,7 +24,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.FileA3D.EntryType. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Renderscripts/FileA3D+IndexEntry.xml b/docs/Mono.Android/en/Android.Renderscripts/FileA3D+IndexEntry.xml index 69dbcc4edd..c48f280da4 100644 --- a/docs/Mono.Android/en/Android.Renderscripts/FileA3D+IndexEntry.xml +++ b/docs/Mono.Android/en/Android.Renderscripts/FileA3D+IndexEntry.xml @@ -24,7 +24,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.FileA3D.IndexEntry. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -138,9 +147,18 @@ To be added. - To be added. + renderscript mesh object described by the entry - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.FileA3D.IndexEntry.getMesh(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -169,9 +187,19 @@ To be added. - To be added. + name of a renderscript object the index entry + describes - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.FileA3D.IndexEntry.getName(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -200,9 +228,18 @@ To be added. - To be added. + base renderscript object described by the entry - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.FileA3D.IndexEntry.getObject(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Renderscripts/FileA3D.xml b/docs/Mono.Android/en/Android.Renderscripts/FileA3D.xml index da6c131018..4525064163 100644 --- a/docs/Mono.Android/en/Android.Renderscripts/FileA3D.xml +++ b/docs/Mono.Android/en/Android.Renderscripts/FileA3D.xml @@ -24,7 +24,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.FileA3D. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Renderscripts/Font+Style.xml b/docs/Mono.Android/en/Android.Renderscripts/Font+Style.xml index 4f1abed75f..6bd749cfb6 100644 --- a/docs/Mono.Android/en/Android.Renderscripts/Font+Style.xml +++ b/docs/Mono.Android/en/Android.Renderscripts/Font+Style.xml @@ -24,7 +24,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.Font.Style. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Renderscripts/Font.xml b/docs/Mono.Android/en/Android.Renderscripts/Font.xml index 9132d840db..85030f3359 100644 --- a/docs/Mono.Android/en/Android.Renderscripts/Font.xml +++ b/docs/Mono.Android/en/Android.Renderscripts/Font.xml @@ -24,7 +24,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.Font. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Renderscripts/Mesh+AllocationBuilder.xml b/docs/Mono.Android/en/Android.Renderscripts/Mesh+AllocationBuilder.xml index 8c24101980..bcb16dadab 100644 --- a/docs/Mono.Android/en/Android.Renderscripts/Mesh+AllocationBuilder.xml +++ b/docs/Mono.Android/en/Android.Renderscripts/Mesh+AllocationBuilder.xml @@ -24,7 +24,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.Mesh.AllocationBuilder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -55,7 +64,16 @@ To be added. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.Mesh.AllocationBuilder.Mesh$AllocationBuilder(android.renderscript.RenderScript). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -217,7 +235,16 @@ To be added. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.Mesh.AllocationBuilder.create(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -246,9 +273,19 @@ To be added. - To be added. + internal index of the last index set added to the + builder - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.Mesh.AllocationBuilder.getCurrentIndexSetIndex(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -277,9 +314,19 @@ To be added. - To be added. + internal index of the last vertex buffer type added to + builder - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.Mesh.AllocationBuilder.getCurrentVertexTypeIndex(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Renderscripts/Mesh+Builder.xml b/docs/Mono.Android/en/Android.Renderscripts/Mesh+Builder.xml index a0def3addf..0d71e881c4 100644 --- a/docs/Mono.Android/en/Android.Renderscripts/Mesh+Builder.xml +++ b/docs/Mono.Android/en/Android.Renderscripts/Mesh+Builder.xml @@ -24,7 +24,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.Mesh.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -53,11 +62,22 @@ - To be added. - To be added. + Context to which the mesh will belong. + specifies how the mesh allocations are to be + handled, whether they need to be uploaded to a + buffer on the gpu, maintain a cpu copy, etc To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.Mesh.Builder.Mesh$Builder(android.renderscript.RenderScript, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -295,7 +315,16 @@ To be added. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.Mesh.Builder.create(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -324,9 +353,19 @@ To be added. - To be added. + internal index of the last index set added to the + builder - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.Mesh.Builder.getCurrentIndexSetIndex(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -355,9 +394,19 @@ To be added. - To be added. + internal index of the last vertex buffer type added to + builder - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.Mesh.Builder.getCurrentVertexTypeIndex(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Renderscripts/Mesh+Primitive.xml b/docs/Mono.Android/en/Android.Renderscripts/Mesh+Primitive.xml index e4fad8a239..a16f863be9 100644 --- a/docs/Mono.Android/en/Android.Renderscripts/Mesh+Primitive.xml +++ b/docs/Mono.Android/en/Android.Renderscripts/Mesh+Primitive.xml @@ -24,7 +24,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.Mesh.Primitive. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Renderscripts/Mesh+TriangleMeshBuilder.xml b/docs/Mono.Android/en/Android.Renderscripts/Mesh+TriangleMeshBuilder.xml index 81602918c1..1ae12c47c5 100644 --- a/docs/Mono.Android/en/Android.Renderscripts/Mesh+TriangleMeshBuilder.xml +++ b/docs/Mono.Android/en/Android.Renderscripts/Mesh+TriangleMeshBuilder.xml @@ -24,7 +24,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.Mesh.TriangleMeshBuilder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -84,12 +93,24 @@ - To be added. - To be added. - To be added. + Context to which the mesh will belong. + specifies whether the vertex is a float2 or + float3 + bitfield that is a combination of COLOR, NORMAL, + and TEXTURE_0 that specifies what vertex data + channels are present in the mesh To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.Mesh.TriangleMeshBuilder.Mesh$TriangleMeshBuilder(android.renderscript.RenderScript, int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -235,11 +256,28 @@ - To be added. + specifies whether the vertex data + is to be uploaded into the buffer + object indicating that it's likely + not going to be modified and + rendered many times. + Alternatively, it indicates the + mesh data will be updated + frequently and remain in script + accessible memory To be added. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.Mesh.TriangleMeshBuilder.create(boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Renderscripts/Mesh.xml b/docs/Mono.Android/en/Android.Renderscripts/Mesh.xml index 2be9558ee8..c0e5794bab 100644 --- a/docs/Mono.Android/en/Android.Renderscripts/Mesh.xml +++ b/docs/Mono.Android/en/Android.Renderscripts/Mesh.xml @@ -24,7 +24,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.Mesh. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Renderscripts/Program+BaseProgramBuilder.xml b/docs/Mono.Android/en/Android.Renderscripts/Program+BaseProgramBuilder.xml index c214159c25..1280e5c93a 100644 --- a/docs/Mono.Android/en/Android.Renderscripts/Program+BaseProgramBuilder.xml +++ b/docs/Mono.Android/en/Android.Renderscripts/Program+BaseProgramBuilder.xml @@ -194,10 +194,19 @@ System.Int32 - To be added. + Queries the index of the last added constant buffer type To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.Program.BaseProgramBuilder.getCurrentConstantIndex(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -221,10 +230,19 @@ System.Int32 - To be added. + Queries the index of the last added texture type To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.Program.BaseProgramBuilder.getCurrentTextureIndex(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Renderscripts/Program+TextureType.xml b/docs/Mono.Android/en/Android.Renderscripts/Program+TextureType.xml index 0b4e13efd2..26c2f62aab 100644 --- a/docs/Mono.Android/en/Android.Renderscripts/Program+TextureType.xml +++ b/docs/Mono.Android/en/Android.Renderscripts/Program+TextureType.xml @@ -18,14 +18,19 @@ - To be added. + TextureType specifies what textures are attached to Program + objects - Android platform documentation + Java documentation for android.renderscript.Program.TextureType. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Renderscripts/ProgramFragment+Builder.xml b/docs/Mono.Android/en/Android.Renderscripts/ProgramFragment+Builder.xml index 23cf2261e4..6ce18e8340 100644 --- a/docs/Mono.Android/en/Android.Renderscripts/ProgramFragment+Builder.xml +++ b/docs/Mono.Android/en/Android.Renderscripts/ProgramFragment+Builder.xml @@ -24,7 +24,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.ProgramFragment.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -52,10 +61,19 @@ - To be added. + Context to which the program will belong. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.ProgramFragment.Builder.ProgramFragment$Builder(android.renderscript.RenderScript). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -108,9 +126,18 @@ To be added. - To be added. + ProgramFragment - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.ProgramFragment.Builder.create(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Renderscripts/ProgramFragment.xml b/docs/Mono.Android/en/Android.Renderscripts/ProgramFragment.xml index 6285151681..75e4a46b46 100644 --- a/docs/Mono.Android/en/Android.Renderscripts/ProgramFragment.xml +++ b/docs/Mono.Android/en/Android.Renderscripts/ProgramFragment.xml @@ -24,7 +24,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.ProgramFragment. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Renderscripts/ProgramFragmentFixedFunction+Builder.xml b/docs/Mono.Android/en/Android.Renderscripts/ProgramFragmentFixedFunction+Builder.xml index 9a5a8936b5..f069d2d3f4 100644 --- a/docs/Mono.Android/en/Android.Renderscripts/ProgramFragmentFixedFunction+Builder.xml +++ b/docs/Mono.Android/en/Android.Renderscripts/ProgramFragmentFixedFunction+Builder.xml @@ -24,7 +24,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.ProgramFragmentFixedFunction.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -52,10 +61,19 @@ - To be added. + Context to which the program will belong. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.ProgramFragmentFixedFunction.Builder.ProgramFragmentFixedFunction$Builder(android.renderscript.RenderScript). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -110,7 +128,16 @@ To be added. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.ProgramFragmentFixedFunction.Builder.create(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -172,7 +199,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.ProgramFragmentFixedFunction.Builder.MAX_TEXTURE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Renderscripts/ProgramRaster+Builder.xml b/docs/Mono.Android/en/Android.Renderscripts/ProgramRaster+Builder.xml index 3307f5e232..f0c44ce7e7 100644 --- a/docs/Mono.Android/en/Android.Renderscripts/ProgramRaster+Builder.xml +++ b/docs/Mono.Android/en/Android.Renderscripts/ProgramRaster+Builder.xml @@ -24,7 +24,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.ProgramRaster.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -55,7 +64,16 @@ To be added. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.ProgramRaster.Builder.ProgramRaster$Builder(android.renderscript.RenderScript). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -110,7 +128,16 @@ To be added. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.ProgramRaster.Builder.create(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Renderscripts/ProgramRaster+CullMode.xml b/docs/Mono.Android/en/Android.Renderscripts/ProgramRaster+CullMode.xml index 2469a9f972..c484143c5e 100644 --- a/docs/Mono.Android/en/Android.Renderscripts/ProgramRaster+CullMode.xml +++ b/docs/Mono.Android/en/Android.Renderscripts/ProgramRaster+CullMode.xml @@ -24,7 +24,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.ProgramRaster.CullMode. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Renderscripts/ProgramRaster.xml b/docs/Mono.Android/en/Android.Renderscripts/ProgramRaster.xml index c1024cdf19..036e0cfe8d 100644 --- a/docs/Mono.Android/en/Android.Renderscripts/ProgramRaster.xml +++ b/docs/Mono.Android/en/Android.Renderscripts/ProgramRaster.xml @@ -24,7 +24,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.ProgramRaster. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Renderscripts/ProgramStore+BlendDstFunc.xml b/docs/Mono.Android/en/Android.Renderscripts/ProgramStore+BlendDstFunc.xml index 1eca26e0e6..75d291ec39 100644 --- a/docs/Mono.Android/en/Android.Renderscripts/ProgramStore+BlendDstFunc.xml +++ b/docs/Mono.Android/en/Android.Renderscripts/ProgramStore+BlendDstFunc.xml @@ -18,14 +18,19 @@ - To be added. + Specifies the functions used to combine incoming pixels with + those already in the frame buffer. - Android platform documentation + Java documentation for android.renderscript.ProgramStore.BlendDstFunc. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Renderscripts/ProgramStore+BlendSrcFunc.xml b/docs/Mono.Android/en/Android.Renderscripts/ProgramStore+BlendSrcFunc.xml index eefeb45d9b..7b9d1c3240 100644 --- a/docs/Mono.Android/en/Android.Renderscripts/ProgramStore+BlendSrcFunc.xml +++ b/docs/Mono.Android/en/Android.Renderscripts/ProgramStore+BlendSrcFunc.xml @@ -18,14 +18,19 @@ - To be added. + Specifies the functions used to combine incoming pixels with + those already in the frame buffer. - Android platform documentation + Java documentation for android.renderscript.ProgramStore.BlendSrcFunc. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Renderscripts/ProgramStore+Builder.xml b/docs/Mono.Android/en/Android.Renderscripts/ProgramStore+Builder.xml index 82b1972735..da72626db7 100644 --- a/docs/Mono.Android/en/Android.Renderscripts/ProgramStore+Builder.xml +++ b/docs/Mono.Android/en/Android.Renderscripts/ProgramStore+Builder.xml @@ -18,14 +18,18 @@ - To be added. + Builder class for ProgramStore object. - Android platform documentation + Java documentation for android.renderscript.ProgramStore.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -100,10 +104,19 @@ - To be added. + Creates a program store from the current state of the builder To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.ProgramStore.Builder.create(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Renderscripts/ProgramStore+DepthFunc.xml b/docs/Mono.Android/en/Android.Renderscripts/ProgramStore+DepthFunc.xml index eb80275d08..6c3eca5084 100644 --- a/docs/Mono.Android/en/Android.Renderscripts/ProgramStore+DepthFunc.xml +++ b/docs/Mono.Android/en/Android.Renderscripts/ProgramStore+DepthFunc.xml @@ -18,14 +18,21 @@ - To be added. + Specifies the function used to determine whether a fragment + will be drawn during the depth testing stage in the rendering + pipeline by comparing its value with that already in the depth + buffer. - Android platform documentation + Java documentation for android.renderscript.ProgramStore.DepthFunc. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Renderscripts/ProgramVertex+Builder.xml b/docs/Mono.Android/en/Android.Renderscripts/ProgramVertex+Builder.xml index fd144a5f0d..a6c6eed917 100644 --- a/docs/Mono.Android/en/Android.Renderscripts/ProgramVertex+Builder.xml +++ b/docs/Mono.Android/en/Android.Renderscripts/ProgramVertex+Builder.xml @@ -24,7 +24,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.ProgramVertex.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -52,10 +61,19 @@ - To be added. + Context to which the program will belong. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.ProgramVertex.Builder.ProgramVertex$Builder(android.renderscript.RenderScript). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -143,9 +161,18 @@ To be added. - To be added. + ProgramVertex - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.ProgramVertex.Builder.create(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Renderscripts/ProgramVertex.xml b/docs/Mono.Android/en/Android.Renderscripts/ProgramVertex.xml index 89d215d653..73390d12ea 100644 --- a/docs/Mono.Android/en/Android.Renderscripts/ProgramVertex.xml +++ b/docs/Mono.Android/en/Android.Renderscripts/ProgramVertex.xml @@ -24,7 +24,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.ProgramVertex. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Renderscripts/ProgramVertexFixedFunction+Builder.xml b/docs/Mono.Android/en/Android.Renderscripts/ProgramVertexFixedFunction+Builder.xml index 179457fa8a..19c2c385fc 100644 --- a/docs/Mono.Android/en/Android.Renderscripts/ProgramVertexFixedFunction+Builder.xml +++ b/docs/Mono.Android/en/Android.Renderscripts/ProgramVertexFixedFunction+Builder.xml @@ -24,7 +24,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.ProgramVertexFixedFunction.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -52,10 +61,19 @@ - To be added. + Context to which the program will belong. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.ProgramVertexFixedFunction.Builder.ProgramVertexFixedFunction$Builder(android.renderscript.RenderScript). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -108,9 +126,18 @@ To be added. - To be added. + Fixed function emulation ProgramVertex - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.ProgramVertexFixedFunction.Builder.create(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Renderscripts/ProgramVertexFixedFunction+Constants.xml b/docs/Mono.Android/en/Android.Renderscripts/ProgramVertexFixedFunction+Constants.xml index bd1514019e..520ad87243 100644 --- a/docs/Mono.Android/en/Android.Renderscripts/ProgramVertexFixedFunction+Constants.xml +++ b/docs/Mono.Android/en/Android.Renderscripts/ProgramVertexFixedFunction+Constants.xml @@ -24,7 +24,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.ProgramVertexFixedFunction.Constants. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -52,10 +61,19 @@ - To be added. + Context to which the allocation will belong. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.ProgramVertexFixedFunction.Constants.ProgramVertexFixedFunction$Constants(android.renderscript.RenderScript). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -109,7 +127,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.ProgramVertexFixedFunction.Constants.destroy(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -171,10 +198,19 @@ - To be added. + modelview matrix To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.ProgramVertexFixedFunction.Constants.setModelview(android.renderscript.Matrix4f). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -205,10 +241,19 @@ - To be added. + projection matrix To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.ProgramVertexFixedFunction.Constants.setProjection(android.renderscript.Matrix4f). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -239,10 +284,19 @@ - To be added. + modelview matrix To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.ProgramVertexFixedFunction.Constants.setTexture(android.renderscript.Matrix4f). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Renderscripts/ProgramVertexFixedFunction.xml b/docs/Mono.Android/en/Android.Renderscripts/ProgramVertexFixedFunction.xml index f6febe57f6..f36b674814 100644 --- a/docs/Mono.Android/en/Android.Renderscripts/ProgramVertexFixedFunction.xml +++ b/docs/Mono.Android/en/Android.Renderscripts/ProgramVertexFixedFunction.xml @@ -24,7 +24,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.ProgramVertexFixedFunction. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Renderscripts/RSSurfaceView.xml b/docs/Mono.Android/en/Android.Renderscripts/RSSurfaceView.xml index 5528ab92c0..1d5e53cdb2 100644 --- a/docs/Mono.Android/en/Android.Renderscripts/RSSurfaceView.xml +++ b/docs/Mono.Android/en/Android.Renderscripts/RSSurfaceView.xml @@ -37,7 +37,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.RSSurfaceView. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Renderscripts/RSTextureView.xml b/docs/Mono.Android/en/Android.Renderscripts/RSTextureView.xml index 3da8276e60..b0754004cb 100644 --- a/docs/Mono.Android/en/Android.Renderscripts/RSTextureView.xml +++ b/docs/Mono.Android/en/Android.Renderscripts/RSTextureView.xml @@ -37,7 +37,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.RSTextureView. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Renderscripts/RenderScript+ContextType.xml b/docs/Mono.Android/en/Android.Renderscripts/RenderScript+ContextType.xml index b0a062a9f2..bc33942e94 100644 --- a/docs/Mono.Android/en/Android.Renderscripts/RenderScript+ContextType.xml +++ b/docs/Mono.Android/en/Android.Renderscripts/RenderScript+ContextType.xml @@ -26,10 +26,14 @@ - Android platform documentation + Java documentation for android.renderscript.RenderScript.ContextType. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Renderscripts/RenderScript+Priority.xml b/docs/Mono.Android/en/Android.Renderscripts/RenderScript+Priority.xml index 354fa57920..4805fbe9cd 100644 --- a/docs/Mono.Android/en/Android.Renderscripts/RenderScript+Priority.xml +++ b/docs/Mono.Android/en/Android.Renderscripts/RenderScript+Priority.xml @@ -22,14 +22,18 @@ - RenderScript worker threads priority enumeration. + RenderScript worker thread priority enumeration. - Android platform documentation + Java documentation for android.renderscript.RenderScript.Priority. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Renderscripts/RenderScript+RSErrorHandler.xml b/docs/Mono.Android/en/Android.Renderscripts/RenderScript+RSErrorHandler.xml index 9bae2770ac..bcb1e10aea 100644 --- a/docs/Mono.Android/en/Android.Renderscripts/RenderScript+RSErrorHandler.xml +++ b/docs/Mono.Android/en/Android.Renderscripts/RenderScript+RSErrorHandler.xml @@ -35,14 +35,18 @@ - Runtime error base class. + The runtime error handler base class. - Android platform documentation + Java documentation for android.renderscript.RenderScript.RSErrorHandler. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Renderscripts/RenderScript+RSMessageHandler.xml b/docs/Mono.Android/en/Android.Renderscripts/RenderScript+RSMessageHandler.xml index 63fc4e0b2d..24f606a9b8 100644 --- a/docs/Mono.Android/en/Android.Renderscripts/RenderScript+RSMessageHandler.xml +++ b/docs/Mono.Android/en/Android.Renderscripts/RenderScript+RSMessageHandler.xml @@ -35,15 +35,19 @@ - Base class application should derive from for handling RS messages - coming from their scripts. + The base class from which an application should derive in order + to receive RS messages from scripts. - Android platform documentation + Java documentation for android.renderscript.RenderScript.RSMessageHandler. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Renderscripts/RenderScript.xml b/docs/Mono.Android/en/Android.Renderscripts/RenderScript.xml index 9458ca3b14..2c32c721fe 100644 --- a/docs/Mono.Android/en/Android.Renderscripts/RenderScript.xml +++ b/docs/Mono.Android/en/Android.Renderscripts/RenderScript.xml @@ -632,9 +632,8 @@ - To be added. - To be added. - data + id + data Place a message into the message queue to be sent back to the message handler once all previous commands have been executed. diff --git a/docs/Mono.Android/en/Android.Renderscripts/RenderScriptGL+SurfaceConfig.xml b/docs/Mono.Android/en/Android.Renderscripts/RenderScriptGL+SurfaceConfig.xml index ed5d6d2d8c..61ab815c1a 100644 --- a/docs/Mono.Android/en/Android.Renderscripts/RenderScriptGL+SurfaceConfig.xml +++ b/docs/Mono.Android/en/Android.Renderscripts/RenderScriptGL+SurfaceConfig.xml @@ -24,7 +24,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.RenderScriptGL.SurfaceConfig. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -51,7 +60,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.RenderScriptGL.SurfaceConfig.RenderScriptGL$SurfaceConfig(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -168,11 +186,20 @@ - To be added. - To be added. + minimum + preferred To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.RenderScriptGL.SurfaceConfig.setAlpha(int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -204,11 +231,20 @@ - To be added. - To be added. + minimum + preferred To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.RenderScriptGL.SurfaceConfig.setColor(int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -240,11 +276,20 @@ - To be added. - To be added. + minimum + preferred To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.RenderScriptGL.SurfaceConfig.setDepth(int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -277,12 +322,24 @@ - To be added. - To be added. - To be added. + The required number of samples, must be at least 1. + The targe number of samples, must be at least + minimum + The quality of samples, range 0-1. Used to decide between + different formats which have the same number of samples but + different rendering quality. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.RenderScriptGL.SurfaceConfig.setSamples(int, int, float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Renderscripts/RenderScriptGL.xml b/docs/Mono.Android/en/Android.Renderscripts/RenderScriptGL.xml index 0c35f5e0d9..5301c58a5b 100644 --- a/docs/Mono.Android/en/Android.Renderscripts/RenderScriptGL.xml +++ b/docs/Mono.Android/en/Android.Renderscripts/RenderScriptGL.xml @@ -24,7 +24,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.RenderScriptGL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -120,10 +129,19 @@ - To be added. + p To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.RenderScriptGL.bindProgramFragment(android.renderscript.ProgramFragment). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -154,10 +172,19 @@ - To be added. + p To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.RenderScriptGL.bindProgramRaster(android.renderscript.ProgramRaster). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -188,10 +215,19 @@ - To be added. + p To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.RenderScriptGL.bindProgramStore(android.renderscript.ProgramStore). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -222,10 +258,19 @@ - To be added. + p To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.RenderScriptGL.bindProgramVertex(android.renderscript.ProgramVertex). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -452,12 +497,21 @@ - To be added. - To be added. - To be added. + w + h + sur To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.RenderScriptGL.setSurface(android.view.SurfaceHolder, int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -490,12 +544,21 @@ - To be added. - To be added. - To be added. + w + h + sur To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.RenderScriptGL.setSurfaceTexture(android.graphics.SurfaceTexture, int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Renderscripts/Sampler+Builder.xml b/docs/Mono.Android/en/Android.Renderscripts/Sampler+Builder.xml index 6ddfc19132..84487935d6 100644 --- a/docs/Mono.Android/en/Android.Renderscripts/Sampler+Builder.xml +++ b/docs/Mono.Android/en/Android.Renderscripts/Sampler+Builder.xml @@ -26,10 +26,14 @@ - Android platform documentation + Java documentation for android.renderscript.Sampler.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Renderscripts/Script+Builder.xml b/docs/Mono.Android/en/Android.Renderscripts/Script+Builder.xml index e572dd18f9..dd8c8ca547 100644 --- a/docs/Mono.Android/en/Android.Renderscripts/Script+Builder.xml +++ b/docs/Mono.Android/en/Android.Renderscripts/Script+Builder.xml @@ -22,14 +22,18 @@ - To be added. + Only intended for use by generated reflected code. - Android platform documentation + Java documentation for android.renderscript.Script.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Renderscripts/Script+FieldBase.xml b/docs/Mono.Android/en/Android.Renderscripts/Script+FieldBase.xml index 824269ccfc..64e5362a2e 100644 --- a/docs/Mono.Android/en/Android.Renderscripts/Script+FieldBase.xml +++ b/docs/Mono.Android/en/Android.Renderscripts/Script+FieldBase.xml @@ -26,10 +26,14 @@ - Android platform documentation + Java documentation for android.renderscript.Script.FieldBase. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Renderscripts/Script+FieldID.xml b/docs/Mono.Android/en/Android.Renderscripts/Script+FieldID.xml index fc9c0c2a5c..f57581e08f 100644 --- a/docs/Mono.Android/en/Android.Renderscripts/Script+FieldID.xml +++ b/docs/Mono.Android/en/Android.Renderscripts/Script+FieldID.xml @@ -26,10 +26,14 @@ - Android platform documentation + Java documentation for android.renderscript.Script.FieldID. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Renderscripts/Script+InvokeID.xml b/docs/Mono.Android/en/Android.Renderscripts/Script+InvokeID.xml index e8b4a33398..8b9ff4fd8d 100644 --- a/docs/Mono.Android/en/Android.Renderscripts/Script+InvokeID.xml +++ b/docs/Mono.Android/en/Android.Renderscripts/Script+InvokeID.xml @@ -22,14 +22,18 @@ - To be added. + InvokeID is an identifier for an invoke function. - Android platform documentation + Java documentation for android.renderscript.Script.InvokeID. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Renderscripts/Script+KernelID.xml b/docs/Mono.Android/en/Android.Renderscripts/Script+KernelID.xml index af210b5322..bd2b44c38f 100644 --- a/docs/Mono.Android/en/Android.Renderscripts/Script+KernelID.xml +++ b/docs/Mono.Android/en/Android.Renderscripts/Script+KernelID.xml @@ -26,10 +26,14 @@ - Android platform documentation + Java documentation for android.renderscript.Script.KernelID. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Renderscripts/Script+LaunchOptions.xml b/docs/Mono.Android/en/Android.Renderscripts/Script+LaunchOptions.xml index 4bde860339..21e3ce92fe 100644 --- a/docs/Mono.Android/en/Android.Renderscripts/Script+LaunchOptions.xml +++ b/docs/Mono.Android/en/Android.Renderscripts/Script+LaunchOptions.xml @@ -22,14 +22,19 @@ - Class used to specify clipping for a kernel launch. + Class for specifying the specifics about how a kernel will be + launched. - Android platform documentation + Java documentation for android.renderscript.Script.LaunchOptions. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -295,9 +300,18 @@ Returns the current X end - To be added. + int current value - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.Script.LaunchOptions.getXEnd(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -327,9 +341,18 @@ Returns the current X start - To be added. + int current value - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.Script.LaunchOptions.getXStart(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -359,9 +382,18 @@ Returns the current Y end - To be added. + int current value - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.Script.LaunchOptions.getYEnd(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -391,9 +423,18 @@ Returns the current Y start - To be added. + int current value - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.Script.LaunchOptions.getYStart(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -423,9 +464,18 @@ Returns the current Z end - To be added. + int current value - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.Script.LaunchOptions.getZEnd(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -455,9 +505,18 @@ Returns the current Z start - To be added. + int current value - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.Script.LaunchOptions.getZStart(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Renderscripts/ScriptC.xml b/docs/Mono.Android/en/Android.Renderscripts/ScriptC.xml index 0cdb6653e1..50cdfb179e 100644 --- a/docs/Mono.Android/en/Android.Renderscripts/ScriptC.xml +++ b/docs/Mono.Android/en/Android.Renderscripts/ScriptC.xml @@ -63,9 +63,8 @@ - To be added. - To be added. - rs + id + rs Only intended for use by the generated derived classes. @@ -107,9 +106,8 @@ - To be added. - To be added. - rs + id + rs Only intended for use by the generated derived classes. @@ -174,14 +172,14 @@ - To be added. - To be added. - To be added. + rs + resources + resourceID Only intended for use by the generated derived classes. - Java documentation for android.renderscript.ScriptC.ScriptC(int, android.renderscript.RenderScript). + Java documentation for android.renderscript.ScriptC.ScriptC(android.renderscript.RenderScript, android.content.res.Resources, int). @@ -220,15 +218,15 @@ - To be added. To be added. To be added. To be added. + rs Only intended for use by the generated derived classes. - Java documentation for android.renderscript.ScriptC.ScriptC(int, android.renderscript.RenderScript). + Java documentation for android.renderscript.ScriptC.ScriptC(android.renderscript.RenderScript, java.lang.String, byte[], byte[]). diff --git a/docs/Mono.Android/en/Android.Renderscripts/ScriptGroup+Binding.xml b/docs/Mono.Android/en/Android.Renderscripts/ScriptGroup+Binding.xml index e64e932cb3..63909ffccc 100644 --- a/docs/Mono.Android/en/Android.Renderscripts/ScriptGroup+Binding.xml +++ b/docs/Mono.Android/en/Android.Renderscripts/ScriptGroup+Binding.xml @@ -22,14 +22,19 @@ - To be added. + Represents a binding of a value to a global variable in a + kernel or invocable function. - Android platform documentation + Java documentation for android.renderscript.ScriptGroup.Binding. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Renderscripts/ScriptGroup+Builder.xml b/docs/Mono.Android/en/Android.Renderscripts/ScriptGroup+Builder.xml index 794b84754c..540ac196fc 100644 --- a/docs/Mono.Android/en/Android.Renderscripts/ScriptGroup+Builder.xml +++ b/docs/Mono.Android/en/Android.Renderscripts/ScriptGroup+Builder.xml @@ -22,14 +22,18 @@ - Create a ScriptGroup. + Helper class to build a ScriptGroup. - Android platform documentation + Java documentation for android.renderscript.ScriptGroup.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -58,10 +62,19 @@ - To be added. - Create a builder for generating a ScriptGroup. + The RenderScript context. + Create a Builder for generating a ScriptGroup. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.ScriptGroup.Builder.ScriptGroup$Builder(android.renderscript.RenderScript). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -212,9 +225,18 @@ Creates the Script group. - To be added. + ScriptGroup The new ScriptGroup - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.ScriptGroup.Builder.create(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Renderscripts/ScriptGroup+Builder2.xml b/docs/Mono.Android/en/Android.Renderscripts/ScriptGroup+Builder2.xml index 7743fc0efd..415de94574 100644 --- a/docs/Mono.Android/en/Android.Renderscripts/ScriptGroup+Builder2.xml +++ b/docs/Mono.Android/en/Android.Renderscripts/ScriptGroup+Builder2.xml @@ -22,14 +22,18 @@ - To be added. + The builder class for creating script groups - Android platform documentation + Java documentation for android.renderscript.ScriptGroup.Builder2. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -57,10 +61,19 @@ - To be added. - To be added. + the RenderScript context + Returns a Builder object - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.ScriptGroup.Builder2.ScriptGroup$Builder2(android.renderscript.RenderScript). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Renderscripts/ScriptGroup+Closure.xml b/docs/Mono.Android/en/Android.Renderscripts/ScriptGroup+Closure.xml index d36bb3cb4d..c781dd4d6b 100644 --- a/docs/Mono.Android/en/Android.Renderscripts/ScriptGroup+Closure.xml +++ b/docs/Mono.Android/en/Android.Renderscripts/ScriptGroup+Closure.xml @@ -22,14 +22,18 @@ - To be added. + An opaque class for closures - Android platform documentation + Java documentation for android.renderscript.ScriptGroup.Closure. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Renderscripts/ScriptGroup+Future.xml b/docs/Mono.Android/en/Android.Renderscripts/ScriptGroup+Future.xml index 34dc1166af..1ede23907b 100644 --- a/docs/Mono.Android/en/Android.Renderscripts/ScriptGroup+Future.xml +++ b/docs/Mono.Android/en/Android.Renderscripts/ScriptGroup+Future.xml @@ -22,14 +22,18 @@ - To be added. + An opaque class for futures - Android platform documentation + Java documentation for android.renderscript.ScriptGroup.Future. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Renderscripts/ScriptGroup+Input.xml b/docs/Mono.Android/en/Android.Renderscripts/ScriptGroup+Input.xml index 5682e06e4e..336fc35c49 100644 --- a/docs/Mono.Android/en/Android.Renderscripts/ScriptGroup+Input.xml +++ b/docs/Mono.Android/en/Android.Renderscripts/ScriptGroup+Input.xml @@ -22,14 +22,18 @@ - To be added. + An opaque class for script group inputs - Android platform documentation + Java documentation for android.renderscript.ScriptGroup.Input. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Renderscripts/Type+Builder.xml b/docs/Mono.Android/en/Android.Renderscripts/Type+Builder.xml index f6ae36285a..b9e30d0d80 100644 --- a/docs/Mono.Android/en/Android.Renderscripts/Type+Builder.xml +++ b/docs/Mono.Android/en/Android.Renderscripts/Type+Builder.xml @@ -26,10 +26,14 @@ - Android platform documentation + Java documentation for android.renderscript.Type.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -59,11 +63,20 @@ - To be added. - To be added. + rs + The element for the type to be created. Create a new builder object. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.Type.Builder.Type$Builder(android.renderscript.RenderScript, android.renderscript.Element). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -116,10 +129,19 @@ - Validate structure and create a new type. - To be added. + Validate structure and create a new Type. + Type - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.renderscript.Type.Builder.create(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.SE.Omapi/SEService+IOnConnectedListener.xml b/docs/Mono.Android/en/Android.SE.Omapi/SEService+IOnConnectedListener.xml index fcbd06357e..bc834ce32d 100644 --- a/docs/Mono.Android/en/Android.SE.Omapi/SEService+IOnConnectedListener.xml +++ b/docs/Mono.Android/en/Android.SE.Omapi/SEService+IOnConnectedListener.xml @@ -25,8 +25,19 @@ - To be added. - To be added. + Interface to send call-backs to the application when the service is connected. + + + + Java documentation for android.se.omapi.SEService.OnConnectedListener. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -50,8 +61,19 @@ - To be added. - To be added. + Called by the framework when the service is connected. + + + + Java documentation for android.se.omapi.SEService.OnConnectedListener.onConnected(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Security.Identity/AccessControlProfile+Builder.xml b/docs/Mono.Android/en/Android.Security.Identity/AccessControlProfile+Builder.xml index 0b7fdf2768..cadf7dd101 100644 --- a/docs/Mono.Android/en/Android.Security.Identity/AccessControlProfile+Builder.xml +++ b/docs/Mono.Android/en/Android.Security.Identity/AccessControlProfile+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + A builder for AccessControlProfile. + + + + Java documentation for android.security.identity.AccessControlProfile.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -42,9 +53,21 @@ - To be added. - To be added. - To be added. + the access control profile identifier. + Each access control profile has numeric identifier that must be unique within the + context of a Credential and may be used to reference the profile. + + + + Java documentation for android.security.identity.AccessControlProfile.Builder.AccessControlProfile$Builder(android.security.identity.AccessControlProfileId). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -68,9 +91,20 @@ - To be added. - To be added. - To be added. + Creates a new AccessControlProfile from the data supplied to the builder. + The created AccessControlProfile object. + + + + Java documentation for android.security.identity.AccessControlProfile.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Security.Identity/IdentityCredential.xml b/docs/Mono.Android/en/Android.Security.Identity/IdentityCredential.xml index f55d236f58..b36c7fb9e0 100644 --- a/docs/Mono.Android/en/Android.Security.Identity/IdentityCredential.xml +++ b/docs/Mono.Android/en/Android.Security.Identity/IdentityCredential.xml @@ -606,6 +606,10 @@ [Android.Runtime.Register("storeStaticAuthenticationData", "(Ljava/security/cert/X509Certificate;[B)V", "GetStoreStaticAuthenticationData_Ljava_security_cert_X509Certificate_arrayBHandler", ApiSince=30)] [<Android.Runtime.Register("storeStaticAuthenticationData", "(Ljava/security/cert/X509Certificate;[B)V", "GetStoreStaticAuthenticationData_Ljava_security_cert_X509Certificate_arrayBHandler", ApiSince=30)>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void diff --git a/docs/Mono.Android/en/Android.Security.Identity/IdentityCredentialStore.xml b/docs/Mono.Android/en/Android.Security.Identity/IdentityCredentialStore.xml index b37ba9b169..f7fc1ca62a 100644 --- a/docs/Mono.Android/en/Android.Security.Identity/IdentityCredentialStore.xml +++ b/docs/Mono.Android/en/Android.Security.Identity/IdentityCredentialStore.xml @@ -155,6 +155,10 @@ [Android.Runtime.Register("deleteCredentialByName", "(Ljava/lang/String;)[B", "GetDeleteCredentialByName_Ljava_lang_String_Handler", ApiSince=30)] [<Android.Runtime.Register("deleteCredentialByName", "(Ljava/lang/String;)[B", "GetDeleteCredentialByName_Ljava_lang_String_Handler", ApiSince=30)>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Byte[] diff --git a/docs/Mono.Android/en/Android.Security.Identity/PersonalizationData+Builder.xml b/docs/Mono.Android/en/Android.Security.Identity/PersonalizationData+Builder.xml index e4b830ca72..c533cb7594 100644 --- a/docs/Mono.Android/en/Android.Security.Identity/PersonalizationData+Builder.xml +++ b/docs/Mono.Android/en/Android.Security.Identity/PersonalizationData+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + A builder for PersonalizationData. + + + + Java documentation for android.security.identity.PersonalizationData.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -39,8 +50,19 @@ - To be added. - To be added. + Creates a new builder for a given namespace. + + + + Java documentation for android.security.identity.PersonalizationData.Builder.PersonalizationData$Builder(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -93,9 +115,20 @@ - To be added. - To be added. - To be added. + Creates a new PersonalizationData with all the entries added to the builder. + A new PersonalizationData instance. + + + + Java documentation for android.security.identity.PersonalizationData.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Security.Keystore/KeyGenParameterSpec+Builder.xml b/docs/Mono.Android/en/Android.Security.Keystore/KeyGenParameterSpec+Builder.xml index e80038be4f..10d57c6721 100644 --- a/docs/Mono.Android/en/Android.Security.Keystore/KeyGenParameterSpec+Builder.xml +++ b/docs/Mono.Android/en/Android.Security.Keystore/KeyGenParameterSpec+Builder.xml @@ -18,14 +18,18 @@ - To be added. + Builder of KeyGenParameterSpec instances. - Android platform documentation + Java documentation for android.security.keystore.KeyGenParameterSpec.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -57,11 +61,30 @@ - To be added. - To be added. - To be added. + alias of the entry in which the generated key will appear in + Android KeyStore. Must not be empty. + set of purposes (e.g., encrypt, decrypt, sign) for which the key can be + used. Attempts to use the key for any other purpose will be rejected. + + <p>If the set of purposes for which the key can be used does not contain + KeyProperties#PURPOSE_SIGN, the self-signed certificate generated by + KeyPairGenerator of AndroidKeyStore provider will contain an + invalid signature. This is OK if the certificate is only used for obtaining the + public key from Android KeyStore. + + <p>See KeyProperties.PURPOSE flags. + Creates a new instance of the Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.security.keystore.KeyGenParameterSpec.Builder.KeyGenParameterSpec$Builder(java.lang.String, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -86,10 +109,19 @@ - To be added. + Builds an instance of KeyGenParameterSpec. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.security.keystore.KeyGenParameterSpec.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Security.Keystore/KeyInfo.xml b/docs/Mono.Android/en/Android.Security.Keystore/KeyInfo.xml index 5476bd80d9..b887668723 100644 --- a/docs/Mono.Android/en/Android.Security.Keystore/KeyInfo.xml +++ b/docs/Mono.Android/en/Android.Security.Keystore/KeyInfo.xml @@ -31,7 +31,8 @@ - Information about a key from the <a href="[TODO: @docRoot]training/articles/keystore. + Information about a key from the Android + Keystore system. diff --git a/docs/Mono.Android/en/Android.Security.Keystore/KeyProperties.xml b/docs/Mono.Android/en/Android.Security.Keystore/KeyProperties.xml index 58edf0805c..3d8bd26a63 100644 --- a/docs/Mono.Android/en/Android.Security.Keystore/KeyProperties.xml +++ b/docs/Mono.Android/en/Android.Security.Keystore/KeyProperties.xml @@ -18,7 +18,7 @@ - Properties of <a href="[TODO: @docRoot]training/articles/keystore. + Properties of Android Keystore keys. diff --git a/docs/Mono.Android/en/Android.Security.Keystore/KeyProtection+Builder.xml b/docs/Mono.Android/en/Android.Security.Keystore/KeyProtection+Builder.xml index 588da19445..04f8d93204 100644 --- a/docs/Mono.Android/en/Android.Security.Keystore/KeyProtection+Builder.xml +++ b/docs/Mono.Android/en/Android.Security.Keystore/KeyProtection+Builder.xml @@ -18,14 +18,18 @@ - To be added. + Builder of KeyProtection instances. - Android platform documentation + Java documentation for android.security.keystore.KeyProtection.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -56,10 +60,22 @@ - To be added. - To be added. + set of purposes (e.g., encrypt, decrypt, sign) for which the key can be + used. Attempts to use the key for any other purpose will be rejected. + + <p>See KeyProperties.PURPOSE flags. + Creates a new instance of the Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.security.keystore.KeyProtection.Builder.KeyProtection$Builder(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -84,10 +100,19 @@ - To be added. + Builds an instance of KeyProtection. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.security.keystore.KeyProtection.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Security.Keystore/KeyProtection.xml b/docs/Mono.Android/en/Android.Security.Keystore/KeyProtection.xml index 24926f05fb..dac15c428b 100644 --- a/docs/Mono.Android/en/Android.Security.Keystore/KeyProtection.xml +++ b/docs/Mono.Android/en/Android.Security.Keystore/KeyProtection.xml @@ -32,7 +32,7 @@ Specification of how a key or key pair is secured when imported into the - <a href="[TODO: @docRoot]training/articles/keystore. + Android Keystore system. diff --git a/docs/Mono.Android/en/Android.Security/AppUriAuthenticationPolicy+Builder.xml b/docs/Mono.Android/en/Android.Security/AppUriAuthenticationPolicy+Builder.xml index c6c17a727f..56369d5a61 100644 --- a/docs/Mono.Android/en/Android.Security/AppUriAuthenticationPolicy+Builder.xml +++ b/docs/Mono.Android/en/Android.Security/AppUriAuthenticationPolicy+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Builder class for AppUriAuthenticationPolicy objects. + + + + Java documentation for android.security.AppUriAuthenticationPolicy.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -39,8 +50,19 @@ - To be added. - To be added. + Initialize a new Builder to construct an AppUriAuthenticationPolicy. + + + + Java documentation for android.security.AppUriAuthenticationPolicy.Builder.AppUriAuthenticationPolicy$Builder(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -97,9 +119,20 @@ - To be added. - To be added. - To be added. + Combines all of the attributes that have been set on the Builder + a new AppUriAuthenticationPolicy object. + + + + Java documentation for android.security.AppUriAuthenticationPolicy.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Security/ConfirmationPrompt+Builder.xml b/docs/Mono.Android/en/Android.Security/ConfirmationPrompt+Builder.xml index 81402eebc0..9452cdc7f7 100644 --- a/docs/Mono.Android/en/Android.Security/ConfirmationPrompt+Builder.xml +++ b/docs/Mono.Android/en/Android.Security/ConfirmationPrompt+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + A builder that collects arguments, to be shown on the system-provided confirmation prompt. + + + + Java documentation for android.security.ConfirmationPrompt.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -42,9 +53,20 @@ - To be added. - To be added. - To be added. + the application context + Creates a builder for the confirmation prompt. + + + + Java documentation for android.security.ConfirmationPrompt.Builder.ConfirmationPrompt$Builder(android.content.Context). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -68,9 +90,20 @@ - To be added. - To be added. - To be added. + Creates a ConfirmationPrompt with the arguments supplied to this builder. + a ConfirmationPrompt + + + + Java documentation for android.security.ConfirmationPrompt.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Security/KeyPairGeneratorSpec+Builder.xml b/docs/Mono.Android/en/Android.Security/KeyPairGeneratorSpec+Builder.xml index 277c8a1716..88b8479005 100644 --- a/docs/Mono.Android/en/Android.Security/KeyPairGeneratorSpec+Builder.xml +++ b/docs/Mono.Android/en/Android.Security/KeyPairGeneratorSpec+Builder.xml @@ -22,14 +22,18 @@ - Builder class for objects. + Builder class for KeyPairGeneratorSpec objects. - Android platform documentation + Java documentation for android.security.KeyPairGeneratorSpec.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -60,9 +64,18 @@ To be added. Creates a new instance of the Builder with the given - context. + context. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.security.KeyPairGeneratorSpec.Builder.KeyPairGeneratorSpec$Builder(android.content.Context). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -93,9 +106,18 @@ Builds the instance of the KeyPairGeneratorSpec. - To be added. + built instance of KeyPairGeneratorSpec - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.security.KeyPairGeneratorSpec.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. if a required field is missing diff --git a/docs/Mono.Android/en/Android.Security/KeyPairGeneratorSpec.xml b/docs/Mono.Android/en/Android.Security/KeyPairGeneratorSpec.xml index d1ae08e4df..aa8f20b233 100644 --- a/docs/Mono.Android/en/Android.Security/KeyPairGeneratorSpec.xml +++ b/docs/Mono.Android/en/Android.Security/KeyPairGeneratorSpec.xml @@ -37,7 +37,8 @@ This provides the required parameters needed for initializing the KeyPairGenerator that works with - <a href="[TODO: @docRoot]training/articles/keystore. + Android KeyStore + facility. diff --git a/docs/Mono.Android/en/Android.Security/KeyStoreParameter+Builder.xml b/docs/Mono.Android/en/Android.Security/KeyStoreParameter+Builder.xml index 9fa0b6a3bc..ac4c2e844a 100644 --- a/docs/Mono.Android/en/Android.Security/KeyStoreParameter+Builder.xml +++ b/docs/Mono.Android/en/Android.Security/KeyStoreParameter+Builder.xml @@ -22,14 +22,18 @@ - Builder class for objects. + Builder class for KeyStoreParameter objects. - Android platform documentation + Java documentation for android.security.KeyStoreParameter.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -60,9 +64,18 @@ To be added. Creates a new instance of the Builder with the given - context. + context. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.security.KeyStoreParameter.Builder.KeyStoreParameter$Builder(android.content.Context). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -92,10 +105,19 @@ - Builds the instance of the KeyPairGeneratorSpec. - To be added. + Builds the instance of the KeyStoreParameter. + built instance of KeyStoreParameter - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.security.KeyStoreParameter.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. if a required field is missing diff --git a/docs/Mono.Android/en/Android.Security/KeyStoreParameter.xml b/docs/Mono.Android/en/Android.Security/KeyStoreParameter.xml index 98398dbf31..3c032d58eb 100644 --- a/docs/Mono.Android/en/Android.Security/KeyStoreParameter.xml +++ b/docs/Mono.Android/en/Android.Security/KeyStoreParameter.xml @@ -37,7 +37,8 @@ This provides the optional parameters that can be specified for KeyStore entries that work with - <a href="[TODO: @docRoot]training/articles/keystore. + Android KeyStore + facility. diff --git a/docs/Mono.Android/en/Android.Service.Autofill/BatchUpdates+Builder.xml b/docs/Mono.Android/en/Android.Service.Autofill/BatchUpdates+Builder.xml index 6d4fd54788..0c5232d8ce 100644 --- a/docs/Mono.Android/en/Android.Service.Autofill/BatchUpdates+Builder.xml +++ b/docs/Mono.Android/en/Android.Service.Autofill/BatchUpdates+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Builder for BatchUpdates objects. + + + + Java documentation for android.service.autofill.BatchUpdates.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -85,9 +96,20 @@ - To be added. + Creates a new BatchUpdates instance. To be added. - To be added. + + + + Java documentation for android.service.autofill.BatchUpdates.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Service.Autofill/CharSequenceTransformation+Builder.xml b/docs/Mono.Android/en/Android.Service.Autofill/CharSequenceTransformation+Builder.xml index bbfe70aeba..175f527a1b 100644 --- a/docs/Mono.Android/en/Android.Service.Autofill/CharSequenceTransformation+Builder.xml +++ b/docs/Mono.Android/en/Android.Service.Autofill/CharSequenceTransformation+Builder.xml @@ -18,14 +18,18 @@ - To be added. + Builder for CharSequenceTransformation objects. - Android platform documentation + Java documentation for android.service.autofill.CharSequenceTransformation.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -74,12 +78,24 @@ - To be added. - To be added. - To be added. - To be added. + id of the screen field. + regular expression with groups (delimited by ( and () that + are used to substitute parts of the value. + the string that substitutes the matched regex, using $ for + group substitution ($1 for 1st group match, $2 for 2nd, etc). + Creates a new builder and adds the first transformed contents of a field to the overall + result of this transformation. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.autofill.CharSequenceTransformation.Builder.CharSequenceTransformation$Builder(android.view.autofill.AutofillId, java.util.regex.Pattern, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -139,10 +155,19 @@ - To be added. + Creates a new CharSequenceTransformation instance. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.autofill.CharSequenceTransformation.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Service.Autofill/CustomDescription+Builder.xml b/docs/Mono.Android/en/Android.Service.Autofill/CustomDescription+Builder.xml index fe05cf284b..ae0041e109 100644 --- a/docs/Mono.Android/en/Android.Service.Autofill/CustomDescription+Builder.xml +++ b/docs/Mono.Android/en/Android.Service.Autofill/CustomDescription+Builder.xml @@ -18,14 +18,18 @@ - To be added. + Builder for CustomDescription objects. - Android platform documentation + Java documentation for android.service.autofill.CustomDescription.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -49,10 +53,19 @@ - To be added. - To be added. + template presentation with (optional) children views. + Default constructor. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.autofill.CustomDescription.Builder.CustomDescription$Builder(android.widget.RemoteViews). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -195,10 +208,19 @@ - To be added. + Creates a new CustomDescription instance. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.autofill.CustomDescription.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Service.Autofill/Dataset+Builder.xml b/docs/Mono.Android/en/Android.Service.Autofill/Dataset+Builder.xml index b8a3951aa7..4da181e95f 100644 --- a/docs/Mono.Android/en/Android.Service.Autofill/Dataset+Builder.xml +++ b/docs/Mono.Android/en/Android.Service.Autofill/Dataset+Builder.xml @@ -18,14 +18,18 @@ - To be added. + A builder for Dataset objects. - Android platform documentation + Java documentation for android.service.autofill.Dataset.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -46,9 +50,18 @@ - To be added. + Creates a new builder for a dataset where each field will be visualized independently. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.autofill.Dataset.Builder.Dataset$Builder(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -72,10 +85,19 @@ - To be added. - To be added. + The presentation used to visualize this dataset. + Creates a new builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.autofill.Dataset.Builder.Dataset$Builder(android.widget.RemoteViews). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -100,10 +122,19 @@ - To be added. - To be added. + Creates a new Dataset instance. + The built dataset. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.autofill.Dataset.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Service.Autofill/FieldClassification+Match.xml b/docs/Mono.Android/en/Android.Service.Autofill/FieldClassification+Match.xml index 752d0d774e..010ded5387 100644 --- a/docs/Mono.Android/en/Android.Service.Autofill/FieldClassification+Match.xml +++ b/docs/Mono.Android/en/Android.Service.Autofill/FieldClassification+Match.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Represents the score of a UserData entry for the field. + + + + Java documentation for android.service.autofill.FieldClassification.Match. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -42,9 +53,20 @@ System.String - To be added. + Gets the category id of the UserData entry. To be added. - To be added. + + + + Java documentation for android.service.autofill.FieldClassification.Match.getCategoryId(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -96,9 +118,21 @@ System.Single - To be added. + Gets a classification score for the value of this field compared to the value of the + UserData entry. To be added. - To be added. + + + + Java documentation for android.service.autofill.FieldClassification.Match.getScore(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Service.Autofill/FieldClassification.xml b/docs/Mono.Android/en/Android.Service.Autofill/FieldClassification.xml index f7b13bff19..67904af019 100644 --- a/docs/Mono.Android/en/Android.Service.Autofill/FieldClassification.xml +++ b/docs/Mono.Android/en/Android.Service.Autofill/FieldClassification.xml @@ -18,7 +18,7 @@ - Represents the <a href="AutofillService. + Represents the "AutofillService. diff --git a/docs/Mono.Android/en/Android.Service.Autofill/FillEventHistory+Event.xml b/docs/Mono.Android/en/Android.Service.Autofill/FillEventHistory+Event.xml index cbba177f31..a10a1c691d 100644 --- a/docs/Mono.Android/en/Android.Service.Autofill/FillEventHistory+Event.xml +++ b/docs/Mono.Android/en/Android.Service.Autofill/FillEventHistory+Event.xml @@ -18,14 +18,19 @@ - To be added. + Description of an event that occured after the latest call to + FillCallback#onSuccess(FillResponse). - Android platform documentation + Java documentation for android.service.autofill.FillEventHistory.Event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -49,9 +54,22 @@ System.Collections.Generic.IDictionary<Android.Views.Autofill.AutofillId,System.String> - To be added. - To be added. - To be added. + Returns which fields in the selected datasets were changed by the user after the dataset + was selected. + map map whose key is the id of the change fields, and value is the id of + dataset that has that field and was selected by the user. + + + + Java documentation for android.service.autofill.FillEventHistory.Event.getChangedFields(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -74,9 +92,20 @@ Android.OS.Bundle - To be added. + Returns the client state from the FillResponse used to generate this event. To be added. - To be added. + + + + Java documentation for android.service.autofill.FillEventHistory.Event.getClientState(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -99,10 +128,19 @@ System.String - To be added. - To be added. + Returns the id of dataset the id was on. + The id of dataset, or null the event is not associated with a dataset. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.autofill.FillEventHistory.Event.getDatasetId(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -126,9 +164,20 @@ System.Collections.Generic.IDictionary<Android.Views.Autofill.AutofillId,Android.Service.Autofill.FieldClassification> - To be added. + Gets the "AutofillService. To be added. - To be added. + + + + Java documentation for android.service.autofill.FillEventHistory.Event.getFieldsClassification(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -151,9 +200,20 @@ System.Collections.Generic.ICollection<System.String> - To be added. + Returns which datasets were NOT selected by the user. To be added. - To be added. + + + + Java documentation for android.service.autofill.FillEventHistory.Event.getIgnoredDatasetIds(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -232,9 +292,20 @@ System.Int32 - To be added. - To be added. - To be added. + Returns the reason why a save dialog was not shown. + The reason why a save dialog was not shown. + + + + Java documentation for android.service.autofill.FillEventHistory.Event.getNoSaveUiReason(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -262,8 +333,19 @@ 6 - To be added. - To be added. + All fields matched contents of datasets. + + + + Java documentation for android.service.autofill.FillEventHistory.Event.NO_SAVE_UI_REASON_DATASET_MATCH. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -291,8 +373,19 @@ 5 - To be added. - To be added. + Fields failed validation. + + + + Java documentation for android.service.autofill.FillEventHistory.Event.NO_SAVE_UI_REASON_FIELD_VALIDATION_FAILED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -320,8 +413,19 @@ 3 - To be added. - To be added. + There was empty value for required ids. + + + + Java documentation for android.service.autofill.FillEventHistory.Event.NO_SAVE_UI_REASON_HAS_EMPTY_REQUIRED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -349,8 +453,19 @@ 0 - To be added. - To be added. + No reason for save dialog. + + + + Java documentation for android.service.autofill.FillEventHistory.Event.NO_SAVE_UI_REASON_NONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -378,8 +493,19 @@ 1 - To be added. - To be added. + The SaveInfo associated with the FillResponse is null. + + + + Java documentation for android.service.autofill.FillEventHistory.Event.NO_SAVE_UI_REASON_NO_SAVE_INFO. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -407,8 +533,19 @@ 4 - To be added. - To be added. + No value has been changed. + + + + Java documentation for android.service.autofill.FillEventHistory.Event.NO_SAVE_UI_REASON_NO_VALUE_CHANGED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -436,8 +573,19 @@ 2 - To be added. - To be added. + The service asked to delay save. + + + + Java documentation for android.service.autofill.FillEventHistory.Event.NO_SAVE_UI_REASON_WITH_DELAY_SAVE_FLAG. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -460,9 +608,20 @@ System.Collections.Generic.ICollection<System.String> - To be added. + Returns which datasets were selected by the user. To be added. - To be added. + + + + Java documentation for android.service.autofill.FillEventHistory.Event.getSelectedDatasetIds(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -547,10 +706,19 @@ Android.Service.Autofill.EventType - To be added. - To be added. + Returns the type of the event. + The type of the event - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.autofill.FillEventHistory.Event.getType(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -579,8 +747,19 @@ 5 - To be added. - To be added. + A dataset selector was shown. + + + + Java documentation for android.service.autofill.FillEventHistory.Event.TYPE_DATASETS_SHOWN. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Service.Autofill/FillRequest.xml b/docs/Mono.Android/en/Android.Service.Autofill/FillRequest.xml index 1a831f5e92..0d15cae85e 100644 --- a/docs/Mono.Android/en/Android.Service.Autofill/FillRequest.xml +++ b/docs/Mono.Android/en/Android.Service.Autofill/FillRequest.xml @@ -209,7 +209,7 @@ 2 Indicates this request was made using - <a href="AutofillService. + "AutofillService. diff --git a/docs/Mono.Android/en/Android.Service.Autofill/FillResponse+Builder.xml b/docs/Mono.Android/en/Android.Service.Autofill/FillResponse+Builder.xml index a25118b7e4..a50cb07a21 100644 --- a/docs/Mono.Android/en/Android.Service.Autofill/FillResponse+Builder.xml +++ b/docs/Mono.Android/en/Android.Service.Autofill/FillResponse+Builder.xml @@ -18,14 +18,18 @@ - To be added. + Builder for FillResponse objects. - Android platform documentation + Java documentation for android.service.autofill.FillResponse.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -104,10 +108,19 @@ - To be added. - To be added. + Builds a new FillResponse instance. + A built response. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.autofill.FillResponse.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Service.Autofill/ImageTransformation+Builder.xml b/docs/Mono.Android/en/Android.Service.Autofill/ImageTransformation+Builder.xml index 2fbafd8b6d..22fda2d5f5 100644 --- a/docs/Mono.Android/en/Android.Service.Autofill/ImageTransformation+Builder.xml +++ b/docs/Mono.Android/en/Android.Service.Autofill/ImageTransformation+Builder.xml @@ -18,14 +18,18 @@ - To be added. + Builder for ImageTransformation objects. - Android platform documentation + Java documentation for android.service.autofill.ImageTransformation.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -78,12 +82,23 @@ - To be added. - To be added. - To be added. - To be added. + id of the screen field that will be used to evaluate whether the image should + be used. + regular expression defining what should be matched to use this image. + resource id of the image (in the autofill service's package). The + RemoteViews presentation must contain a ImageView child with that id. + Creates a new builder for a autofill id and add a first option. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.autofill.ImageTransformation.Builder.ImageTransformation$Builder(android.view.autofill.AutofillId, java.util.regex.Pattern, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -110,12 +125,25 @@ - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. + id of the screen field that will be used to evaluate whether the image should + be used. + regular expression defining what should be matched to use this image. + resource id of the image (in the autofill service's package). The + RemoteViews presentation must contain a ImageView child with that id. + content description to be applied in the child view. + Creates a new builder for a autofill id and add a first option. + + + + Java documentation for android.service.autofill.ImageTransformation.Builder.ImageTransformation$Builder(android.view.autofill.AutofillId, java.util.regex.Pattern, int, java.lang.CharSequence). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -267,10 +295,19 @@ - To be added. + Creates a new ImageTransformation instance. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.autofill.ImageTransformation.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Service.Autofill/SaveInfo+Builder.xml b/docs/Mono.Android/en/Android.Service.Autofill/SaveInfo+Builder.xml index 1a17b26f26..d3308632be 100644 --- a/docs/Mono.Android/en/Android.Service.Autofill/SaveInfo+Builder.xml +++ b/docs/Mono.Android/en/Android.Service.Autofill/SaveInfo+Builder.xml @@ -18,14 +18,18 @@ - To be added. + A builder for SaveInfo objects. - Android platform documentation + Java documentation for android.service.autofill.SaveInfo.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -56,10 +60,27 @@ - To be added. - To be added. + the type of information the associated FillResponse represents. It + can be any combination of SaveInfo#SAVE_DATA_TYPE_GENERIC, + SaveInfo#SAVE_DATA_TYPE_PASSWORD, + SaveInfo#SAVE_DATA_TYPE_ADDRESS, SaveInfo#SAVE_DATA_TYPE_CREDIT_CARD, + SaveInfo#SAVE_DATA_TYPE_DEBIT_CARD, SaveInfo#SAVE_DATA_TYPE_PAYMENT_CARD, + SaveInfo#SAVE_DATA_TYPE_GENERIC_CARD, SaveInfo#SAVE_DATA_TYPE_USERNAME, + or SaveInfo#SAVE_DATA_TYPE_EMAIL_ADDRESS. + + <p>See SaveInfo for more info. + Creates a new builder when no id is required. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.autofill.SaveInfo.Builder.SaveInfo$Builder(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -91,11 +112,28 @@ - To be added. - To be added. - To be added. + the type of information the associated FillResponse represents. It + can be any combination of SaveInfo#SAVE_DATA_TYPE_GENERIC, + SaveInfo#SAVE_DATA_TYPE_PASSWORD, + SaveInfo#SAVE_DATA_TYPE_ADDRESS, SaveInfo#SAVE_DATA_TYPE_CREDIT_CARD, + SaveInfo#SAVE_DATA_TYPE_DEBIT_CARD, SaveInfo#SAVE_DATA_TYPE_PAYMENT_CARD, + SaveInfo#SAVE_DATA_TYPE_GENERIC_CARD, SaveInfo#SAVE_DATA_TYPE_USERNAME, + or SaveInfo#SAVE_DATA_TYPE_EMAIL_ADDRESS. + ids of all required views that will trigger a save request. + + <p>See SaveInfo for more info. + Creates a new builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.autofill.SaveInfo.Builder.SaveInfo$Builder(int, android.view.autofill.AutofillId[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -158,10 +196,19 @@ - To be added. + Builds a new SaveInfo instance. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.autofill.SaveInfo.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Service.Autofill/UserData+Builder.xml b/docs/Mono.Android/en/Android.Service.Autofill/UserData+Builder.xml index ac5c996158..66f1f09eaa 100644 --- a/docs/Mono.Android/en/Android.Service.Autofill/UserData+Builder.xml +++ b/docs/Mono.Android/en/Android.Service.Autofill/UserData+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + A builder for UserData objects. + + + + Java documentation for android.service.autofill.UserData.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -44,11 +55,26 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + id used to identify the whole UserData object. This id is also returned + by AutofillManager#getUserDataId(), which can be used to check if the + UserData is up-to-date without fetching the whole object (through + AutofillManager#getUserData()). + value of the user data. + autofill field category. + Creates a new builder for the user data used for "#FieldClassification">field + classification. + + + + Java documentation for android.service.autofill.UserData.Builder.UserData$Builder(java.lang.String, java.lang.String, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -103,9 +129,20 @@ - To be added. - To be added. - To be added. + Creates a new UserData instance. + The built dataset. + + + + Java documentation for android.service.autofill.UserData.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Service.Autofill/UserData.xml b/docs/Mono.Android/en/Android.Service.Autofill/UserData.xml index 9e8fab50bb..34a92ce03c 100644 --- a/docs/Mono.Android/en/Android.Service.Autofill/UserData.xml +++ b/docs/Mono.Android/en/Android.Service.Autofill/UserData.xml @@ -32,7 +32,7 @@ Defines the user data used for - <a href="AutofillService. + "AutofillService. diff --git a/docs/Mono.Android/en/Android.Service.Autofill/VisibilitySetterAction+Builder.xml b/docs/Mono.Android/en/Android.Service.Autofill/VisibilitySetterAction+Builder.xml index 5663a5590a..7e47fbc577 100644 --- a/docs/Mono.Android/en/Android.Service.Autofill/VisibilitySetterAction+Builder.xml +++ b/docs/Mono.Android/en/Android.Service.Autofill/VisibilitySetterAction+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Builder for VisibilitySetterAction objects. + + + + Java documentation for android.service.autofill.VisibilitySetterAction.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -50,10 +61,22 @@ - To be added. - To be added. - To be added. - To be added. + view resource id of the children view. + one of View#VISIBLE, View#INVISIBLE, or + View#GONE. + Creates a new builder for an action that change the visibility of one child view. + + + + Java documentation for android.service.autofill.VisibilitySetterAction.Builder.VisibilitySetterAction$Builder(int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -77,9 +100,20 @@ - To be added. + Creates a new VisibilitySetterAction instance. To be added. - To be added. + + + + Java documentation for android.service.autofill.VisibilitySetterAction.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Service.Carrier/CarrierMessagingService+IResultCallback.xml b/docs/Mono.Android/en/Android.Service.Carrier/CarrierMessagingService+IResultCallback.xml index dc9491cbd4..b0638f313f 100644 --- a/docs/Mono.Android/en/Android.Service.Carrier/CarrierMessagingService+IResultCallback.xml +++ b/docs/Mono.Android/en/Android.Service.Carrier/CarrierMessagingService+IResultCallback.xml @@ -29,14 +29,18 @@ - To be added. + A callback interface used to provide results asynchronously. - Android platform documentation + Java documentation for android.service.carrier.CarrierMessagingService.ResultCallback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -63,10 +67,19 @@ - To be added. - To be added. + the result + Invoked when the result is available. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.carrier.CarrierMessagingService.ResultCallback.onReceiveResult(T). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Service.Carrier/CarrierMessagingService+SendMmsResult.xml b/docs/Mono.Android/en/Android.Service.Carrier/CarrierMessagingService+SendMmsResult.xml index 5e7802b4d8..2d0884fa83 100644 --- a/docs/Mono.Android/en/Android.Service.Carrier/CarrierMessagingService+SendMmsResult.xml +++ b/docs/Mono.Android/en/Android.Service.Carrier/CarrierMessagingService+SendMmsResult.xml @@ -18,14 +18,18 @@ - To be added. + The result of sending an MMS. - Android platform documentation + Java documentation for android.service.carrier.CarrierMessagingService.SendMmsResult. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -86,10 +90,19 @@ - To be added. - To be added. + Returns the SendConf PDU, which confirms that the message was sent. + the SendConf PDU - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.carrier.CarrierMessagingService.SendMmsResult.getSendConfPdu(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -144,10 +157,20 @@ Android.Service.Carrier.MessageSendStatus - To be added. - To be added. + Returns the send status of the just-sent MMS. + the send status which is one of #SEND_STATUS_OK, + #SEND_STATUS_RETRY_ON_CARRIER_NETWORK, and #SEND_STATUS_ERROR - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.carrier.CarrierMessagingService.SendMmsResult.getSendStatus(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Service.Carrier/CarrierMessagingService+SendMultipartSmsResult.xml b/docs/Mono.Android/en/Android.Service.Carrier/CarrierMessagingService+SendMultipartSmsResult.xml index 140d82fbfa..9ac294ceae 100644 --- a/docs/Mono.Android/en/Android.Service.Carrier/CarrierMessagingService+SendMultipartSmsResult.xml +++ b/docs/Mono.Android/en/Android.Service.Carrier/CarrierMessagingService+SendMultipartSmsResult.xml @@ -18,14 +18,18 @@ - To be added. + The result of sending a multipart SMS. - Android platform documentation + Java documentation for android.service.carrier.CarrierMessagingService.SendMultipartSmsResult. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -57,11 +61,24 @@ - To be added. - To be added. - To be added. + send status, one of #SEND_STATUS_OK, + #SEND_STATUS_RETRY_ON_CARRIER_NETWORK, and #SEND_STATUS_ERROR. + an array of message references, one for each part of the + multipart SMS. This field is applicable only if send status is + #SEND_STATUS_OK. + Constructs a SendMultipartSmsResult with the send status and message references for the + just-sent multipart SMS. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.carrier.CarrierMessagingService.SendMultipartSmsResult.CarrierMessagingService$SendMultipartSmsResult(int, int[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -86,10 +103,19 @@ - To be added. - To be added. + Returns the message references of the just-sent multipart SMS. + the message references, one for each part of the multipart SMS - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.carrier.CarrierMessagingService.SendMultipartSmsResult.getMessageRefs(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -144,10 +170,19 @@ Android.Service.Carrier.MessageSendStatus - To be added. - To be added. + Returns the send status of the just-sent SMS. + the send status - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.carrier.CarrierMessagingService.SendMultipartSmsResult.getSendStatus(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Service.Carrier/CarrierMessagingService+SendSmsResult.xml b/docs/Mono.Android/en/Android.Service.Carrier/CarrierMessagingService+SendSmsResult.xml index 20fc9b575f..f8d909f82b 100644 --- a/docs/Mono.Android/en/Android.Service.Carrier/CarrierMessagingService+SendSmsResult.xml +++ b/docs/Mono.Android/en/Android.Service.Carrier/CarrierMessagingService+SendSmsResult.xml @@ -18,14 +18,18 @@ - To be added. + The result of sending an SMS. - Android platform documentation + Java documentation for android.service.carrier.CarrierMessagingService.SendSmsResult. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -57,11 +61,23 @@ - To be added. - To be added. - To be added. + send status, one of #SEND_STATUS_OK, + #SEND_STATUS_RETRY_ON_CARRIER_NETWORK, and #SEND_STATUS_ERROR. + message reference of the just-sent SMS. This field is applicable only + if send status is #SEND_STATUS_OK. + Constructs a SendSmsResult with the send status and message reference for the + just-sent SMS. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.carrier.CarrierMessagingService.SendSmsResult.CarrierMessagingService$SendSmsResult(int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -116,10 +132,19 @@ System.Int32 - To be added. - To be added. + Returns the message reference of the just-sent SMS. + the message reference - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.carrier.CarrierMessagingService.SendSmsResult.getMessageRef(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -143,10 +168,19 @@ Android.Service.Carrier.MessageSendStatus - To be added. - To be added. + Returns the send status of the just-sent SMS. + the send status - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.carrier.CarrierMessagingService.SendSmsResult.getSendStatus(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Service.Chooser/ChooserTargetService.xml b/docs/Mono.Android/en/Android.Service.Chooser/ChooserTargetService.xml index a4ec57085f..b0fca2932e 100644 --- a/docs/Mono.Android/en/Android.Service.Chooser/ChooserTargetService.xml +++ b/docs/Mono.Android/en/Android.Service.Chooser/ChooserTargetService.xml @@ -248,6 +248,10 @@ [Android.Runtime.Register("onGetChooserTargets", "(Landroid/content/ComponentName;Landroid/content/IntentFilter;)Ljava/util/List;", "GetOnGetChooserTargets_Landroid_content_ComponentName_Landroid_content_IntentFilter_Handler", ApiSince=23)] [<Android.Runtime.Register("onGetChooserTargets", "(Landroid/content/ComponentName;Landroid/content/IntentFilter;)Ljava/util/List;", "GetOnGetChooserTargets_Landroid_content_ComponentName_Landroid_content_IntentFilter_Handler", ApiSince=23)>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Collections.Generic.IList<Android.Service.Chooser.ChooserTarget> diff --git a/docs/Mono.Android/en/Android.Service.Controls/Control+StatefulBuilder.xml b/docs/Mono.Android/en/Android.Service.Controls/Control+StatefulBuilder.xml index 43940dcc02..b9cdf2c982 100644 --- a/docs/Mono.Android/en/Android.Service.Controls/Control+StatefulBuilder.xml +++ b/docs/Mono.Android/en/Android.Service.Controls/Control+StatefulBuilder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Builder class for Control that contains state information. + + + + Java documentation for android.service.controls.Control.StatefulBuilder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -42,9 +53,20 @@ - To be added. - To be added. - To be added. + base for the builder. + Creates a StatelessBuilder using an existing Control as a base. + + + + Java documentation for android.service.controls.Control.StatefulBuilder.Control$StatefulBuilder(android.service.controls.Control). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -68,10 +90,21 @@ - To be added. - To be added. + the identifier for the Control. + the pending intent linking to the device Activity. To be added. - To be added. + + + + Java documentation for android.service.controls.Control.StatefulBuilder.Control$StatefulBuilder(java.lang.String, android.app.PendingIntent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -96,8 +129,19 @@ To be added. - To be added. - To be added. + a valid Control + + + + Java documentation for android.service.controls.Control.StatefulBuilder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Service.Controls/Control+StatelessBuilder.xml b/docs/Mono.Android/en/Android.Service.Controls/Control+StatelessBuilder.xml index 7d04bd5d59..d91822e311 100644 --- a/docs/Mono.Android/en/Android.Service.Controls/Control+StatelessBuilder.xml +++ b/docs/Mono.Android/en/Android.Service.Controls/Control+StatelessBuilder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Builder class for Control. + + + + Java documentation for android.service.controls.Control.StatelessBuilder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -42,9 +53,20 @@ - To be added. - To be added. - To be added. + base for the builder. + Creates a StatelessBuilder using an existing Control as a base. + + + + Java documentation for android.service.controls.Control.StatelessBuilder.Control$StatelessBuilder(android.service.controls.Control). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -68,10 +90,21 @@ - To be added. - To be added. + the identifier for the Control + the pending intent linking to the device Activity To be added. - To be added. + + + + Java documentation for android.service.controls.Control.StatelessBuilder.Control$StatelessBuilder(java.lang.String, android.app.PendingIntent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -96,8 +129,19 @@ To be added. - To be added. - To be added. + a valid Control + + + + Java documentation for android.service.controls.Control.StatelessBuilder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Service.Dreams/DreamService.xml b/docs/Mono.Android/en/Android.Service.Dreams/DreamService.xml index 26b8201b13..37e722d8be 100644 --- a/docs/Mono.Android/en/Android.Service.Dreams/DreamService.xml +++ b/docs/Mono.Android/en/Android.Service.Dreams/DreamService.xml @@ -164,7 +164,7 @@ The generic motion event. - [TODO: @inheritDoc] + To be added To be added. @@ -208,7 +208,7 @@ The key event. - [TODO: @inheritDoc] + To be added To be added. @@ -252,7 +252,7 @@ The key shortcut event. - [TODO: @inheritDoc] + To be added To be added. @@ -296,7 +296,7 @@ The event. - [TODO: @inheritDoc] + To be added To be added. @@ -340,7 +340,7 @@ The touch screen event. - [TODO: @inheritDoc] + To be added To be added. @@ -384,7 +384,7 @@ The trackball event. - [TODO: @inheritDoc] + To be added To be added. @@ -685,7 +685,7 @@ The mode that was just finished. - [TODO: @inheritDoc] + To be added @@ -729,7 +729,7 @@ The new mode that has just been started. - [TODO: @inheritDoc] + To be added @@ -769,7 +769,7 @@ - [TODO: @inheritDoc] + To be added @@ -811,7 +811,7 @@ The Intent that was used to bind to this service, as given to M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection). Note that any extras that were included with the Intent at that point will not be seen here. - [TODO: @inheritDoc] + To be added To be added. @@ -852,7 +852,7 @@ - [TODO: @inheritDoc] + To be added @@ -897,7 +897,7 @@ The panel being created. The menu inside the panel. - [TODO: @inheritDoc] + To be added To be added. @@ -941,7 +941,7 @@ Which panel is being created. - [TODO: @inheritDoc] + To be added To be added. @@ -982,7 +982,7 @@ - [TODO: @inheritDoc] + To be added @@ -1102,7 +1102,7 @@ The panel that the menu is in. The menu item that was selected. - [TODO: @inheritDoc] + To be added To be added. @@ -1148,7 +1148,7 @@ The panel that the menu is in. The menu that is opened. - [TODO: @inheritDoc] + To be added To be added. @@ -1196,7 +1196,7 @@ If onCreatePanelView() returned null, this is the Menu being displayed in the panel. - [TODO: @inheritDoc] + To be added @@ -1244,7 +1244,7 @@ The View that was returned by onCreatePanelView(). If onCreatePanelView() returned null, this is the Menu being displayed in the panel. - [TODO: @inheritDoc] + To be added To be added. @@ -1285,7 +1285,7 @@ - [TODO: @inheritDoc] + To be added To be added. @@ -1329,7 +1329,7 @@ To be added. - [TODO: @inheritDoc] + To be added To be added. @@ -1452,7 +1452,7 @@ Whether the window now has focus. - [TODO: @inheritDoc] + To be added diff --git a/docs/Mono.Android/en/Android.Service.Media/MediaBrowserService+BrowserRoot.xml b/docs/Mono.Android/en/Android.Service.Media/MediaBrowserService+BrowserRoot.xml index 0333e85745..32a2be8eb4 100644 --- a/docs/Mono.Android/en/Android.Service.Media/MediaBrowserService+BrowserRoot.xml +++ b/docs/Mono.Android/en/Android.Service.Media/MediaBrowserService+BrowserRoot.xml @@ -18,14 +18,19 @@ - To be added. + Contains information that the browser service needs to send to the client + when first connected. - Android platform documentation + Java documentation for android.service.media.MediaBrowserService.BrowserRoot. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -50,11 +55,20 @@ - To be added. - To be added. - To be added. + The root id for browsing. + Any extras about the browser service. + Constructs a browser root. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.media.MediaBrowserService.BrowserRoot.MediaBrowserService$BrowserRoot(java.lang.String, android.os.Bundle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -78,9 +92,19 @@ System.String - To be added. + The lookup key for a boolean that indicates whether the browser service should return a + browser root for offline media items. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.media.MediaBrowserService.BrowserRoot.EXTRA_OFFLINE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -104,9 +128,19 @@ System.String - To be added. + The lookup key for a boolean that indicates whether the browser service should return a + browser root for recently played media items. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.media.MediaBrowserService.BrowserRoot.EXTRA_RECENT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -130,10 +164,19 @@ Android.OS.Bundle - To be added. + Gets any extras about the browser service. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.media.MediaBrowserService.BrowserRoot.getExtras(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -157,9 +200,19 @@ System.String - To be added. + The lookup key for a boolean that indicates whether the browser service should return a + browser root for suggested media items. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.media.MediaBrowserService.BrowserRoot.EXTRA_SUGGESTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -214,10 +267,19 @@ System.String - To be added. + Gets the root id for browsing. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.media.MediaBrowserService.BrowserRoot.getRootId(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Service.Media/MediaBrowserService+Result.xml b/docs/Mono.Android/en/Android.Service.Media/MediaBrowserService+Result.xml index 37dd269f4f..7859408e6e 100644 --- a/docs/Mono.Android/en/Android.Service.Media/MediaBrowserService+Result.xml +++ b/docs/Mono.Android/en/Android.Service.Media/MediaBrowserService+Result.xml @@ -22,14 +22,18 @@ - To be added. + Completion handler for asynchronous callback methods in MediaBrowserService. - Android platform documentation + Java documentation for android.service.media.MediaBrowserService.Result. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -77,9 +81,19 @@ - To be added. + Detach this message from the current thread and allow the #sendResult + call to happen later. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.media.MediaBrowserService.Result.detach(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -138,9 +152,18 @@ To be added. - To be added. + Send the result back to the caller. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.media.MediaBrowserService.Result.sendResult(T). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Service.Notification/ConditionProviderService.xml b/docs/Mono.Android/en/Android.Service.Notification/ConditionProviderService.xml index 0a4dbba477..9ffe9a49af 100644 --- a/docs/Mono.Android/en/Android.Service.Notification/ConditionProviderService.xml +++ b/docs/Mono.Android/en/Android.Service.Notification/ConditionProviderService.xml @@ -410,6 +410,10 @@ [Android.Runtime.Register("onConnected", "()V", "GetOnConnectedHandler", ApiSince=24)] [<Android.Runtime.Register("onConnected", "()V", "GetOnConnectedHandler", ApiSince=24)>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void @@ -487,6 +491,10 @@ [Android.Runtime.Register("onSubscribe", "(Landroid/net/Uri;)V", "GetOnSubscribe_Landroid_net_Uri_Handler", ApiSince=24)] [<Android.Runtime.Register("onSubscribe", "(Landroid/net/Uri;)V", "GetOnSubscribe_Landroid_net_Uri_Handler", ApiSince=24)>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void @@ -526,6 +534,10 @@ [Android.Runtime.Register("onUnsubscribe", "(Landroid/net/Uri;)V", "GetOnUnsubscribe_Landroid_net_Uri_Handler", ApiSince=24)] [<Android.Runtime.Register("onUnsubscribe", "(Landroid/net/Uri;)V", "GetOnUnsubscribe_Landroid_net_Uri_Handler", ApiSince=24)>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void diff --git a/docs/Mono.Android/en/Android.Service.Notification/NotificationListenerService+Ranking.xml b/docs/Mono.Android/en/Android.Service.Notification/NotificationListenerService+Ranking.xml index bc8ed2edd9..2a4e271831 100644 --- a/docs/Mono.Android/en/Android.Service.Notification/NotificationListenerService+Ranking.xml +++ b/docs/Mono.Android/en/Android.Service.Notification/NotificationListenerService+Ranking.xml @@ -18,14 +18,18 @@ - To be added. + Stores ranking related information on a currently active notification. - Android platform documentation + Java documentation for android.service.notification.NotificationListenerService.Ranking. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -96,9 +100,21 @@ - To be added. + Returns whether the user has allowed bubbles globally, at the app level, and at the + channel level for this notification. To be added. - To be added. + + + + Java documentation for android.service.notification.NotificationListenerService.Ranking.canBubble(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -122,10 +138,19 @@ - To be added. - To be added. + Returns whether this notification can be displayed as a badge. + true if the notification can be displayed as a badge, false otherwise. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.notification.NotificationListenerService.Ranking.canShowBadge(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -149,10 +174,20 @@ Android.App.NotificationChannel - To be added. + Returns the notification channel this notification was posted to, which dictates + notification behavior and presentation. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.notification.NotificationListenerService.Ranking.getChannel(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -176,9 +211,21 @@ Android.Content.PM.ShortcutInfo - To be added. + Returns the shortcut information associated with this notification, if it is a + #isConversation() conversation notification. To be added. - To be added. + + + + Java documentation for android.service.notification.NotificationListenerService.Ranking.getConversationShortcutInfo(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -222,10 +269,20 @@ Java.Lang.ICharSequence - To be added. - To be added. + If the importance has been overridden by user preference, then this will be non-null, + and should be displayed to the user. + the explanation for the importance, or null if it is the natural importance - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.notification.NotificationListenerService.Ranking.getImportanceExplanation(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -249,10 +306,20 @@ System.Boolean - To be added. + Returns whether the notification is an ambient notification, that is + a notification that doesn't require the user's immediate attention. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.notification.NotificationListenerService.Ranking.isAmbient(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -276,9 +343,22 @@ System.Boolean - To be added. + Returns whether this notification is a conversation notification, and would appear + in the conversation section of the notification shade, on devices that separate that + type of notification. To be added. - To be added. + + + + Java documentation for android.service.notification.NotificationListenerService.Ranking.isConversation(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -301,9 +381,21 @@ System.Boolean - To be added. - To be added. - To be added. + Returns whether the app that posted this notification is suspended, so this notification + should be hidden. + true if the notification should be hidden, false otherwise. + + + + Java documentation for android.service.notification.NotificationListenerService.Ranking.isSuspended(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -357,10 +449,19 @@ System.String - To be added. + Returns the key of the notification this Ranking applies to. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.notification.NotificationListenerService.Ranking.getKey(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -384,9 +485,20 @@ System.Int64 - To be added. - To be added. - To be added. + Returns the last time this notification alerted the user via sound or vibration. + the time of the last alerting behavior, in milliseconds. + + + + Java documentation for android.service.notification.NotificationListenerService.Ranking.getLastAudiblyAlertedMillis(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -409,9 +521,24 @@ System.Int32 - To be added. + Returns the user or device policy manager specified visibility (see + Notification#VISIBILITY_PRIVATE, Notification#VISIBILITY_PUBLIC, + Notification#VISIBILITY_SECRET) for this notification, or + NotificationListenerService.Ranking#VISIBILITY_NO_OVERRIDE if + no such preference has been expressed. To be added. - To be added. + + + + Java documentation for android.service.notification.NotificationListenerService.Ranking.getLockscreenVisibilityOverride(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -435,10 +562,22 @@ - To be added. - To be added. + Returns whether the notification matches the user's interruption + filter. + + true if the notification is allowed by the filter, or + false if it is blocked. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.notification.NotificationListenerService.Ranking.matchesInterruptionFilter(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -462,10 +601,20 @@ System.String - To be added. + If the system has overridden the group key, then this will be non-null, and this + key should be used to bundle notifications. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.notification.NotificationListenerService.Ranking.getOverrideGroupKey(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -489,10 +638,20 @@ System.Int32 - To be added. - To be added. + Returns the rank of the notification. + the rank of the notification, that is the 0-based index in + the list of active notifications. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.notification.NotificationListenerService.Ranking.getRank(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -516,9 +675,21 @@ System.Collections.Generic.IList<Android.App.Notification+Action> - To be added. + Returns a list of smart Notification.Action that can be added by the + NotificationAssistantService To be added. - To be added. + + + + Java documentation for android.service.notification.NotificationListenerService.Ranking.getSmartActions(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -541,9 +712,21 @@ System.Collections.Generic.IList<Java.Lang.ICharSequence> - To be added. + Returns a list of smart replies that can be added by the + NotificationAssistantService To be added. - To be added. + + + + Java documentation for android.service.notification.NotificationListenerService.Ranking.getSmartReplies(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -566,10 +749,19 @@ Android.Service.Notification.SuppressEffect - To be added. + Returns the type(s) of visual effects that should be suppressed for this notification. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.notification.NotificationListenerService.Ranking.getSuppressedVisualEffects(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -655,9 +847,21 @@ Android.Service.Notification.UserSentiment - To be added. + Returns how the system thinks the user feels about notifications from the + channel provided by #getChannel(). To be added. - To be added. + + + + Java documentation for android.service.notification.NotificationListenerService.Ranking.getUserSentiment(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -685,8 +889,19 @@ -1 - To be added. - To be added. + The user is likely to have a negative reaction to this notification. + + + + Java documentation for android.service.notification.NotificationListenerService.Ranking.USER_SENTIMENT_NEGATIVE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -714,8 +929,19 @@ 0 - To be added. - To be added. + It is not known how the user will react to this notification. + + + + Java documentation for android.service.notification.NotificationListenerService.Ranking.USER_SENTIMENT_NEUTRAL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -743,8 +969,19 @@ 1 - To be added. - To be added. + The user is likely to have a positive reaction to this notification. + + + + Java documentation for android.service.notification.NotificationListenerService.Ranking.USER_SENTIMENT_POSITIVE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -768,8 +1005,20 @@ -1000 - To be added. - To be added. + Value signifying that the user and device policy manager have not expressed a lockscreen + visibility override for a notification. + + + + Java documentation for android.service.notification.NotificationListenerService.Ranking.VISIBILITY_NO_OVERRIDE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Service.Notification/NotificationListenerService+RankingMap.xml b/docs/Mono.Android/en/Android.Service.Notification/NotificationListenerService+RankingMap.xml index c4e119c34a..81e7bf8c64 100644 --- a/docs/Mono.Android/en/Android.Service.Notification/NotificationListenerService+RankingMap.xml +++ b/docs/Mono.Android/en/Android.Service.Notification/NotificationListenerService+RankingMap.xml @@ -31,14 +31,19 @@ - To be added. + Provides access to ranking information on currently active + notifications. - Android platform documentation + Java documentation for android.service.notification.NotificationListenerService.RankingMap. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -144,10 +149,20 @@ - To be added. - To be added. + Request the list of notification keys in their current ranking + order. + An array of active notification keys, in their ranking order. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.notification.NotificationListenerService.RankingMap.getOrderedKeys(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Service.Notification/NotificationListenerService.xml b/docs/Mono.Android/en/Android.Service.Notification/NotificationListenerService.xml index 605c7a0a6a..f93b301b9b 100644 --- a/docs/Mono.Android/en/Android.Service.Notification/NotificationListenerService.xml +++ b/docs/Mono.Android/en/Android.Service.Notification/NotificationListenerService.xml @@ -106,7 +106,16 @@ Inform the notification manager about dismissal of all notifications. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.notification.NotificationListenerService.cancelAllNotifications(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -226,12 +235,20 @@ Notifications to dismiss, or null to dismiss all. - - - + + #cancelNotification(String, String, int) Inform the notification manager about dismissal of specific notifications. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.notification.NotificationListenerService.cancelNotifications(java.lang.String[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Service.Notification/ZenPolicy+Builder.xml b/docs/Mono.Android/en/Android.Service.Notification/ZenPolicy+Builder.xml index 73287b0cd9..b13a8d270e 100644 --- a/docs/Mono.Android/en/Android.Service.Notification/ZenPolicy+Builder.xml +++ b/docs/Mono.Android/en/Android.Service.Notification/ZenPolicy+Builder.xml @@ -365,9 +365,20 @@ - To be added. + Builds the current ZenPolicy. To be added. - To be added. + + + + Java documentation for android.service.notification.ZenPolicy.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Service.QuickAccessWallet/GetWalletCardsRequest.xml b/docs/Mono.Android/en/Android.Service.QuickAccessWallet/GetWalletCardsRequest.xml index 4d0e8b7285..ebb358c56a 100644 --- a/docs/Mono.Android/en/Android.Service.QuickAccessWallet/GetWalletCardsRequest.xml +++ b/docs/Mono.Android/en/Android.Service.QuickAccessWallet/GetWalletCardsRequest.xml @@ -209,7 +209,7 @@ - [TODO: @inheritDoc] + To be added To be added. @@ -423,7 +423,7 @@ To be added. To be added. - [TODO: @inheritDoc] + To be added diff --git a/docs/Mono.Android/en/Android.Service.QuickAccessWallet/WalletCard+Builder.xml b/docs/Mono.Android/en/Android.Service.QuickAccessWallet/WalletCard+Builder.xml index 40d38377d3..5589d3aa5e 100644 --- a/docs/Mono.Android/en/Android.Service.QuickAccessWallet/WalletCard+Builder.xml +++ b/docs/Mono.Android/en/Android.Service.QuickAccessWallet/WalletCard+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Builder for WalletCard objects. + + + + Java documentation for android.service.quickaccesswallet.WalletCard.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -45,12 +56,38 @@ - To be added. - To be added. - To be added. - To be added. + The card id must be non-null and unique within the list of + cards returned. <b>Note: + </b> this card ID should <b>not</b> contain PII (Personally + Identifiable Information, such as username or email address). + The visual representation of the card. If the card image Icon + is a bitmap, it should have a width of GetWalletCardsRequest#getCardWidthPx() and a height of GetWalletCardsRequest#getCardHeightPx(). If the card image + does not have these dimensions, it may appear distorted when it + is scaled to fit these dimensions on screen. Bitmaps must be + of type android.graphics.Bitmap.Config#HARDWARE for + performance reasons. + The content description of the card image. This field is + required and may not be null or empty. + <b>Note: </b> this message should <b>not</b> contain PII + (Personally Identifiable Information, such as username or email + address). + If the user performs a click on the card, this PendingIntent + will be sent. If the device is locked, the wallet will first + request device unlock before sending the pending intent. It is + recommended that the pending intent be immutable (use PendingIntent#FLAG_IMMUTABLE). To be added. - To be added. + + + + Java documentation for android.service.quickaccesswallet.WalletCard.Builder.WalletCard$Builder(java.lang.String, android.graphics.drawable.Icon, java.lang.CharSequence, android.app.PendingIntent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -105,9 +142,20 @@ - To be added. - To be added. - To be added. + Builds a new WalletCard instance. + A built response. + + + + Java documentation for android.service.quickaccesswallet.WalletCard.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Service.Textservice/SpellCheckerService+Session.xml b/docs/Mono.Android/en/Android.Service.Textservice/SpellCheckerService+Session.xml index 8f298f56d8..2c02cadc48 100644 --- a/docs/Mono.Android/en/Android.Service.Textservice/SpellCheckerService+Session.xml +++ b/docs/Mono.Android/en/Android.Service.Textservice/SpellCheckerService+Session.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.service.textservice.SpellCheckerService.Session. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -100,9 +104,18 @@ - To be added. + Bundle for this session - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.textservice.SpellCheckerService.Session.getBundle(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -160,9 +173,18 @@ - To be added. + Locale for this session - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.textservice.SpellCheckerService.Session.getLocale(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -190,7 +212,16 @@ Request to abort all tasks executed in SpellChecker. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.textservice.SpellCheckerService.Session.onCancel(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -218,7 +249,16 @@ Request to close this session. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.textservice.SpellCheckerService.Session.onClose(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -245,9 +285,18 @@ This is called after the class is initialized, at which point it knows it can call - getLocale() etc. + getLocale() etc. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.textservice.SpellCheckerService.Session.onCreate(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -279,9 +328,19 @@ an array of the text metadata the maximum number of suggestions to be returned Get sentence suggestions for specified texts in an array of TextInfo. - To be added. + an array of SentenceSuggestionsInfo returned by + SpellCheckerService.Session#onGetSuggestions(TextInfo, int) - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.textservice.SpellCheckerService.Session.onGetSentenceSuggestionsMultiple(android.view.textservice.TextInfo[], int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -313,9 +372,18 @@ the text metadata the maximum number of suggestions to be returned Get suggestions for specified text in TextInfo. - To be added. + SuggestionsInfo which contains suggestions for textInfo - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.textservice.SpellCheckerService.Session.onGetSuggestions(android.view.textservice.TextInfo, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -349,9 +417,19 @@ the maximum number of suggestions to be returned true if textInfos can be treated as sequential words. A batch process of onGetSuggestions. - To be added. + an array of SentenceSuggestionsInfo returned by + SpellCheckerService.Session#onGetSuggestions(TextInfo, int) - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.textservice.SpellCheckerService.Session.onGetSuggestionsMultiple(android.view.textservice.TextInfo[], int, boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -376,9 +454,20 @@ System.Int32 - To be added. - To be added. - To be added. + Returns result attributes supported for this session. + The supported result attributes for this session + + + + Java documentation for android.service.textservice.SpellCheckerService.Session.getSupportedAttributes(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Service.Voice/AlwaysOnHotwordDetector+Callback.xml b/docs/Mono.Android/en/Android.Service.Voice/AlwaysOnHotwordDetector+Callback.xml index fdb3aec021..eb2d9f03d9 100644 --- a/docs/Mono.Android/en/Android.Service.Voice/AlwaysOnHotwordDetector+Callback.xml +++ b/docs/Mono.Android/en/Android.Service.Voice/AlwaysOnHotwordDetector+Callback.xml @@ -18,14 +18,18 @@ - To be added. + Callbacks for always-on hotword detection. - Android platform documentation + Java documentation for android.service.voice.AlwaysOnHotwordDetector.Callback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -137,9 +141,19 @@ To be added. - To be added. + Updates the availability state of the active keyphrase and locale on every keyphrase + sound model change. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.voice.AlwaysOnHotwordDetector.Callback.onAvailabilityChanged(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -194,9 +208,18 @@ - To be added. + Called when the detection fails due to an error. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.voice.AlwaysOnHotwordDetector.Callback.onError(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -221,9 +244,18 @@ - To be added. + Called when the recognition is paused temporarily for some reason. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.voice.AlwaysOnHotwordDetector.Callback.onRecognitionPaused(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -248,9 +280,18 @@ - To be added. + Called when the recognition is resumed after it was temporarily paused. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.voice.AlwaysOnHotwordDetector.Callback.onRecognitionResumed(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Service.Voice/AlwaysOnHotwordDetector+EventPayload.xml b/docs/Mono.Android/en/Android.Service.Voice/AlwaysOnHotwordDetector+EventPayload.xml index 80ba4ca848..e22dba164f 100644 --- a/docs/Mono.Android/en/Android.Service.Voice/AlwaysOnHotwordDetector+EventPayload.xml +++ b/docs/Mono.Android/en/Android.Service.Voice/AlwaysOnHotwordDetector+EventPayload.xml @@ -18,14 +18,18 @@ - To be added. + Additional payload for Callback#onDetected. - Android platform documentation + Java documentation for android.service.voice.AlwaysOnHotwordDetector.EventPayload. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -72,10 +76,19 @@ Android.Media.AudioFormat - To be added. + Gets the format of the audio obtained using #getTriggerAudio(). To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.voice.AlwaysOnHotwordDetector.EventPayload.getCaptureAudioFormat(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -100,10 +113,19 @@ - To be added. + Gets the raw audio that triggered the keyphrase. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.voice.AlwaysOnHotwordDetector.EventPayload.getTriggerAudio(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Service.Voice/AlwaysOnHotwordDetector+ModelParamRange.xml b/docs/Mono.Android/en/Android.Service.Voice/AlwaysOnHotwordDetector+ModelParamRange.xml index 7c62b4d050..978398e515 100644 --- a/docs/Mono.Android/en/Android.Service.Voice/AlwaysOnHotwordDetector+ModelParamRange.xml +++ b/docs/Mono.Android/en/Android.Service.Voice/AlwaysOnHotwordDetector+ModelParamRange.xml @@ -18,8 +18,20 @@ - To be added. - To be added. + A ModelParamRange is a representation of supported parameter range for a + given loaded model. + + + + Java documentation for android.service.voice.AlwaysOnHotwordDetector.ModelParamRange. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -42,9 +54,20 @@ System.Int32 - To be added. - To be added. - To be added. + Get the end of the param range + The inclusive end of the supported range. + + + + Java documentation for android.service.voice.AlwaysOnHotwordDetector.ModelParamRange.getEnd(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -96,9 +119,20 @@ System.Int32 - To be added. - To be added. - To be added. + Get the beginning of the param range + The inclusive start of the supported range. + + + + Java documentation for android.service.voice.AlwaysOnHotwordDetector.ModelParamRange.getStart(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+AbortVoiceRequest.xml b/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+AbortVoiceRequest.xml index 53f40bae5b..8db0dd5f3b 100644 --- a/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+AbortVoiceRequest.xml +++ b/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+AbortVoiceRequest.xml @@ -18,14 +18,19 @@ - To be added. + A request to report that the current user interaction can not be completed with voice, as per + android.app.VoiceInteractor.AbortVoiceRequest VoiceInteractor.AbortVoiceRequest. - Android platform documentation + Java documentation for android.service.voice.VoiceInteractionSession.AbortVoiceRequest. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -105,10 +110,20 @@ Java.Lang.ICharSequence - To be added. + Return the message informing the user of the problem, as per + android.app.VoiceInteractor.AbortVoiceRequest VoiceInteractor.AbortVoiceRequest. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.voice.VoiceInteractionSession.AbortVoiceRequest.getMessage(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -136,9 +151,21 @@ To be added. - To be added. + Report that the voice interactor has finished aborting the voice operation, resulting + in a call to + android.app.VoiceInteractor.AbortVoiceRequest#onAbortResult + VoiceInteractor.AbortVoiceRequest.onAbortResult. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.voice.VoiceInteractionSession.AbortVoiceRequest.sendAbortResult(android.os.Bundle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+ActivityId.xml b/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+ActivityId.xml index cb04d85801..cd1c0e981b 100644 --- a/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+ActivityId.xml +++ b/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+ActivityId.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Represents the id of an assist source activity. + + + + Java documentation for android.service.voice.VoiceInteractionSession.ActivityId. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+AssistState.xml b/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+AssistState.xml index d638db33b5..bcc6099672 100644 --- a/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+AssistState.xml +++ b/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+AssistState.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Represents assist state captured when this session was started. + + + + Java documentation for android.service.voice.VoiceInteractionSession.AssistState. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -68,8 +79,24 @@ To be added. - To be added. - To be added. + Additional content data supplied by the app through + android.app.Activity#onProvideAssistContent Activity.onProvideAssistContent. + May be null if assist data has been disabled by the user or device policy; will be null + if the original show request did not specify #SHOW_WITH_ASSIST. Will not be + automatically filled in with data from the app if the app has marked its window as + secure. + + + + Java documentation for android.service.voice.VoiceInteractionSession.AssistState.getAssistContent(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -93,8 +120,22 @@ To be added. - To be added. - To be added. + Arbitrary data supplied by the app through + android.app.Activity#onProvideAssistData Activity.onProvideAssistData. + May be null if assist data has been disabled by the user or device policy; will be null + if the original show request did not specify #SHOW_WITH_ASSIST. + + + + Java documentation for android.service.voice.VoiceInteractionSession.AssistState.getAssistData(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -118,8 +159,23 @@ To be added. - To be added. - To be added. + If available, the structure definition of all windows currently + displayed by the app. May be null if assist data has been disabled by the user + or device policy; will be null if the original show request did not specify + #SHOW_WITH_ASSIST; will be an empty stub if the application has disabled assist + by marking its window as secure. + + + + Java documentation for android.service.voice.VoiceInteractionSession.AssistState.getAssistStructure(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -143,8 +199,20 @@ To be added. - To be added. - To be added. + the total number of activities for which the assist data is + being returned. + + + + Java documentation for android.service.voice.VoiceInteractionSession.AssistState.getCount(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -168,8 +236,20 @@ To be added. - To be added. - To be added. + the index of the activity that this state is for or -1 + if there was no assist data captured. + + + + Java documentation for android.service.voice.VoiceInteractionSession.AssistState.getIndex(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -193,8 +273,19 @@ To be added. - To be added. - To be added. + whether the source activity is focused. + + + + Java documentation for android.service.voice.VoiceInteractionSession.AssistState.isFocused(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+CommandRequest.xml b/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+CommandRequest.xml index ffa98ce8aa..1967b9dc62 100644 --- a/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+CommandRequest.xml +++ b/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+CommandRequest.xml @@ -18,14 +18,19 @@ - To be added. + A generic vendor-specific request, as per + android.app.VoiceInteractor.CommandRequest VoiceInteractor.CommandRequest. - Android platform documentation + Java documentation for android.service.voice.VoiceInteractionSession.CommandRequest. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -49,10 +54,20 @@ System.String - To be added. + Return the command that is being executed, as per + android.app.VoiceInteractor.CommandRequest VoiceInteractor.CommandRequest. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.voice.VoiceInteractionSession.CommandRequest.getCommand(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -111,9 +126,21 @@ To be added. - To be added. + Report an intermediate result of the request, without completing it (the request + is still active and the app is waiting for the final result), resulting in a call to + android.app.VoiceInteractor.CommandRequest#onCommandResult + VoiceInteractor.CommandRequest.onCommandResult with false for isCompleted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.voice.VoiceInteractionSession.CommandRequest.sendIntermediateResult(android.os.Bundle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -141,9 +168,20 @@ To be added. - To be added. + Report the final result of the request, completing the request and resulting in a call to + android.app.VoiceInteractor.CommandRequest#onCommandResult + VoiceInteractor.CommandRequest.onCommandResult with true for isCompleted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.voice.VoiceInteractionSession.CommandRequest.sendResult(android.os.Bundle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+CompleteVoiceRequest.xml b/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+CompleteVoiceRequest.xml index d33414a63a..fd61ad50d3 100644 --- a/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+CompleteVoiceRequest.xml +++ b/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+CompleteVoiceRequest.xml @@ -18,14 +18,20 @@ - To be added. + A request to simply inform the user that the voice operation has completed, as per + android.app.VoiceInteractor.CompleteVoiceRequest + VoiceInteractor.CompleteVoiceRequest. - Android platform documentation + Java documentation for android.service.voice.VoiceInteractionSession.CompleteVoiceRequest. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -105,10 +111,21 @@ Java.Lang.ICharSequence - To be added. + Return the message informing the user of the completion, as per + android.app.VoiceInteractor.CompleteVoiceRequest + VoiceInteractor.CompleteVoiceRequest. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.voice.VoiceInteractionSession.CompleteVoiceRequest.getMessage(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -136,9 +153,21 @@ To be added. - To be added. + Report that the voice interactor has finished completing the voice operation, resulting + in a call to + android.app.VoiceInteractor.CompleteVoiceRequest#onCompleteResult + VoiceInteractor.CompleteVoiceRequest.onCompleteResult. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.voice.VoiceInteractionSession.CompleteVoiceRequest.sendCompleteResult(android.os.Bundle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+ConfirmationRequest.xml b/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+ConfirmationRequest.xml index 29d0f20932..f5ce0ab19f 100644 --- a/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+ConfirmationRequest.xml +++ b/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+ConfirmationRequest.xml @@ -18,14 +18,20 @@ - To be added. + A request for confirmation from the user of an operation, as per + android.app.VoiceInteractor.ConfirmationRequest + VoiceInteractor.ConfirmationRequest. - Android platform documentation + Java documentation for android.service.voice.VoiceInteractionSession.ConfirmationRequest. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -105,10 +111,21 @@ Java.Lang.ICharSequence - To be added. + Return the prompt informing the user of what will happen, as per + android.app.VoiceInteractor.ConfirmationRequest + VoiceInteractor.ConfirmationRequest. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.voice.VoiceInteractionSession.ConfirmationRequest.getPrompt(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -138,9 +155,21 @@ To be added. To be added. - To be added. + Report that the voice interactor has confirmed the operation with the user, resulting + in a call to + android.app.VoiceInteractor.ConfirmationRequest#onConfirmationResult + VoiceInteractor.ConfirmationRequest.onConfirmationResult. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.voice.VoiceInteractionSession.ConfirmationRequest.sendConfirmationResult(boolean, android.os.Bundle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+Insets.xml b/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+Insets.xml index df8b497a24..97b60256d8 100644 --- a/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+Insets.xml +++ b/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+Insets.xml @@ -18,14 +18,18 @@ - To be added. + Information about where interesting parts of the input method UI appear. - Android platform documentation + Java documentation for android.service.voice.VoiceInteractionSession.Insets. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -72,10 +76,19 @@ Android.Graphics.Rect - To be added. + This is the part of the UI that is the main content. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.voice.VoiceInteractionSession.Insets.contentInsets. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -228,9 +241,19 @@ 1 - To be added. + Option for #touchableInsets: the area inside of + the content insets can be touched. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.voice.VoiceInteractionSession.Insets.TOUCHABLE_INSETS_CONTENT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -259,9 +282,19 @@ 0 - To be added. + Option for #touchableInsets: the entire window frame + can be touched. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.voice.VoiceInteractionSession.Insets.TOUCHABLE_INSETS_FRAME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -290,9 +323,19 @@ 3 - To be added. + Option for #touchableInsets: the region specified by + #touchableRegion can be touched. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.voice.VoiceInteractionSession.Insets.TOUCHABLE_INSETS_REGION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -316,10 +359,19 @@ Android.Graphics.Region - To be added. + This is the region of the UI that is touchable. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.voice.VoiceInteractionSession.Insets.touchableRegion. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+PickOptionRequest.xml b/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+PickOptionRequest.xml index 0cd06da5cd..49bbfc1264 100644 --- a/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+PickOptionRequest.xml +++ b/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+PickOptionRequest.xml @@ -18,14 +18,19 @@ - To be added. + A request for the user to pick from a set of option, as per + android.app.VoiceInteractor.PickOptionRequest VoiceInteractor.PickOptionRequest. - Android platform documentation + Java documentation for android.service.voice.VoiceInteractionSession.PickOptionRequest. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -133,10 +138,20 @@ Java.Lang.ICharSequence - To be added. + Return the prompt informing the user of what they are picking, as per + android.app.VoiceInteractor.PickOptionRequest VoiceInteractor.PickOptionRequest. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.voice.VoiceInteractionSession.PickOptionRequest.getPrompt(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+Request.xml b/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+Request.xml index 7bb1dac98b..a014b59473 100644 --- a/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+Request.xml +++ b/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+Request.xml @@ -18,14 +18,19 @@ - To be added. + Base class representing a request from a voice-driver app to perform a particular + voice operation with the user. - Android platform documentation + Java documentation for android.service.voice.VoiceInteractionSession.Request. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -72,10 +77,19 @@ System.String - To be added. + Return the package name of the application that initiated the request. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.voice.VoiceInteractionSession.Request.getCallingPackage(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -99,10 +113,19 @@ System.Int32 - To be added. + Return the uid of the application that initiated the request. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.voice.VoiceInteractionSession.Request.getCallingUid(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -127,9 +150,18 @@ - To be added. + Ask the app to cancel this current request. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.voice.VoiceInteractionSession.Request.cancel(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -153,10 +185,19 @@ Android.OS.Bundle - To be added. + Return any additional extra information that was supplied as part of the request. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.voice.VoiceInteractionSession.Request.getExtras(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -180,10 +221,19 @@ System.Boolean - To be added. + Check whether this request is currently active. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.voice.VoiceInteractionSession.Request.isActive(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Service.Wallpaper/WallpaperService+Engine.xml b/docs/Mono.Android/en/Android.Service.Wallpaper/WallpaperService+Engine.xml index 9121be51ed..ab10535f73 100644 --- a/docs/Mono.Android/en/Android.Service.Wallpaper/WallpaperService+Engine.xml +++ b/docs/Mono.Android/en/Android.Service.Wallpaper/WallpaperService+Engine.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.service.wallpaper.WallpaperService.Engine. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -100,11 +104,21 @@ System.Int32 - Convenience for , returning the height - that the system would like this wallpaper to run in. + Convenience for WallpaperManager#getDesiredMinimumHeight() + WallpaperManager.getDesiredMinimumHeight(), returning the height + that the system would like this wallpaper to run in. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.wallpaper.WallpaperService.Engine.getDesiredMinimumHeight(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -129,11 +143,21 @@ System.Int32 - Convenience for , returning the width - that the system would like this wallpaper to run in. + Convenience for WallpaperManager#getDesiredMinimumWidth() + WallpaperManager.getDesiredMinimumWidth(), returning the width + that the system would like this wallpaper to run in. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.wallpaper.WallpaperService.Engine.getDesiredMinimumWidth(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -158,9 +182,20 @@ Android.Content.Context - To be added. - To be added. - To be added. + The Context with resources that match the current display the wallpaper is on. + A Context for current display. + + + + Java documentation for android.service.wallpaper.WallpaperService.Engine.getDisplayContext(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -222,11 +257,20 @@ Returns true if this engine is running in preview mode -- that is, - it is being shown to the user before they select it as the actual - wallpaper. + it is being shown to the user before they select it as the actual + wallpaper. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.wallpaper.WallpaperService.Engine.isPreview(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -252,11 +296,20 @@ Return whether the wallpaper is currently visible to the user, - this is the last value supplied to - . + this is the last value supplied to + #onVisibilityChanged(boolean). To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.wallpaper.WallpaperService.Engine.isVisible(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -313,9 +366,18 @@ - To be added. + Notifies the engine that wallpaper colors changed significantly. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.wallpaper.WallpaperService.Engine.notifyColorsChanged(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -342,10 +404,19 @@ - To be added. - To be added. + Insets to apply. + Called with the current insets that are in effect for the wallpaper. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.wallpaper.WallpaperService.Engine.onApplyWindowInsets(android.view.WindowInsets). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -378,18 +449,28 @@ The name of the command to perform. This tells you - what to do and how to interpret the rest of the arguments. + what to do and how to interpret the rest of the arguments. Generic integer parameter. Generic integer parameter. Generic integer parameter. Any additional parameters. If true, the caller is requesting that - a result, appropriate for the command, be returned back. + a result, appropriate for the command, be returned back. Process a command that was sent to the wallpaper with - M:Android.App.WallpaperManager.SendWallpaperCommand(Android.OS.IBinder,System.String,System.String,System.String,System.String,System.String). - To be added. + WallpaperManager#sendWallpaperCommand. + If returning a result, create a Bundle and place the + result data in to it. Otherwise return null. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.wallpaper.WallpaperService.Engine.onCommand(java.lang.String, int, int, int, android.os.Bundle, boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -415,10 +496,19 @@ - To be added. - To be added. + Called by the system when it needs to know what colors the wallpaper is using. + Wallpaper colors. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.wallpaper.WallpaperService.Engine.onComputeColors(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -448,7 +538,16 @@ To be added. Called once to initialize the engine. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.wallpaper.WallpaperService.Engine.onCreate(android.view.SurfaceHolder). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -480,9 +579,18 @@ To be added. To be added. Called when an application has changed the desired virtual size of - the wallpaper. + the wallpaper. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.wallpaper.WallpaperService.Engine.onDesiredSizeChanged(int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -510,7 +618,16 @@ Called right before the engine is going away. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.wallpaper.WallpaperService.Engine.onDestroy(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -550,10 +667,20 @@ To be added. To be added. Called to inform you of the wallpaper's offsets changing - within its contain, corresponding to the container's - call to . + within its contain, corresponding to the container's + call to WallpaperManager#setWallpaperOffsets(IBinder, float, float) + WallpaperManager.setWallpaperOffsets(). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.wallpaper.WallpaperService.Engine.onOffsetsChanged(float, float, float, float, int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -595,9 +722,19 @@ To be added. To be added. To be added. - Convenience for M:Android.Views.ISurfaceHolderCallback.SurfaceChanged(Android.Views.ISurfaceHolder,Android.Graphics.Format,Android.Graphics.Format,Android.Graphics.Format). + Convenience for SurfaceHolder.Callback#surfaceChanged + SurfaceHolder.Callback.surfaceChanged(). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.wallpaper.WallpaperService.Engine.onSurfaceChanged(android.view.SurfaceHolder, int, int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -626,9 +763,19 @@ To be added. - Convenience for . + Convenience for SurfaceHolder.Callback#surfaceCreated + SurfaceHolder.Callback.surfaceCreated(). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.wallpaper.WallpaperService.Engine.onSurfaceCreated(android.view.SurfaceHolder). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -657,9 +804,19 @@ To be added. - Convenience for . + Convenience for SurfaceHolder.Callback#surfaceDestroyed + SurfaceHolder.Callback.surfaceDestroyed(). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.wallpaper.WallpaperService.Engine.onSurfaceDestroyed(android.view.SurfaceHolder). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -688,9 +845,19 @@ To be added. - Convenience for . + Convenience for SurfaceHolder.Callback2#surfaceRedrawNeeded + SurfaceHolder.Callback.surfaceRedrawNeeded(). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.wallpaper.WallpaperService.Engine.onSurfaceRedrawNeeded(android.view.SurfaceHolder). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -720,9 +887,18 @@ To be added. Called as the user performs touch-screen interaction with the - window that is currently showing this wallpaper. + window that is currently showing this wallpaper. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.wallpaper.WallpaperService.Engine.onTouchEvent(android.view.MotionEvent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -752,9 +928,18 @@ To be added. Called to inform you of the wallpaper becoming visible or - hidden. + hidden. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.wallpaper.WallpaperService.Engine.onVisibilityChanged(boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -782,9 +967,21 @@ - To be added. - To be added. - To be added. + the zoom level, between 0 indicating fully zoomed in and 1 indicating fully + zoomed out. + Called when the zoom level of the wallpaper changed. + + + + Java documentation for android.service.wallpaper.WallpaperService.Engine.onZoomChanged(float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -810,12 +1007,20 @@ - whether the wallpaper wants to receive offset notifications - + whether the wallpaper wants to receive offset notifications Control whether this wallpaper will receive notifications when the wallpaper - has been scrolled. + has been scrolled. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.wallpaper.WallpaperService.Engine.setOffsetNotificationsEnabled(boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -845,10 +1050,19 @@ To be added. Control whether this wallpaper will receive raw touch events - from the window manager as the user interacts with the window - that is currently displaying the wallpaper. + from the window manager as the user interacts with the window + that is currently displaying the wallpaper. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.wallpaper.WallpaperService.Engine.setTouchEventsEnabled(boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -876,7 +1090,16 @@ Provides access to the surface in which this wallpaper is drawn. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.service.wallpaper.WallpaperService.Engine.getSurfaceHolder(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Speech.Tts/TextToSpeech+Engine.xml b/docs/Mono.Android/en/Android.Speech.Tts/TextToSpeech+Engine.xml index 78c9dc4f3a..76cbc95c28 100644 --- a/docs/Mono.Android/en/Android.Speech.Tts/TextToSpeech+Engine.xml +++ b/docs/Mono.Android/en/Android.Speech.Tts/TextToSpeech+Engine.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.speech.tts.TextToSpeech.Engine. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -101,10 +105,19 @@ Activity Action: Starts the activity from the platform TextToSpeech - engine to verify the proper installation and availability of the - resource files on the system. + engine to verify the proper installation and availability of the + resource files on the system. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.speech.tts.TextToSpeech.Engine.ACTION_CHECK_TTS_DATA. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -131,7 +144,16 @@ Activity intent for getting some sample text to use for demonstrating TTS. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.speech.tts.TextToSpeech.Engine.ACTION_GET_SAMPLE_TEXT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -157,10 +179,19 @@ Activity Action: Triggers the platform TextToSpeech engine to - start the activity that installs the resource files on the device - that are required for TTS to be operational. + start the activity that installs the resource files on the device + that are required for TTS to be operational. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.speech.tts.TextToSpeech.Engine.ACTION_INSTALL_TTS_DATA. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -186,9 +217,18 @@ Broadcast Action: broadcast to signal the change in the list of available - languages or/and their features. + languages or/and their features. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.speech.tts.TextToSpeech.Engine.ACTION_TTS_DATA_INSTALLED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -216,7 +256,16 @@ Default audio stream used when playing synthesized speech. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.speech.tts.TextToSpeech.Engine.DEFAULT_STREAM. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -241,13 +290,19 @@ System.String - Extra information received with the F:Android.Speech.Tts.TextToSpeech+Engine.ActionCheckTtsData intent result where - the TextToSpeech engine returns an ArrayList of all the available voices. - The format of each voice is: lang-COUNTRY-variant where COUNTRY and variant are - optional (ie, "eng" or "eng-USA" or "eng-USA-FEMALE"). - + Extra information received with the #ACTION_CHECK_TTS_DATA intent result where + the TextToSpeech engine returns an ArrayList<String> of all the available voices. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.speech.tts.TextToSpeech.Engine.EXTRA_AVAILABLE_VOICES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -276,13 +331,20 @@ System.String - Extra information sent with the F:Android.Speech.Tts.TextToSpeech+Engine.ActionCheckTtsData intent where the - caller indicates to the TextToSpeech engine which specific sets of voice data to - check for by sending an ArrayList of the voices that are of interest. - The format of each voice is: lang-COUNTRY-variant where COUNTRY and variant are - optional (ie, "eng" or "eng-USA" or "eng-USA-FEMALE"). + Extra information sent with the #ACTION_CHECK_TTS_DATA intent where the + caller indicates to the TextToSpeech engine which specific sets of voice data to + check for by sending an ArrayList<String> of the voices that are of interest. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.speech.tts.TextToSpeech.Engine.EXTRA_CHECK_VOICE_DATA_FOR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -307,11 +369,19 @@ System.String - Extra information received with the intent result where - the TextToSpeech engine returns an String with sample text for requested voice - + Extra information received with the #ACTION_GET_SAMPLE_TEXT intent result where + the TextToSpeech engine returns an String with sample text for requested voice - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.speech.tts.TextToSpeech.Engine.EXTRA_SAMPLE_TEXT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -340,9 +410,18 @@ System.String - Extra information received with the intent result. + Extra information received with the #ACTION_TTS_DATA_INSTALLED intent result. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.speech.tts.TextToSpeech.Engine.EXTRA_TTS_DATA_INSTALLED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -367,13 +446,19 @@ System.String - Extra information received with the F:Android.Speech.Tts.TextToSpeech+Engine.ActionCheckTtsData intent result where - the TextToSpeech engine returns an ArrayList of all the unavailable voices. - The format of each voice is: lang-COUNTRY-variant where COUNTRY and variant are - optional (ie, "eng" or "eng-USA" or "eng-USA-FEMALE"). - + Extra information received with the #ACTION_CHECK_TTS_DATA intent result where + the TextToSpeech engine returns an ArrayList<String> of all the unavailable voices. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.speech.tts.TextToSpeech.Engine.EXTRA_UNAVAILABLE_VOICES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -402,9 +487,20 @@ System.String - To be added. + Extra information received with the #ACTION_CHECK_TTS_DATA intent result where + the TextToSpeech engine specifies the file names of its resources under the + resource path. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.speech.tts.TextToSpeech.Engine.EXTRA_VOICE_DATA_FILES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -433,10 +529,19 @@ System.String - Extra information received with the F:Android.Speech.Tts.TextToSpeech+Engine.ActionCheckTtsData intent result where - the TextToSpeech engine specifies the locale associated with each resource file. + Extra information received with the #ACTION_CHECK_TTS_DATA intent result where + the TextToSpeech engine specifies the locale associated with each resource file. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.speech.tts.TextToSpeech.Engine.EXTRA_VOICE_DATA_FILES_INFO. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -465,10 +570,19 @@ System.String - Extra information received with the F:Android.Speech.Tts.TextToSpeech+Engine.ActionCheckTtsData intent result where - the TextToSpeech engine specifies the path to its resources. + Extra information received with the #ACTION_CHECK_TTS_DATA intent result where + the TextToSpeech engine specifies the path to its resources. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.speech.tts.TextToSpeech.Engine.EXTRA_VOICE_DATA_ROOT_DIRECTORY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -495,7 +609,16 @@ Intent for starting a TTS service. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.speech.tts.TextToSpeech.Engine.INTENT_ACTION_TTS_SERVICE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -557,7 +680,16 @@ Feature key for embedded synthesis. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.speech.tts.TextToSpeech.Engine.KEY_FEATURE_EMBEDDED_SYNTHESIS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -583,9 +715,18 @@ System.String - To be added. + Feature key that indicates that network request retries count can be set for the request. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.speech.tts.TextToSpeech.Engine.KEY_FEATURE_NETWORK_RETRIES_COUNT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -615,7 +756,16 @@ Feature key for network synthesis. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.speech.tts.TextToSpeech.Engine.KEY_FEATURE_NETWORK_SYNTHESIS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -641,9 +791,18 @@ System.String - To be added. + Feature key that indicate that a network timeout can be set for the request. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.speech.tts.TextToSpeech.Engine.KEY_FEATURE_NETWORK_TIMEOUT_MS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -667,9 +826,19 @@ System.String - To be added. + Feature key that indicates that the voice may need to download additional data to be fully + functional. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.speech.tts.TextToSpeech.Engine.KEY_FEATURE_NOT_INSTALLED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -695,7 +864,16 @@ Parameter key to specify how the speech is panned from left to right when speaking text. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.speech.tts.TextToSpeech.Engine.KEY_PARAM_PAN. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -720,9 +898,20 @@ System.String - To be added. + Parameter key to specify an audio session identifier (obtained from + AudioManager#generateAudioSessionId()) that will be used by the request audio + output. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.speech.tts.TextToSpeech.Engine.KEY_PARAM_SESSION_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -747,9 +936,18 @@ Parameter key to specify the audio stream type to be used when speaking text - or playing back a file. + or playing back a file. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.speech.tts.TextToSpeech.Engine.KEY_PARAM_STREAM. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -774,9 +972,20 @@ System.String - To be added. + Parameter key to identify an utterance in the + TextToSpeech.OnUtteranceCompletedListener after text has been + spoken, a file has been played back or a silence duration has elapsed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.speech.tts.TextToSpeech.Engine.KEY_PARAM_UTTERANCE_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -802,9 +1011,18 @@ Parameter key to specify the speech volume relative to the current stream type - volume used when speaking text. + volume used when speaking text. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.speech.tts.TextToSpeech.Engine.KEY_PARAM_VOLUME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -831,7 +1049,16 @@ Name under which a text to speech engine publishes information about itself. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.speech.tts.TextToSpeech.Engine.SERVICE_META_DATA. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Speech.Tts/TextToSpeech+EngineInfo.xml b/docs/Mono.Android/en/Android.Speech.Tts/TextToSpeech+EngineInfo.xml index bbc419ed34..78712a5a50 100644 --- a/docs/Mono.Android/en/Android.Speech.Tts/TextToSpeech+EngineInfo.xml +++ b/docs/Mono.Android/en/Android.Speech.Tts/TextToSpeech+EngineInfo.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.speech.tts.TextToSpeech.EngineInfo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -101,7 +105,16 @@ Icon for the engine. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.speech.tts.TextToSpeech.EngineInfo.icon. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -160,7 +173,16 @@ Localized label for the engine. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.speech.tts.TextToSpeech.EngineInfo.label. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -188,7 +210,16 @@ Engine package name. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.speech.tts.TextToSpeech.EngineInfo.name. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Speech.Tts/TextToSpeech+IOnInitListener.xml b/docs/Mono.Android/en/Android.Speech.Tts/TextToSpeech+IOnInitListener.xml index cca7dca356..4ac4efc7a4 100644 --- a/docs/Mono.Android/en/Android.Speech.Tts/TextToSpeech+IOnInitListener.xml +++ b/docs/Mono.Android/en/Android.Speech.Tts/TextToSpeech+IOnInitListener.xml @@ -26,14 +26,18 @@ Interface definition of a callback to be invoked indicating the completion of the - TextToSpeech engine initialization. + TextToSpeech engine initialization. - Android platform documentation + Java documentation for android.speech.tts.TextToSpeech.OnInitListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -69,11 +73,19 @@ - or . - + TextToSpeech#SUCCESS or TextToSpeech#ERROR. Called to signal the completion of the TextToSpeech engine initialization. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.speech.tts.TextToSpeech.OnInitListener.onInit(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Speech.Tts/TextToSpeech+IOnUtteranceCompletedListener.xml b/docs/Mono.Android/en/Android.Speech.Tts/TextToSpeech+IOnUtteranceCompletedListener.xml index 7c88064774..e5b82d7f58 100644 --- a/docs/Mono.Android/en/Android.Speech.Tts/TextToSpeech+IOnUtteranceCompletedListener.xml +++ b/docs/Mono.Android/en/Android.Speech.Tts/TextToSpeech+IOnUtteranceCompletedListener.xml @@ -30,9 +30,18 @@ Listener that will be called when the TTS service has - completed synthesizing an utterance. + completed synthesizing an utterance. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.speech.tts.TextToSpeech.OnUtteranceCompletedListener. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,11 +73,19 @@ - the identifier of the utterance. - + the identifier of the utterance. Called when an utterance has been synthesized. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.speech.tts.TextToSpeech.OnUtteranceCompletedListener.onUtteranceCompleted(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Speech.Tts/UtteranceProgressListener.xml b/docs/Mono.Android/en/Android.Speech.Tts/UtteranceProgressListener.xml index db8ea170aa..86ecc028e1 100644 --- a/docs/Mono.Android/en/Android.Speech.Tts/UtteranceProgressListener.xml +++ b/docs/Mono.Android/en/Android.Speech.Tts/UtteranceProgressListener.xml @@ -254,6 +254,10 @@ [Android.Runtime.Register("onError", "(Ljava/lang/String;)V", "GetOnError_Ljava_lang_String_Handler")] [<Android.Runtime.Register("onError", "(Ljava/lang/String;)V", "GetOnError_Ljava_lang_String_Handler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void diff --git a/docs/Mono.Android/en/Android.Speech/RecognitionService+Callback.xml b/docs/Mono.Android/en/Android.Speech/RecognitionService+Callback.xml index 009b16fc8e..1437a3c067 100644 --- a/docs/Mono.Android/en/Android.Speech/RecognitionService+Callback.xml +++ b/docs/Mono.Android/en/Android.Speech/RecognitionService+Callback.xml @@ -19,14 +19,18 @@ This class receives callbacks from the speech recognition service and forwards them to the - user. + user. - Android platform documentation + Java documentation for android.speech.RecognitionService.Callback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -77,7 +81,16 @@ The service should call this method when the user has started to speak. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.speech.RecognitionService.Callback.beginningOfSpeech(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -107,11 +120,19 @@ a buffer containing a sequence of big-endian 16-bit integers representing a - single channel audio stream. The sample rate is implementation dependent. - + single channel audio stream. The sample rate is implementation dependent. The service should call this method when sound has been received. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.speech.RecognitionService.Callback.bufferReceived(byte[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -137,9 +158,20 @@ Android.Content.AttributionSource - To be added. - To be added. - To be added. + Gets the permission identity of the calling app. + The permission identity of the calling app. + + + + Java documentation for android.speech.RecognitionService.Callback.getCallingAttributionSource(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -162,10 +194,20 @@ System.Int32 - To be added. + Return the Linux uid assigned to the process that sent you the current transaction that + is being processed. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.speech.RecognitionService.Callback.getCallingUid(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -192,7 +234,16 @@ The service should call this method after the user stops speaking. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.speech.RecognitionService.Callback.endOfSpeech(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -228,10 +279,19 @@ - code is defined in + code is defined in SpeechRecognizer The service should call this method when a network or recognition error occurred. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.speech.RecognitionService.Callback.error(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -292,12 +352,20 @@ the returned results. To retrieve the results in - ArrayList<String> format use with - as a parameter - + ArrayList&lt;String&gt; format use Bundle#getStringArrayList(String) with + SpeechRecognizer#RESULTS_RECOGNITION as a parameter The service should call this method when partial recognition results are available. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.speech.RecognitionService.Callback.partialResults(android.os.Bundle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -326,12 +394,20 @@ - parameters set by the recognition service. Reserved for future use. - + parameters set by the recognition service. Reserved for future use. The service should call this method when the endpointer is ready for the user to start - speaking. + speaking. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.speech.RecognitionService.Callback.readyForSpeech(android.os.Bundle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -360,12 +436,20 @@ - the recognition results. To retrieve the results in ArrayList<String> format use with - as a parameter - + the recognition results. To retrieve the results in ArrayList<String> format use Bundle#getStringArrayList(String) with + SpeechRecognizer#RESULTS_RECOGNITION as a parameter The service should call this method when recognition results are ready. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.speech.RecognitionService.Callback.results(android.os.Bundle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -394,11 +478,19 @@ - the new RMS dB value - + the new RMS dB value The service should call this method when the sound level in the audio stream has changed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.speech.RecognitionService.Callback.rmsChanged(float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Systems/Os.xml b/docs/Mono.Android/en/Android.Systems/Os.xml index a47594e0d8..5003578c69 100644 --- a/docs/Mono.Android/en/Android.Systems/Os.xml +++ b/docs/Mono.Android/en/Android.Systems/Os.xml @@ -59,7 +59,7 @@ To be added. To be added. - See <a href="http://man7. + See accept(2). To be added. @@ -104,7 +104,7 @@ To be added. To be added. - See <a href="http://man7. + See access(2). To be added. @@ -147,7 +147,7 @@ To be added. To be added. - See <a href="http://man7. + See bind(2). @@ -190,7 +190,7 @@ To be added. To be added. To be added. - See <a href="http://man7. + See bind(2). @@ -233,7 +233,7 @@ To be added. To be added. - See <a href="http://man7. + See chmod(2). @@ -277,7 +277,7 @@ To be added. To be added. To be added. - See <a href="http://man7. + See chown(2). @@ -317,7 +317,7 @@ To be added. - See <a href="http://man7. + See close(2). @@ -359,7 +359,7 @@ To be added. To be added. - See <a href="http://man7. + See connect(2). @@ -402,7 +402,7 @@ To be added. To be added. To be added. - See <a href="http://man7. + See connect(2). @@ -443,7 +443,7 @@ To be added. - See <a href="http://man7. + See dup(2). To be added. @@ -486,7 +486,7 @@ To be added. To be added. - See <a href="http://man7. + See dup2(2). To be added. @@ -524,7 +524,7 @@ - See <a href="http://man7. + See environ(3). To be added. @@ -566,7 +566,7 @@ To be added. To be added. - See <a href="http://man7. + See execv(2). @@ -610,7 +610,7 @@ To be added. To be added. To be added. - See <a href="http://man7. + See execve(2). @@ -652,7 +652,7 @@ To be added. To be added. - See <a href="http://man7. + See fchmod(2). @@ -696,7 +696,7 @@ To be added. To be added. To be added. - See <a href="http://man7. + See fchown(2). @@ -740,7 +740,7 @@ To be added. To be added. To be added. - See <a href="http://man7. + See fcntl(2). To be added. @@ -780,7 +780,7 @@ To be added. - See <a href="http://man7. + See fdatasync(2). @@ -820,7 +820,7 @@ To be added. - See <a href="http://man7. + See fstat(2). To be added. @@ -861,7 +861,7 @@ To be added. - See <a href="http://man7. + See fstatvfs(2). To be added. @@ -902,7 +902,7 @@ To be added. - See <a href="http://man7. + See fsync(2). @@ -944,7 +944,7 @@ To be added. To be added. - See <a href="http://man7. + See ftruncate(2). @@ -984,7 +984,7 @@ To be added. - See <a href="http://man7. + See gai_strerror(3). To be added. @@ -1021,7 +1021,7 @@ - See <a href="http://man7. + See getegid(2). To be added. @@ -1061,7 +1061,7 @@ To be added. - See <a href="http://man7. + See getenv(3). To be added. @@ -1098,7 +1098,7 @@ - See <a href="http://man7. + See geteuid(2). To be added. @@ -1135,7 +1135,7 @@ - See <a href="http://man7. + See getgid(2). To be added. @@ -1175,7 +1175,7 @@ To be added. - See <a href="http://man7. + See getpeername(2). To be added. @@ -1213,7 +1213,7 @@ - See <a href="http://man7. + See getpid(2). To be added. @@ -1250,7 +1250,7 @@ - See <a href="http://man7. + See getppid(2). To be added. @@ -1290,7 +1290,7 @@ To be added. - See <a href="http://man7. + See getsockname(2). To be added. @@ -1335,7 +1335,7 @@ To be added. To be added. To be added. - See <a href="http://man7. + See getsockopt(2). To be added. @@ -1372,7 +1372,7 @@ - See <a href="http://man7. + See gettid(2). To be added. @@ -1409,7 +1409,7 @@ - See <a href="http://man7. + See getuid(2). To be added. @@ -1451,7 +1451,7 @@ To be added. To be added. - See <a href="http://man7. + See getxattr(2) To be added. @@ -1491,7 +1491,7 @@ To be added. - See <a href="http://man7. + See if_indextoname(3). To be added. @@ -1531,7 +1531,7 @@ To be added. - See <a href="http://man7. + See if_nametoindex(3). To be added. @@ -1573,7 +1573,7 @@ To be added. To be added. - See <a href="http://man7. + See inet_pton(3). To be added. @@ -1613,7 +1613,7 @@ To be added. - See <a href="http://man7. + See isatty(3). To be added. @@ -1686,7 +1686,7 @@ To be added. To be added. - See <a href="http://man7. + See kill(2). @@ -1730,7 +1730,7 @@ To be added. To be added. To be added. - See <a href="http://man7. + See lchown(2). @@ -1772,7 +1772,7 @@ To be added. To be added. - See <a href="http://man7. + See link(2). @@ -1814,7 +1814,7 @@ To be added. To be added. - See <a href="http://man7. + See listen(2). @@ -1854,7 +1854,7 @@ To be added. - See <a href="http://man7. + See listxattr(2) To be added. @@ -1898,7 +1898,7 @@ To be added. To be added. To be added. - See <a href="http://man7. + See lseek(2). To be added. @@ -1939,7 +1939,7 @@ To be added. - See <a href="http://man7. + See lstat(2). To be added. @@ -1982,7 +1982,7 @@ To be added. To be added. - See <a href="http://man7. + See memfd_create(2). To be added. @@ -2026,7 +2026,7 @@ To be added. To be added. To be added. - See <a href="http://man7. + See mincore(2). @@ -2068,7 +2068,7 @@ To be added. To be added. - See <a href="http://man7. + See mkdir(2). @@ -2110,7 +2110,7 @@ To be added. To be added. - See <a href="http://man7. + See mkfifo(3). @@ -2152,7 +2152,7 @@ To be added. To be added. - See <a href="http://man7. + See mlock(2). @@ -2202,7 +2202,7 @@ To be added. To be added. To be added. - See <a href="http://man7. + See mmap(2). To be added. @@ -2247,7 +2247,7 @@ To be added. To be added. To be added. - See <a href="http://man7. + See msync(2). @@ -2289,7 +2289,7 @@ To be added. To be added. - See <a href="http://man7. + See munlock(2). @@ -2331,7 +2331,7 @@ To be added. To be added. - See <a href="http://man7. + See munmap(2). @@ -2375,7 +2375,7 @@ To be added. To be added. To be added. - See <a href="http://man7. + See open(2). To be added. @@ -2413,7 +2413,7 @@ - See <a href="http://man7. + See pipe(2). To be added. @@ -2456,7 +2456,7 @@ To be added. To be added. - See <a href="http://man7. + See poll(2). To be added. @@ -2501,7 +2501,7 @@ To be added. To be added. To be added. - See <a href="http://man7. + See posix_fallocate(3). @@ -2549,7 +2549,7 @@ To be added. To be added. To be added. - See <a href="http://man7. + See prctl(2). To be added. @@ -2594,7 +2594,7 @@ To be added. To be added. To be added. - See <a href="http://man7. + See pread(2). To be added. @@ -2644,7 +2644,7 @@ To be added. To be added. To be added. - See <a href="http://man7. + See pread(2). To be added. @@ -2690,7 +2690,7 @@ To be added. To be added. To be added. - See <a href="http://man7. + See pwrite(2). To be added. @@ -2740,7 +2740,7 @@ To be added. To be added. To be added. - See <a href="http://man7. + See pwrite(2). To be added. @@ -2784,7 +2784,7 @@ To be added. To be added. - See <a href="http://man7. + See read(2). To be added. @@ -2832,7 +2832,7 @@ To be added. To be added. To be added. - See <a href="http://man7. + See read(2). To be added. @@ -2874,7 +2874,7 @@ To be added. - See <a href="http://man7. + See readlink(2). To be added. @@ -2921,7 +2921,7 @@ To be added. To be added. To be added. - See <a href="http://man7. + See readv(2). To be added. @@ -2969,7 +2969,7 @@ To be added. To be added. To be added. - See <a href="http://man7. + See recvfrom(2). To be added. @@ -3021,7 +3021,7 @@ To be added. To be added. To be added. - See <a href="http://man7. + See recvfrom(2). To be added. @@ -3067,7 +3067,7 @@ To be added. To be added. To be added. - See <a href="http://man7. + See recvmsg(2). To be added. @@ -3107,7 +3107,7 @@ To be added. - See <a href="http://man7. + See remove(3). @@ -3149,7 +3149,7 @@ To be added. To be added. - See <a href="http://man7. + See removexattr(2). @@ -3190,7 +3190,7 @@ To be added. To be added. - See <a href="http://man7. + See rename(2). @@ -3236,7 +3236,7 @@ To be added. To be added. To be added. - See <a href="http://man7. + See sendfile(2). To be added. @@ -3327,7 +3327,7 @@ To be added. To be added. To be added. - See <a href="http://man7. + See sendmsg(2). To be added. @@ -3375,7 +3375,7 @@ To be added. To be added. To be added. - See <a href="http://man7. + See sendto(2). To be added. @@ -3427,7 +3427,7 @@ To be added. To be added. To be added. - See <a href="http://man7. + See sendto(2). To be added. @@ -3479,7 +3479,7 @@ To be added. To be added. To be added. - See <a href="http://man7. + See sendto(2). To be added. @@ -3525,7 +3525,7 @@ To be added. - See <a href="http://man7. + See setegid(2). @@ -3569,7 +3569,7 @@ To be added. To be added. To be added. - See <a href="http://man7. + See setenv(3). @@ -3613,7 +3613,7 @@ To be added. - See <a href="http://man7. + See seteuid(2). @@ -3657,7 +3657,7 @@ To be added. - See <a href="http://man7. + See setgid(2). @@ -3694,7 +3694,7 @@ - See <a href="http://man7. + See setsid(2). To be added. @@ -3741,7 +3741,7 @@ To be added. To be added. To be added. - See <a href="http://man7. + See setsockopt(2). @@ -3786,7 +3786,7 @@ To be added. To be added. To be added. - See <a href="http://man7. + See setsockopt(2). @@ -3829,7 +3829,7 @@ To be added. - See <a href="http://man7. + See setuid(2). @@ -3875,7 +3875,7 @@ To be added. To be added. To be added. - See <a href="http://man7. + See setxattr(2) @@ -3916,7 +3916,7 @@ To be added. To be added. - See <a href="http://man7. + See shutdown(2). @@ -3960,7 +3960,7 @@ To be added. To be added. To be added. - See <a href="http://man7. + See socket(2). To be added. @@ -4009,7 +4009,7 @@ To be added. To be added. To be added. - See <a href="http://man7. + See socketpair(2). @@ -4049,7 +4049,7 @@ To be added. - See <a href="http://man7. + See stat(2). To be added. @@ -4090,7 +4090,7 @@ To be added. - See <a href="http://man7. + See statvfs(2). To be added. @@ -4131,7 +4131,7 @@ To be added. - See <a href="http://man7. + See strerror(2). To be added. @@ -4171,7 +4171,7 @@ To be added. - See <a href="http://man7. + See strsignal(3). To be added. @@ -4213,7 +4213,7 @@ To be added. To be added. - See <a href="http://man7. + See symlink(2). @@ -4253,7 +4253,7 @@ To be added. - See <a href="http://man7. + See sysconf(3). To be added. @@ -4293,7 +4293,7 @@ To be added. - See <a href="http://man7. + See tcdrain(3). @@ -4335,7 +4335,7 @@ To be added. To be added. - See <a href="http://man7. + See tcsendbreak(3). @@ -4437,7 +4437,7 @@ To be added. - See <a href="http://man7. + See umask(2). To be added. @@ -4474,7 +4474,7 @@ - See <a href="http://man7. + See uname(2). To be added. @@ -4514,7 +4514,7 @@ To be added. - See <a href="http://man7. + See unsetenv(3). @@ -4601,7 +4601,7 @@ To be added. To be added. - See <a href="http://man7. + See write(2). To be added. @@ -4649,7 +4649,7 @@ To be added. To be added. To be added. - See <a href="http://man7. + See write(2). To be added. @@ -4697,7 +4697,7 @@ To be added. To be added. To be added. - See <a href="http://man7. + See writev(2). To be added. diff --git a/docs/Mono.Android/en/Android.Telecom/Call+Callback.xml b/docs/Mono.Android/en/Android.Telecom/Call+Callback.xml index 0b31e1ccdc..479c6f373a 100644 --- a/docs/Mono.Android/en/Android.Telecom/Call+Callback.xml +++ b/docs/Mono.Android/en/Android.Telecom/Call+Callback.xml @@ -18,14 +18,18 @@ - To be added. + Defines callbacks which inform the InCallService of changes to a Call. - Android platform documentation + Java documentation for android.telecom.Call.Callback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -100,8 +104,20 @@ 1 - To be added. - To be added. + Handover failure reason returned via #onHandoverFailed(Call, int) when the app + to handover the call to rejects the handover request. + + + + Java documentation for android.telecom.Call.Callback.HANDOVER_FAILURE_DEST_APP_REJECTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -129,8 +145,20 @@ 2 - To be added. - To be added. + Handover failure reason returned via #onHandoverFailed(Call, int) when a handover + is initiated but the source or destination app does not support handover. + + + + Java documentation for android.telecom.Call.Callback.HANDOVER_FAILURE_NOT_SUPPORTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -158,8 +186,20 @@ 4 - To be added. - To be added. + Handover failure reason returned via #onHandoverFailed(Call, int) when there + is ongoing emergency call. + + + + Java documentation for android.telecom.Call.Callback.HANDOVER_FAILURE_ONGOING_EMERGENCY_CALL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -187,8 +227,20 @@ 5 - To be added. - To be added. + Handover failure reason returned via #onHandoverFailed(Call, int) when a handover + fails for an unknown reason. + + + + Java documentation for android.telecom.Call.Callback.HANDOVER_FAILURE_UNKNOWN. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -216,8 +268,20 @@ 3 - To be added. - To be added. + Handover failure reason returned via #onHandoverFailed(Call, int) when the remote + user rejects the handover request. + + + + Java documentation for android.telecom.Call.Callback.HANDOVER_FAILURE_USER_REJECTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -274,10 +338,19 @@ - To be added. - To be added. + The Call being destroyed. + Invoked when the Call is destroyed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.Call.Callback.onCallDestroyed(android.telecom.Call). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -305,11 +378,21 @@ - To be added. - To be added. - To be added. + The Call invoking this method. + The text messages useable as responses. + Invoked when the text messages that can be used as responses to the incoming + Call are loaded from the relevant database. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.Call.Callback.onCannedTextResponsesLoaded(android.telecom.Call, java.util.List<java.lang.String>). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -337,11 +420,20 @@ - To be added. - To be added. - To be added. + The Call invoking this method. + The new children of the Call. + Invoked when the children of this Call have changed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.Call.Callback.onChildrenChanged(android.telecom.Call, java.util.List<android.telecom.Call>). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -369,11 +461,22 @@ - To be added. - To be added. - To be added. + The Call being updated. + The Calls with which this Call can be + conferenced. + Invoked upon changes to the set of Calls with which this Call can be + conferenced. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.Call.Callback.onConferenceableCallsChanged(android.telecom.Call, java.util.List<android.telecom.Call>). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -402,12 +505,23 @@ - To be added. To be added. - To be added. - To be added. + The Call receiving the event. + The event. + Extras associated with the connection event. + Invoked when a Call receives an event from its associated Connection or + Conference. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.Call.Callback.onConnectionEvent(android.telecom.Call, java.lang.String, android.os.Bundle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -466,9 +580,21 @@ - To be added. - To be added. - To be added. + The call which had initiated handover. + Invoked when Call handover from one PhoneAccount to other PhoneAccount + has completed successfully. + + + + Java documentation for android.telecom.Call.Callback.onHandoverComplete(android.telecom.Call). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -502,10 +628,22 @@ - To be added. - To be added. - To be added. - To be added. + The call which had initiated handover. + Error reason for failure. + Invoked when Call handover from one PhoneAccount to other PhoneAccount + has failed. + + + + Java documentation for android.telecom.Call.Callback.onHandoverFailed(android.telecom.Call, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -532,11 +670,20 @@ - To be added. - To be added. - To be added. + The Call invoking this method. + The new parent of the Call. + Invoked when the parent of this Call has changed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.Call.Callback.onParentChanged(android.telecom.Call, android.telecom.Call). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -564,11 +711,21 @@ - To be added. - To be added. - To be added. + The Call invoking this method. + The post-dial characters that remain to be sent. + Invoked when the post-dial sequence in the outgoing Call has reached a pause + character. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.Call.Callback.onPostDialWait(android.telecom.Call, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -603,11 +760,23 @@ - To be added. - To be added. - To be added. + The call which the RTT initiation failure occurred on. + One of the status codes defined in + android.telecom.Connection.RttModifyStatus, with the exception of + android.telecom.Connection.RttModifyStatus#SESSION_MODIFY_REQUEST_SUCCESS. + Invoked when the RTT session failed to initiate for some reason, including rejection + by the remote party. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.Call.Callback.onRttInitiationFailure(android.telecom.Call, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -642,11 +811,22 @@ - To be added. - To be added. - To be added. + The call whose RTT mode has changed. + the new RTT mode, one of + RttCall#RTT_MODE_FULL, RttCall#RTT_MODE_HCO, + or RttCall#RTT_MODE_VCO + Invoked when the RTT mode changes for this call. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.Call.Callback.onRttModeChanged(android.telecom.Call, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -674,11 +854,21 @@ - To be added. - To be added. - To be added. + The call which the RTT request was placed on + The ID of the request. + Invoked when the remote end of the connection has requested that an RTT communication + channel be opened. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.Call.Callback.onRttRequest(android.telecom.Call, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -747,11 +937,20 @@ - To be added. - To be added. - To be added. + The Call invoking this method. + The new state of the Call. + Invoked when the state of this Call has changed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.Call.Callback.onStateChanged(android.telecom.Call, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Telecom/Call+Details.xml b/docs/Mono.Android/en/Android.Telecom/Call+Details.xml index 3bfc27d30e..3a8b5743cf 100644 --- a/docs/Mono.Android/en/Android.Telecom/Call+Details.xml +++ b/docs/Mono.Android/en/Android.Telecom/Call+Details.xml @@ -73,9 +73,19 @@ To be added. - To be added. + The PhoneAccountHandle whereby the Call is currently being + routed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.Call.Details.getAccountHandle(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -100,9 +110,19 @@ To be added. - To be added. + A bitmask of the capabilities of the Call, as defined by the various + CAPABILITY_* constants in this class. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.Call.Details.getCallCapabilities(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -126,9 +146,20 @@ Android.Telecom.CallDirection - To be added. - To be added. - To be added. + Indicates whether the call is an incoming or outgoing call. + The call's direction. + + + + Java documentation for android.telecom.Call.Details.getCallDirection(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -151,10 +182,19 @@ System.String - To be added. - To be added. + The display name for the caller. + The display name for the caller. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.Call.Details.getCallerDisplayName(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -179,9 +219,19 @@ To be added. - To be added. + The presentation requirements for the caller display name. See + TelecomManager for valid values. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.Call.Details.getCallerDisplayNamePresentation(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -205,9 +255,21 @@ System.Int32 - To be added. - To be added. - To be added. + Gets the verification status for the phone number of an incoming call as identified in + ATIS-1000082. + the verification status. + + + + Java documentation for android.telecom.Call.Details.getCallerNumberVerificationStatus(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -231,9 +293,19 @@ To be added. - To be added. + A bitmask of the properties of the Call, as defined by the various + PROPERTY_* constants in this class. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.Call.Details.getCallProperties(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -267,11 +339,20 @@ - To be added. - To be added. - To be added. + The capability to check capabilities for. + Whether the capabilities of this Details supports the specified capability. + Whether the specified capability is supported. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.Call.Details.can(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -313,12 +394,21 @@ - To be added. - To be added. - To be added. - To be added. + A bit field of capabilities. + The capability to check capabilities for. + Whether the supplied capabilities supports the specified capability. + Whether the specified capability is supported. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.Call.Details.can(int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -352,11 +442,20 @@ - To be added. - To be added. - To be added. + A capability bit field. + Render a set of capability bits (CAPABILITY_*) as a human readable string. + A human readable string representation. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.Call.Details.capabilitiesToString(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -385,8 +484,20 @@ 33554432 - To be added. - To be added. + Call supports adding participants to the call via + #addConferenceParticipants(List). + + + + Java documentation for android.telecom.Call.Details.CAPABILITY_ADD_PARTICIPANT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -409,10 +520,19 @@ System.Int64 - To be added. - To be added. + Returns the time the Call connected (i. + The time the Call connected in milliseconds since the epoch. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.Call.Details.getConnectTimeMillis(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -436,9 +556,23 @@ System.String - To be added. - To be added. - To be added. + Returns the name of the caller on the remote end, as derived from a + android.provider.ContactsContract lookup of the call's handle. + The name of the caller, or null if the lookup is not yet complete, if + there's no contacts entry for the caller, or if the InCallService does + not hold the android.Manifest.permission#READ_CONTACTS permission. + + + + Java documentation for android.telecom.Call.Details.getContactDisplayName(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -461,10 +595,19 @@ System.Int64 - To be added. - To be added. + Returns the time when the call was first created and added to Telecom. + The creation time of the call, in millis since the epoch. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.Call.Details.getCreationTimeMillis(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -493,8 +636,19 @@ 0 - To be added. - To be added. + Indicates that the call is an incoming call. + + + + Java documentation for android.telecom.Call.Details.DIRECTION_INCOMING. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -522,8 +676,19 @@ 1 - To be added. - To be added. + Indicates that the call is an outgoing call. + + + + Java documentation for android.telecom.Call.Details.DIRECTION_OUTGOING. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -551,8 +716,19 @@ -1 - To be added. - To be added. + Indicates that the call is neither and incoming nor an outgoing call. + + + + Java documentation for android.telecom.Call.Details.DIRECTION_UNKNOWN. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -576,9 +752,19 @@ To be added. - To be added. + For a #STATE_DISCONNECTEDCall, the disconnect cause expressed + by android.telecom.DisconnectCause. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.Call.Details.getDisconnectCause(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -603,9 +789,18 @@ To be added. - To be added. + The extras associated with this call. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.Call.Details.getExtras(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -630,9 +825,18 @@ To be added. - To be added. + Information about any calling gateway the Call may be using. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.Call.Details.getGatewayInfo(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -658,9 +862,19 @@ To be added. - To be added. + The handle (e.g., phone number) to which the Call is currently + connected. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.Call.Details.getHandle(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -685,9 +899,19 @@ To be added. - To be added. + The presentation requirements for the handle. See + TelecomManager for valid values. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.Call.Details.getHandlePresentation(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -721,11 +945,20 @@ - To be added. - To be added. - To be added. + The property to check properties for. + Whether the properties of this Details includes the specified property. + Whether the specified property is supported. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.Call.Details.hasProperty(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -767,12 +1000,21 @@ - To be added. - To be added. - To be added. - To be added. + A bit field of properties. + The property to check properties for. + Whether the supplied properties includes the specified property. + Whether the specified property is supported. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.Call.Details.hasProperty(int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -797,9 +1039,18 @@ To be added. - To be added. + The extras used with the original intent to place this call. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.Call.Details.getIntentExtras(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -864,11 +1115,20 @@ - To be added. - To be added. - To be added. + A property bit field. + Render a set of property bits (PROPERTY_*) as a human readable string. + A human readable string representation. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.Call.Details.propertiesToString(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -897,8 +1157,19 @@ 512 - To be added. - To be added. + Indicates the call used Assisted Dialing. + + + + Java documentation for android.telecom.Call.Details.PROPERTY_ASSISTED_DIALING. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -926,8 +1197,19 @@ 16384 - To be added. - To be added. + Connection is using cross sim technology. + + + + Java documentation for android.telecom.Call.Details.PROPERTY_CROSS_SIM. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -955,8 +1237,19 @@ 8192 - To be added. - To be added. + Indicates that the call is an adhoc conference call. + + + + Java documentation for android.telecom.Call.Details.PROPERTY_IS_ADHOC_CONFERENCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -980,8 +1273,19 @@ To be added. - To be added. - To be added. + the state of the Call represented by this Call.Details. + + + + Java documentation for android.telecom.Call.Details.getState(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1005,9 +1309,19 @@ To be added. - To be added. + The current android.telecom.StatusHints, or null if none + have been set. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.Call.Details.getStatusHints(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1094,9 +1408,18 @@ To be added. - To be added. + The video state of the Call. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.Call.Details.getVideoState(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Telecom/Call+RttCall.xml b/docs/Mono.Android/en/Android.Telecom/Call+RttCall.xml index 5fa84a516e..5be6417899 100644 --- a/docs/Mono.Android/en/Android.Telecom/Call+RttCall.xml +++ b/docs/Mono.Android/en/Android.Telecom/Call+RttCall.xml @@ -18,14 +18,19 @@ - To be added. + A class that holds the state that describes the state of the RTT channel to the remote + party, if it is active. - Android platform documentation + Java documentation for android.telecom.Call.RttCall. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -81,10 +86,20 @@ - To be added. - To be added. + Reads a string from the remote user, blocking if there is no data available. + A string containing text sent by the remote user, or null if the + conversation has been terminated or if there was an error while reading. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.Call.RttCall.read(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -109,10 +124,20 @@ - To be added. - To be added. + Non-blocking version of #read(). + A string containing text entered by the user, or null if the user has + not entered any new text yet. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.Call.RttCall.readImmediately(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -136,10 +161,20 @@ Android.Telecom.RttMode - To be added. - To be added. + Returns the current RTT audio mode. + Current RTT audio mode. One of #RTT_MODE_FULL, #RTT_MODE_VCO, or + #RTT_MODE_HCO. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.Call.RttCall.getRttAudioMode(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -173,10 +208,20 @@ - To be added. - To be added. + The desired RTT audio mode, one of #RTT_MODE_FULL, + #RTT_MODE_VCO, or #RTT_MODE_HCO. + Sets the RTT audio mode. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.Call.RttCall.setRttMode(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Telecom/CallAudioState.xml b/docs/Mono.Android/en/Android.Telecom/CallAudioState.xml index 9e87f79986..683c3decb1 100644 --- a/docs/Mono.Android/en/Android.Telecom/CallAudioState.xml +++ b/docs/Mono.Android/en/Android.Telecom/CallAudioState.xml @@ -250,7 +250,7 @@ - [TODO: @inheritDoc] + To be added To be added. diff --git a/docs/Mono.Android/en/Android.Telecom/CallScreeningService+CallResponse.xml b/docs/Mono.Android/en/Android.Telecom/CallScreeningService+CallResponse.xml index 621cfc791b..dd1c0008e3 100644 --- a/docs/Mono.Android/en/Android.Telecom/CallScreeningService+CallResponse.xml +++ b/docs/Mono.Android/en/Android.Telecom/CallScreeningService+CallResponse.xml @@ -18,14 +18,18 @@ - To be added. + Information about how to respond to an incoming call. - Android platform documentation + Java documentation for android.telecom.CallScreeningService.CallResponse. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -77,8 +81,19 @@ 2 - To be added. - To be added. + Bit flag indicating whether to show the location attachment for call composer. + + + + Java documentation for android.telecom.CallScreeningService.CallResponse.CALL_COMPOSER_ATTACHMENT_LOCATION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -106,8 +121,19 @@ 1 - To be added. - To be added. + Bit flag indicating whether to show the picture attachment for call composer. + + + + Java documentation for android.telecom.CallScreeningService.CallResponse.CALL_COMPOSER_ATTACHMENT_PICTURE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -135,8 +161,19 @@ 8 - To be added. - To be added. + Bit flag indicating whether to show the priority attachment for call composer. + + + + Java documentation for android.telecom.CallScreeningService.CallResponse.CALL_COMPOSER_ATTACHMENT_PRIORITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -160,8 +197,19 @@ To be added. - To be added. - To be added. + A bitmask of call composer attachments that should be shown to the user. + + + + Java documentation for android.telecom.CallScreeningService.CallResponse.getCallComposerAttachmentsToShow(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -189,8 +237,19 @@ 4 - To be added. - To be added. + Bit flag indicating whether to show the subject attachment for call composer. + + + + Java documentation for android.telecom.CallScreeningService.CallResponse.CALL_COMPOSER_ATTACHMENT_SUBJECT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Telecom/Conference.xml b/docs/Mono.Android/en/Android.Telecom/Conference.xml index c54deee26c..160644ef1f 100644 --- a/docs/Mono.Android/en/Android.Telecom/Conference.xml +++ b/docs/Mono.Android/en/Android.Telecom/Conference.xml @@ -497,11 +497,22 @@ - To be added. To be added. - To be added. - To be added. - To be added. + The disconnect cause, (android.telecomm.DisconnectCause). + Return a Conference which represents a failed conference attempt. + A Conference which indicates failure. + + + + Java documentation for android.telecom.Conference.createFailedConference(android.telecom.DisconnectCause, android.telecom.PhoneAccountHandle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Telecom/Connection+RttModifyStatus.xml b/docs/Mono.Android/en/Android.Telecom/Connection+RttModifyStatus.xml index 77980068ec..098af95080 100644 --- a/docs/Mono.Android/en/Android.Telecom/Connection+RttModifyStatus.xml +++ b/docs/Mono.Android/en/Android.Telecom/Connection+RttModifyStatus.xml @@ -18,14 +18,19 @@ - To be added. + Provides constants to represent the results of responses to session modify requests sent via + Call#sendRttRequest() - Android platform documentation + Java documentation for android.telecom.Connection.RttModifyStatus. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Telecom/Connection+RttTextStream.xml b/docs/Mono.Android/en/Android.Telecom/Connection+RttTextStream.xml index ccaf397057..c67cd51476 100644 --- a/docs/Mono.Android/en/Android.Telecom/Connection+RttTextStream.xml +++ b/docs/Mono.Android/en/Android.Telecom/Connection+RttTextStream.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Provides methods to read and write RTT data to/from the in-call app. + + + + Java documentation for android.telecom.Connection.RttTextStream. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -72,9 +83,21 @@ - To be added. - To be added. - To be added. + Reads a string from the in-call app, blocking if there is no data available. + A string containing text entered by the user, or null if the + conversation has been terminated or if there was an error while reading. + + + + Java documentation for android.telecom.Connection.RttTextStream.read(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -98,9 +121,21 @@ - To be added. - To be added. - To be added. + Non-blocking version of #read(). + A string containing text entered by the user, or null if the user has + not entered any new text yet. + + + + Java documentation for android.telecom.Connection.RttTextStream.readImmediately(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Telecom/Connection+VideoProvider.xml b/docs/Mono.Android/en/Android.Telecom/Connection+VideoProvider.xml index 43b07323a7..5cf6ff6960 100644 --- a/docs/Mono.Android/en/Android.Telecom/Connection+VideoProvider.xml +++ b/docs/Mono.Android/en/Android.Telecom/Connection+VideoProvider.xml @@ -18,14 +18,18 @@ - To be added. + Provides a means of controlling the video session associated with a Connection. - Android platform documentation + Java documentation for android.telecom.Connection.VideoProvider. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -129,11 +133,21 @@ - To be added. - To be added. - To be added. + The updated peer video width. + The updated peer video height. + Used to inform listening InCallService implementations when the dimensions of the + peer's video have changed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.Connection.VideoProvider.changePeerDimensions(int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -167,10 +181,24 @@ - To be added. - To be added. + The updated video quality. Valid values: + VideoProfile#QUALITY_HIGH, + VideoProfile#QUALITY_MEDIUM, + VideoProfile#QUALITY_LOW, + VideoProfile#QUALITY_DEFAULT. + Used to inform listening InCallService implementations when the video quality + of the call has changed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.Connection.VideoProvider.changeVideoQuality(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -205,9 +233,26 @@ To be added. - To be added. + The event. Valid values are: VideoProvider#SESSION_EVENT_RX_PAUSE, + VideoProvider#SESSION_EVENT_RX_RESUME, + VideoProvider#SESSION_EVENT_TX_START, + VideoProvider#SESSION_EVENT_TX_STOP, + VideoProvider#SESSION_EVENT_CAMERA_FAILURE, + VideoProvider#SESSION_EVENT_CAMERA_READY, + VideoProvider#SESSION_EVENT_CAMERA_FAILURE. + Used to inform listening InCallService implementations when the + VideoProvider reports a call session event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.Connection.VideoProvider.handleCallSessionEvent(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -263,9 +308,18 @@ - To be added. + Issues a request to the VideoProvider to retrieve the camera capabilities. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.Connection.VideoProvider.onRequestCameraCapabilities(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -290,9 +344,19 @@ - To be added. + Issues a request to the VideoProvider to retrieve the current data usage for the + video component of the current Connection. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.Connection.VideoProvider.onRequestConnectionDataUsage(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -320,11 +384,20 @@ - To be added. - To be added. - To be added. + The video profile prior to the request. + The video profile with the requested changes made. + Issues a request to modify the properties of the current video session. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.Connection.VideoProvider.onSendSessionModifyRequest(android.telecom.VideoProfile, android.telecom.VideoProfile). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -351,10 +424,19 @@ - To be added. - To be added. + The response video profile. + Provides a response to a request to change the current video session properties. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.Connection.VideoProvider.onSendSessionModifyResponse(android.telecom.VideoProfile). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -381,10 +463,20 @@ - To be added. - To be added. + The id of the camera (use ids as reported by + CameraManager#getCameraIdList()). + Sets the camera to be used for the outgoing video. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.Connection.VideoProvider.onSetCamera(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -411,10 +503,19 @@ - To be added. - To be added. + The device orientation, in degrees. + Sets the device orientation, in degrees. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.Connection.VideoProvider.onSetDeviceOrientation(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -441,10 +542,19 @@ - To be added. - To be added. + The Surface. + Sets the surface to be used for displaying the video received from the remote device. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.Connection.VideoProvider.onSetDisplaySurface(android.view.Surface). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -471,10 +581,20 @@ - To be added. - To be added. + URI of image to display. + Provides the VideoProvider with the Uri of an image to be displayed to + the peer device when the video signal is paused. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.Connection.VideoProvider.onSetPauseImage(android.net.Uri). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -501,10 +621,20 @@ - To be added. - To be added. + The Surface. + Sets the surface to be used for displaying a preview of what the user's camera is + currently capturing. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.Connection.VideoProvider.onSetPreviewSurface(android.view.Surface). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -531,10 +661,19 @@ - To be added. - To be added. + The camera zoom ratio. + Sets camera zoom ratio. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.Connection.VideoProvider.onSetZoom(float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -561,10 +700,20 @@ - To be added. - To be added. + The requested video profile. + Used to inform listening InCallService implementations when the + VideoProvider receives a session modification request. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.Connection.VideoProvider.receiveSessionModifyRequest(android.telecom.VideoProfile). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -600,12 +749,27 @@ - To be added. - To be added. - To be added. - To be added. + Status of the session modify request. Valid values are + VideoProvider#SESSION_MODIFY_REQUEST_SUCCESS, + VideoProvider#SESSION_MODIFY_REQUEST_FAIL, + VideoProvider#SESSION_MODIFY_REQUEST_INVALID, + VideoProvider#SESSION_MODIFY_REQUEST_TIMED_OUT, + VideoProvider#SESSION_MODIFY_REQUEST_REJECTED_BY_REMOTE + The original request which was sent to the peer device. + The actual profile changes agreed to by the peer device. + Used to inform listening InCallService implementations when the + VideoProvider receives a response to a session modification request. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.Connection.VideoProvider.receiveSessionModifyResponse(int, android.telecom.VideoProfile, android.telecom.VideoProfile). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -632,10 +796,21 @@ - To be added. - To be added. + The updated data usage (in bytes). Reported as the cumulative bytes + used since the start of the call. + Used to inform listening InCallService implementations when the data usage of the + video associated with the current Connection has changed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.Connection.VideoProvider.setCallDataUsage(long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Telecom/Connection.xml b/docs/Mono.Android/en/Android.Telecom/Connection.xml index fb2e27a418..32d21668b0 100644 --- a/docs/Mono.Android/en/Android.Telecom/Connection.xml +++ b/docs/Mono.Android/en/Android.Telecom/Connection.xml @@ -1541,11 +1541,20 @@ - To be added. - To be added. - To be added. + The disconnect cause, (android.telecomm.DisconnectCause). + Return a Connection which represents a failed connection attempt. + A Connection which indicates failure. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.Connection.createFailedConnection(android.telecom.DisconnectCause). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Telecom/ConnectionRequest.xml b/docs/Mono.Android/en/Android.Telecom/ConnectionRequest.xml index 092579bbb7..f2fe6d6e40 100644 --- a/docs/Mono.Android/en/Android.Telecom/ConnectionRequest.xml +++ b/docs/Mono.Android/en/Android.Telecom/ConnectionRequest.xml @@ -259,7 +259,7 @@ - [TODO: @inheritDoc] + To be added To be added. diff --git a/docs/Mono.Android/en/Android.Telecom/ConnectionService.xml b/docs/Mono.Android/en/Android.Telecom/ConnectionService.xml index bddb0aa62f..657c089f4f 100644 --- a/docs/Mono.Android/en/Android.Telecom/ConnectionService.xml +++ b/docs/Mono.Android/en/Android.Telecom/ConnectionService.xml @@ -550,7 +550,7 @@ To be added. - [TODO: @inheritDoc] + To be added To be added. diff --git a/docs/Mono.Android/en/Android.Telecom/GatewayInfo.xml b/docs/Mono.Android/en/Android.Telecom/GatewayInfo.xml index f5b2532fe2..01145084f3 100644 --- a/docs/Mono.Android/en/Android.Telecom/GatewayInfo.xml +++ b/docs/Mono.Android/en/Android.Telecom/GatewayInfo.xml @@ -160,7 +160,7 @@ - [TODO: @inheritDoc] + To be added To be added. @@ -452,7 +452,7 @@ To be added. To be added. - [TODO: @inheritDoc] + To be added diff --git a/docs/Mono.Android/en/Android.Telecom/InCallService+VideoCall.xml b/docs/Mono.Android/en/Android.Telecom/InCallService+VideoCall.xml index 39a2130ce7..07a900de94 100644 --- a/docs/Mono.Android/en/Android.Telecom/InCallService+VideoCall.xml +++ b/docs/Mono.Android/en/Android.Telecom/InCallService+VideoCall.xml @@ -18,14 +18,19 @@ - To be added. + Used to issue commands to the Connection.VideoProvider associated with a + Call. - Android platform documentation + Java documentation for android.telecom.InCallService.VideoCall. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -189,9 +194,19 @@ - To be added. + Issues a request to the Connection.VideoProvider to retrieve the cumulative data + usage for the video component of the current call (in bytes). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.InCallService.VideoCall.requestCallDataUsage(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -216,9 +231,19 @@ - To be added. + Issues a request to the Connection.VideoProvider to retrieve the capabilities + of the current camera. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.InCallService.VideoCall.requestCameraCapabilities(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -245,10 +270,19 @@ - To be added. - To be added. + The requested call video properties. + Issues a request to modify the properties of the current video session. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.InCallService.VideoCall.sendSessionModifyRequest(android.telecom.VideoProfile). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -275,10 +309,20 @@ - To be added. - To be added. + The response call video properties. + Provides a response to a request to change the current call video session + properties. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.InCallService.VideoCall.sendSessionModifyResponse(android.telecom.VideoProfile). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -305,10 +349,20 @@ - To be added. - To be added. + The id of the camera (use ids as reported by + CameraManager#getCameraIdList()). + Sets the camera to be used for the outgoing video. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.InCallService.VideoCall.setCamera(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -335,10 +389,19 @@ - To be added. - To be added. + The device orientation, in degrees. + Sets the device orientation, in degrees. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.InCallService.VideoCall.setDeviceOrientation(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -365,10 +428,19 @@ - To be added. - To be added. + The Surface. + Sets the surface to be used for displaying the video received from the remote device. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.InCallService.VideoCall.setDisplaySurface(android.view.Surface). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -395,10 +467,20 @@ - To be added. - To be added. + URI of image to display. + Provides the Connection.VideoProvider with the Uri of an image to be + displayed to the peer device when the video signal is paused. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.InCallService.VideoCall.setPauseImage(android.net.Uri). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -425,10 +507,20 @@ - To be added. - To be added. + The Surface. + Sets the surface to be used for displaying a preview of what the user's camera is + currently capturing. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.InCallService.VideoCall.setPreviewSurface(android.view.Surface). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -455,10 +547,19 @@ - To be added. - To be added. + The camera zoom ratio. + Sets camera zoom ratio. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.InCallService.VideoCall.setZoom(float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Telecom/PhoneAccount+Builder.xml b/docs/Mono.Android/en/Android.Telecom/PhoneAccount+Builder.xml index 04c3c965ed..b271718a4a 100644 --- a/docs/Mono.Android/en/Android.Telecom/PhoneAccount+Builder.xml +++ b/docs/Mono.Android/en/Android.Telecom/PhoneAccount+Builder.xml @@ -18,14 +18,18 @@ - To be added. + Helper class for creating a PhoneAccount. - Android platform documentation + Java documentation for android.telecom.PhoneAccount.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -49,10 +53,20 @@ - To be added. - To be added. + The PhoneAccount used to initialize the builder. + Creates an instance of the PhoneAccount.Builder from an existing + PhoneAccount. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.PhoneAccount.Builder.PhoneAccount$Builder(android.telecom.PhoneAccount). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -79,9 +93,18 @@ To be added. To be added. - To be added. + Creates a builder with the specified PhoneAccountHandle and label. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.PhoneAccount.Builder.PhoneAccount$Builder(android.telecom.PhoneAccountHandle, java.lang.CharSequence). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -189,10 +212,19 @@ - To be added. - To be added. + Creates an instance of a PhoneAccount based on the current builder settings. + The PhoneAccount. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.PhoneAccount.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Telecom/RemoteConference+Callback.xml b/docs/Mono.Android/en/Android.Telecom/RemoteConference+Callback.xml index 43692c9315..22e3febfc1 100644 --- a/docs/Mono.Android/en/Android.Telecom/RemoteConference+Callback.xml +++ b/docs/Mono.Android/en/Android.Telecom/RemoteConference+Callback.xml @@ -18,14 +18,18 @@ - To be added. + Callback base class for RemoteConference. - Android platform documentation + Java documentation for android.telecom.RemoteConference.Callback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -130,11 +134,21 @@ - To be added. - To be added. - To be added. + The RemoteConference invoking this method. + The list of conferenceable RemoteConnections. + Invoked when the set of RemoteConnections which can be added to this conference + call have changed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.RemoteConference.Callback.onConferenceableConnectionsChanged(android.telecom.RemoteConference, java.util.List<android.telecom.RemoteConnection>). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -162,11 +176,20 @@ - To be added. - To be added. - To be added. + The RemoteConference invoking this method. + The RemoteConnection being added. + Invoked when a RemoteConnection is added to the conference call. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.RemoteConference.Callback.onConnectionAdded(android.telecom.RemoteConference, android.telecom.RemoteConnection). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -201,11 +224,20 @@ - To be added. - To be added. - To be added. + The RemoteConference invoking this method. + The new capabilities of the RemoteConference. + Indicates that the call capabilities of this RemoteConference have changed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.RemoteConference.Callback.onConnectionCapabilitiesChanged(android.telecom.RemoteConference, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -240,11 +272,20 @@ - To be added. - To be added. - To be added. + The RemoteConference invoking this method. + The new properties of the RemoteConference. + Indicates that the call properties of this RemoteConference have changed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.RemoteConference.Callback.onConnectionPropertiesChanged(android.telecom.RemoteConference, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -272,11 +313,20 @@ - To be added. - To be added. - To be added. + The RemoteConference invoking this method. + The RemoteConnection being removed. + Invoked when a RemoteConnection is removed from the conference call. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.RemoteConference.Callback.onConnectionRemoved(android.telecom.RemoteConference, android.telecom.RemoteConnection). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -303,10 +353,19 @@ - To be added. - To be added. + The RemoteConference invoking this method. + Indicates that this RemoteConference has been destroyed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.RemoteConference.Callback.onDestroyed(android.telecom.RemoteConference). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -334,11 +393,21 @@ - To be added. - To be added. - To be added. + The RemoteConference invoking this method. + The (DisconnectCause) associated with this failed + conference. + Invoked when this RemoteConference is disconnected. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.RemoteConference.Callback.onDisconnected(android.telecom.RemoteConference, android.telecom.DisconnectCause). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -366,11 +435,20 @@ - To be added. - To be added. - To be added. + The RemoteConference invoking this method. + The extras containing other information associated with the conference. + Handles changes to the RemoteConference extras. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.RemoteConference.Callback.onExtrasChanged(android.telecom.RemoteConference, android.os.Bundle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -413,12 +491,21 @@ - To be added. - To be added. - To be added. - To be added. + The RemoteConference invoking this method. + The previous state of the RemoteConference. + The new state of the RemoteConference. + Invoked when the state of this RemoteConferece has changed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.RemoteConference.Callback.onStateChanged(android.telecom.RemoteConference, int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Telecom/RemoteConnection+Callback.xml b/docs/Mono.Android/en/Android.Telecom/RemoteConnection+Callback.xml index dd7202f1a0..18256735d4 100644 --- a/docs/Mono.Android/en/Android.Telecom/RemoteConnection+Callback.xml +++ b/docs/Mono.Android/en/Android.Telecom/RemoteConnection+Callback.xml @@ -18,14 +18,18 @@ - To be added. + Callback base class for RemoteConnection. - Android platform documentation + Java documentation for android.telecom.RemoteConnection.Callback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -138,12 +142,22 @@ - To be added. - To be added. - To be added. - To be added. + The RemoteConnection invoking this method. + The new address of the RemoteConnection. + The presentation requirements for the address. + See TelecomManager for valid values. + Indicates that the address (e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.RemoteConnection.Callback.onAddressChanged(android.telecom.RemoteConnection, android.net.Uri, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -179,12 +193,22 @@ - To be added. - To be added. - To be added. - To be added. + The RemoteConnection invoking this method. + The new caller display name of the RemoteConnection. + The presentation requirements for the handle. + See TelecomManager for valid values. + Indicates that the caller display name of this RemoteConnection has changed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.RemoteConnection.Callback.onCallerDisplayNameChanged(android.telecom.RemoteConnection, java.lang.String, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -212,11 +236,22 @@ - To be added. - To be added. - To be added. + The RemoteConnection invoking this method. + The RemoteConnections with which this + RemoteConnection may be asked to create a conference. + Indicates that the RemoteConnections with which this RemoteConnection + may be asked to create a conference has changed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.RemoteConnection.Callback.onConferenceableConnectionsChanged(android.telecom.RemoteConnection, java.util.List<android.telecom.RemoteConnection>). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -244,11 +279,22 @@ - To be added. - To be added. - To be added. + The RemoteConnection invoking this method. + The RemoteConference of which this RemoteConnection is + a part, which may be null. + Indicates that the RemoteConference that this RemoteConnection is a part + of has changed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.RemoteConnection.Callback.onConferenceChanged(android.telecom.RemoteConnection, android.telecom.RemoteConference). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -283,11 +329,20 @@ - To be added. - To be added. - To be added. + The RemoteConnection invoking this method. + The new capabilities of the RemoteConnection. + Indicates that the call capabilities of this RemoteConnection have changed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.RemoteConnection.Callback.onConnectionCapabilitiesChanged(android.telecom.RemoteConnection, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -316,12 +371,22 @@ - To be added. To be added. - To be added. - To be added. + The RemoteConnection invoking this method. + The connection event. + Extras associated with the event. + Handles a connection event propagated to this RemoteConnection. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.RemoteConnection.Callback.onConnectionEvent(android.telecom.RemoteConnection, java.lang.String, android.os.Bundle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -356,11 +421,20 @@ - To be added. - To be added. - To be added. + The RemoteConnection invoking this method. + The new properties of the RemoteConnection. + Indicates that the call properties of this RemoteConnection have changed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.RemoteConnection.Callback.onConnectionPropertiesChanged(android.telecom.RemoteConnection, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -387,10 +461,19 @@ - To be added. - To be added. + The RemoteConnection invoking this method. + Indicates that this RemoteConnection has been destroyed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.RemoteConnection.Callback.onDestroyed(android.telecom.RemoteConnection). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -418,11 +501,21 @@ - To be added. - To be added. - To be added. + The RemoteConnection invoking this method. + The (DisconnectCause) associated with this failed + connection. + Invoked when this RemoteConnection is disconnected. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.RemoteConnection.Callback.onDisconnected(android.telecom.RemoteConnection, android.telecom.DisconnectCause). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -450,11 +543,20 @@ - To be added. - To be added. - To be added. + The RemoteConnection invoking this method. + The extras containing other information associated with the connection. + Handles changes to the RemoteConnection extras. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.RemoteConnection.Callback.onExtrasChanged(android.telecom.RemoteConnection, android.os.Bundle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -482,11 +584,21 @@ - To be added. - To be added. - To be added. + The RemoteConnection invoking this method. + The character being processed. + Invoked when the post-dial sequence in the outgoing Connection has processed + a character. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.RemoteConnection.Callback.onPostDialChar(android.telecom.RemoteConnection, char). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -514,11 +626,21 @@ - To be added. - To be added. - To be added. + The RemoteConnection invoking this method. + The post-dial characters that remain to be sent. + Invoked when the post-dial sequence in the outgoing Connection has reached a + pause character. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.RemoteConnection.Callback.onPostDialWait(android.telecom.RemoteConnection, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -546,11 +668,20 @@ - To be added. - To be added. - To be added. + The RemoteConnection invoking this method. + Whether the RemoteConnection is requesting ringback. + Invoked when this RemoteConnection is requesting ringback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.RemoteConnection.Callback.onRingbackRequested(android.telecom.RemoteConnection, boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -585,11 +716,20 @@ - To be added. - To be added. - To be added. + The RemoteConnection invoking this method. + The new state of the RemoteConnection. + Invoked when the state of this RemoteConnection has changed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.RemoteConnection.Callback.onStateChanged(android.telecom.RemoteConnection, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -688,11 +828,20 @@ - To be added. - To be added. - To be added. + The RemoteConnection invoking this method. + The new video state of the RemoteConnection. + Indicates that the video state of this RemoteConnection has changed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.RemoteConnection.Callback.onVideoStateChanged(android.telecom.RemoteConnection, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -720,11 +869,20 @@ - To be added. - To be added. - To be added. + The RemoteConnection invoking this method. + Whether the new audio state of the RemoteConnection is VOIP. + Indicates that the VOIP audio status of this RemoteConnection has changed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.RemoteConnection.Callback.onVoipAudioChanged(android.telecom.RemoteConnection, boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Telecom/RemoteConnection+VideoProvider.xml b/docs/Mono.Android/en/Android.Telecom/RemoteConnection+VideoProvider.xml index ffd91b9c98..39218297af 100644 --- a/docs/Mono.Android/en/Android.Telecom/RemoteConnection+VideoProvider.xml +++ b/docs/Mono.Android/en/Android.Telecom/RemoteConnection+VideoProvider.xml @@ -18,14 +18,19 @@ - To be added. + + RemoteConnection.VideoProvider associated with a RemoteConnection. - Android platform documentation + Java documentation for android.telecom.RemoteConnection.VideoProvider. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -134,9 +139,19 @@ - To be added. + Issues a request to retrieve the data usage (in bytes) of the video portion of the + RemoteConnection for the RemoteConnection.VideoProvider. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.RemoteConnection.VideoProvider.requestCallDataUsage(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -161,9 +176,19 @@ - To be added. + Issues a request to retrieve the capabilities of the current camera for the + RemoteConnection.VideoProvider. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.RemoteConnection.VideoProvider.requestCameraCapabilities(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -191,11 +216,21 @@ - To be added. - To be added. - To be added. + The video profile prior to the request. + The video profile with the requested changes made. + Issues a request to modify the properties of the current video session for the + RemoteConnection.VideoProvider. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.RemoteConnection.VideoProvider.sendSessionModifyRequest(android.telecom.VideoProfile, android.telecom.VideoProfile). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -222,10 +257,20 @@ - To be added. - To be added. + The response call video properties. + Provides a response to a request to change the current call video session + properties for the RemoteConnection.VideoProvider. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.RemoteConnection.VideoProvider.sendSessionModifyResponse(android.telecom.VideoProfile). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -252,10 +297,21 @@ - To be added. - To be added. + The id of the camera (use ids as reported by + CameraManager#getCameraIdList()). + Sets the camera to be used for the outgoing video for the + RemoteConnection.VideoProvider. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.RemoteConnection.VideoProvider.setCamera(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -282,10 +338,19 @@ - To be added. - To be added. + The device orientation, in degrees. + Sets the device orientation, in degrees, for the RemoteConnection.VideoProvider. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.RemoteConnection.VideoProvider.setDeviceOrientation(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -312,10 +377,20 @@ - To be added. - To be added. + The Surface. + Sets the surface to be used for displaying the video received from the remote device for + the RemoteConnection.VideoProvider. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.RemoteConnection.VideoProvider.setDisplaySurface(android.view.Surface). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -343,9 +418,19 @@ To be added. - To be added. + Sets the Uri of an image to be displayed to the peer device when the video signal + is paused, for the RemoteConnection.VideoProvider. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.RemoteConnection.VideoProvider.setPauseImage(android.net.Uri). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -372,10 +457,20 @@ - To be added. - To be added. + The Surface. + Sets the surface to be used for displaying a preview of what the user's camera is + currently capturing for the RemoteConnection.VideoProvider. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.RemoteConnection.VideoProvider.setPreviewSurface(android.view.Surface). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -402,10 +497,19 @@ - To be added. - To be added. + The camera zoom ratio. + Sets camera zoom ratio for the RemoteConnection.VideoProvider. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.RemoteConnection.VideoProvider.setZoom(float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Telecom/VideoProfile+CameraCapabilities.xml b/docs/Mono.Android/en/Android.Telecom/VideoProfile+CameraCapabilities.xml index 1d86865574..4c8f92b258 100644 --- a/docs/Mono.Android/en/Android.Telecom/VideoProfile+CameraCapabilities.xml +++ b/docs/Mono.Android/en/Android.Telecom/VideoProfile+CameraCapabilities.xml @@ -31,14 +31,18 @@ - To be added. + Represents the camera capabilities important to a Video Telephony provider. - Android platform documentation + Java documentation for android.telecom.VideoProfile.CameraCapabilities. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -63,11 +67,20 @@ - To be added. - To be added. - To be added. + The width of the camera video (in pixels). + The height of the camera video (in pixels). + Create a call camera capabilities instance. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.VideoProfile.CameraCapabilities.VideoProfile$CameraCapabilities(int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -94,12 +107,23 @@ - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. + The width of the camera video (in pixels). + The height of the camera video (in pixels). + True when camera supports zoom. + Maximum zoom supported by camera. + Create a call camera capabilities instance that optionally supports zoom. + + + + Java documentation for android.telecom.VideoProfile.CameraCapabilities.VideoProfile$CameraCapabilities(int, int, boolean, float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -153,10 +177,21 @@ - To be added. - To be added. + Describe the kinds of special objects contained in this Parcelable's + marshalled representation. + a bitmask indicating the set of special object types marshalled + by the Parcelable. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.VideoProfile.CameraCapabilities.describeContents(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -180,10 +215,19 @@ System.Int32 - To be added. + The height of the camera video in pixels. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.VideoProfile.CameraCapabilities.getHeight(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -207,9 +251,20 @@ System.Boolean - To be added. + Returns true is zoom is supported, false otherwise. To be added. - To be added. + + + + Java documentation for android.telecom.VideoProfile.CameraCapabilities.isZoomSupported(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -266,9 +321,20 @@ System.Single - To be added. + Returns the maximum zoom supported by the camera. To be added. - To be added. + + + + Java documentation for android.telecom.VideoProfile.CameraCapabilities.getMaxZoom(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -353,10 +419,19 @@ System.Int32 - To be added. + The width of the camera video in pixels. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.VideoProfile.CameraCapabilities.getWidth(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -394,11 +469,21 @@ - To be added. - To be added. - To be added. + The Parcel in which the object should be written. + Additional flags about how the object should be written. + May be 0 or #PARCELABLE_WRITE_RETURN_VALUE. + Flatten this object in to a Parcel. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telecom.VideoProfile.CameraCapabilities.writeToParcel(android.os.Parcel, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Telephony.Data/ApnSetting+Builder.xml b/docs/Mono.Android/en/Android.Telephony.Data/ApnSetting+Builder.xml index 09b8fdfcbe..a6712d535e 100644 --- a/docs/Mono.Android/en/Android.Telephony.Data/ApnSetting+Builder.xml +++ b/docs/Mono.Android/en/Android.Telephony.Data/ApnSetting+Builder.xml @@ -18,8 +18,20 @@ - To be added. - To be added. + Provides a convenient way to set the fields of a ApnSetting when creating a new + instance. + + + + Java documentation for android.telephony.data.ApnSetting.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -39,8 +51,19 @@ - To be added. - To be added. + Default constructor for Builder. + + + + Java documentation for android.telephony.data.ApnSetting.Builder.ApnSetting$Builder(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -85,9 +108,23 @@ - To be added. - To be added. - To be added. + Builds ApnSetting from this builder. + + null if #setApnName(String) or #setEntryName(String) + is empty, or #setApnTypeBitmask(int) doesn't contain a valid bit, + ApnSetting built from this builder otherwise. + + + + Java documentation for android.telephony.data.ApnSetting.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Telephony.Data/ApnSetting.xml b/docs/Mono.Android/en/Android.Telephony.Data/ApnSetting.xml index 7dc3af4620..ba8d1de00b 100644 --- a/docs/Mono.Android/en/Android.Telephony.Data/ApnSetting.xml +++ b/docs/Mono.Android/en/Android.Telephony.Data/ApnSetting.xml @@ -434,7 +434,18 @@ To be added. To be added. - To be added. + + + + Java documentation for android.telephony.data.ApnSetting.describeContents(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -2216,7 +2227,18 @@ To be added. To be added. To be added. - To be added. + + + + Java documentation for android.telephony.data.ApnSetting.writeToParcel(android.os.Parcel, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Telephony.Data/NetworkSliceInfo+Builder.xml b/docs/Mono.Android/en/Android.Telephony.Data/NetworkSliceInfo+Builder.xml index 46a3585bab..198d043c44 100644 --- a/docs/Mono.Android/en/Android.Telephony.Data/NetworkSliceInfo+Builder.xml +++ b/docs/Mono.Android/en/Android.Telephony.Data/NetworkSliceInfo+Builder.xml @@ -18,8 +18,20 @@ - To be added. - To be added. + Provides a convenient way to set the fields of a NetworkSliceInfo when creating a + new instance. + + + + Java documentation for android.telephony.data.NetworkSliceInfo.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -39,8 +51,19 @@ - To be added. - To be added. + Default constructor for Builder. + + + + Java documentation for android.telephony.data.NetworkSliceInfo.Builder.NetworkSliceInfo$Builder(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -64,9 +87,20 @@ - To be added. - To be added. - To be added. + Build the NetworkSliceInfo. + the NetworkSliceInfo object. + + + + Java documentation for android.telephony.data.NetworkSliceInfo.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Telephony.Data/TrafficDescriptor+Builder.xml b/docs/Mono.Android/en/Android.Telephony.Data/TrafficDescriptor+Builder.xml index 199c3f179b..7063771e7c 100644 --- a/docs/Mono.Android/en/Android.Telephony.Data/TrafficDescriptor+Builder.xml +++ b/docs/Mono.Android/en/Android.Telephony.Data/TrafficDescriptor+Builder.xml @@ -18,8 +18,20 @@ - To be added. - To be added. + Provides a convenient way to set the fields of a TrafficDescriptor when creating a + new instance. + + + + Java documentation for android.telephony.data.TrafficDescriptor.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -39,8 +51,19 @@ - To be added. - To be added. + Default constructor for Builder. + + + + Java documentation for android.telephony.data.TrafficDescriptor.Builder.TrafficDescriptor$Builder(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -64,9 +87,20 @@ - To be added. - To be added. - To be added. + Build the TrafficDescriptor. + the TrafficDescriptor object. + + + + Java documentation for android.telephony.data.TrafficDescriptor.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Telephony.Emergency/EmergencyNumber.xml b/docs/Mono.Android/en/Android.Telephony.Emergency/EmergencyNumber.xml index 840014f59a..b65bce3a8a 100644 --- a/docs/Mono.Android/en/Android.Telephony.Emergency/EmergencyNumber.xml +++ b/docs/Mono.Android/en/Android.Telephony.Emergency/EmergencyNumber.xml @@ -179,7 +179,18 @@ To be added. To be added. - To be added. + + + + Java documentation for android.telephony.emergency.EmergencyNumber.describeContents(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1342,7 +1353,18 @@ To be added. To be added. To be added. - To be added. + + + + Java documentation for android.telephony.emergency.EmergencyNumber.writeToParcel(android.os.Parcel, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Telephony.Euicc/DownloadableSubscription+Builder.xml b/docs/Mono.Android/en/Android.Telephony.Euicc/DownloadableSubscription+Builder.xml index 821258c9b4..a320f5621b 100644 --- a/docs/Mono.Android/en/Android.Telephony.Euicc/DownloadableSubscription+Builder.xml +++ b/docs/Mono.Android/en/Android.Telephony.Euicc/DownloadableSubscription+Builder.xml @@ -93,9 +93,20 @@ - To be added. - To be added. - To be added. + Builds a DownloadableSubscription object. + a non-null DownloadableSubscription object. + + + + Java documentation for android.telephony.euicc.DownloadableSubscription.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Telephony.Gsm/SmsMessage+MessageClass.xml b/docs/Mono.Android/en/Android.Telephony.Gsm/SmsMessage+MessageClass.xml index 5b91804105..e2a1665a63 100644 --- a/docs/Mono.Android/en/Android.Telephony.Gsm/SmsMessage+MessageClass.xml +++ b/docs/Mono.Android/en/Android.Telephony.Gsm/SmsMessage+MessageClass.xml @@ -24,7 +24,16 @@ SMS Class enumeration. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telephony.gsm.SmsMessage.MessageClass. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Telephony.Gsm/SmsMessage+SubmitPdu.xml b/docs/Mono.Android/en/Android.Telephony.Gsm/SmsMessage+SubmitPdu.xml index 919f6c08b2..1c7a799da9 100644 --- a/docs/Mono.Android/en/Android.Telephony.Gsm/SmsMessage+SubmitPdu.xml +++ b/docs/Mono.Android/en/Android.Telephony.Gsm/SmsMessage+SubmitPdu.xml @@ -24,7 +24,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telephony.gsm.SmsMessage.SubmitPdu. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -52,7 +61,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telephony.gsm.SmsMessage.SubmitPdu.SmsMessage$SubmitPdu(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -108,7 +126,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telephony.gsm.SmsMessage.SubmitPdu.encodedMessage. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -141,7 +168,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telephony.gsm.SmsMessage.SubmitPdu.encodedScAddress. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Telephony.Ims.Feature/MmTelCapabilityType.xml b/docs/Mono.Android/en/Android.Telephony.Ims.Feature/MmTelCapabilityType.xml index e185f64208..89dcd0f97a 100644 --- a/docs/Mono.Android/en/Android.Telephony.Ims.Feature/MmTelCapabilityType.xml +++ b/docs/Mono.Android/en/Android.Telephony.Ims.Feature/MmTelCapabilityType.xml @@ -39,6 +39,30 @@ To be added. + + + + + + Field + + Mono.Android + 0.0.0.0 + + + + [Android.Runtime.IntDefinition(null, JniField="")] + [<Android.Runtime.IntDefinition(null, JniField="")>] + + + + Android.Telephony.Ims.Feature.MmTelCapabilityType + + 0 + + To be added. + + diff --git a/docs/Mono.Android/en/Android.Telephony.Ims.Feature/MmTelFeature+MmTelCapabilities.xml b/docs/Mono.Android/en/Android.Telephony.Ims.Feature/MmTelFeature+MmTelCapabilities.xml index c689353736..abd04a69a5 100644 --- a/docs/Mono.Android/en/Android.Telephony.Ims.Feature/MmTelFeature+MmTelCapabilities.xml +++ b/docs/Mono.Android/en/Android.Telephony.Ims.Feature/MmTelFeature+MmTelCapabilities.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Contains the capabilities defined and supported by a MmTelFeature in the form of a Bitmask. + + + + Java documentation for android.telephony.ims.feature.MmTelFeature.MmTelCapabilities. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -68,8 +79,19 @@ 16 - To be added. - To be added. + This MmTelFeature supports Call Composer (section 2. + + + + Java documentation for android.telephony.ims.feature.MmTelFeature.MmTelCapabilities.CAPABILITY_TYPE_CALL_COMPOSER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -97,8 +119,19 @@ 8 - To be added. - To be added. + This MmTelFeature supports SMS (IR. + + + + Java documentation for android.telephony.ims.feature.MmTelFeature.MmTelCapabilities.CAPABILITY_TYPE_SMS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -126,8 +159,19 @@ 4 - To be added. - To be added. + This MmTelFeature supports XCAP over Ut for supplementary services. + + + + Java documentation for android.telephony.ims.feature.MmTelFeature.MmTelCapabilities.CAPABILITY_TYPE_UT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -155,8 +199,19 @@ 2 - To be added. - To be added. + This MmTelFeature supports Video (IR. + + + + Java documentation for android.telephony.ims.feature.MmTelFeature.MmTelCapabilities.CAPABILITY_TYPE_VIDEO. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -184,8 +239,19 @@ 1 - To be added. - To be added. + This MmTelFeature supports Voice calling (IR. + + + + Java documentation for android.telephony.ims.feature.MmTelFeature.MmTelCapabilities.CAPABILITY_TYPE_VOICE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -211,10 +277,21 @@ - To be added. + a bitmask of one or more capabilities. To be added. - To be added. - To be added. + true if all queried capabilities are true, otherwise false. + + + + Java documentation for android.telephony.ims.feature.MmTelFeature.MmTelCapabilities.isCapable(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Telephony.Ims/IRegistrationManager.xml b/docs/Mono.Android/en/Android.Telephony.Ims/IRegistrationManager.xml index 774f47b053..4c771fa402 100644 --- a/docs/Mono.Android/en/Android.Telephony.Ims/IRegistrationManager.xml +++ b/docs/Mono.Android/en/Android.Telephony.Ims/IRegistrationManager.xml @@ -118,10 +118,25 @@ - To be added. - To be added. - To be added. - To be added. + The Executor that will be used to call the transportTypeCallback. + The transport type associated with the current IMS registration, + which will be one of following: + AccessNetworkConstants#TRANSPORT_TYPE_WWAN, + AccessNetworkConstants#TRANSPORT_TYPE_WLAN, or + AccessNetworkConstants#TRANSPORT_TYPE_INVALID. + Gets the Transport Type associated with the current IMS registration. + + + + Java documentation for android.telephony.ims.RegistrationManager.getRegistrationTransportType(java.util.concurrent.Executor, java.util.function.Consumer<java.lang.Integer>). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Telephony.Ims/ImsMmTelManager+CapabilityCallback.xml b/docs/Mono.Android/en/Android.Telephony.Ims/ImsMmTelManager+CapabilityCallback.xml index 3ad30c4b57..5a11977ea0 100644 --- a/docs/Mono.Android/en/Android.Telephony.Ims/ImsMmTelManager+CapabilityCallback.xml +++ b/docs/Mono.Android/en/Android.Telephony.Ims/ImsMmTelManager+CapabilityCallback.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Receives IMS capability status updates from the ImsService. + + + + Java documentation for android.telephony.ims.ImsMmTelManager.CapabilityCallback. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Telephony.Ims/ImsMmTelManager.xml b/docs/Mono.Android/en/Android.Telephony.Ims/ImsMmTelManager.xml index 04ab479daf..29a24ee3e5 100644 --- a/docs/Mono.Android/en/Android.Telephony.Ims/ImsMmTelManager.xml +++ b/docs/Mono.Android/en/Android.Telephony.Ims/ImsMmTelManager.xml @@ -97,8 +97,19 @@ To be added. To be added. - To be added. - To be added. + To be added + + + + Java documentation for android.telephony.ims.ImsMmTelManager.getRegistrationState(java.util.concurrent.Executor, java.util.function.Consumer<java.lang.Integer>). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -255,7 +266,7 @@ <li>The caller is the default SMS app for the device.</li> </ul> <p>The profile owner is an app that owns a managed profile on the device; for more details - see <a href="https://developer.android.com/work/managed-profiles">Work profiles</a>. + see Work profiles. Access by profile owners is deprecated and will be removed in a future release. @@ -342,7 +353,7 @@ <li>The caller is the default SMS app for the device.</li> </ul> <p>The profile owner is an app that owns a managed profile on the device; for more details - see <a href="https://developer.android.com/work/managed-profiles">Work profiles</a>. + see Work profiles. Access by profile owners is deprecated and will be removed in a future release. diff --git a/docs/Mono.Android/en/Android.Telephony.Ims/ImsRcsManager.xml b/docs/Mono.Android/en/Android.Telephony.Ims/ImsRcsManager.xml index 86222c2152..5a4e6fb03e 100644 --- a/docs/Mono.Android/en/Android.Telephony.Ims/ImsRcsManager.xml +++ b/docs/Mono.Android/en/Android.Telephony.Ims/ImsRcsManager.xml @@ -171,10 +171,25 @@ - To be added. - To be added. - To be added. - To be added. + The Executor that will be used to call the transportTypeCallback. + The transport type associated with the current IMS registration, + which will be one of following: + AccessNetworkConstants#TRANSPORT_TYPE_WWAN, + AccessNetworkConstants#TRANSPORT_TYPE_WLAN, or + AccessNetworkConstants#TRANSPORT_TYPE_INVALID. + Gets the Transport Type associated with the current IMS registration. + + + + Java documentation for android.telephony.ims.ImsRcsManager.getRegistrationTransportType(java.util.concurrent.Executor, java.util.function.Consumer<java.lang.Integer>). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Telephony.Ims/RegistrationManagerRegistrationCallback.xml b/docs/Mono.Android/en/Android.Telephony.Ims/RegistrationManagerRegistrationCallback.xml index 8f384ee7ea..f424e4af30 100644 --- a/docs/Mono.Android/en/Android.Telephony.Ims/RegistrationManagerRegistrationCallback.xml +++ b/docs/Mono.Android/en/Android.Telephony.Ims/RegistrationManagerRegistrationCallback.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Callback class for receiving IMS network Registration callback events. + + + + Java documentation for android.telephony.ims.RegistrationManager.RegistrationCallback. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -116,9 +127,21 @@ - To be added. - To be added. - To be added. + The attributes associated with this IMS registration. + Notifies the framework when the IMS Provider is registered to the IMS network + with corresponding attributes. + + + + Java documentation for android.telephony.ims.RegistrationManager.RegistrationCallback.onRegistered(android.telephony.ims.ImsRegistrationAttributes). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -148,9 +171,20 @@ - To be added. - To be added. - To be added. + the radio access technology. + Notifies the framework when the IMS Provider is registered to the IMS network. + + + + Java documentation for android.telephony.ims.RegistrationManager.RegistrationCallback.onRegistered(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -176,9 +210,20 @@ - To be added. - To be added. - To be added. + The attributes associated with this IMS registration. + Notifies the framework when the IMS Provider is trying to register the IMS network. + + + + Java documentation for android.telephony.ims.RegistrationManager.RegistrationCallback.onRegistering(android.telephony.ims.ImsRegistrationAttributes). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -208,9 +253,20 @@ - To be added. - To be added. - To be added. + the radio access technology. + Notifies the framework when the IMS Provider is trying to register the IMS network. + + + + Java documentation for android.telephony.ims.RegistrationManager.RegistrationCallback.onRegistering(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -237,10 +293,21 @@ - To be added. - To be added. - To be added. - To be added. + The transport type that has failed to handover registration to. + A ImsReasonInfo that identifies the reason for failure. + A failure has occurred when trying to handover registration to another technology type. + + + + Java documentation for android.telephony.ims.RegistrationManager.RegistrationCallback.onTechnologyChangeFailed(int, android.telephony.ims.ImsReasonInfo). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -266,9 +333,20 @@ - To be added. - To be added. - To be added. + the ImsReasonInfo associated with why registration was disconnected. + Notifies the framework when the IMS Provider is unregistered from the IMS network. + + + + Java documentation for android.telephony.ims.RegistrationManager.RegistrationCallback.onUnregistered(android.telephony.ims.ImsReasonInfo). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Telephony.Mbms/DownloadRequest+Builder.xml b/docs/Mono.Android/en/Android.Telephony.Mbms/DownloadRequest+Builder.xml index 9d09d95096..6e526e6628 100644 --- a/docs/Mono.Android/en/Android.Telephony.Mbms/DownloadRequest+Builder.xml +++ b/docs/Mono.Android/en/Android.Telephony.Mbms/DownloadRequest+Builder.xml @@ -43,10 +43,26 @@ - To be added. - To be added. - To be added. - To be added. + the source URI for the DownloadRequest to be built. This URI should + never be null. + The final location for the file(s) that are to be downloaded. It + must be on the same filesystem as the temp file directory set via + android.telephony.MbmsDownloadSession#setTempFileRootDirectory(File). + The provided path must be a directory that exists. An + IllegalArgumentException will be thrown otherwise. + Builds a new DownloadRequest. + + + + Java documentation for android.telephony.mbms.DownloadRequest.Builder.DownloadRequest$Builder(android.net.Uri, android.net.Uri). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Telephony.Mbms/MbmsDownloadReceiver.xml b/docs/Mono.Android/en/Android.Telephony.Mbms/MbmsDownloadReceiver.xml index 1b94a9ba71..460ff40dc4 100644 --- a/docs/Mono.Android/en/Android.Telephony.Mbms/MbmsDownloadReceiver.xml +++ b/docs/Mono.Android/en/Android.Telephony.Mbms/MbmsDownloadReceiver.xml @@ -131,7 +131,18 @@ To be added. To be added. To be added. - To be added. + + + + Java documentation for android.telephony.mbms.MbmsDownloadReceiver.onReceive(android.content.Context, android.content.Intent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Telephony.Mbms/MbmsErrors+DownloadErrors.xml b/docs/Mono.Android/en/Android.Telephony.Mbms/MbmsErrors+DownloadErrors.xml index 391d2cdbb7..bcefe7750f 100644 --- a/docs/Mono.Android/en/Android.Telephony.Mbms/MbmsErrors+DownloadErrors.xml +++ b/docs/Mono.Android/en/Android.Telephony.Mbms/MbmsErrors+DownloadErrors.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Indicates the errors that are applicable only to the file-download use-case + + + + Java documentation for android.telephony.mbms.MbmsErrors.DownloadErrors. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -64,8 +75,20 @@ 401 - To be added. - To be added. + Indicates that the app is not allowed to change the temp file root at this time due to + outstanding download requests. + + + + Java documentation for android.telephony.mbms.MbmsErrors.DownloadErrors.ERROR_CANNOT_CHANGE_TEMP_FILE_ROOT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -89,8 +112,21 @@ 404 - To be added. - To be added. + Indicates that the service announcement descriptor passed via + android.telephony.MbmsDownloadSession#addServiceAnnouncement(byte[]) + is malformed. + + + + Java documentation for android.telephony.mbms.MbmsErrors.DownloadErrors.ERROR_MALFORMED_SERVICE_ANNOUNCEMENT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -114,8 +150,19 @@ 402 - To be added. - To be added. + Indicates that the middleware has no record of the supplied DownloadRequest. + + + + Java documentation for android.telephony.mbms.MbmsErrors.DownloadErrors.ERROR_UNKNOWN_DOWNLOAD_REQUEST. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -139,8 +186,19 @@ 403 - To be added. - To be added. + Indicates the the middleware has no record of the supplied FileInfo + + + + Java documentation for android.telephony.mbms.MbmsErrors.DownloadErrors.ERROR_UNKNOWN_FILE_INFO. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Telephony.Mbms/MbmsErrors+GeneralErrors.xml b/docs/Mono.Android/en/Android.Telephony.Mbms/MbmsErrors+GeneralErrors.xml index b2b869d3e5..ee25c445b7 100644 --- a/docs/Mono.Android/en/Android.Telephony.Mbms/MbmsErrors+GeneralErrors.xml +++ b/docs/Mono.Android/en/Android.Telephony.Mbms/MbmsErrors+GeneralErrors.xml @@ -18,8 +18,20 @@ - To be added. - To be added. + Indicates the errors that may occur at any point and are applicable to both + streaming and file-download. + + + + Java documentation for android.telephony.mbms.MbmsErrors.GeneralErrors. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -64,8 +76,20 @@ 207 - To be added. - To be added. + Indicates that MBMS is not available due to the inserted SIM being from an unsupported + carrier. + + + + Java documentation for android.telephony.mbms.MbmsErrors.GeneralErrors.ERROR_CARRIER_CHANGE_NOT_ALLOWED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -89,8 +113,20 @@ 204 - To be added. - To be added. + Indicates that the requested operation was not performed due to being in emergency + callback mode. + + + + Java documentation for android.telephony.mbms.MbmsErrors.GeneralErrors.ERROR_IN_E911. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -114,8 +150,21 @@ 201 - To be added. - To be added. + Indicates that the app attempted to perform an operation before receiving notification + that the middleware is ready via MbmsStreamingSessionCallback#onMiddlewareReady() + or MbmsDownloadSessionCallback#onMiddlewareReady(). + + + + Java documentation for android.telephony.mbms.MbmsErrors.GeneralErrors.ERROR_MIDDLEWARE_NOT_YET_READY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -139,8 +188,20 @@ 203 - To be added. - To be added. + Indicates that the requested operation failed due to the middleware being unavailable due + to a transient condition. + + + + Java documentation for android.telephony.mbms.MbmsErrors.GeneralErrors.ERROR_MIDDLEWARE_TEMPORARILY_UNAVAILABLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -164,8 +225,19 @@ 205 - To be added. - To be added. + Indicates that MBMS is not available due to the device being in roaming. + + + + Java documentation for android.telephony.mbms.MbmsErrors.GeneralErrors.ERROR_NOT_CONNECTED_TO_HOME_CARRIER_LTE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -189,8 +261,20 @@ 202 - To be added. - To be added. + Indicates that the middleware ran out of memory and was unable to complete the requested + operation. + + + + Java documentation for android.telephony.mbms.MbmsErrors.GeneralErrors.ERROR_OUT_OF_MEMORY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -214,8 +298,19 @@ 206 - To be added. - To be added. + Indicates that MBMS is not available due to a SIM read error. + + + + Java documentation for android.telephony.mbms.MbmsErrors.GeneralErrors.ERROR_UNABLE_TO_READ_SIM. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Telephony.Mbms/MbmsErrors+GroupCallErrors.xml b/docs/Mono.Android/en/Android.Telephony.Mbms/MbmsErrors+GroupCallErrors.xml index 7d1f221096..12bd55188d 100644 --- a/docs/Mono.Android/en/Android.Telephony.Mbms/MbmsErrors+GroupCallErrors.xml +++ b/docs/Mono.Android/en/Android.Telephony.Mbms/MbmsErrors+GroupCallErrors.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Indicates the errors that are applicable only to the group call use-case. + + + + Java documentation for android.telephony.mbms.MbmsErrors.GroupCallErrors. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -64,8 +75,21 @@ 502 - To be added. - To be added. + Indicates that the app called + android.telephony.MbmsGroupCallSession#startGroupCall more than once for the + same tmgi. + + + + Java documentation for android.telephony.mbms.MbmsErrors.GroupCallErrors.ERROR_DUPLICATE_START_GROUP_CALL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -89,8 +113,19 @@ 501 - To be added. - To be added. + Indicates that the middleware was unable to start the group call. + + + + Java documentation for android.telephony.mbms.MbmsErrors.GroupCallErrors.ERROR_UNABLE_TO_START_SERVICE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Telephony.Mbms/MbmsErrors+InitializationErrors.xml b/docs/Mono.Android/en/Android.Telephony.Mbms/MbmsErrors+InitializationErrors.xml index b4647e344d..1b3cadc33b 100644 --- a/docs/Mono.Android/en/Android.Telephony.Mbms/MbmsErrors+InitializationErrors.xml +++ b/docs/Mono.Android/en/Android.Telephony.Mbms/MbmsErrors+InitializationErrors.xml @@ -18,8 +18,20 @@ - To be added. - To be added. + Indicates errors that may be generated during initialization by the + middleware. + + + + Java documentation for android.telephony.mbms.MbmsErrors.InitializationErrors. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -64,8 +76,19 @@ 102 - To be added. - To be added. + Indicates that the app is not authorized to access media via MBMS. + + + + Java documentation for android.telephony.mbms.MbmsErrors.InitializationErrors.ERROR_APP_PERMISSIONS_NOT_GRANTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -89,8 +112,20 @@ 101 - To be added. - To be added. + Indicates that the app tried to create more than one instance each of + MbmsStreamingSession or android.telephony.MbmsDownloadSession. + + + + Java documentation for android.telephony.mbms.MbmsErrors.InitializationErrors.ERROR_DUPLICATE_INITIALIZE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -114,8 +149,19 @@ 103 - To be added. - To be added. + Indicates that the middleware was unable to initialize for this app. + + + + Java documentation for android.telephony.mbms.MbmsErrors.InitializationErrors.ERROR_UNABLE_TO_INITIALIZE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Telephony.Mbms/MbmsErrors+StreamingErrors.xml b/docs/Mono.Android/en/Android.Telephony.Mbms/MbmsErrors+StreamingErrors.xml index a49c3232d6..3b8e4b04e4 100644 --- a/docs/Mono.Android/en/Android.Telephony.Mbms/MbmsErrors+StreamingErrors.xml +++ b/docs/Mono.Android/en/Android.Telephony.Mbms/MbmsErrors+StreamingErrors.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Indicates the errors that are applicable only to the streaming use-case + + + + Java documentation for android.telephony.mbms.MbmsErrors.StreamingErrors. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -64,8 +75,19 @@ 301 - To be added. - To be added. + Indicates that the middleware cannot start a stream due to too many ongoing streams + + + + Java documentation for android.telephony.mbms.MbmsErrors.StreamingErrors.ERROR_CONCURRENT_SERVICE_LIMIT_REACHED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -89,8 +111,22 @@ 303 - To be added. - To be added. + Indicates that the app called + MbmsStreamingSession#startStreaming(StreamingServiceInfo, + java.util.concurrent.Executor, StreamingServiceCallback) + more than once for the same StreamingServiceInfo. + + + + Java documentation for android.telephony.mbms.MbmsErrors.StreamingErrors.ERROR_DUPLICATE_START_STREAM. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -114,8 +150,19 @@ 302 - To be added. - To be added. + Indicates that the middleware was unable to start the streaming service + + + + Java documentation for android.telephony.mbms.MbmsErrors.StreamingErrors.ERROR_UNABLE_TO_START_SERVICE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Telephony/AccessNetworkConstants+EutranBand.xml b/docs/Mono.Android/en/Android.Telephony/AccessNetworkConstants+EutranBand.xml index 57edeb7c87..25bb323993 100644 --- a/docs/Mono.Android/en/Android.Telephony/AccessNetworkConstants+EutranBand.xml +++ b/docs/Mono.Android/en/Android.Telephony/AccessNetworkConstants+EutranBand.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Frequency bands for EUTRAN. + + + + Java documentation for android.telephony.AccessNetworkConstants.EutranBand. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Telephony/AccessNetworkConstants+GeranBand.xml b/docs/Mono.Android/en/Android.Telephony/AccessNetworkConstants+GeranBand.xml index 9440637091..29b5cb70ee 100644 --- a/docs/Mono.Android/en/Android.Telephony/AccessNetworkConstants+GeranBand.xml +++ b/docs/Mono.Android/en/Android.Telephony/AccessNetworkConstants+GeranBand.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Frequency bands for GERAN. + + + + Java documentation for android.telephony.AccessNetworkConstants.GeranBand. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Telephony/AccessNetworkConstants+NgranBands.xml b/docs/Mono.Android/en/Android.Telephony/AccessNetworkConstants+NgranBands.xml index e119ae22df..00fabace65 100644 --- a/docs/Mono.Android/en/Android.Telephony/AccessNetworkConstants+NgranBands.xml +++ b/docs/Mono.Android/en/Android.Telephony/AccessNetworkConstants+NgranBands.xml @@ -18,8 +18,20 @@ - To be added. - To be added. + Frequency bands for NGRAN + https://www. + + + + Java documentation for android.telephony.AccessNetworkConstants.NgranBands. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -43,8 +55,19 @@ 1 - To be added. - To be added. + 3GPP TS 38. + + + + Java documentation for android.telephony.AccessNetworkConstants.NgranBands.BAND_1. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -218,8 +241,19 @@ 257 - To be added. - To be added. + 3GPP TS 38. + + + + Java documentation for android.telephony.AccessNetworkConstants.NgranBands.BAND_257. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Telephony/AccessNetworkConstants+UtranBand.xml b/docs/Mono.Android/en/Android.Telephony/AccessNetworkConstants+UtranBand.xml index 7434a3962d..e5f66e129b 100644 --- a/docs/Mono.Android/en/Android.Telephony/AccessNetworkConstants+UtranBand.xml +++ b/docs/Mono.Android/en/Android.Telephony/AccessNetworkConstants+UtranBand.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Frequency bands for UTRAN. + + + + Java documentation for android.telephony.AccessNetworkConstants.UtranBand. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -543,8 +554,21 @@ 101 - To be added. - To be added. + Band A + 1900 - 1920 MHz: Uplink and downlink transmission + 2010 - 2025 MHz: Uplink and downlink transmission + + + + Java documentation for android.telephony.AccessNetworkConstants.UtranBand.BAND_A. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -568,8 +592,21 @@ 102 - To be added. - To be added. + Band B + 1850 - 1910 MHz: Uplink and downlink transmission + 1930 - 1990 MHz: Uplink and downlink transmission + + + + Java documentation for android.telephony.AccessNetworkConstants.UtranBand.BAND_B. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -593,8 +630,20 @@ 103 - To be added. - To be added. + Band C + 1910 - 1930 MHz: Uplink and downlink transmission + + + + Java documentation for android.telephony.AccessNetworkConstants.UtranBand.BAND_C. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -618,8 +667,20 @@ 104 - To be added. - To be added. + Band D + 2570 - 2620 MHz: Uplink and downlink transmission + + + + Java documentation for android.telephony.AccessNetworkConstants.UtranBand.BAND_D. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -643,8 +704,20 @@ 105 - To be added. - To be added. + Band E + 2300—2400 MHz: Uplink and downlink transmission + + + + Java documentation for android.telephony.AccessNetworkConstants.UtranBand.BAND_E. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -668,8 +741,20 @@ 106 - To be added. - To be added. + Band F + 1880 - 1920 MHz: Uplink and downlink transmission + + + + Java documentation for android.telephony.AccessNetworkConstants.UtranBand.BAND_F. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Telephony/BarringInfo+BarringServiceInfo.xml b/docs/Mono.Android/en/Android.Telephony/BarringInfo+BarringServiceInfo.xml index 70fdc3d0c6..630e710430 100644 --- a/docs/Mono.Android/en/Android.Telephony/BarringInfo+BarringServiceInfo.xml +++ b/docs/Mono.Android/en/Android.Telephony/BarringInfo+BarringServiceInfo.xml @@ -31,8 +31,19 @@ - To be added. - To be added. + Describe the current barring configuration of a cell + + + + Java documentation for android.telephony.BarringInfo.BarringServiceInfo. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -88,8 +99,19 @@ 1 - To be added. - To be added. + The service may be barred based on additional factors + + + + Java documentation for android.telephony.BarringInfo.BarringServiceInfo.BARRING_TYPE_CONDITIONAL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -120,8 +142,19 @@ 0 - To be added. - To be added. + Barring is inactive + + + + Java documentation for android.telephony.BarringInfo.BarringServiceInfo.BARRING_TYPE_NONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -152,8 +185,19 @@ 2 - To be added. - To be added. + The service is barred + + + + Java documentation for android.telephony.BarringInfo.BarringServiceInfo.BARRING_TYPE_UNCONDITIONAL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -184,8 +228,19 @@ -1 - To be added. - To be added. + If a modem does not report barring info, then the barring type will be UNKNOWN + + + + Java documentation for android.telephony.BarringInfo.BarringServiceInfo.BARRING_TYPE_UNKNOWN. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -209,8 +264,20 @@ To be added. - To be added. - To be added. + the conditional barring factor as a percentage 0-100, which is the probability of + a random device being barred for the service type. + + + + Java documentation for android.telephony.BarringInfo.BarringServiceInfo.getConditionalBarringFactor(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -234,8 +301,20 @@ To be added. - To be added. - To be added. + the conditional barring time seconds, which is the interval between successive + evaluations for conditional barring based on the barring factor. + + + + Java documentation for android.telephony.BarringInfo.BarringServiceInfo.getConditionalBarringTimeSeconds(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -312,9 +391,20 @@ System.Boolean - To be added. - To be added. - To be added. + Return whether a service is currently barred based on the BarringInfo + true if the service is currently being barred, otherwise false + + + + Java documentation for android.telephony.BarringInfo.BarringServiceInfo.isBarred(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -338,8 +428,21 @@ To be added. - To be added. - To be added. + true if the conditional barring parameters have resulted in the service being + barred; false if the service has either not been evaluated for conditional + barring or has been evaluated and isn't barred. + + + + Java documentation for android.telephony.BarringInfo.BarringServiceInfo.isConditionallyBarred(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Telephony/CarrierConfigManager+Apn.xml b/docs/Mono.Android/en/Android.Telephony/CarrierConfigManager+Apn.xml index 7e00fc778d..02d83a5d56 100644 --- a/docs/Mono.Android/en/Android.Telephony/CarrierConfigManager+Apn.xml +++ b/docs/Mono.Android/en/Android.Telephony/CarrierConfigManager+Apn.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Configs used for APN setup. + + + + Java documentation for android.telephony.CarrierConfigManager.Apn. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -75,8 +86,19 @@ System.String - To be added. - To be added. + Prefix of all Apn. + + + + Java documentation for android.telephony.CarrierConfigManager.Apn.KEY_PREFIX. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -99,8 +121,20 @@ System.String - To be added. - To be added. + Default value of APN protocol field if not specified by user when adding/modifying + an APN. + + + + Java documentation for android.telephony.CarrierConfigManager.Apn.KEY_SETTINGS_DEFAULT_PROTOCOL_STRING. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -123,8 +157,20 @@ System.String - To be added. - To be added. + Default value of APN roaming protocol field if not specified by user when + adding/modifying an APN. + + + + Java documentation for android.telephony.CarrierConfigManager.Apn.KEY_SETTINGS_DEFAULT_ROAMING_PROTOCOL_STRING. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -147,8 +193,19 @@ System.String - To be added. - To be added. + IPv4 internet protocol + + + + Java documentation for android.telephony.CarrierConfigManager.Apn.PROTOCOL_IPV4. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -171,8 +228,19 @@ System.String - To be added. - To be added. + IPv4 or IPv6 internet protocol + + + + Java documentation for android.telephony.CarrierConfigManager.Apn.PROTOCOL_IPV4V6. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -195,8 +263,19 @@ System.String - To be added. - To be added. + IPv6 internet protocol + + + + Java documentation for android.telephony.CarrierConfigManager.Apn.PROTOCOL_IPV6. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Telephony/CarrierConfigManager+Gps.xml b/docs/Mono.Android/en/Android.Telephony/CarrierConfigManager+Gps.xml index 691136a2ee..8761e91acb 100644 --- a/docs/Mono.Android/en/Android.Telephony/CarrierConfigManager+Gps.xml +++ b/docs/Mono.Android/en/Android.Telephony/CarrierConfigManager+Gps.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + GPS configs. + + + + Java documentation for android.telephony.CarrierConfigManager.Gps. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -71,8 +82,19 @@ System.String - To be added. - To be added. + Determine whether current lpp_mode used for E-911 needs to be kept persistently. + + + + Java documentation for android.telephony.CarrierConfigManager.Gps.KEY_PERSIST_LPP_MODE_BOOL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -95,8 +117,19 @@ System.String - To be added. - To be added. + Prefix of all Gps. + + + + Java documentation for android.telephony.CarrierConfigManager.Gps.KEY_PREFIX. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Telephony/CarrierConfigManager+Ims.xml b/docs/Mono.Android/en/Android.Telephony/CarrierConfigManager+Ims.xml index cb5499a80f..320587a072 100644 --- a/docs/Mono.Android/en/Android.Telephony/CarrierConfigManager+Ims.xml +++ b/docs/Mono.Android/en/Android.Telephony/CarrierConfigManager+Ims.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Configs used by the IMS stack. + + + + Java documentation for android.telephony.CarrierConfigManager.Ims. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -71,8 +82,21 @@ System.String - To be added. - To be added. + Flag indicating whether or not this carrier supports the exchange of phone numbers with + the carrier's RCS presence server in order to retrieve the RCS capabilities of requested + contacts used in the RCS User Capability Exchange (UCE) procedure. + + + + Java documentation for android.telephony.CarrierConfigManager.Ims.KEY_ENABLE_PRESENCE_CAPABILITY_EXCHANGE_BOOL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -95,8 +119,20 @@ System.String - To be added. - To be added. + Flag indicating whether or not the carrier supports capability exchange with a list of + contacts. + + + + Java documentation for android.telephony.CarrierConfigManager.Ims.KEY_ENABLE_PRESENCE_GROUP_SUBSCRIBE_BOOL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -119,8 +155,21 @@ System.String - To be added. - To be added. + A boolean flag specifying whether or not this carrier supports the device notifying the + network of its RCS capabilities using the SIP PUBLISH procedure defined for User + Capability Exchange (UCE). + + + + Java documentation for android.telephony.CarrierConfigManager.Ims.KEY_ENABLE_PRESENCE_PUBLISH_BOOL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -143,8 +192,20 @@ System.String - To be added. - To be added. + A boolean flag specifying whether or not this carrier requires one IMS registration for + all IMS services (MMTEL and RCS). + + + + Java documentation for android.telephony.CarrierConfigManager.Ims.KEY_IMS_SINGLE_REGISTRATION_REQUIRED_BOOL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -167,8 +228,20 @@ System.String - To be added. - To be added. + An integer key associated with the period of time in seconds the non-rcs capability + information of each contact is cached on the device. + + + + Java documentation for android.telephony.CarrierConfigManager.Ims.KEY_NON_RCS_CAPABILITIES_CACHE_EXPIRATION_SEC_INT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -191,8 +264,19 @@ System.String - To be added. - To be added. + Prefix of all Ims. + + + + Java documentation for android.telephony.CarrierConfigManager.Ims.KEY_PREFIX. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -215,8 +299,22 @@ System.String - To be added. - To be added. + Flag indicating whether or not the carrier expects the RCS UCE service to periodically + refresh the RCS capabilities cache of the user's contacts as well as request the + capabilities of call contacts when the SIM card is first inserted or when a new contact + is added, removed, or modified. + + + + Java documentation for android.telephony.CarrierConfigManager.Ims.KEY_RCS_BULK_CAPABILITY_EXCHANGE_BOOL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -239,8 +337,19 @@ System.String - To be added. - To be added. + Specifies the RCS feature tag allowed for the carrier. + + + + Java documentation for android.telephony.CarrierConfigManager.Ims.KEY_RCS_FEATURE_TAG_ALLOWED_STRING_ARRAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -263,8 +372,19 @@ System.String - To be added. - To be added. + Delay in milliseconds to turn off wifi when IMS is registered over wifi. + + + + Java documentation for android.telephony.CarrierConfigManager.Ims.KEY_WIFI_OFF_DEFERRING_TIME_MILLIS_INT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Telephony/CarrierConfigManager+ImsServiceEntitlement.xml b/docs/Mono.Android/en/Android.Telephony/CarrierConfigManager+ImsServiceEntitlement.xml index 53cfc3ad06..278b50aeca 100644 --- a/docs/Mono.Android/en/Android.Telephony/CarrierConfigManager+ImsServiceEntitlement.xml +++ b/docs/Mono.Android/en/Android.Telephony/CarrierConfigManager+ImsServiceEntitlement.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Configs used by ImsServiceEntitlement. + + + + Java documentation for android.telephony.CarrierConfigManager.ImsServiceEntitlement. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -71,8 +82,19 @@ System.String - To be added. - To be added. + The address of the entitlement configuration server. + + + + Java documentation for android.telephony.CarrierConfigManager.ImsServiceEntitlement.KEY_ENTITLEMENT_SERVER_URL_STRING. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -95,8 +117,19 @@ System.String - To be added. - To be added. + The FCM sender ID for the carrier. + + + + Java documentation for android.telephony.CarrierConfigManager.ImsServiceEntitlement.KEY_FCM_SENDER_ID_STRING. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -119,8 +152,20 @@ System.String - To be added. - To be added. + For some carriers, the network is not provisioned by default to support + IMS (VoLTE/VoWiFi/SMSoIP) service for all end users. + + + + Java documentation for android.telephony.CarrierConfigManager.ImsServiceEntitlement.KEY_IMS_PROVISIONING_BOOL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -143,8 +188,19 @@ System.String - To be added. - To be added. + Prefix of all ImsServiceEntitlement. + + + + Java documentation for android.telephony.CarrierConfigManager.ImsServiceEntitlement.KEY_PREFIX. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -167,8 +223,20 @@ System.String - To be added. - To be added. + For some carriers, end-users may be presented with a web portal of the carrier before + being allowed to use the VoWiFi service. + + + + Java documentation for android.telephony.CarrierConfigManager.ImsServiceEntitlement.KEY_SHOW_VOWIFI_WEBVIEW_BOOL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Telephony/CarrierConfigManager+Iwlan.xml b/docs/Mono.Android/en/Android.Telephony/CarrierConfigManager+Iwlan.xml index 3fda9b7de5..2c96779a93 100644 --- a/docs/Mono.Android/en/Android.Telephony/CarrierConfigManager+Iwlan.xml +++ b/docs/Mono.Android/en/Android.Telephony/CarrierConfigManager+Iwlan.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Configs used for epdg tunnel bring up. + + + + Java documentation for android.telephony.CarrierConfigManager.Iwlan. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -47,8 +58,19 @@ 1 - To be added. - To be added. + Server is authenticated using its certificate. + + + + Java documentation for android.telephony.CarrierConfigManager.Iwlan.AUTHENTICATION_METHOD_CERT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -76,8 +98,19 @@ 0 - To be added. - To be added. + Certificate sent from the server is ignored. + + + + Java documentation for android.telephony.CarrierConfigManager.Iwlan.AUTHENTICATION_METHOD_EAP_ONLY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -105,8 +138,19 @@ 3 - To be added. - To be added. + Use cellular location to chose epdg server + + + + Java documentation for android.telephony.CarrierConfigManager.Iwlan.EPDG_ADDRESS_CELLULAR_LOC. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -134,8 +178,19 @@ 2 - To be added. - To be added. + Use the epdg address received in protocol configuration options (PCO) from the network. + + + + Java documentation for android.telephony.CarrierConfigManager.Iwlan.EPDG_ADDRESS_PCO. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -163,8 +218,19 @@ 1 - To be added. - To be added. + Construct the epdg address using plmn. + + + + Java documentation for android.telephony.CarrierConfigManager.Iwlan.EPDG_ADDRESS_PLMN. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -192,8 +258,19 @@ 0 - To be added. - To be added. + Use static epdg address. + + + + Java documentation for android.telephony.CarrierConfigManager.Iwlan.EPDG_ADDRESS_STATIC. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -221,8 +298,19 @@ 2 - To be added. - To be added. + Ike Identification Fully Qualified Domain Name + + + + Java documentation for android.telephony.CarrierConfigManager.Iwlan.ID_TYPE_FQDN. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -250,8 +338,19 @@ 11 - To be added. - To be added. + Ike Identification opaque octet stream for vendor specific information + + + + Java documentation for android.telephony.CarrierConfigManager.Iwlan.ID_TYPE_KEY_ID. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -279,8 +378,19 @@ 3 - To be added. - To be added. + Ike Identification Fully Qualified RFC 822 email address. + + + + Java documentation for android.telephony.CarrierConfigManager.Iwlan.ID_TYPE_RFC822_ADDR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -332,8 +442,19 @@ System.String - To be added. - To be added. + Controls if KE payload should be added during child session local rekey procedure. + + + + Java documentation for android.telephony.CarrierConfigManager.Iwlan.KEY_ADD_KE_TO_CHILD_SESSION_REKEY_BOOL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -404,8 +525,20 @@ System.String - To be added. - To be added. + List of supported key sizes for AES Cipher Block Chaining (CBC) encryption mode of child + session. + + + + Java documentation for android.telephony.CarrierConfigManager.Iwlan.KEY_CHILD_SESSION_AES_CBC_KEY_SIZE_INT_ARRAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -428,8 +561,19 @@ System.String - To be added. - To be added. + List of supported key sizes for AES Counter (CTR) encryption mode of child session. + + + + Java documentation for android.telephony.CarrierConfigManager.Iwlan.KEY_CHILD_SESSION_AES_CTR_KEY_SIZE_INT_ARRAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -452,8 +596,19 @@ System.String - To be added. - To be added. + Supported DH groups for IKE negotiation. + + + + Java documentation for android.telephony.CarrierConfigManager.Iwlan.KEY_DIFFIE_HELLMAN_GROUPS_INT_ARRAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -500,8 +655,19 @@ System.String - To be added. - To be added. + A priority list of ePDG addresses to be used. + + + + Java documentation for android.telephony.CarrierConfigManager.Iwlan.KEY_EPDG_ADDRESS_PRIORITY_INT_ARRAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -524,8 +690,19 @@ System.String - To be added. - To be added. + Method used to authenticate epdg server. + + + + Java documentation for android.telephony.CarrierConfigManager.Iwlan.KEY_EPDG_AUTHENTICATION_METHOD_INT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -548,8 +725,19 @@ System.String - To be added. - To be added. + Specifies the PCO id for IPv4 Epdg server address + + + + Java documentation for android.telephony.CarrierConfigManager.Iwlan.KEY_EPDG_PCO_ID_IPV4_INT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -572,8 +760,19 @@ System.String - To be added. - To be added. + Specifies the PCO id for IPv6 Epdg server address + + + + Java documentation for android.telephony.CarrierConfigManager.Iwlan.KEY_EPDG_PCO_ID_IPV6_INT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -596,8 +795,19 @@ System.String - To be added. - To be added. + Epdg static IP address or FQDN for roaming + + + + Java documentation for android.telephony.CarrierConfigManager.Iwlan.KEY_EPDG_STATIC_ADDRESS_ROAMING_STRING. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -620,8 +830,19 @@ System.String - To be added. - To be added. + Epdg static IP address or FQDN + + + + Java documentation for android.telephony.CarrierConfigManager.Iwlan.KEY_EPDG_STATIC_ADDRESS_STRING. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -644,8 +865,19 @@ System.String - To be added. - To be added. + Specifies the local identity type for IKE negotiations. + + + + Java documentation for android.telephony.CarrierConfigManager.Iwlan.KEY_IKE_LOCAL_ID_TYPE_INT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -716,8 +948,19 @@ System.String - To be added. - To be added. + Specifies the remote identity type for IKE negotiations. + + + + Java documentation for android.telephony.CarrierConfigManager.Iwlan.KEY_IKE_REMOTE_ID_TYPE_INT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -740,8 +983,20 @@ System.String - To be added. - To be added. + List of supported key sizes for AES Cipher Block Chaining (CBC) encryption mode of IKE + session. + + + + Java documentation for android.telephony.CarrierConfigManager.Iwlan.KEY_IKE_SESSION_AES_CBC_KEY_SIZE_INT_ARRAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -764,8 +1019,19 @@ System.String - To be added. - To be added. + List of supported key sizes for AES Counter (CTR) encryption mode of IKE session. + + + + Java documentation for android.telephony.CarrierConfigManager.Iwlan.KEY_IKE_SESSION_AES_CTR_KEY_SIZE_INT_ARRAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -788,8 +1054,19 @@ System.String - To be added. - To be added. + Maximum number of retries for tunnel establishment. + + + + Java documentation for android.telephony.CarrierConfigManager.Iwlan.KEY_MAX_RETRIES_INT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -812,8 +1089,19 @@ System.String - To be added. - To be added. + List of '-' separated MCC/MNCs used to create ePDG FQDN as per 3GPP TS 23. + + + + Java documentation for android.telephony.CarrierConfigManager.Iwlan.KEY_MCC_MNCS_STRING_ARRAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -860,8 +1148,19 @@ System.String - To be added. - To be added. + Prefix of all Epdg. + + + + Java documentation for android.telephony.CarrierConfigManager.Iwlan.KEY_PREFIX. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -884,8 +1183,21 @@ System.String - To be added. - To be added. + List of IKE message retransmission timeouts in milliseconds, where each timeout + is the waiting time before next retry, except the last timeout which is the waiting time + before terminating the IKE Session. + + + + Java documentation for android.telephony.CarrierConfigManager.Iwlan.KEY_RETRANSMIT_TIMER_MSEC_INT_ARRAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -908,8 +1220,19 @@ System.String - To be added. - To be added. + List of supported encryption algorithms for child session. + + + + Java documentation for android.telephony.CarrierConfigManager.Iwlan.KEY_SUPPORTED_CHILD_SESSION_ENCRYPTION_ALGORITHMS_INT_ARRAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -932,8 +1255,19 @@ System.String - To be added. - To be added. + List of supported encryption algorithms for IKE session. + + + + Java documentation for android.telephony.CarrierConfigManager.Iwlan.KEY_SUPPORTED_IKE_SESSION_ENCRYPTION_ALGORITHMS_INT_ARRAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -956,8 +1290,19 @@ System.String - To be added. - To be added. + List of supported integrity algorithms for IKE session. + + + + Java documentation for android.telephony.CarrierConfigManager.Iwlan.KEY_SUPPORTED_INTEGRITY_ALGORITHMS_INT_ARRAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -980,8 +1325,19 @@ System.String - To be added. - To be added. + List of supported pseudo random function algorithms for IKE session. + + + + Java documentation for android.telephony.CarrierConfigManager.Iwlan.KEY_SUPPORTED_PRF_ALGORITHMS_INT_ARRAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Telephony/CellIdentity.xml b/docs/Mono.Android/en/Android.Telephony/CellIdentity.xml index bcc440acad..4b65a87a6a 100644 --- a/docs/Mono.Android/en/Android.Telephony/CellIdentity.xml +++ b/docs/Mono.Android/en/Android.Telephony/CellIdentity.xml @@ -381,8 +381,19 @@ To be added. To be added. - To be added. - To be added. + Used by child classes for parceling. + + + + Java documentation for android.telephony.CellIdentity.writeToParcel(android.os.Parcel, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Telephony/CellSignalStrengthCdma.xml b/docs/Mono.Android/en/Android.Telephony/CellSignalStrengthCdma.xml index 83af79ed99..88d8f3b597 100644 --- a/docs/Mono.Android/en/Android.Telephony/CellSignalStrengthCdma.xml +++ b/docs/Mono.Android/en/Android.Telephony/CellSignalStrengthCdma.xml @@ -566,7 +566,7 @@ System.Int32 - [TODO: @inheritDoc] + To be added To be added. diff --git a/docs/Mono.Android/en/Android.Telephony/CellSignalStrengthGsm.xml b/docs/Mono.Android/en/Android.Telephony/CellSignalStrengthGsm.xml index fa51dda5f7..fb06302528 100644 --- a/docs/Mono.Android/en/Android.Telephony/CellSignalStrengthGsm.xml +++ b/docs/Mono.Android/en/Android.Telephony/CellSignalStrengthGsm.xml @@ -353,7 +353,7 @@ System.Int32 - [TODO: @inheritDoc] + To be added To be added. diff --git a/docs/Mono.Android/en/Android.Telephony/CellSignalStrengthLte.xml b/docs/Mono.Android/en/Android.Telephony/CellSignalStrengthLte.xml index 401df0f33c..32c96e897a 100644 --- a/docs/Mono.Android/en/Android.Telephony/CellSignalStrengthLte.xml +++ b/docs/Mono.Android/en/Android.Telephony/CellSignalStrengthLte.xml @@ -389,7 +389,7 @@ System.Int32 - [TODO: @inheritDoc] + To be added To be added. diff --git a/docs/Mono.Android/en/Android.Telephony/CellSignalStrengthNr.xml b/docs/Mono.Android/en/Android.Telephony/CellSignalStrengthNr.xml index 61113b25d4..7b068e2ff4 100644 --- a/docs/Mono.Android/en/Android.Telephony/CellSignalStrengthNr.xml +++ b/docs/Mono.Android/en/Android.Telephony/CellSignalStrengthNr.xml @@ -474,7 +474,7 @@ System.Int32 - [TODO: @inheritDoc] + To be added To be added. @@ -696,7 +696,18 @@ To be added. To be added. To be added. - To be added. + + + + Java documentation for android.telephony.CellSignalStrengthNr.writeToParcel(android.os.Parcel, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Telephony/CellSignalStrengthTdscdma.xml b/docs/Mono.Android/en/Android.Telephony/CellSignalStrengthTdscdma.xml index fd08163899..5a6ac2316c 100644 --- a/docs/Mono.Android/en/Android.Telephony/CellSignalStrengthTdscdma.xml +++ b/docs/Mono.Android/en/Android.Telephony/CellSignalStrengthTdscdma.xml @@ -301,7 +301,7 @@ System.Int32 - [TODO: @inheritDoc] + To be added To be added. diff --git a/docs/Mono.Android/en/Android.Telephony/CellSignalStrengthWcdma.xml b/docs/Mono.Android/en/Android.Telephony/CellSignalStrengthWcdma.xml index 864b046bf7..2c26c2121d 100644 --- a/docs/Mono.Android/en/Android.Telephony/CellSignalStrengthWcdma.xml +++ b/docs/Mono.Android/en/Android.Telephony/CellSignalStrengthWcdma.xml @@ -352,7 +352,7 @@ System.Int32 - [TODO: @inheritDoc] + To be added To be added. diff --git a/docs/Mono.Android/en/Android.Telephony/NetworkRegistrationInfo.xml b/docs/Mono.Android/en/Android.Telephony/NetworkRegistrationInfo.xml index 6ea5b0a0c9..a62bfc092a 100644 --- a/docs/Mono.Android/en/Android.Telephony/NetworkRegistrationInfo.xml +++ b/docs/Mono.Android/en/Android.Telephony/NetworkRegistrationInfo.xml @@ -1162,7 +1162,18 @@ To be added. To be added. To be added. - To be added. + + + + Java documentation for android.telephony.NetworkRegistrationInfo.writeToParcel(android.os.Parcel, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Telephony/PhoneNumberUtils.xml b/docs/Mono.Android/en/Android.Telephony/PhoneNumberUtils.xml index bec93d3a1f..a1a567b885 100644 --- a/docs/Mono.Android/en/Android.Telephony/PhoneNumberUtils.xml +++ b/docs/Mono.Android/en/Android.Telephony/PhoneNumberUtils.xml @@ -151,9 +151,8 @@ - To be added. - To be added. - number2 + number1 + number2 The lowercase two letter ISO 3166-1 country code. Used when parsing the phone numbers where it is not possible to determine the country associated with a phone number based on the number alone. It diff --git a/docs/Mono.Android/en/Android.Telephony/SignalStrengthUpdateRequest+Builder.xml b/docs/Mono.Android/en/Android.Telephony/SignalStrengthUpdateRequest+Builder.xml index 2c0d74e5f6..0858bb7ce1 100644 --- a/docs/Mono.Android/en/Android.Telephony/SignalStrengthUpdateRequest+Builder.xml +++ b/docs/Mono.Android/en/Android.Telephony/SignalStrengthUpdateRequest+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Builder class to create SignalStrengthUpdateRequest object. + + + + Java documentation for android.telephony.SignalStrengthUpdateRequest.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -64,9 +75,20 @@ - To be added. - To be added. - To be added. + Build a SignalStrengthUpdateRequest object. + the SignalStrengthUpdateRequest object + + + + Java documentation for android.telephony.SignalStrengthUpdateRequest.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Telephony/SignalThresholdInfo+Builder.xml b/docs/Mono.Android/en/Android.Telephony/SignalThresholdInfo+Builder.xml index 7968aaba3a..1eecee5303 100644 --- a/docs/Mono.Android/en/Android.Telephony/SignalThresholdInfo+Builder.xml +++ b/docs/Mono.Android/en/Android.Telephony/SignalThresholdInfo+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Builder class to create SignalThresholdInfo objects. + + + + Java documentation for android.telephony.SignalThresholdInfo.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -64,9 +75,20 @@ - To be added. - To be added. - To be added. + Build SignalThresholdInfo object. + the SignalThresholdInfo object build out + + + + Java documentation for android.telephony.SignalThresholdInfo.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Telephony/SmsManager+FinancialSmsCallback.xml b/docs/Mono.Android/en/Android.Telephony/SmsManager+FinancialSmsCallback.xml index 0eb5958a3a..041a1d9f97 100644 --- a/docs/Mono.Android/en/Android.Telephony/SmsManager+FinancialSmsCallback.xml +++ b/docs/Mono.Android/en/Android.Telephony/SmsManager+FinancialSmsCallback.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + callback for providing asynchronous sms messages for financial app. + + + + Java documentation for android.telephony.SmsManager.FinancialSmsCallback. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -116,9 +127,20 @@ - To be added. - To be added. - To be added. + SMS messages. + Callback to send sms messages back to financial app asynchronously. + + + + Java documentation for android.telephony.SmsManager.FinancialSmsCallback.onFinancialSmsMessages(android.database.CursorWindow). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Telephony/SmsMessage+MessageClass.xml b/docs/Mono.Android/en/Android.Telephony/SmsMessage+MessageClass.xml index 56b2fb05fb..3fe775ee6b 100644 --- a/docs/Mono.Android/en/Android.Telephony/SmsMessage+MessageClass.xml +++ b/docs/Mono.Android/en/Android.Telephony/SmsMessage+MessageClass.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.telephony.SmsMessage.MessageClass. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Telephony/SubscriptionManager+OnOpportunisticSubscriptionsChangedListener.xml b/docs/Mono.Android/en/Android.Telephony/SubscriptionManager+OnOpportunisticSubscriptionsChangedListener.xml index ab986ee3b4..0c15aab100 100644 --- a/docs/Mono.Android/en/Android.Telephony/SubscriptionManager+OnOpportunisticSubscriptionsChangedListener.xml +++ b/docs/Mono.Android/en/Android.Telephony/SubscriptionManager+OnOpportunisticSubscriptionsChangedListener.xml @@ -18,8 +18,20 @@ - To be added. - To be added. + A listener class for monitoring changes to SubscriptionInfo records of opportunistic + subscriptions. + + + + Java documentation for android.telephony.SubscriptionManager.OnOpportunisticSubscriptionsChangedListener. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -114,8 +126,19 @@ - To be added. - To be added. + Callback invoked when there is any change to any SubscriptionInfo. + + + + Java documentation for android.telephony.SubscriptionManager.OnOpportunisticSubscriptionsChangedListener.onOpportunisticSubscriptionsChanged(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Telephony/SubscriptionManager+OnSubscriptionsChangedListener.xml b/docs/Mono.Android/en/Android.Telephony/SubscriptionManager+OnSubscriptionsChangedListener.xml index bdab05eb49..815eaf91d1 100644 --- a/docs/Mono.Android/en/Android.Telephony/SubscriptionManager+OnSubscriptionsChangedListener.xml +++ b/docs/Mono.Android/en/Android.Telephony/SubscriptionManager+OnSubscriptionsChangedListener.xml @@ -18,14 +18,18 @@ - To be added. + A listener class for monitoring changes to SubscriptionInfo records. - Android platform documentation + Java documentation for android.telephony.SubscriptionManager.OnSubscriptionsChangedListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -127,9 +131,19 @@ - To be added. + Callback invoked when there is any change to any SubscriptionInfo, as well as once on + registering for changes with #addOnSubscriptionsChangedListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telephony.SubscriptionManager.OnSubscriptionsChangedListener.onSubscriptionsChanged(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Telephony/SubscriptionManager.xml b/docs/Mono.Android/en/Android.Telephony/SubscriptionManager.xml index 57d3f0e957..63bb59375c 100644 --- a/docs/Mono.Android/en/Android.Telephony/SubscriptionManager.xml +++ b/docs/Mono.Android/en/Android.Telephony/SubscriptionManager.xml @@ -620,10 +620,22 @@ - To be added. - To be added. - To be added. - To be added. + The subscription to check. + Checks whether the app with the given context is authorized to manage the given subscription + according to its metadata. + whether the app is authorized to manage this subscription per its metadata. + + + + Java documentation for android.telephony.SubscriptionManager.canManageSubscription(android.telephony.SubscriptionInfo). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -2196,7 +2208,9 @@ the subscriber this override applies to. set if the subscription should be considered congested. - To be added. + the network types this override applies to. If no + network types are specified, override values will be ignored. + TelephonyManager#getAllNetworkTypes() the timeout after which the requested override will be automatically cleared, or 0 to leave in the requested state until explicitly cleared, or the next reboot, @@ -2206,7 +2220,7 @@ - Java documentation for android.telephony.SubscriptionManager.setSubscriptionOverrideCongested(int, boolean, long). + Java documentation for android.telephony.SubscriptionManager.setSubscriptionOverrideCongested(int, boolean, int[], long). @@ -2294,7 +2308,9 @@ the subscriber this override applies to. set if the billing relationship should be considered unmetered. - To be added. + the network types this override applies to. If no + network types are specified, override values will be ignored. + TelephonyManager#getAllNetworkTypes() the timeout after which the requested override will be automatically cleared, or 0 to leave in the requested state until explicitly cleared, or the next reboot, @@ -2304,7 +2320,7 @@ - Java documentation for android.telephony.SubscriptionManager.setSubscriptionOverrideUnmetered(int, boolean, long). + Java documentation for android.telephony.SubscriptionManager.setSubscriptionOverrideUnmetered(int, boolean, int[], long). diff --git a/docs/Mono.Android/en/Android.Telephony/SubscriptionPlan+Builder.xml b/docs/Mono.Android/en/Android.Telephony/SubscriptionPlan+Builder.xml index 63321d66aa..ff57e7c474 100644 --- a/docs/Mono.Android/en/Android.Telephony/SubscriptionPlan+Builder.xml +++ b/docs/Mono.Android/en/Android.Telephony/SubscriptionPlan+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Builder for a SubscriptionPlan. + + + + Java documentation for android.telephony.SubscriptionPlan.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+IActiveDataSubscriptionIdListener.xml b/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+IActiveDataSubscriptionIdListener.xml index 54e39c1580..70f339e4df 100644 --- a/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+IActiveDataSubscriptionIdListener.xml +++ b/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+IActiveDataSubscriptionIdListener.xml @@ -25,8 +25,19 @@ - To be added. - To be added. + Interface for active data subscription ID listener. + + + + Java documentation for android.telephony.TelephonyCallback.ActiveDataSubscriptionIdListener. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -52,9 +63,24 @@ - To be added. - To be added. - To be added. + current subscription used to setup Cellular Internet data. The data is + only active on the subscription at a time, even it is multi-SIM mode. + For example, it could be the current active opportunistic subscription + in use, or the subscription user selected as default data subscription in + DSDS mode. + Callback invoked when active data subscription ID changes. + + + + Java documentation for android.telephony.TelephonyCallback.ActiveDataSubscriptionIdListener.onActiveDataSubscriptionIdChanged(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+IBarringInfoListener.xml b/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+IBarringInfoListener.xml index 0d07b5c8f2..5e748a81c8 100644 --- a/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+IBarringInfoListener.xml +++ b/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+IBarringInfoListener.xml @@ -25,8 +25,19 @@ - To be added. - To be added. + Interface for barring information listener. + + + + Java documentation for android.telephony.TelephonyCallback.BarringInfoListener. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -52,9 +63,20 @@ - To be added. - To be added. - To be added. + for all services on the current cell. + Report updated barring information for the current camped/registered cell. + + + + Java documentation for android.telephony.TelephonyCallback.BarringInfoListener.onBarringInfoChanged(android.telephony.BarringInfo). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+ICallDisconnectCauseListener.xml b/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+ICallDisconnectCauseListener.xml index 43f1e462b6..6808499084 100644 --- a/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+ICallDisconnectCauseListener.xml +++ b/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+ICallDisconnectCauseListener.xml @@ -25,8 +25,19 @@ - To be added. - To be added. + Interface for call disconnect cause listener. + + + + Java documentation for android.telephony.TelephonyCallback.CallDisconnectCauseListener. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -53,10 +64,23 @@ - To be added. - To be added. - To be added. - To be added. + + DisconnectCause. + + PreciseDisconnectCause. + Callback invoked when call disconnect cause changes on the registered subscription. + + + + Java documentation for android.telephony.TelephonyCallback.CallDisconnectCauseListener.onCallDisconnectCauseChanged(int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+ICallForwardingIndicatorListener.xml b/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+ICallForwardingIndicatorListener.xml index f30b947c7c..8b9971134d 100644 --- a/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+ICallForwardingIndicatorListener.xml +++ b/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+ICallForwardingIndicatorListener.xml @@ -25,8 +25,19 @@ - To be added. - To be added. + Interface for call-forwarding indicator listener. + + + + Java documentation for android.telephony.TelephonyCallback.CallForwardingIndicatorListener. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -53,8 +64,20 @@ To be added. - To be added. - To be added. + Callback invoked when the call-forwarding indicator changes on the registered + subscription. + + + + Java documentation for android.telephony.TelephonyCallback.CallForwardingIndicatorListener.onCallForwardingIndicatorChanged(boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+ICallStateListener.xml b/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+ICallStateListener.xml index 11120a2fbf..e63139dc40 100644 --- a/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+ICallStateListener.xml +++ b/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+ICallStateListener.xml @@ -25,8 +25,19 @@ - To be added. - To be added. + Interface for call state listener. + + + + Java documentation for android.telephony.TelephonyCallback.CallStateListener. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -52,9 +63,20 @@ - To be added. - To be added. - To be added. + the current call state + Callback invoked when device call state changes. + + + + Java documentation for android.telephony.TelephonyCallback.CallStateListener.onCallStateChanged(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+ICarrierNetworkListener.xml b/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+ICarrierNetworkListener.xml index 4e3ecd8a74..6b8f91dffe 100644 --- a/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+ICarrierNetworkListener.xml +++ b/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+ICarrierNetworkListener.xml @@ -25,8 +25,19 @@ - To be added. - To be added. + Interface for carrier network listener. + + + + Java documentation for android.telephony.TelephonyCallback.CarrierNetworkListener. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -52,9 +63,24 @@ - To be added. - To be added. - To be added. + If the carrier network change is or shortly will be active, + true indicate that showing alternative UI, false otherwise. + Callback invoked when telephony has received notice from a carrier + app that a network action that could result in connectivity loss + has been requested by an app using + android.service.carrier.CarrierService#notifyCarrierNetworkChange(boolean) + + + + Java documentation for android.telephony.TelephonyCallback.CarrierNetworkListener.onCarrierNetworkChange(boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+ICellInfoListener.xml b/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+ICellInfoListener.xml index 86901684cf..731e1e0ecb 100644 --- a/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+ICellInfoListener.xml +++ b/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+ICellInfoListener.xml @@ -25,8 +25,19 @@ - To be added. - To be added. + Interface for cell info listener. + + + + Java documentation for android.telephony.TelephonyCallback.CellInfoListener. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -52,9 +63,21 @@ - To be added. - To be added. - To be added. + is the list of currently visible cells. + Callback invoked when a observed cell info has changed or new cells have been added + or removed on the registered subscription. + + + + Java documentation for android.telephony.TelephonyCallback.CellInfoListener.onCellInfoChanged(java.util.List<android.telephony.CellInfo>). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+ICellLocationListener.xml b/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+ICellLocationListener.xml index 2d0cbdd6c2..955d7d1ece 100644 --- a/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+ICellLocationListener.xml +++ b/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+ICellLocationListener.xml @@ -25,8 +25,19 @@ - To be added. - To be added. + Interface for device cell location listener. + + + + Java documentation for android.telephony.TelephonyCallback.CellLocationListener. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -53,8 +64,19 @@ To be added. - To be added. - To be added. + Callback invoked when device cell location changes on the registered subscription. + + + + Java documentation for android.telephony.TelephonyCallback.CellLocationListener.onCellLocationChanged(android.telephony.CellLocation). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+IDataActivationStateListener.xml b/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+IDataActivationStateListener.xml index 7479b87343..7ee65c07dd 100644 --- a/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+IDataActivationStateListener.xml +++ b/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+IDataActivationStateListener.xml @@ -25,8 +25,19 @@ - To be added. - To be added. + Interface for SIM data activation state listener. + + + + Java documentation for android.telephony.TelephonyCallback.DataActivationStateListener. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -52,9 +63,21 @@ - To be added. - To be added. - To be added. + is the current SIM data activation state + Callback invoked when the SIM data activation state has changed on the registered + subscription. + + + + Java documentation for android.telephony.TelephonyCallback.DataActivationStateListener.onDataActivationStateChanged(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+IDataActivityListener.xml b/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+IDataActivityListener.xml index 45dd7c376d..a9051a601a 100644 --- a/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+IDataActivityListener.xml +++ b/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+IDataActivityListener.xml @@ -25,8 +25,19 @@ - To be added. - To be added. + Interface for data activity state listener. + + + + Java documentation for android.telephony.TelephonyCallback.DataActivityListener. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -53,8 +64,19 @@ To be added. - To be added. - To be added. + Callback invoked when data activity state changes on the registered subscription. + + + + Java documentation for android.telephony.TelephonyCallback.DataActivityListener.onDataActivity(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+IDataConnectionStateListener.xml b/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+IDataConnectionStateListener.xml index 3c65c9d475..5b1e5d581f 100644 --- a/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+IDataConnectionStateListener.xml +++ b/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+IDataConnectionStateListener.xml @@ -25,8 +25,19 @@ - To be added. - To be added. + Interface for data connection state listener. + + + + Java documentation for android.telephony.TelephonyCallback.DataConnectionStateListener. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -53,10 +64,21 @@ - To be added. - To be added. - To be added. - To be added. + is the current state of data connection. + is the current network type of data connection. + Callback invoked when connection state changes on the registered subscription. + + + + Java documentation for android.telephony.TelephonyCallback.DataConnectionStateListener.onDataConnectionStateChanged(int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+IDisplayInfoListener.xml b/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+IDisplayInfoListener.xml index 96d94da3cf..3ccc16aee4 100644 --- a/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+IDisplayInfoListener.xml +++ b/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+IDisplayInfoListener.xml @@ -25,8 +25,19 @@ - To be added. - To be added. + Interface for display info listener. + + + + Java documentation for android.telephony.TelephonyCallback.DisplayInfoListener. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -52,9 +63,20 @@ - To be added. - To be added. - To be added. + The display information. + Callback invoked when the display info has changed on the registered subscription. + + + + Java documentation for android.telephony.TelephonyCallback.DisplayInfoListener.onDisplayInfoChanged(android.telephony.TelephonyDisplayInfo). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+IEmergencyNumberListListener.xml b/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+IEmergencyNumberListListener.xml index 09d4a9e15e..34698ea1ea 100644 --- a/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+IEmergencyNumberListListener.xml +++ b/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+IEmergencyNumberListListener.xml @@ -25,8 +25,19 @@ - To be added. - To be added. + Interface for the current emergency number list listener. + + + + Java documentation for android.telephony.TelephonyCallback.EmergencyNumberListListener. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -52,9 +63,29 @@ - To be added. - To be added. - To be added. + Map associating all active subscriptions on the device with + the list of emergency numbers originating from that + subscription. + If there are no active subscriptions, the map will contain a + single entry with + SubscriptionManager#INVALID_SUBSCRIPTION_ID as + the key and a list of emergency numbers as the value. If no + emergency number information is available, the value will be + empty. + Callback invoked when the current emergency number list has changed on the registered + subscription. + + + + Java documentation for android.telephony.TelephonyCallback.EmergencyNumberListListener.onEmergencyNumberListChanged(java.util.Map<java.lang.Integer, java.util.List<android.telephony.emergency.EmergencyNumber>>). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+IImsCallDisconnectCauseListener.xml b/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+IImsCallDisconnectCauseListener.xml index d7b0bb7225..77175316fc 100644 --- a/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+IImsCallDisconnectCauseListener.xml +++ b/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+IImsCallDisconnectCauseListener.xml @@ -25,8 +25,19 @@ - To be added. - To be added. + Interface for IMS call disconnect cause listener. + + + + Java documentation for android.telephony.TelephonyCallback.ImsCallDisconnectCauseListener. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -52,9 +63,21 @@ - To be added. - To be added. - To be added. + + ImsReasonInfo contains details on why IMS call failed. + Callback invoked when IMS call disconnect cause changes on the registered subscription. + + + + Java documentation for android.telephony.TelephonyCallback.ImsCallDisconnectCauseListener.onImsCallDisconnectCauseChanged(android.telephony.ims.ImsReasonInfo). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+IMessageWaitingIndicatorListener.xml b/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+IMessageWaitingIndicatorListener.xml index b67eb86e27..c94f05a7d9 100644 --- a/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+IMessageWaitingIndicatorListener.xml +++ b/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+IMessageWaitingIndicatorListener.xml @@ -25,8 +25,19 @@ - To be added. - To be added. + Interface for message waiting indicator listener. + + + + Java documentation for android.telephony.TelephonyCallback.MessageWaitingIndicatorListener. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -53,8 +64,20 @@ To be added. - To be added. - To be added. + Callback invoked when the message-waiting indicator changes on the registered + subscription. + + + + Java documentation for android.telephony.TelephonyCallback.MessageWaitingIndicatorListener.onMessageWaitingIndicatorChanged(boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+IPhysicalChannelConfigListener.xml b/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+IPhysicalChannelConfigListener.xml index 973cdca816..fe89bfd679 100644 --- a/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+IPhysicalChannelConfigListener.xml +++ b/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+IPhysicalChannelConfigListener.xml @@ -25,8 +25,19 @@ - To be added. - To be added. + Interface for current physical channel configuration listener. + + + + Java documentation for android.telephony.TelephonyCallback.PhysicalChannelConfigListener. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -52,9 +63,20 @@ - To be added. - To be added. - To be added. + List of the current PhysicalChannelConfigs + Callback invoked when the current physical channel configuration has changed + + + + Java documentation for android.telephony.TelephonyCallback.PhysicalChannelConfigListener.onPhysicalChannelConfigChanged(java.util.List<android.telephony.PhysicalChannelConfig>). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+IPreciseDataConnectionStateListener.xml b/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+IPreciseDataConnectionStateListener.xml index c4d2b1244f..49e8add03f 100644 --- a/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+IPreciseDataConnectionStateListener.xml +++ b/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+IPreciseDataConnectionStateListener.xml @@ -25,8 +25,19 @@ - To be added. - To be added. + Interface for precise data connection state listener. + + + + Java documentation for android.telephony.TelephonyCallback.PreciseDataConnectionStateListener. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -52,9 +63,23 @@ - To be added. - To be added. - To be added. + + PreciseDataConnectionState + + Callback providing update about the default/internet data connection on the registered + subscription. + + + + Java documentation for android.telephony.TelephonyCallback.PreciseDataConnectionStateListener.onPreciseDataConnectionStateChanged(android.telephony.PreciseDataConnectionState). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+IRegistrationFailedListener.xml b/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+IRegistrationFailedListener.xml index fc88383f63..eb4f1754b5 100644 --- a/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+IRegistrationFailedListener.xml +++ b/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+IRegistrationFailedListener.xml @@ -25,8 +25,19 @@ - To be added. - To be added. + Interface for registration failures listener. + + + + Java documentation for android.telephony.TelephonyCallback.RegistrationFailedListener. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+IServiceStateListener.xml b/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+IServiceStateListener.xml index 9142433912..4cd84dc7f8 100644 --- a/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+IServiceStateListener.xml +++ b/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+IServiceStateListener.xml @@ -25,8 +25,19 @@ - To be added. - To be added. + Interface for service state listener. + + + + Java documentation for android.telephony.TelephonyCallback.ServiceStateListener. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -53,8 +64,19 @@ To be added. - To be added. - To be added. + Callback invoked when device service state changes on the registered subscription. + + + + Java documentation for android.telephony.TelephonyCallback.ServiceStateListener.onServiceStateChanged(android.telephony.ServiceState). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+ISignalStrengthsListener.xml b/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+ISignalStrengthsListener.xml index a49799eeb6..57787c29ef 100644 --- a/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+ISignalStrengthsListener.xml +++ b/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+ISignalStrengthsListener.xml @@ -25,8 +25,19 @@ - To be added. - To be added. + Interface for network signal strengths listener. + + + + Java documentation for android.telephony.TelephonyCallback.SignalStrengthsListener. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -53,8 +64,19 @@ To be added. - To be added. - To be added. + Callback invoked when network signal strengths changes on the registered subscription. + + + + Java documentation for android.telephony.TelephonyCallback.SignalStrengthsListener.onSignalStrengthsChanged(android.telephony.SignalStrength). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+IUserMobileDataStateListener.xml b/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+IUserMobileDataStateListener.xml index 0aa81c68a4..e0413d4db8 100644 --- a/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+IUserMobileDataStateListener.xml +++ b/docs/Mono.Android/en/Android.Telephony/TelephonyCallback+IUserMobileDataStateListener.xml @@ -25,8 +25,19 @@ - To be added. - To be added. + Interface for user mobile data state listener. + + + + Java documentation for android.telephony.TelephonyCallback.UserMobileDataStateListener. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -52,9 +63,22 @@ - To be added. - To be added. - To be added. + indicates whether the current user mobile data state is enabled or + disabled. + Callback invoked when the user mobile data state has changed on the registered + subscription. + + + + Java documentation for android.telephony.TelephonyCallback.UserMobileDataStateListener.onUserMobileDataStateChanged(boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Telephony/TelephonyManager+CallComposerException.xml b/docs/Mono.Android/en/Android.Telephony/TelephonyManager+CallComposerException.xml index 900bd7fd90..079c15596c 100644 --- a/docs/Mono.Android/en/Android.Telephony/TelephonyManager+CallComposerException.xml +++ b/docs/Mono.Android/en/Android.Telephony/TelephonyManager+CallComposerException.xml @@ -18,8 +18,20 @@ - To be added. - To be added. + Exception that may be supplied to the callback in #uploadCallComposerPicture if + something goes awry. + + + + Java documentation for android.telephony.TelephonyManager.CallComposerException. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -95,8 +107,20 @@ 3 - To be added. - To be added. + Indicates that the device failed to authenticate with the carrier when uploading the + picture. + + + + Java documentation for android.telephony.TelephonyManager.CallComposerException.ERROR_AUTHENTICATION_FAILED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -119,9 +143,20 @@ System.Int32 - To be added. - To be added. - To be added. + Fetches the error code associated with this exception. + An error code. + + + + Java documentation for android.telephony.TelephonyManager.CallComposerException.getErrorCode(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -149,8 +184,20 @@ 2 - To be added. - To be added. + Indicates that the file or stream supplied exceeds the size limit defined in + #getMaximumCallComposerPictureSize(). + + + + Java documentation for android.telephony.TelephonyManager.CallComposerException.ERROR_FILE_TOO_LARGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -178,8 +225,20 @@ 4 - To be added. - To be added. + Indicates that the InputStream passed to #uploadCallComposerPicture + was closed. + + + + Java documentation for android.telephony.TelephonyManager.CallComposerException.ERROR_INPUT_CLOSED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -207,8 +266,19 @@ 5 - To be added. - To be added. + Indicates that an IOException was encountered while reading the picture. + + + + Java documentation for android.telephony.TelephonyManager.CallComposerException.ERROR_IO_EXCEPTION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -236,8 +306,20 @@ 6 - To be added. - To be added. + Indicates that the device is currently not connected to a network that's capable of + reaching a carrier's RCS servers. + + + + Java documentation for android.telephony.TelephonyManager.CallComposerException.ERROR_NETWORK_UNAVAILABLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -265,8 +347,20 @@ 1 - To be added. - To be added. + Indicates that the phone process died or otherwise became unavailable while uploading the + call composer picture. + + + + Java documentation for android.telephony.TelephonyManager.CallComposerException.ERROR_REMOTE_END_CLOSED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -294,8 +388,19 @@ 0 - To be added. - To be added. + Indicates that an unknown error was encountered when uploading the call composer picture. + + + + Java documentation for android.telephony.TelephonyManager.CallComposerException.ERROR_UNKNOWN. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -318,9 +423,20 @@ Java.IO.IOException - To be added. + Fetches the IOException that caused the error. To be added. - To be added. + + + + Java documentation for android.telephony.TelephonyManager.CallComposerException.getIOException(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Telephony/TelephonyManager+CellInfoCallback.xml b/docs/Mono.Android/en/Android.Telephony/TelephonyManager+CellInfoCallback.xml index eb92eebe10..8c71838a73 100644 --- a/docs/Mono.Android/en/Android.Telephony/TelephonyManager+CellInfoCallback.xml +++ b/docs/Mono.Android/en/Android.Telephony/TelephonyManager+CellInfoCallback.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Callback for providing asynchronous CellInfo on request + + + + Java documentation for android.telephony.TelephonyManager.CellInfoCallback. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -89,8 +100,19 @@ 2 - To be added. - To be added. + The modem returned a failure. + + + + Java documentation for android.telephony.TelephonyManager.CellInfoCallback.ERROR_MODEM_ERROR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -118,8 +140,19 @@ 1 - To be added. - To be added. + The system timed out waiting for a response from the Radio. + + + + Java documentation for android.telephony.TelephonyManager.CellInfoCallback.ERROR_TIMEOUT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -174,9 +207,23 @@ - To be added. - To be added. - To be added. + a list of CellInfo, an empty list, or null. + + android.telephony.TelephonyManager#getAllCellInfo getAllCellInfo() + Success response to + android.telephony.TelephonyManager#requestCellInfoUpdate requestCellInfoUpdate(). + + + + Java documentation for android.telephony.TelephonyManager.CellInfoCallback.onCellInfo(java.util.List<android.telephony.CellInfo>). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -210,10 +257,23 @@ - To be added. - To be added. - To be added. - To be added. + an error code indicating the type of failure. + a Throwable object with additional detail regarding the failure if + available, otherwise null. + Error response to + TelephonyManager#requestCellInfoUpdate requestCellInfoUpdate(). + + + + Java documentation for android.telephony.TelephonyManager.CellInfoCallback.onError(int, java.lang.Throwable). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Telephony/TelephonyManager+ModemErrorException.xml b/docs/Mono.Android/en/Android.Telephony/TelephonyManager+ModemErrorException.xml index ab09dbd464..8c81db581b 100644 --- a/docs/Mono.Android/en/Android.Telephony/TelephonyManager+ModemErrorException.xml +++ b/docs/Mono.Android/en/Android.Telephony/TelephonyManager+ModemErrorException.xml @@ -18,8 +18,20 @@ - To be added. - To be added. + Exception that is supplied to the callback in #getNetworkSlicingConfiguration if the + modem returned a failure. + + + + Java documentation for android.telephony.TelephonyManager.ModemErrorException. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Telephony/TelephonyManager+NetworkSlicingException.xml b/docs/Mono.Android/en/Android.Telephony/TelephonyManager+NetworkSlicingException.xml index a9d559cbbe..579343900b 100644 --- a/docs/Mono.Android/en/Android.Telephony/TelephonyManager+NetworkSlicingException.xml +++ b/docs/Mono.Android/en/Android.Telephony/TelephonyManager+NetworkSlicingException.xml @@ -18,8 +18,20 @@ - To be added. - To be added. + Exception that may be supplied to the callback in #getNetworkSlicingConfiguration if + something goes awry. + + + + Java documentation for android.telephony.TelephonyManager.NetworkSlicingException. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Telephony/TelephonyManager+TimeoutException.xml b/docs/Mono.Android/en/Android.Telephony/TelephonyManager+TimeoutException.xml index 8346e51f10..e0669688f0 100644 --- a/docs/Mono.Android/en/Android.Telephony/TelephonyManager+TimeoutException.xml +++ b/docs/Mono.Android/en/Android.Telephony/TelephonyManager+TimeoutException.xml @@ -18,8 +18,20 @@ - To be added. - To be added. + Exception that is supplied to the callback in #getNetworkSlicingConfiguration if the + system timed out waiting for a response from the Radio. + + + + Java documentation for android.telephony.TelephonyManager.TimeoutException. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Telephony/TelephonyManager+UssdResponseCallback.xml b/docs/Mono.Android/en/Android.Telephony/TelephonyManager+UssdResponseCallback.xml index 229e76429c..1c8e53afd6 100644 --- a/docs/Mono.Android/en/Android.Telephony/TelephonyManager+UssdResponseCallback.xml +++ b/docs/Mono.Android/en/Android.Telephony/TelephonyManager+UssdResponseCallback.xml @@ -18,14 +18,21 @@ - To be added. + Used to notify callers of + TelephonyManager#sendUssdRequest(String, UssdResponseCallback, Handler) when the + network either successfully executes a USSD request, or if there was a failure while + executing the request. - Android platform documentation + Java documentation for android.telephony.TelephonyManager.UssdResponseCallback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -131,12 +138,21 @@ - To be added. - To be added. - To be added. - To be added. + the TelephonyManager the callback is registered to. + the USSD request sent to the mobile network. + the response to the USSD request provided by the mobile network. + Called when a USSD request has succeeded. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telephony.TelephonyManager.UssdResponseCallback.onReceiveUssdResponse(android.telephony.TelephonyManager, java.lang.String, java.lang.CharSequence). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -159,12 +175,21 @@ - To be added. - To be added. - To be added. - To be added. + the TelephonyManager the callback is registered to. + the USSD request sent to the mobile network. + the response to the USSD request provided by the mobile network. + Called when a USSD request has succeeded. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telephony.TelephonyManager.UssdResponseCallback.onReceiveUssdResponse(android.telephony.TelephonyManager, java.lang.String, java.lang.CharSequence). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -200,12 +225,23 @@ - To be added. - To be added. - To be added. - To be added. + the TelephonyManager the callback is registered to. + the USSD request sent to the mobile network. + failure code indicating why the request failed. Will be either + TelephonyManager#USSD_RETURN_FAILURE or + TelephonyManager#USSD_ERROR_SERVICE_UNAVAIL. + Called when a USSD request has failed to complete. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telephony.TelephonyManager.UssdResponseCallback.onReceiveUssdResponseFailed(android.telephony.TelephonyManager, java.lang.String, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Telephony/TelephonyManager.xml b/docs/Mono.Android/en/Android.Telephony/TelephonyManager.xml index fadf49c6dc..101bd09c7f 100644 --- a/docs/Mono.Android/en/Android.Telephony/TelephonyManager.xml +++ b/docs/Mono.Android/en/Android.Telephony/TelephonyManager.xml @@ -4203,16 +4203,14 @@ - To be added. - To be added. - To be added. - command + fileID + command P1 value of the APDU command. P2 value of the APDU command. P3 value of the APDU command. - The APDU response. + filePath Returns the response APDU for a command APDU sent through SIM_IO. - To be added. + The APDU response. @@ -5797,9 +5795,18 @@ Returns the neighboring cell information of the device. - To be added. + List of NeighboringCellInfo or null if info unavailable. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telephony.TelephonyManager.getNeighboringCellInfo(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -7985,9 +7992,20 @@ - To be added. - To be added. - To be added. + number of live SIMs we want to switch to + Switch configs to enable multi-sim or switch back to single-sim + + + + Java documentation for android.telephony.TelephonyManager.switchMultiSimConfig(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Telephony/TelephonyScanManager+NetworkScanCallback.xml b/docs/Mono.Android/en/Android.Telephony/TelephonyScanManager+NetworkScanCallback.xml index f0bbbae533..0010aae248 100644 --- a/docs/Mono.Android/en/Android.Telephony/TelephonyScanManager+NetworkScanCallback.xml +++ b/docs/Mono.Android/en/Android.Telephony/TelephonyScanManager+NetworkScanCallback.xml @@ -18,8 +18,22 @@ - To be added. - To be added. + The caller of + TelephonyManager#requestNetworkScan(NetworkScanRequest, Executor, NetworkScanCallback) + should implement and provide this callback so that the scan results or errors can be + returned. + + + + Java documentation for android.telephony.TelephonyScanManager.NetworkScanCallback. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -114,8 +128,19 @@ - To be added. - To be added. + Informs the user that the scan has stopped. + + + + Java documentation for android.telephony.TelephonyScanManager.NetworkScanCallback.onComplete(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -148,9 +173,20 @@ - To be added. - To be added. - To be added. + Error code when the scan is failed, as defined in NetworkScan. + Informs the user that there is some error about the scan. + + + + Java documentation for android.telephony.TelephonyScanManager.NetworkScanCallback.onError(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -177,8 +213,19 @@ To be added. - To be added. - To be added. + Returns the scan results to the user, this callback will be called multiple times. + + + + Java documentation for android.telephony.TelephonyScanManager.NetworkScanCallback.onResults(java.util.List<android.telephony.CellInfo>). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Telephony/VisualVoicemailService+VisualVoicemailTask.xml b/docs/Mono.Android/en/Android.Telephony/VisualVoicemailService+VisualVoicemailTask.xml index a386473265..edfbc2320b 100644 --- a/docs/Mono.Android/en/Android.Telephony/VisualVoicemailService+VisualVoicemailTask.xml +++ b/docs/Mono.Android/en/Android.Telephony/VisualVoicemailService+VisualVoicemailTask.xml @@ -18,14 +18,18 @@ - To be added. + Represents a visual voicemail event which needs to be handled. - Android platform documentation + Java documentation for android.telephony.VisualVoicemailService.VisualVoicemailTask. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -73,9 +77,18 @@ - To be added. + Call to signal telephony the task has completed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.telephony.VisualVoicemailService.VisualVoicemailTask.finish(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Telephony/VisualVoicemailSmsFilterSettings+Builder.xml b/docs/Mono.Android/en/Android.Telephony/VisualVoicemailSmsFilterSettings+Builder.xml index e19d522c0b..a77c22b809 100644 --- a/docs/Mono.Android/en/Android.Telephony/VisualVoicemailSmsFilterSettings+Builder.xml +++ b/docs/Mono.Android/en/Android.Telephony/VisualVoicemailSmsFilterSettings+Builder.xml @@ -18,14 +18,18 @@ - To be added. + Builder class for VisualVoicemailSmsFilterSettings objects. - Android platform documentation + Java documentation for android.telephony.VisualVoicemailSmsFilterSettings.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Test.Mock/MockContext.xml b/docs/Mono.Android/en/Android.Test.Mock/MockContext.xml index 9a2ab07c7f..4b29c3a448 100644 --- a/docs/Mono.Android/en/Android.Test.Mock/MockContext.xml +++ b/docs/Mono.Android/en/Android.Test.Mock/MockContext.xml @@ -751,7 +751,16 @@ To be added. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.test.mock.MockContext.createContextForSplit(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Test.Mock/MockPackageManager.xml b/docs/Mono.Android/en/Android.Test.Mock/MockPackageManager.xml index 73e3c3f54f..c542f817d8 100644 --- a/docs/Mono.Android/en/Android.Test.Mock/MockPackageManager.xml +++ b/docs/Mono.Android/en/Android.Test.Mock/MockPackageManager.xml @@ -420,7 +420,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.test.mock.MockPackageManager.clearInstantAppCookie(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1257,7 +1266,16 @@ To be added. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.test.mock.MockPackageManager.getChangedPackages(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1514,7 +1532,16 @@ To be added. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.test.mock.MockPackageManager.getInstantAppCookie(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2796,7 +2823,16 @@ To be added. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.test.mock.MockPackageManager.getInstantAppCookieMaxBytes(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2827,7 +2863,16 @@ To be added. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.test.mock.MockPackageManager.isInstantApp(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2854,7 +2899,16 @@ To be added. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.test.mock.MockPackageManager.isInstantApp(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3549,7 +3603,16 @@ To be added. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.test.mock.MockPackageManager.setApplicationCategoryHint(java.lang.String, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3823,7 +3886,16 @@ To be added. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.test.mock.MockPackageManager.updateInstantAppCookie(byte[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Test/IPerformanceTestCaseIntermediates.xml b/docs/Mono.Android/en/Android.Test/IPerformanceTestCaseIntermediates.xml index 90e5774995..dcee67511f 100644 --- a/docs/Mono.Android/en/Android.Test/IPerformanceTestCaseIntermediates.xml +++ b/docs/Mono.Android/en/Android.Test/IPerformanceTestCaseIntermediates.xml @@ -25,14 +25,18 @@ - Callbacks for . + Callbacks for PerformanceTestCase. - Android platform documentation + Java documentation for android.test.PerformanceTestCase.Intermediates. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Text.Format/DateFormat.xml b/docs/Mono.Android/en/Android.Text.Format/DateFormat.xml index 1ef322472f..0ff2534638 100644 --- a/docs/Mono.Android/en/Android.Text.Format/DateFormat.xml +++ b/docs/Mono.Android/en/Android.Text.Format/DateFormat.xml @@ -109,7 +109,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.text.format.DateFormat.AM_PM. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -141,7 +150,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.text.format.DateFormat.CAPITAL_AM_PM. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -173,7 +191,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.text.format.DateFormat.DATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -205,7 +232,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.text.format.DateFormat.DAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -733,7 +769,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.text.format.DateFormat.HOUR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -765,7 +810,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.text.format.DateFormat.HOUR_OF_DAY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -870,7 +924,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.text.format.DateFormat.MINUTE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -902,7 +965,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.text.format.DateFormat.MONTH. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -934,7 +1006,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.text.format.DateFormat.QUOTE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -966,7 +1047,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.text.format.DateFormat.SECONDS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -998,7 +1088,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.text.format.DateFormat.STANDALONE_MONTH. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1092,7 +1191,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.text.format.DateFormat.TIME_ZONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1124,7 +1232,16 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.text.format.DateFormat.YEAR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Text.Format/Time.xml b/docs/Mono.Android/en/Android.Text.Format/Time.xml index f090c8b16c..bba9e7936c 100644 --- a/docs/Mono.Android/en/Android.Text.Format/Time.xml +++ b/docs/Mono.Android/en/Android.Text.Format/Time.xml @@ -100,12 +100,12 @@ - To be added. - Construct a Time object in the default timezone. + other + A copy constructor. - Java documentation for android.text.format.Time.Time(). + Java documentation for android.text.format.Time.Time(android.text.format.Time). diff --git a/docs/Mono.Android/en/Android.Text.Style/AlignmentSpanStandard.xml b/docs/Mono.Android/en/Android.Text.Style/AlignmentSpanStandard.xml index eca53ab022..c2538cd08b 100644 --- a/docs/Mono.Android/en/Android.Text.Style/AlignmentSpanStandard.xml +++ b/docs/Mono.Android/en/Android.Text.Style/AlignmentSpanStandard.xml @@ -40,14 +40,18 @@ - To be added. + Default implementation of the AlignmentSpan. - Android platform documentation + Java documentation for android.text.style.AlignmentSpan.Standard. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -72,10 +76,18 @@ To be added. - - + Constructs a Standard from a parcel. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.text.style.AlignmentSpan.Standard.AlignmentSpan$Standard(android.os.Parcel). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Text.Style/ILeadingMarginSpanLeadingMarginSpan2.xml b/docs/Mono.Android/en/Android.Text.Style/ILeadingMarginSpanLeadingMarginSpan2.xml index a714a40b1a..30301542c6 100644 --- a/docs/Mono.Android/en/Android.Text.Style/ILeadingMarginSpanLeadingMarginSpan2.xml +++ b/docs/Mono.Android/en/Android.Text.Style/ILeadingMarginSpanLeadingMarginSpan2.xml @@ -34,14 +34,21 @@ - To be added. + An extended version of LeadingMarginSpan, which allows the + implementor to specify the number of lines of the paragraph to which + this object is attached that the "first line of paragraph" margin width + will be applied to. - Android platform documentation + Java documentation for android.text.style.LeadingMarginSpan.LeadingMarginSpan2. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Text.Style/ILineHeightSpanWithDensity.xml b/docs/Mono.Android/en/Android.Text.Style/ILineHeightSpanWithDensity.xml index 21096cc5a0..567b6df8cb 100644 --- a/docs/Mono.Android/en/Android.Text.Style/ILineHeightSpanWithDensity.xml +++ b/docs/Mono.Android/en/Android.Text.Style/ILineHeightSpanWithDensity.xml @@ -34,14 +34,19 @@ - To be added. + The classes that affect the line height of paragraph with respect to density, + should implement this interface. - Android platform documentation + Java documentation for android.text.style.LineHeightSpan.WithDensity. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Text.Style/LeadingMarginSpanStandard.xml b/docs/Mono.Android/en/Android.Text.Style/LeadingMarginSpanStandard.xml index 261f3c46dd..eeb4cede22 100644 --- a/docs/Mono.Android/en/Android.Text.Style/LeadingMarginSpanStandard.xml +++ b/docs/Mono.Android/en/Android.Text.Style/LeadingMarginSpanStandard.xml @@ -41,14 +41,18 @@ The standard implementation of LeadingMarginSpan, which adjusts the - margin but does not do any rendering. + margin but does not do any rendering. - Android platform documentation + Java documentation for android.text.style.LeadingMarginSpan.Standard. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -102,10 +106,19 @@ - To be added. + the indent of each line Constructor taking an indent for all lines. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.text.style.LeadingMarginSpan.Standard.LeadingMarginSpan$Standard(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -131,12 +144,21 @@ - To be added. - To be added. + the indent for the first line of the paragraph + the indent for the remaining lines of the paragraph Constructor taking separate indents for the first and subsequent - lines. + lines. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.text.style.LeadingMarginSpan.Standard.LeadingMarginSpan$Standard(int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Text.Style/LineBackgroundSpanStandard.xml b/docs/Mono.Android/en/Android.Text.Style/LineBackgroundSpanStandard.xml index 4ff468f06d..1d9b2bb4d0 100644 --- a/docs/Mono.Android/en/Android.Text.Style/LineBackgroundSpanStandard.xml +++ b/docs/Mono.Android/en/Android.Text.Style/LineBackgroundSpanStandard.xml @@ -40,8 +40,20 @@ - To be added. - To be added. + Default implementation of the LineBackgroundSpan, which changes the background + color of the lines to which the span is attached. + + + + Java documentation for android.text.style.LineBackgroundSpan.Standard. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -64,9 +76,20 @@ - To be added. - To be added. - To be added. + Color integer that defines the background color. + Constructor taking a color integer. + + + + Java documentation for android.text.style.LineBackgroundSpan.Standard.LineBackgroundSpan$Standard(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -90,8 +113,19 @@ To be added. - To be added. - To be added. + Creates a LineBackgroundSpan.Standard from a parcel + + + + Java documentation for android.text.style.LineBackgroundSpan.Standard.LineBackgroundSpan$Standard(android.os.Parcel). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -136,8 +170,19 @@ To be added. - To be added. - To be added. + the color of this span. + + + + Java documentation for android.text.style.LineBackgroundSpan.Standard.getColor(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Text.Style/LineHeightSpanStandard.xml b/docs/Mono.Android/en/Android.Text.Style/LineHeightSpanStandard.xml index 2fdbfc7502..38a3dd1577 100644 --- a/docs/Mono.Android/en/Android.Text.Style/LineHeightSpanStandard.xml +++ b/docs/Mono.Android/en/Android.Text.Style/LineHeightSpanStandard.xml @@ -43,8 +43,20 @@ - To be added. - To be added. + Default implementation of the LineHeightSpan, which changes the line height of the + attached paragraph. + + + + Java documentation for android.text.style.LineHeightSpan.Standard. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -68,8 +80,19 @@ To be added. - To be added. - To be added. + Constructor called from TextUtils to restore the span from a parcel + + + + Java documentation for android.text.style.LineHeightSpan.Standard.LineHeightSpan$Standard(android.os.Parcel). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -93,8 +116,19 @@ To be added. - To be added. - To be added. + Set the line height of the paragraph to <code>height</code> physical pixels. + + + + Java documentation for android.text.style.LineHeightSpan.Standard.LineHeightSpan$Standard(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -240,9 +274,20 @@ System.Int32 - To be added. + Returns the line height specified by this span. To be added. - To be added. + + + + Java documentation for android.text.style.LineHeightSpan.Standard.getHeight(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Text.Style/TabStopSpanStandard.xml b/docs/Mono.Android/en/Android.Text.Style/TabStopSpanStandard.xml index ce872a5fcb..75a4737b85 100644 --- a/docs/Mono.Android/en/Android.Text.Style/TabStopSpanStandard.xml +++ b/docs/Mono.Android/en/Android.Text.Style/TabStopSpanStandard.xml @@ -34,14 +34,19 @@ - The default implementation of TabStopSpan. + The default implementation of TabStopSpan that allows setting the offset of the tab stop + from the leading margin of the first line of text. - Android platform documentation + Java documentation for android.text.style.TabStopSpan.Standard. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -66,10 +71,20 @@ - To be added. - Constructor. + the offset of the tab stop from the leading margin of + the line, in pixels + Constructs a TabStopSpan.Standard based on an offset. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.text.style.TabStopSpan.Standard.TabStopSpan$Standard(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Text.Style/TextAppearanceSpan.xml b/docs/Mono.Android/en/Android.Text.Style/TextAppearanceSpan.xml index 91780e8382..f5218abb8b 100644 --- a/docs/Mono.Android/en/Android.Text.Style/TextAppearanceSpan.xml +++ b/docs/Mono.Android/en/Android.Text.Style/TextAppearanceSpan.xml @@ -34,15 +34,19 @@ - Sets the text color, size, style, and typeface to match a TextAppearance - resource. + Sets the text appearance using the given + android.R.styleable#TextAppearance TextAppearance attributes. - Android platform documentation + Java documentation for android.text.style.TextAppearanceSpan. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Text.Style/TtsSpan+Builder.xml b/docs/Mono.Android/en/Android.Text.Style/TtsSpan+Builder.xml index 5f5ff630f2..c7a65b2ae3 100644 --- a/docs/Mono.Android/en/Android.Text.Style/TtsSpan+Builder.xml +++ b/docs/Mono.Android/en/Android.Text.Style/TtsSpan+Builder.xml @@ -22,14 +22,18 @@ - To be added. + A simple builder for TtsSpans. - Android platform documentation + Java documentation for android.text.style.TtsSpan.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -104,10 +108,20 @@ - To be added. - To be added. + Returns a TtsSpan built from the parameters set by the setter + methods. + A TtsSpan built with parameters of this builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.text.style.TtsSpan.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Text.Style/TtsSpan+CardinalBuilder.xml b/docs/Mono.Android/en/Android.Text.Style/TtsSpan+CardinalBuilder.xml index d9d514aa4a..b2241bcccd 100644 --- a/docs/Mono.Android/en/Android.Text.Style/TtsSpan+CardinalBuilder.xml +++ b/docs/Mono.Android/en/Android.Text.Style/TtsSpan+CardinalBuilder.xml @@ -18,14 +18,18 @@ - To be added. + A builder for TtsSpans of type #TYPE_CARDINAL. - Android platform documentation + Java documentation for android.text.style.TtsSpan.CardinalBuilder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -46,9 +50,18 @@ - To be added. + Creates a builder for a TtsSpan of type #TYPE_CARDINAL. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.text.style.TtsSpan.CardinalBuilder.TtsSpan$CardinalBuilder(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -72,10 +85,20 @@ - To be added. - To be added. + The number to synthesize. + Creates a TtsSpan of type #TYPE_CARDINAL and sets the + #ARG_NUMBER argument. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.text.style.TtsSpan.CardinalBuilder.TtsSpan$CardinalBuilder(long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -99,10 +122,20 @@ - To be added. - To be added. + The number to synthesize. + Creates a TtsSpan of type #TYPE_CARDINAL and sets the + #ARG_NUMBER argument. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.text.style.TtsSpan.CardinalBuilder.TtsSpan$CardinalBuilder(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Text.Style/TtsSpan+DateBuilder.xml b/docs/Mono.Android/en/Android.Text.Style/TtsSpan+DateBuilder.xml index 8fc79d33a2..ffc53e0852 100644 --- a/docs/Mono.Android/en/Android.Text.Style/TtsSpan+DateBuilder.xml +++ b/docs/Mono.Android/en/Android.Text.Style/TtsSpan+DateBuilder.xml @@ -18,14 +18,18 @@ - To be added. + A builder for TtsSpans of type #TYPE_DATE. - Android platform documentation + Java documentation for android.text.style.TtsSpan.DateBuilder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -46,9 +50,18 @@ - To be added. + Creates a builder for a TtsSpan of type #TYPE_DATE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.text.style.TtsSpan.DateBuilder.TtsSpan$DateBuilder(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -102,9 +115,20 @@ To be added. To be added. To be added. - To be added. + Creates a builder for a TtsSpan of type #TYPE_TIME and + possibly sets the #ARG_WEEKDAY, #ARG_DAY, + #ARG_MONTH and #ARG_YEAR arguments. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.text.style.TtsSpan.DateBuilder.TtsSpan$DateBuilder(java.lang.Integer, java.lang.Integer, java.lang.Integer, java.lang.Integer). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Text.Style/TtsSpan+DecimalBuilder.xml b/docs/Mono.Android/en/Android.Text.Style/TtsSpan+DecimalBuilder.xml index 987852f0da..c3fd7ee3b7 100644 --- a/docs/Mono.Android/en/Android.Text.Style/TtsSpan+DecimalBuilder.xml +++ b/docs/Mono.Android/en/Android.Text.Style/TtsSpan+DecimalBuilder.xml @@ -18,14 +18,18 @@ - To be added. + A builder for TtsSpans of type #TYPE_DECIMAL. - Android platform documentation + Java documentation for android.text.style.TtsSpan.DecimalBuilder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -46,9 +50,18 @@ - To be added. + Creates a builder for a TtsSpan of type #TYPE_DECIMAL. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.text.style.TtsSpan.DecimalBuilder.TtsSpan$DecimalBuilder(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -98,9 +111,19 @@ To be added. To be added. - To be added. + Creates a TtsSpan of type #TYPE_DECIMAL and sets the + #ARG_INTEGER_PART and #ARG_FRACTIONAL_PART arguments. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.text.style.TtsSpan.DecimalBuilder.TtsSpan$DecimalBuilder(java.lang.String, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -129,9 +152,19 @@ To be added. To be added. To be added. - To be added. + Creates a TtsSpan of type #TYPE_DECIMAL and sets the + #ARG_INTEGER_PART and #ARG_FRACTIONAL_PART arguments. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.text.style.TtsSpan.DecimalBuilder.TtsSpan$DecimalBuilder(double, int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Text.Style/TtsSpan+DigitsBuilder.xml b/docs/Mono.Android/en/Android.Text.Style/TtsSpan+DigitsBuilder.xml index e6530bce51..39680be458 100644 --- a/docs/Mono.Android/en/Android.Text.Style/TtsSpan+DigitsBuilder.xml +++ b/docs/Mono.Android/en/Android.Text.Style/TtsSpan+DigitsBuilder.xml @@ -18,14 +18,18 @@ - To be added. + A builder for TtsSpans of type #TYPE_DIGITS. - Android platform documentation + Java documentation for android.text.style.TtsSpan.DigitsBuilder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -46,9 +50,18 @@ - To be added. + Creates a builder for a TtsSpan of type #TYPE_DIGITS. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.text.style.TtsSpan.DigitsBuilder.TtsSpan$DigitsBuilder(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -73,9 +86,19 @@ To be added. - To be added. + Creates a builder for a TtsSpan of type #TYPE_DIGITS + and sets the #ARG_DIGITS argument. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.text.style.TtsSpan.DigitsBuilder.TtsSpan$DigitsBuilder(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Text.Style/TtsSpan+ElectronicBuilder.xml b/docs/Mono.Android/en/Android.Text.Style/TtsSpan+ElectronicBuilder.xml index 01e6bdb888..3e38d48df1 100644 --- a/docs/Mono.Android/en/Android.Text.Style/TtsSpan+ElectronicBuilder.xml +++ b/docs/Mono.Android/en/Android.Text.Style/TtsSpan+ElectronicBuilder.xml @@ -18,14 +18,18 @@ - To be added. + A builder for TtsSpans of type #TYPE_ELECTRONIC. - Android platform documentation + Java documentation for android.text.style.TtsSpan.ElectronicBuilder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -46,9 +50,18 @@ - To be added. + Creates a TtsSpan of type #TYPE_ELECTRONIC. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.text.style.TtsSpan.ElectronicBuilder.TtsSpan$ElectronicBuilder(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Text.Style/TtsSpan+FractionBuilder.xml b/docs/Mono.Android/en/Android.Text.Style/TtsSpan+FractionBuilder.xml index 6c7d21a9c4..f25208ce50 100644 --- a/docs/Mono.Android/en/Android.Text.Style/TtsSpan+FractionBuilder.xml +++ b/docs/Mono.Android/en/Android.Text.Style/TtsSpan+FractionBuilder.xml @@ -18,14 +18,18 @@ - To be added. + A builder for TtsSpans of type #TYPE_FRACTION. - Android platform documentation + Java documentation for android.text.style.TtsSpan.FractionBuilder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -46,9 +50,18 @@ - To be added. + Creates a builder for a TtsSpan of type #TYPE_FRACTION. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.text.style.TtsSpan.FractionBuilder.TtsSpan$FractionBuilder(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -100,9 +113,20 @@ To be added. To be added. To be added. - To be added. + Creates a TtsSpan of type #TYPE_FRACTION and sets the + #ARG_INTEGER_PART, #ARG_NUMERATOR, and + #ARG_DENOMINATOR arguments. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.text.style.TtsSpan.FractionBuilder.TtsSpan$FractionBuilder(long, long, long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Text.Style/TtsSpan+MeasureBuilder.xml b/docs/Mono.Android/en/Android.Text.Style/TtsSpan+MeasureBuilder.xml index dcdc825a48..ba0e0ba1bc 100644 --- a/docs/Mono.Android/en/Android.Text.Style/TtsSpan+MeasureBuilder.xml +++ b/docs/Mono.Android/en/Android.Text.Style/TtsSpan+MeasureBuilder.xml @@ -18,14 +18,18 @@ - To be added. + A builder for TtsSpans of type #TYPE_MEASURE. - Android platform documentation + Java documentation for android.text.style.TtsSpan.MeasureBuilder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -46,9 +50,18 @@ - To be added. + Creates a builder for a TtsSpan of type #TYPE_MEASURE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.text.style.TtsSpan.MeasureBuilder.TtsSpan$MeasureBuilder(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Text.Style/TtsSpan+MoneyBuilder.xml b/docs/Mono.Android/en/Android.Text.Style/TtsSpan+MoneyBuilder.xml index 9fd200dbde..164c254b29 100644 --- a/docs/Mono.Android/en/Android.Text.Style/TtsSpan+MoneyBuilder.xml +++ b/docs/Mono.Android/en/Android.Text.Style/TtsSpan+MoneyBuilder.xml @@ -18,14 +18,18 @@ - To be added. + A builder for TtsSpans of type #TYPE_MONEY. - Android platform documentation + Java documentation for android.text.style.TtsSpan.MoneyBuilder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -46,9 +50,18 @@ - To be added. + Creates a TtsSpan of type #TYPE_MONEY. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.text.style.TtsSpan.MoneyBuilder.TtsSpan$MoneyBuilder(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Text.Style/TtsSpan+OrdinalBuilder.xml b/docs/Mono.Android/en/Android.Text.Style/TtsSpan+OrdinalBuilder.xml index 5432b117cb..c954a6b0a8 100644 --- a/docs/Mono.Android/en/Android.Text.Style/TtsSpan+OrdinalBuilder.xml +++ b/docs/Mono.Android/en/Android.Text.Style/TtsSpan+OrdinalBuilder.xml @@ -18,14 +18,18 @@ - To be added. + A builder for TtsSpans of type #TYPE_ORDINAL. - Android platform documentation + Java documentation for android.text.style.TtsSpan.OrdinalBuilder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -46,9 +50,18 @@ - To be added. + Creates a builder for a TtsSpan of type #TYPE_ORDINAL. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.text.style.TtsSpan.OrdinalBuilder.TtsSpan$OrdinalBuilder(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -72,10 +85,20 @@ - To be added. - To be added. + The ordinal number to synthesize. + Creates a TtsSpan of type #TYPE_ORDINAL and sets the + #ARG_NUMBER argument. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.text.style.TtsSpan.OrdinalBuilder.TtsSpan$OrdinalBuilder(long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -99,10 +122,20 @@ - To be added. - To be added. + The number to synthesize. + Creates a TtsSpan of type #TYPE_ORDINAL and sets the + #ARG_NUMBER argument. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.text.style.TtsSpan.OrdinalBuilder.TtsSpan$OrdinalBuilder(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Text.Style/TtsSpan+SemioticClassBuilder.xml b/docs/Mono.Android/en/Android.Text.Style/TtsSpan+SemioticClassBuilder.xml index 9aa58521f6..b0b3f7d364 100644 --- a/docs/Mono.Android/en/Android.Text.Style/TtsSpan+SemioticClassBuilder.xml +++ b/docs/Mono.Android/en/Android.Text.Style/TtsSpan+SemioticClassBuilder.xml @@ -22,14 +22,18 @@ - To be added. + A builder for TtsSpans, has setters for morphosyntactic features. - Android platform documentation + Java documentation for android.text.style.TtsSpan.SemioticClassBuilder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Text.Style/TtsSpan+TelephoneBuilder.xml b/docs/Mono.Android/en/Android.Text.Style/TtsSpan+TelephoneBuilder.xml index cc70417147..89e22d0455 100644 --- a/docs/Mono.Android/en/Android.Text.Style/TtsSpan+TelephoneBuilder.xml +++ b/docs/Mono.Android/en/Android.Text.Style/TtsSpan+TelephoneBuilder.xml @@ -18,14 +18,18 @@ - To be added. + A builder for TtsSpans of type #TYPE_TELEPHONE. - Android platform documentation + Java documentation for android.text.style.TtsSpan.TelephoneBuilder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -46,9 +50,18 @@ - To be added. + Creates a TtsSpan of type #TYPE_TELEPHONE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.text.style.TtsSpan.TelephoneBuilder.TtsSpan$TelephoneBuilder(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -73,9 +86,19 @@ To be added. - To be added. + Creates a TtsSpan of type #TYPE_TELEPHONE and sets the + #ARG_NUMBER_PARTS argument. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.text.style.TtsSpan.TelephoneBuilder.TtsSpan$TelephoneBuilder(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Text.Style/TtsSpan+TextBuilder.xml b/docs/Mono.Android/en/Android.Text.Style/TtsSpan+TextBuilder.xml index c39aacee2b..38e3456631 100644 --- a/docs/Mono.Android/en/Android.Text.Style/TtsSpan+TextBuilder.xml +++ b/docs/Mono.Android/en/Android.Text.Style/TtsSpan+TextBuilder.xml @@ -18,14 +18,18 @@ - To be added. + A builder for TtsSpans of type #TYPE_TEXT. - Android platform documentation + Java documentation for android.text.style.TtsSpan.TextBuilder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -46,9 +50,18 @@ - To be added. + Creates a builder for a TtsSpan of type #TYPE_TEXT. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.text.style.TtsSpan.TextBuilder.TtsSpan$TextBuilder(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -72,10 +85,20 @@ - To be added. - To be added. + The text to be synthesized. + Creates a TtsSpan of type #TYPE_TEXT and sets the + #ARG_TEXT argument. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.text.style.TtsSpan.TextBuilder.TtsSpan$TextBuilder(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Text.Style/TtsSpan+TimeBuilder.xml b/docs/Mono.Android/en/Android.Text.Style/TtsSpan+TimeBuilder.xml index df6250ba5d..c3d4b58582 100644 --- a/docs/Mono.Android/en/Android.Text.Style/TtsSpan+TimeBuilder.xml +++ b/docs/Mono.Android/en/Android.Text.Style/TtsSpan+TimeBuilder.xml @@ -18,14 +18,18 @@ - To be added. + A builder for TtsSpans of type #TYPE_TIME. - Android platform documentation + Java documentation for android.text.style.TtsSpan.TimeBuilder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -46,9 +50,18 @@ - To be added. + Creates a builder for a TtsSpan of type #TYPE_TIME. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.text.style.TtsSpan.TimeBuilder.TtsSpan$TimeBuilder(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -75,9 +88,19 @@ To be added. To be added. - To be added. + Creates a builder for a TtsSpan of type #TYPE_TIME and + sets the #ARG_HOURS and #ARG_MINUTES arguments. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.text.style.TtsSpan.TimeBuilder.TtsSpan$TimeBuilder(int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Text.Style/TtsSpan+VerbatimBuilder.xml b/docs/Mono.Android/en/Android.Text.Style/TtsSpan+VerbatimBuilder.xml index 09b37ae733..020c2f039e 100644 --- a/docs/Mono.Android/en/Android.Text.Style/TtsSpan+VerbatimBuilder.xml +++ b/docs/Mono.Android/en/Android.Text.Style/TtsSpan+VerbatimBuilder.xml @@ -18,14 +18,18 @@ - To be added. + A builder for TtsSpans of type #TYPE_VERBATIM. - Android platform documentation + Java documentation for android.text.style.TtsSpan.VerbatimBuilder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -46,9 +50,18 @@ - To be added. + Creates a builder for a TtsSpan of type #TYPE_VERBATIM. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.text.style.TtsSpan.VerbatimBuilder.TtsSpan$VerbatimBuilder(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -73,9 +86,19 @@ To be added. - To be added. + Creates a builder for a TtsSpan of type #TYPE_VERBATIM + and sets the #ARG_VERBATIM argument. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.text.style.TtsSpan.VerbatimBuilder.TtsSpan$VerbatimBuilder(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Text.Util/Linkify+IMatchFilter.xml b/docs/Mono.Android/en/Android.Text.Util/Linkify+IMatchFilter.xml index c5a92f982b..bbdf363594 100644 --- a/docs/Mono.Android/en/Android.Text.Util/Linkify+IMatchFilter.xml +++ b/docs/Mono.Android/en/Android.Text.Util/Linkify+IMatchFilter.xml @@ -26,14 +26,18 @@ MatchFilter enables client code to have more control over - what is allowed to match and become a link, and what is not. + what is allowed to match and become a link, and what is not. - Android platform documentation + Java documentation for android.text.util.Linkify.MatchFilter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,16 +68,25 @@ The body of text against which the pattern - was matched + was matched The index of the first character in s that was - matched by the pattern - inclusive + matched by the pattern - inclusive The index of the last character in s that was - matched - exclusive + matched - exclusive Examines the character span matched by the pattern and determines - if the match should be turned into an actionable link. - To be added. + if the match should be turned into an actionable link. + Whether this match should be turned into a link - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.text.util.Linkify.MatchFilter.acceptMatch(java.lang.CharSequence, int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Text.Util/Linkify+ITransformFilter.xml b/docs/Mono.Android/en/Android.Text.Util/Linkify+ITransformFilter.xml index c0829e55a8..03b26ced74 100644 --- a/docs/Mono.Android/en/Android.Text.Util/Linkify+ITransformFilter.xml +++ b/docs/Mono.Android/en/Android.Text.Util/Linkify+ITransformFilter.xml @@ -26,14 +26,18 @@ TransformFilter enables client code to have more control over - how matched patterns are represented as URLs. + how matched patterns are represented as URLs. - Android platform documentation + Java documentation for android.text.util.Linkify.TransformFilter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -65,10 +69,19 @@ The regex matcher state that found this URL text The text that was matched Examines the matched text and either passes it through or uses the - data in the Matcher state to produce a replacement. - To be added. + data in the Matcher state to produce a replacement. + The transformed form of the URL - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.text.util.Linkify.TransformFilter.transformUrl(java.util.regex.Matcher, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Text.Util/Rfc822Tokenizer.xml b/docs/Mono.Android/en/Android.Text.Util/Rfc822Tokenizer.xml index 90a883309e..520d196a07 100644 --- a/docs/Mono.Android/en/Android.Text.Util/Rfc822Tokenizer.xml +++ b/docs/Mono.Android/en/Android.Text.Util/Rfc822Tokenizer.xml @@ -127,7 +127,7 @@ To be added. To be added. - [TODO: @inheritDoc] + To be added To be added. @@ -164,7 +164,7 @@ To be added. To be added. - [TODO: @inheritDoc] + To be added To be added. @@ -209,7 +209,7 @@ To be added. To be added. - [TODO: @inheritDoc] + To be added To be added. @@ -246,7 +246,7 @@ To be added. To be added. - [TODO: @inheritDoc] + To be added To be added. diff --git a/docs/Mono.Android/en/Android.Text/AlteredCharSequence.xml b/docs/Mono.Android/en/Android.Text/AlteredCharSequence.xml index 7516aedfda..bcab015a72 100644 --- a/docs/Mono.Android/en/Android.Text/AlteredCharSequence.xml +++ b/docs/Mono.Android/en/Android.Text/AlteredCharSequence.xml @@ -453,11 +453,11 @@ - + - - - + + + Method M:System.Collections.IEnumerable.GetEnumerator diff --git a/docs/Mono.Android/en/Android.Text/AndroidCharacter.xml b/docs/Mono.Android/en/Android.Text/AndroidCharacter.xml index 7779fdda6a..5a481b047c 100644 --- a/docs/Mono.Android/en/Android.Text/AndroidCharacter.xml +++ b/docs/Mono.Android/en/Android.Text/AndroidCharacter.xml @@ -367,7 +367,7 @@ the character to measure Calculate the East Asian Width of a character according to - <a href="http://unicode. + Unicode TR#11. the East Asian Width for input diff --git a/docs/Mono.Android/en/Android.Text/BidiFormatter+Builder.xml b/docs/Mono.Android/en/Android.Text/BidiFormatter+Builder.xml index c532876068..99b7f060e7 100644 --- a/docs/Mono.Android/en/Android.Text/BidiFormatter+Builder.xml +++ b/docs/Mono.Android/en/Android.Text/BidiFormatter+Builder.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.text.BidiFormatter.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -49,7 +53,16 @@ Constructor. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.text.BidiFormatter.Builder.BidiFormatter$Builder(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -74,10 +87,19 @@ - To be added. + The context locale. Constructor. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.text.BidiFormatter.Builder.BidiFormatter$Builder(java.util.Locale). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -102,10 +124,19 @@ - To be added. + Whether the context directionality is RTL. Constructor. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.text.BidiFormatter.Builder.BidiFormatter$Builder(boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -133,9 +164,18 @@ - To be added. + A BidiFormatter with the specified options. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.text.BidiFormatter.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Text/DynamicLayout+Builder.xml b/docs/Mono.Android/en/Android.Text/DynamicLayout+Builder.xml index dbfbd00f13..4e33bf082d 100644 --- a/docs/Mono.Android/en/Android.Text/DynamicLayout+Builder.xml +++ b/docs/Mono.Android/en/Android.Text/DynamicLayout+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Builder for dynamic layouts. + + + + Java documentation for android.text.DynamicLayout.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -43,9 +54,20 @@ - To be added. - To be added. - To be added. + Build the DynamicLayout after options have been set. + the newly constructed DynamicLayout object + + + + Java documentation for android.text.DynamicLayout.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Text/EditableFactory.xml b/docs/Mono.Android/en/Android.Text/EditableFactory.xml index 7d61afc775..d148986ce8 100644 --- a/docs/Mono.Android/en/Android.Text/EditableFactory.xml +++ b/docs/Mono.Android/en/Android.Text/EditableFactory.xml @@ -18,14 +18,18 @@ - Factory used by TextView to create new Editables. + Factory used by TextView to create new Editable Editables. - Android platform documentation + Java documentation for android.text.Editable.Factory. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -161,11 +165,20 @@ To be added. - Returns a new SpannedStringBuilder from the specified - CharSequence. + Returns a new SpannableStringBuilder from the specified + CharSequence. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.text.Editable.Factory.newEditable(java.lang.CharSequence). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -188,10 +201,20 @@ To be added. - To be added. + Returns a new SpannableStringBuilder from the specified + CharSequence. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.text.Editable.Factory.newEditable(java.lang.CharSequence). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Text/Html+IImageGetter.xml b/docs/Mono.Android/en/Android.Text/Html+IImageGetter.xml index 2ce8242d29..1297798fa7 100644 --- a/docs/Mono.Android/en/Android.Text/Html+IImageGetter.xml +++ b/docs/Mono.Android/en/Android.Text/Html+IImageGetter.xml @@ -25,14 +25,18 @@ - Retrieves images for HTML <img> tags. + Retrieves images for HTML &lt;img&gt; tags. - Android platform documentation + Java documentation for android.text.Html.ImageGetter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -61,11 +65,20 @@ To be added. - This methos is called when the HTML parser encounters an - <img> tag. + This method is called when the HTML parser encounters an + &lt;img&gt; tag. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.text.Html.ImageGetter.getDrawable(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Text/Html+ITagHandler.xml b/docs/Mono.Android/en/Android.Text/Html+ITagHandler.xml index cbd6bbef66..79ee93a712 100644 --- a/docs/Mono.Android/en/Android.Text/Html+ITagHandler.xml +++ b/docs/Mono.Android/en/Android.Text/Html+ITagHandler.xml @@ -26,14 +26,18 @@ Is notified when HTML tags are encountered that the parser does - not know how to interpret. + not know how to interpret. - Android platform documentation + Java documentation for android.text.Html.TagHandler. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -69,9 +73,18 @@ To be added. To be added. This method will be called whenn the HTML parser encounters - a tag that it does not know how to interpret. + a tag that it does not know how to interpret. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.text.Html.TagHandler.handleTag(boolean, java.lang.String, android.text.Editable, org.xml.sax.XMLReader). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Text/InputFilterAllCaps.xml b/docs/Mono.Android/en/Android.Text/InputFilterAllCaps.xml index bf38f9f180..d4444437b1 100644 --- a/docs/Mono.Android/en/Android.Text/InputFilterAllCaps.xml +++ b/docs/Mono.Android/en/Android.Text/InputFilterAllCaps.xml @@ -31,15 +31,19 @@ - This filter will capitalize all the lower case letters that are added - through edits. + This filter will capitalize all the lowercase and titlecase letters that are added + through edits. - Android platform documentation + Java documentation for android.text.InputFilter.AllCaps. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -90,9 +94,19 @@ To be added. - To be added. + Constructs a locale-specific AllCaps filter, to make sure capitalization rules of that + locale are used for transforming the sequence. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.text.InputFilter.AllCaps.InputFilter$AllCaps(java.util.Locale). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Text/InputFilterLengthFilter.xml b/docs/Mono.Android/en/Android.Text/InputFilterLengthFilter.xml index 2d4d61d7fb..e2f34c9f75 100644 --- a/docs/Mono.Android/en/Android.Text/InputFilterLengthFilter.xml +++ b/docs/Mono.Android/en/Android.Text/InputFilterLengthFilter.xml @@ -32,14 +32,18 @@ This filter will constrain edits not to make the length of the text - greater than the specified length. + greater than the specified length. - Android platform documentation + Java documentation for android.text.InputFilter.LengthFilter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -235,9 +239,18 @@ - To be added. + the maximum length enforced by this input filter - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.text.InputFilter.LengthFilter.getMax(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Text/Layout+Directions.xml b/docs/Mono.Android/en/Android.Text/Layout+Directions.xml index 2fa330542d..e94a4009d0 100644 --- a/docs/Mono.Android/en/Android.Text/Layout+Directions.xml +++ b/docs/Mono.Android/en/Android.Text/Layout+Directions.xml @@ -19,14 +19,18 @@ Stores information about bidirectional (left-to-right or right-to-left) - text within the layout of a line. + text within the layout of a line. - Android platform documentation + Java documentation for android.text.Layout.Directions. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Text/LoginFilter+PasswordFilterGMail.xml b/docs/Mono.Android/en/Android.Text/LoginFilter+PasswordFilterGMail.xml index 82224ed2e8..1190fc3d3b 100644 --- a/docs/Mono.Android/en/Android.Text/LoginFilter+PasswordFilterGMail.xml +++ b/docs/Mono.Android/en/Android.Text/LoginFilter+PasswordFilterGMail.xml @@ -23,14 +23,18 @@ This filter is compatible with GMail passwords which restricts characters to - the Latin-1 (ISO8859-1) char set. + the Latin-1 (ISO8859-1) char set. - Android platform documentation + Java documentation for android.text.LoginFilter.PasswordFilterGMail. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Text/LoginFilter+UsernameFilterGMail.xml b/docs/Mono.Android/en/Android.Text/LoginFilter+UsernameFilterGMail.xml index bdea8b2a7f..edbde306f3 100644 --- a/docs/Mono.Android/en/Android.Text/LoginFilter+UsernameFilterGMail.xml +++ b/docs/Mono.Android/en/Android.Text/LoginFilter+UsernameFilterGMail.xml @@ -23,14 +23,18 @@ This filter rejects characters in the user name that are not compatible with GMail - account creation. + account creation. - Android platform documentation + Java documentation for android.text.LoginFilter.UsernameFilterGMail. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Text/LoginFilter+UsernameFilterGeneric.xml b/docs/Mono.Android/en/Android.Text/LoginFilter+UsernameFilterGeneric.xml index 9d9f610f70..4fa7e54f6d 100644 --- a/docs/Mono.Android/en/Android.Text/LoginFilter+UsernameFilterGeneric.xml +++ b/docs/Mono.Android/en/Android.Text/LoginFilter+UsernameFilterGeneric.xml @@ -26,10 +26,14 @@ - Android platform documentation + Java documentation for android.text.LoginFilter.UsernameFilterGeneric. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Text/LoginFilter.xml b/docs/Mono.Android/en/Android.Text/LoginFilter.xml index 5ccd6e3e20..00fe860d7e 100644 --- a/docs/Mono.Android/en/Android.Text/LoginFilter.xml +++ b/docs/Mono.Android/en/Android.Text/LoginFilter.xml @@ -203,6 +203,10 @@ [Android.Runtime.Register("isAllowed", "(C)Z", "GetIsAllowed_CHandler")] [<Android.Runtime.Register("isAllowed", "(C)Z", "GetIsAllowed_CHandler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Boolean diff --git a/docs/Mono.Android/en/Android.Text/NoCopySpanConcrete.xml b/docs/Mono.Android/en/Android.Text/NoCopySpanConcrete.xml index d73ce48c81..ef664e79e0 100644 --- a/docs/Mono.Android/en/Android.Text/NoCopySpanConcrete.xml +++ b/docs/Mono.Android/en/Android.Text/NoCopySpanConcrete.xml @@ -32,14 +32,18 @@ Convenience equivalent for when you would just want a new Object() for - a span but want it to be no-copy. + a span but want it to be no-copy. - Android platform documentation + Java documentation for android.text.NoCopySpan.Concrete. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Text/SpannableFactory.xml b/docs/Mono.Android/en/Android.Text/SpannableFactory.xml index 8f91255107..1d00eb7722 100644 --- a/docs/Mono.Android/en/Android.Text/SpannableFactory.xml +++ b/docs/Mono.Android/en/Android.Text/SpannableFactory.xml @@ -18,14 +18,18 @@ - Factory used by TextView to create new Spannables. + Factory used by TextView to create new Spannable Spannables. - Android platform documentation + Java documentation for android.text.Spannable.Factory. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -164,7 +168,16 @@ Returns a new SpannableString from the specified CharSequence. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.text.Spannable.Factory.newSpannable(java.lang.CharSequence). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -187,10 +200,19 @@ To be added. - To be added. + Returns a new SpannableString from the specified CharSequence. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.text.Spannable.Factory.newSpannable(java.lang.CharSequence). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Text/SpannableString.xml b/docs/Mono.Android/en/Android.Text/SpannableString.xml index 46881f5671..7ffd5e1b68 100644 --- a/docs/Mono.Android/en/Android.Text/SpannableString.xml +++ b/docs/Mono.Android/en/Android.Text/SpannableString.xml @@ -167,8 +167,8 @@ - [Android.Runtime.Register("charAt", "(I)C", "", ApiSince=29)] - [<Android.Runtime.Register("charAt", "(I)C", "", ApiSince=29)>] + [Android.Runtime.Register("charAt", "(I)C", "")] + [<Android.Runtime.Register("charAt", "(I)C", "")>] @@ -231,8 +231,8 @@ - [Android.Runtime.Register("getChars", "(II[CI)V", "", ApiSince=29)] - [<Android.Runtime.Register("getChars", "(II[CI)V", "", ApiSince=29)>] + [Android.Runtime.Register("getChars", "(II[CI)V", "")] + [<Android.Runtime.Register("getChars", "(II[CI)V", "")>] @@ -510,8 +510,8 @@ - [Android.Runtime.Register("length", "()I", "", ApiSince=29)] - [<Android.Runtime.Register("length", "()I", "", ApiSince=29)>] + [Android.Runtime.Register("length", "()I", "")] + [<Android.Runtime.Register("length", "()I", "")>] @@ -718,11 +718,11 @@ - + - - - + + + Method M:System.Collections.IEnumerable.GetEnumerator @@ -820,8 +820,8 @@ - [Android.Runtime.Register("toString", "()Ljava/lang/String;", "", ApiSince=29)] - [<Android.Runtime.Register("toString", "()Ljava/lang/String;", "", ApiSince=29)>] + [Android.Runtime.Register("toString", "()Ljava/lang/String;", "")] + [<Android.Runtime.Register("toString", "()Ljava/lang/String;", "")>] diff --git a/docs/Mono.Android/en/Android.Text/SpannableStringBuilder.xml b/docs/Mono.Android/en/Android.Text/SpannableStringBuilder.xml index 36522c1215..7e2b23ad51 100644 --- a/docs/Mono.Android/en/Android.Text/SpannableStringBuilder.xml +++ b/docs/Mono.Android/en/Android.Text/SpannableStringBuilder.xml @@ -1704,11 +1704,11 @@ - + - - - + + + Method M:System.Collections.IEnumerable.GetEnumerator diff --git a/docs/Mono.Android/en/Android.Text/SpannedString.xml b/docs/Mono.Android/en/Android.Text/SpannedString.xml index dcb61f89e5..5dd1f67d51 100644 --- a/docs/Mono.Android/en/Android.Text/SpannedString.xml +++ b/docs/Mono.Android/en/Android.Text/SpannedString.xml @@ -608,11 +608,11 @@ - + - - - + + + Method M:System.Collections.IEnumerable.GetEnumerator diff --git a/docs/Mono.Android/en/Android.Text/StaticLayout+Builder.xml b/docs/Mono.Android/en/Android.Text/StaticLayout+Builder.xml index 51de0932ad..33c11a9c19 100644 --- a/docs/Mono.Android/en/Android.Text/StaticLayout+Builder.xml +++ b/docs/Mono.Android/en/Android.Text/StaticLayout+Builder.xml @@ -18,14 +18,18 @@ - To be added. + Builder for static layouts. - Android platform documentation + Java documentation for android.text.StaticLayout.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -50,10 +54,19 @@ - To be added. - To be added. + Build the StaticLayout after options have been set. + the newly constructed StaticLayout object - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.text.StaticLayout.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Text/TextShaper+IGlyphsConsumer.xml b/docs/Mono.Android/en/Android.Text/TextShaper+IGlyphsConsumer.xml index ee8410eab2..29e1778a20 100644 --- a/docs/Mono.Android/en/Android.Text/TextShaper+IGlyphsConsumer.xml +++ b/docs/Mono.Android/en/Android.Text/TextShaper+IGlyphsConsumer.xml @@ -25,8 +25,19 @@ - To be added. - To be added. + An consumer interface for accepting text shape result. + + + + Java documentation for android.text.TextShaper.GlyphsConsumer. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -55,12 +66,23 @@ - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. + The start index of the shaped text. + The length of the shaped text. + The shape result. + The paint to be used for drawing. + Accept text shape result. + + + + Java documentation for android.text.TextShaper.GlyphsConsumer.accept(int, int, android.graphics.text.PositionedGlyphs, android.text.TextPaint). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Text/TextUtils+IEllipsizeCallback.xml b/docs/Mono.Android/en/Android.Text/TextUtils+IEllipsizeCallback.xml index 56f28b6043..5bf424f6a8 100644 --- a/docs/Mono.Android/en/Android.Text/TextUtils+IEllipsizeCallback.xml +++ b/docs/Mono.Android/en/Android.Text/TextUtils+IEllipsizeCallback.xml @@ -62,9 +62,19 @@ To be added. To be added. - To be added. + This method is called to report that the specified region of + text was ellipsized away by a call to #ellipsize. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.text.TextUtils.EllipsizeCallback.ellipsized(int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Text/TextUtils+IStringSplitter.xml b/docs/Mono.Android/en/Android.Text/TextUtils+IStringSplitter.xml index a836fe8b08..6ae8cc01f7 100644 --- a/docs/Mono.Android/en/Android.Text/TextUtils+IStringSplitter.xml +++ b/docs/Mono.Android/en/Android.Text/TextUtils+IStringSplitter.xml @@ -29,14 +29,18 @@ An interface for splitting strings according to rules that are opaque to the user of this - interface. + interface. - Android platform documentation + Java documentation for android.text.TextUtils.StringSplitter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Text/TextUtils+SimpleStringSplitter.xml b/docs/Mono.Android/en/Android.Text/TextUtils+SimpleStringSplitter.xml index dabb8086e8..781c404b1a 100644 --- a/docs/Mono.Android/en/Android.Text/TextUtils+SimpleStringSplitter.xml +++ b/docs/Mono.Android/en/Android.Text/TextUtils+SimpleStringSplitter.xml @@ -41,10 +41,14 @@ - Android platform documentation + Java documentation for android.text.TextUtils.SimpleStringSplitter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -69,10 +73,19 @@ - To be added. - Initializes the splitter. setString may be called later. + the delimeter on which to split + Initializes the splitter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.text.TextUtils.SimpleStringSplitter.TextUtils$SimpleStringSplitter(char). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -308,11 +321,19 @@ - the string to split - + the string to split Sets the string to split - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.text.TextUtils.SimpleStringSplitter.setString(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Transitions/Transition+EpicenterCallback.xml b/docs/Mono.Android/en/Android.Transitions/Transition+EpicenterCallback.xml index 1fad5954ba..43854fe7c8 100644 --- a/docs/Mono.Android/en/Android.Transitions/Transition+EpicenterCallback.xml +++ b/docs/Mono.Android/en/Android.Transitions/Transition+EpicenterCallback.xml @@ -18,14 +18,18 @@ - To be added. + Class to get the epicenter of Transition. - Android platform documentation + Java documentation for android.transition.Transition.EpicenterCallback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -129,11 +133,22 @@ - To be added. - To be added. - To be added. + The transition for which the epicenter applies. + Implementers must override to return the epicenter of the Transition in screen + coordinates. + The Rect region of the epicenter of <code>transition</code> or null if + there is no epicenter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.transition.Transition.EpicenterCallback.onGetEpicenter(android.transition.Transition). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Transitions/Transition+ITransitionListener.xml b/docs/Mono.Android/en/Android.Transitions/Transition+ITransitionListener.xml index 7c6244bd53..e117a741ae 100644 --- a/docs/Mono.Android/en/Android.Transitions/Transition+ITransitionListener.xml +++ b/docs/Mono.Android/en/Android.Transitions/Transition+ITransitionListener.xml @@ -25,14 +25,18 @@ - To be added. + A transition listener receives notifications from a transition. - Android platform documentation + Java documentation for android.transition.Transition.TransitionListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -59,10 +63,19 @@ - To be added. - To be added. + The transition which was canceled. + Notification about the cancellation of the transition. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.transition.Transition.TransitionListener.onTransitionCancel(android.transition.Transition). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -89,10 +102,19 @@ - To be added. - To be added. + The transition which reached its end. + Notification about the end of the transition. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.transition.Transition.TransitionListener.onTransitionEnd(android.transition.Transition). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -119,10 +141,19 @@ - To be added. - To be added. + The transition which was paused. + Notification when a transition is paused. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.transition.Transition.TransitionListener.onTransitionPause(android.transition.Transition). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -149,10 +180,19 @@ - To be added. - To be added. + The transition which was resumed. + Notification when a transition is resumed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.transition.Transition.TransitionListener.onTransitionResume(android.transition.Transition). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -179,10 +219,19 @@ - To be added. - To be added. + The started transition. + Notification about the start of the transition. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.transition.Transition.TransitionListener.onTransitionStart(android.transition.Transition). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Transitions/TransitionListenerAdapter.xml b/docs/Mono.Android/en/Android.Transitions/TransitionListenerAdapter.xml index e172b75363..7afc556e3e 100644 --- a/docs/Mono.Android/en/Android.Transitions/TransitionListenerAdapter.xml +++ b/docs/Mono.Android/en/Android.Transitions/TransitionListenerAdapter.xml @@ -153,7 +153,7 @@ To be added. - [TODO: @inheritDoc] + To be added @@ -195,7 +195,7 @@ To be added. - [TODO: @inheritDoc] + To be added @@ -237,7 +237,7 @@ To be added. - [TODO: @inheritDoc] + To be added @@ -279,7 +279,7 @@ To be added. - [TODO: @inheritDoc] + To be added @@ -321,7 +321,7 @@ To be added. - [TODO: @inheritDoc] + To be added diff --git a/docs/Mono.Android/en/Android.Util/Config.xml b/docs/Mono.Android/en/Android.Util/Config.xml index c362c000ca..7aa3fcdd92 100644 --- a/docs/Mono.Android/en/Android.Util/Config.xml +++ b/docs/Mono.Android/en/Android.Util/Config.xml @@ -56,7 +56,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.util.Config.Config(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Util/DebugUtils.xml b/docs/Mono.Android/en/Android.Util/DebugUtils.xml index c5ed7f6461..767a3bcc11 100644 --- a/docs/Mono.Android/en/Android.Util/DebugUtils.xml +++ b/docs/Mono.Android/en/Android.Util/DebugUtils.xml @@ -53,7 +53,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.util.DebugUtils.DebugUtils(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Util/EventLog+Event.xml b/docs/Mono.Android/en/Android.Util/EventLog+Event.xml index b7bd616bb9..417ae4e1b5 100644 --- a/docs/Mono.Android/en/Android.Util/EventLog+Event.xml +++ b/docs/Mono.Android/en/Android.Util/EventLog+Event.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.util.EventLog.Event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -52,9 +56,18 @@ - To be added. + one of Integer, Long, Float, String, null, or Object[] of same. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.util.EventLog.Event.getData(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -112,9 +125,18 @@ - To be added. + the process ID which wrote the log entry - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.util.EventLog.Event.getProcessId(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -141,9 +163,18 @@ - To be added. + the type tag code of the entry - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.util.EventLog.Event.getTag(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -170,9 +201,18 @@ - To be added. + the thread ID which wrote the log entry - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.util.EventLog.Event.getThreadId(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -261,9 +301,18 @@ - To be added. + the wall clock time when the entry was written - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.util.EventLog.Event.getTimeNanos(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Util/EventLog.xml b/docs/Mono.Android/en/Android.Util/EventLog.xml index 6e976ca0dd..4362028ed2 100644 --- a/docs/Mono.Android/en/Android.Util/EventLog.xml +++ b/docs/Mono.Android/en/Android.Util/EventLog.xml @@ -53,7 +53,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.util.EventLog.EventLog(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Util/FloatMath.xml b/docs/Mono.Android/en/Android.Util/FloatMath.xml index 2051fcc875..d30c4483e2 100644 --- a/docs/Mono.Android/en/Android.Util/FloatMath.xml +++ b/docs/Mono.Android/en/Android.Util/FloatMath.xml @@ -85,10 +85,19 @@ to be converted - Returns the float conversion of the most negative (i.e. - To be added. + Returns the float conversion of the most negative (i. + the ceiling of value - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.util.FloatMath.ceil(float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -118,9 +127,18 @@ to compute the cosine of, in radians Returns the closest float approximation of the cosine of the argument. - To be added. + the cosine of angle - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.util.FloatMath.cos(float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -150,10 +168,19 @@ to compute the exponential of Returns the closest float approximation of the raising "e" to the power - of the argument. - To be added. + of the argument. + the exponential of value - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.util.FloatMath.exp(float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -182,10 +209,19 @@ to be converted - Returns the float conversion of the most positive (i.e. - To be added. + Returns the float conversion of the most positive (i. + the floor of value - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.util.FloatMath.floor(float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -216,10 +252,19 @@ a float number a float number - Returns sqrt(x2+y2). - To be added. + Returns sqrt(x<sup>2</sup>+y<sup>2</sup>). + the hypotenuse - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.util.FloatMath.hypot(float, float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -282,9 +327,19 @@ the base of the operation. the exponent of the operation. Returns the closest float approximation of the result of raising x to the power of y. - To be added. + + x to the power of y. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.util.FloatMath.pow(float, float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -314,9 +369,18 @@ to compute the cosine of, in radians Returns the closest float approximation of the sine of the argument. - To be added. + the sine of angle - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.util.FloatMath.sin(float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -346,10 +410,19 @@ to compute sqrt of Returns the closest float approximation of the square root of the - argument. - To be added. + argument. + the square root of value - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.util.FloatMath.sqrt(float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Util/Half.xml b/docs/Mono.Android/en/Android.Util/Half.xml index f27efd43c9..62679aa5b6 100644 --- a/docs/Mono.Android/en/Android.Util/Half.xml +++ b/docs/Mono.Android/en/Android.Util/Half.xml @@ -32,7 +32,8 @@ The Half class is a wrapper and a utility class to manipulate half-precision 16-bit - <a href="https://en. + IEEE 754 + floating point data types (also called fp16 or binary16). diff --git a/docs/Mono.Android/en/Android.Util/JsonReader.xml b/docs/Mono.Android/en/Android.Util/JsonReader.xml index a49b20cf58..7088362e5a 100644 --- a/docs/Mono.Android/en/Android.Util/JsonReader.xml +++ b/docs/Mono.Android/en/Android.Util/JsonReader.xml @@ -31,7 +31,8 @@ - Reads a JSON (<a href="http://www. + Reads a JSON (RFC 4627) + encoded value as a stream of tokens. diff --git a/docs/Mono.Android/en/Android.Util/JsonWriter.xml b/docs/Mono.Android/en/Android.Util/JsonWriter.xml index f0fc178085..0453e0d5a2 100644 --- a/docs/Mono.Android/en/Android.Util/JsonWriter.xml +++ b/docs/Mono.Android/en/Android.Util/JsonWriter.xml @@ -31,7 +31,8 @@ - Writes a JSON (<a href="http://www. + Writes a JSON (RFC 4627) + encoded value to a stream, one token at a time. diff --git a/docs/Mono.Android/en/Android.Util/StateSet.xml b/docs/Mono.Android/en/Android.Util/StateSet.xml index eb9d91da4e..df3609cb77 100644 --- a/docs/Mono.Android/en/Android.Util/StateSet.xml +++ b/docs/Mono.Android/en/Android.Util/StateSet.xml @@ -54,7 +54,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.util.StateSet.StateSet(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Util/TimeUtils.xml b/docs/Mono.Android/en/Android.Util/TimeUtils.xml index 6a705e6ec1..a1d6d4c28d 100644 --- a/docs/Mono.Android/en/Android.Util/TimeUtils.xml +++ b/docs/Mono.Android/en/Android.Util/TimeUtils.xml @@ -53,7 +53,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.util.TimeUtils.TimeUtils(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Util/Xml+Encoding.xml b/docs/Mono.Android/en/Android.Util/Xml+Encoding.xml index 24be82fa73..0c7717ed20 100644 --- a/docs/Mono.Android/en/Android.Util/Xml+Encoding.xml +++ b/docs/Mono.Android/en/Android.Util/Xml+Encoding.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.util.Xml.Encoding. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views.Accessibility/AccessibilityEvent.xml b/docs/Mono.Android/en/Android.Views.Accessibility/AccessibilityEvent.xml index 4f26b2fd8c..c6d19518be 100644 --- a/docs/Mono.Android/en/Android.Views.Accessibility/AccessibilityEvent.xml +++ b/docs/Mono.Android/en/Android.Views.Accessibility/AccessibilityEvent.xml @@ -957,7 +957,7 @@ - [TODO: @inheritDoc] + To be added To be added. @@ -2649,7 +2649,7 @@ Additional flags about how the object should be written. May be 0 or . - [TODO: @inheritDoc] + To be added diff --git a/docs/Mono.Android/en/Android.Views.Accessibility/AccessibilityManager+IAccessibilityStateChangeListener.xml b/docs/Mono.Android/en/Android.Views.Accessibility/AccessibilityManager+IAccessibilityStateChangeListener.xml index 0f29501a06..92c96ad1bf 100644 --- a/docs/Mono.Android/en/Android.Views.Accessibility/AccessibilityManager+IAccessibilityStateChangeListener.xml +++ b/docs/Mono.Android/en/Android.Views.Accessibility/AccessibilityManager+IAccessibilityStateChangeListener.xml @@ -25,14 +25,18 @@ - Listener for the system accessibility state. + Listener for the accessibility state. - Android platform documentation + Java documentation for android.view.accessibility.AccessibilityManager.AccessibilityStateChangeListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -60,11 +64,19 @@ - Whether accessibility is enabled. - + Whether accessibility is enabled. Called back on change in the accessibility state. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.accessibility.AccessibilityManager.AccessibilityStateChangeListener.onAccessibilityStateChanged(boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views.Accessibility/AccessibilityManager+ITouchExplorationStateChangeListener.xml b/docs/Mono.Android/en/Android.Views.Accessibility/AccessibilityManager+ITouchExplorationStateChangeListener.xml index 73fb51ce3c..33632bcb88 100644 --- a/docs/Mono.Android/en/Android.Views.Accessibility/AccessibilityManager+ITouchExplorationStateChangeListener.xml +++ b/docs/Mono.Android/en/Android.Views.Accessibility/AccessibilityManager+ITouchExplorationStateChangeListener.xml @@ -25,14 +25,18 @@ - To be added. + Listener for the system touch exploration state. - Android platform documentation + Java documentation for android.view.accessibility.AccessibilityManager.TouchExplorationStateChangeListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -59,10 +63,19 @@ - To be added. - To be added. + Whether touch exploration is enabled. + Called when the touch exploration enabled state changes. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.accessibility.AccessibilityManager.TouchExplorationStateChangeListener.onTouchExplorationStateChanged(boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views.Accessibility/AccessibilityNodeInfo+AccessibilityAction.xml b/docs/Mono.Android/en/Android.Views.Accessibility/AccessibilityNodeInfo+AccessibilityAction.xml index 2cd67ac96f..44cf094bac 100644 --- a/docs/Mono.Android/en/Android.Views.Accessibility/AccessibilityNodeInfo+AccessibilityAction.xml +++ b/docs/Mono.Android/en/Android.Views.Accessibility/AccessibilityNodeInfo+AccessibilityAction.xml @@ -31,14 +31,18 @@ - To be added. + A class defining an action that can be performed on an AccessibilityNodeInfo. - Android platform documentation + Java documentation for android.view.accessibility.AccessibilityNodeInfo.AccessibilityAction. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -63,11 +67,22 @@ - To be added. - To be added. - To be added. + The id for this action. This should either be one of the + standard actions or a specific action for your app. In that case it is + required to use a resource identifier. + The label for the new AccessibilityAction. + Creates a new AccessibilityAction. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.accessibility.AccessibilityNodeInfo.AccessibilityAction.AccessibilityNodeInfo$AccessibilityAction(int, java.lang.CharSequence). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1186,9 +1201,20 @@ - To be added. + To be added To be added. - To be added. + + + + Java documentation for android.view.accessibility.AccessibilityNodeInfo.AccessibilityAction.describeContents(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1211,10 +1237,19 @@ System.Int32 - To be added. - To be added. + Gets the id for this action. + The action id. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.accessibility.AccessibilityNodeInfo.AccessibilityAction.getId(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1293,10 +1328,19 @@ Java.Lang.ICharSequence - To be added. - To be added. + Gets the label for this action. + The label. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.accessibility.AccessibilityNodeInfo.AccessibilityAction.getLabel(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1398,8 +1442,19 @@ To be added. To be added. - To be added. - To be added. + Write data into a parcel. + + + + Java documentation for android.view.accessibility.AccessibilityNodeInfo.AccessibilityAction.writeToParcel(android.os.Parcel, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Views.Accessibility/AccessibilityNodeInfo+CollectionInfo.xml b/docs/Mono.Android/en/Android.Views.Accessibility/AccessibilityNodeInfo+CollectionInfo.xml index adc13647bf..0430ed71af 100644 --- a/docs/Mono.Android/en/Android.Views.Accessibility/AccessibilityNodeInfo+CollectionInfo.xml +++ b/docs/Mono.Android/en/Android.Views.Accessibility/AccessibilityNodeInfo+CollectionInfo.xml @@ -18,14 +18,18 @@ - To be added. + Class with information if a node is a collection. - Android platform documentation + Java documentation for android.view.accessibility.AccessibilityNodeInfo.CollectionInfo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -51,11 +55,22 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + The number of rows. + The number of columns. + Whether the collection is hierarchical. + Creates a new instance. + + + + Java documentation for android.view.accessibility.AccessibilityNodeInfo.CollectionInfo.AccessibilityNodeInfo$CollectionInfo(int, int, boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -81,12 +96,23 @@ - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. + The number of rows. + The number of columns. + Whether the collection is hierarchical. + The collection's selection mode. + Creates a new instance. + + + + Java documentation for android.view.accessibility.AccessibilityNodeInfo.CollectionInfo.AccessibilityNodeInfo$CollectionInfo(int, int, boolean, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -109,10 +135,19 @@ System.Int32 - To be added. - To be added. + Gets the number of columns. + The column count, or -1 if count is unknown. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.accessibility.AccessibilityNodeInfo.CollectionInfo.getColumnCount(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -136,10 +171,19 @@ System.Boolean - To be added. - To be added. + Gets if the collection is a hierarchically ordered. + Whether the collection is hierarchical. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.accessibility.AccessibilityNodeInfo.CollectionInfo.isHierarchical(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -273,10 +317,19 @@ System.Int32 - To be added. - To be added. + Gets the number of rows. + The row count, or -1 if count is unknown. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.accessibility.AccessibilityNodeInfo.CollectionInfo.getRowCount(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -300,10 +353,21 @@ System.Int32 - To be added. - To be added. + Gets the collection's selection mode. + The collection's selection mode, one of: + <ul> + <li>#SELECTION_MODE_NONE<li>#SELECTION_MODE_SINGLE<li>#SELECTION_MODE_MULTIPLE</ul> - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.accessibility.AccessibilityNodeInfo.CollectionInfo.getSelectionMode(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -332,9 +396,18 @@ 2 - To be added. + Selection mode where multiple items may be selected. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.accessibility.AccessibilityNodeInfo.CollectionInfo.SELECTION_MODE_MULTIPLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -363,9 +436,18 @@ 0 - To be added. + Selection mode where items are not selectable. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.accessibility.AccessibilityNodeInfo.CollectionInfo.SELECTION_MODE_NONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -394,9 +476,18 @@ 1 - To be added. + Selection mode where a single item may be selected. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.accessibility.AccessibilityNodeInfo.CollectionInfo.SELECTION_MODE_SINGLE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views.Accessibility/AccessibilityNodeInfo+CollectionItemInfo.xml b/docs/Mono.Android/en/Android.Views.Accessibility/AccessibilityNodeInfo+CollectionItemInfo.xml index d70f30a585..7092e56bc6 100644 --- a/docs/Mono.Android/en/Android.Views.Accessibility/AccessibilityNodeInfo+CollectionItemInfo.xml +++ b/docs/Mono.Android/en/Android.Views.Accessibility/AccessibilityNodeInfo+CollectionItemInfo.xml @@ -18,14 +18,18 @@ - To be added. + Class with information if a node is a collection item. - Android platform documentation + Java documentation for android.view.accessibility.AccessibilityNodeInfo.CollectionItemInfo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -53,13 +57,24 @@ - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. + The row index at which the item is located. + The number of rows the item spans. + The column index at which the item is located. + The number of columns the item spans. + Whether the item is a heading. + Creates a new instance. + + + + Java documentation for android.view.accessibility.AccessibilityNodeInfo.CollectionItemInfo.AccessibilityNodeInfo$CollectionItemInfo(int, int, int, int, boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -87,14 +102,25 @@ - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. + The row index at which the item is located. + The number of rows the item spans. + The column index at which the item is located. + The number of columns the item spans. + Whether the item is a heading. + Whether the item is selected. + Creates a new instance. + + + + Java documentation for android.view.accessibility.AccessibilityNodeInfo.CollectionItemInfo.AccessibilityNodeInfo$CollectionItemInfo(int, int, int, int, boolean, boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -117,10 +143,19 @@ System.Int32 - To be added. - To be added. + Gets the column index at which the item is located. + The column index. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.accessibility.AccessibilityNodeInfo.CollectionItemInfo.getColumnIndex(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -144,10 +179,19 @@ System.Int32 - To be added. - To be added. + Gets the number of columns the item spans. + The column span. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.accessibility.AccessibilityNodeInfo.CollectionItemInfo.getColumnSpan(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -175,10 +219,19 @@ System.Boolean - To be added. - To be added. + Gets if the collection item is a heading. + If the item is a heading. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.accessibility.AccessibilityNodeInfo.CollectionItemInfo.isHeading(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -202,10 +255,19 @@ System.Boolean - To be added. - To be added. + Gets if the collection item is selected. + If the item is selected. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.accessibility.AccessibilityNodeInfo.CollectionItemInfo.isSelected(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -340,10 +402,19 @@ System.Int32 - To be added. - To be added. + Gets the row index at which the item is located. + The row index. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.accessibility.AccessibilityNodeInfo.CollectionItemInfo.getRowIndex(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -367,10 +438,19 @@ System.Int32 - To be added. - To be added. + Gets the number of rows the item spans. + The row span. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.accessibility.AccessibilityNodeInfo.CollectionItemInfo.getRowSpan(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views.Accessibility/AccessibilityNodeInfo+ExtraRenderingInfo.xml b/docs/Mono.Android/en/Android.Views.Accessibility/AccessibilityNodeInfo+ExtraRenderingInfo.xml index b047e21a52..7968155dc8 100644 --- a/docs/Mono.Android/en/Android.Views.Accessibility/AccessibilityNodeInfo+ExtraRenderingInfo.xml +++ b/docs/Mono.Android/en/Android.Views.Accessibility/AccessibilityNodeInfo+ExtraRenderingInfo.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Class with information of a view useful to evaluate accessibility needs. + + + + Java documentation for android.view.accessibility.AccessibilityNodeInfo.ExtraRenderingInfo. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -71,9 +82,25 @@ Android.Util.Size - To be added. - To be added. - To be added. + Gets the size object containing the height and the width of + android.view.ViewGroup.LayoutParams if the node is a ViewGroup or + a TextView, or null otherwise. + a Size stores layout height and layout width of the view, or null + otherwise. And the size value may be in pixels, + android.view.ViewGroup.LayoutParams#MATCH_PARENT, + or android.view.ViewGroup.LayoutParams#WRAP_CONTENT + + + + Java documentation for android.view.accessibility.AccessibilityNodeInfo.ExtraRenderingInfo.getLayoutSize(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -96,9 +123,20 @@ System.Single - To be added. - To be added. - To be added. + Gets the text size if the node is a TextView, or -1 otherwise. + the text size of a TextView, or -1 otherwise. + + + + Java documentation for android.view.accessibility.AccessibilityNodeInfo.ExtraRenderingInfo.getTextSizeInPx(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -121,9 +159,21 @@ System.Int32 - To be added. - To be added. - To be added. + Gets the text size unit if the node is a TextView, or -1 otherwise. + the text size unit which type is TypedValue#TYPE_DIMENSION of a + TextView, or -1 otherwise. + + + + Java documentation for android.view.accessibility.AccessibilityNodeInfo.ExtraRenderingInfo.getTextSizeUnit(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Views.Accessibility/AccessibilityNodeInfo+RangeInfo.xml b/docs/Mono.Android/en/Android.Views.Accessibility/AccessibilityNodeInfo+RangeInfo.xml index 1263bc95b8..aba77011bd 100644 --- a/docs/Mono.Android/en/Android.Views.Accessibility/AccessibilityNodeInfo+RangeInfo.xml +++ b/docs/Mono.Android/en/Android.Views.Accessibility/AccessibilityNodeInfo+RangeInfo.xml @@ -18,14 +18,18 @@ - To be added. + Class with information if a node is a range. - Android platform documentation + Java documentation for android.view.accessibility.AccessibilityNodeInfo.RangeInfo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -52,12 +56,25 @@ - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. + The type of the range. + The minimum value. Use Float.NEGATIVE_INFINITY if the range has no + minimum. + The maximum value. Use Float.POSITIVE_INFINITY if the range has no + maximum. + The current value. + Creates a new range. + + + + Java documentation for android.view.accessibility.AccessibilityNodeInfo.RangeInfo.AccessibilityNodeInfo$RangeInfo(int, float, float, float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -80,10 +97,19 @@ System.Single - To be added. - To be added. + Gets the current value. + The current value. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.accessibility.AccessibilityNodeInfo.RangeInfo.getCurrent(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -138,10 +164,19 @@ System.Single - To be added. - To be added. + Gets the maximum value. + The maximum value, or Float.POSITIVE_INFINITY if no maximum exists. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.accessibility.AccessibilityNodeInfo.RangeInfo.getMax(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -165,10 +200,19 @@ System.Single - To be added. - To be added. + Gets the minimum value. + The minimum value, or Float.NEGATIVE_INFINITY if no minimum exists. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.accessibility.AccessibilityNodeInfo.RangeInfo.getMin(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -241,9 +285,18 @@ 1 - To be added. + Range type: float. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.accessibility.AccessibilityNodeInfo.RangeInfo.RANGE_TYPE_FLOAT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -272,9 +325,18 @@ 0 - To be added. + Range type: integer. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.accessibility.AccessibilityNodeInfo.RangeInfo.RANGE_TYPE_INT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -303,9 +365,18 @@ 2 - To be added. + Range type: percent with values from zero to one hundred. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.accessibility.AccessibilityNodeInfo.RangeInfo.RANGE_TYPE_PERCENT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -391,10 +462,19 @@ Android.Views.Accessibility.RangeType - To be added. - To be added. + Gets the range type. + The range type. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.accessibility.AccessibilityNodeInfo.RangeInfo.getType(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views.Accessibility/AccessibilityNodeInfo+TouchDelegateInfo.xml b/docs/Mono.Android/en/Android.Views.Accessibility/AccessibilityNodeInfo+TouchDelegateInfo.xml index 4082caa71f..d8093548b7 100644 --- a/docs/Mono.Android/en/Android.Views.Accessibility/AccessibilityNodeInfo+TouchDelegateInfo.xml +++ b/docs/Mono.Android/en/Android.Views.Accessibility/AccessibilityNodeInfo+TouchDelegateInfo.xml @@ -31,8 +31,20 @@ - To be added. - To be added. + Class with information of touch delegated views and regions from TouchDelegate for + the AccessibilityNodeInfo. + + + + Java documentation for android.view.accessibility.AccessibilityNodeInfo.TouchDelegateInfo. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -55,9 +67,20 @@ - To be added. - To be added. - To be added. + A map from regions (in view coordinates) to delegated views. + Create a new instance of TouchDelegateInfo. + + + + Java documentation for android.view.accessibility.AccessibilityNodeInfo.TouchDelegateInfo.AccessibilityNodeInfo$TouchDelegateInfo(java.util.Map<android.graphics.Region, android.view.View>). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -109,9 +132,20 @@ - To be added. + To be added To be added. - To be added. + + + + Java documentation for android.view.accessibility.AccessibilityNodeInfo.TouchDelegateInfo.describeContents(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -137,10 +171,21 @@ - To be added. - To be added. - To be added. - To be added. + The desired index, must be between 0 and #getRegionCount()-1. + Return the Region at the given index in the TouchDelegateInfo. + Returns the Region stored at the given index. + + + + Java documentation for android.view.accessibility.AccessibilityNodeInfo.TouchDelegateInfo.getRegionAt(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -166,10 +211,21 @@ - To be added. - To be added. - To be added. - To be added. + The region retrieved from #getRegionAt(int). + Return the target AccessibilityNodeInfo for the given Region. + The target node associates with the given region. + + + + Java documentation for android.view.accessibility.AccessibilityNodeInfo.TouchDelegateInfo.getTargetForRegion(android.graphics.Region). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -224,9 +280,20 @@ System.Int32 - To be added. - To be added. - To be added. + Returns the number of touch delegate target region. + Number of touch delegate target region. + + + + Java documentation for android.view.accessibility.AccessibilityNodeInfo.TouchDelegateInfo.getRegionCount(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -323,8 +390,19 @@ To be added. To be added. - To be added. - To be added. + To be added + + + + Java documentation for android.view.accessibility.AccessibilityNodeInfo.TouchDelegateInfo.writeToParcel(android.os.Parcel, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Views.Accessibility/AccessibilityNodeInfo.xml b/docs/Mono.Android/en/Android.Views.Accessibility/AccessibilityNodeInfo.xml index e4d379d898..19a7bf7336 100644 --- a/docs/Mono.Android/en/Android.Views.Accessibility/AccessibilityNodeInfo.xml +++ b/docs/Mono.Android/en/Android.Views.Accessibility/AccessibilityNodeInfo.xml @@ -2617,7 +2617,7 @@ - [TODO: @inheritDoc] + To be added To be added. @@ -2706,7 +2706,7 @@ System.Int32 - IllegalStateException If called from an AccessibilityService. + drawingOrderInParent Get the drawing order of the view corresponding it this node. -or- Set the drawing order of the view corresponding it this node. The drawing position of the view corresponding to this node relative to its siblings. @@ -3101,9 +3101,18 @@ System.String - To be added. + Key used to request and locate extra data for text character location. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.accessibility.AccessibilityNodeInfo.EXTRA_DATA_TEXT_CHARACTER_LOCATION_KEY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -7263,7 +7272,7 @@ Additional flags about how the object should be written. May be 0 or . - [TODO: @inheritDoc] + To be added diff --git a/docs/Mono.Android/en/Android.Views.Accessibility/CaptioningManager+CaptionStyle.xml b/docs/Mono.Android/en/Android.Views.Accessibility/CaptioningManager+CaptionStyle.xml index fc765a12b1..af5ae8af73 100644 --- a/docs/Mono.Android/en/Android.Views.Accessibility/CaptioningManager+CaptionStyle.xml +++ b/docs/Mono.Android/en/Android.Views.Accessibility/CaptioningManager+CaptionStyle.xml @@ -18,14 +18,19 @@ - To be added. + Specifies visual properties for video captions, including foreground and + background colors, edge properties, and typeface. - Android platform documentation + Java documentation for android.view.accessibility.CaptioningManager.CaptionStyle. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -49,10 +54,19 @@ System.Int32 - To be added. + The preferred background color for video captions. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.accessibility.CaptioningManager.CaptionStyle.backgroundColor. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -76,10 +90,20 @@ System.Int32 - To be added. + The preferred edge color for video captions, if using an edge type + other than #EDGE_TYPE_NONE. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.accessibility.CaptioningManager.CaptionStyle.edgeColor. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -139,9 +163,18 @@ 4 - To be added. + Edge type value specifying depressed bevel character edges. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.accessibility.CaptioningManager.CaptionStyle.EDGE_TYPE_DEPRESSED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -170,9 +203,18 @@ 2 - To be added. + Edge type value specifying drop-shadowed character edges. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.accessibility.CaptioningManager.CaptionStyle.EDGE_TYPE_DROP_SHADOW. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -201,9 +243,18 @@ 0 - To be added. + Edge type value specifying no character edges. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.accessibility.CaptioningManager.CaptionStyle.EDGE_TYPE_NONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -232,9 +283,18 @@ 1 - To be added. + Edge type value specifying uniformly outlined character edges. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.accessibility.CaptioningManager.CaptionStyle.EDGE_TYPE_OUTLINE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -263,9 +323,18 @@ 3 - To be added. + Edge type value specifying raised bevel character edges. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.accessibility.CaptioningManager.CaptionStyle.EDGE_TYPE_RAISED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -294,9 +363,18 @@ -1 - To be added. + Unspecified edge type value. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.accessibility.CaptioningManager.CaptionStyle.EDGE_TYPE_UNSPECIFIED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -320,10 +398,19 @@ System.Int32 - To be added. + The preferred foreground color for video captions. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.accessibility.CaptioningManager.CaptionStyle.foregroundColor. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -348,9 +435,21 @@ To be added. - To be added. + + true if the user has specified a background color + that should override the application default, false + otherwise - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.accessibility.CaptioningManager.CaptionStyle.hasBackgroundColor(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -375,9 +474,21 @@ To be added. - To be added. + + true if the user has specified an edge color that + should override the application default, false + otherwise - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.accessibility.CaptioningManager.CaptionStyle.hasEdgeColor(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -402,9 +513,21 @@ To be added. - To be added. + + true if the user has specified an edge type that + should override the application default, false + otherwise - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.accessibility.CaptioningManager.CaptionStyle.hasEdgeType(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -429,9 +552,21 @@ To be added. - To be added. + + true if the user has specified a foreground color + that should override the application default, false + otherwise - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.accessibility.CaptioningManager.CaptionStyle.hasForegroundColor(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -456,9 +591,21 @@ To be added. - To be added. + + true if the user has specified a window color that + should override the application default, false + otherwise - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.accessibility.CaptioningManager.CaptionStyle.hasWindowColor(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -576,9 +723,19 @@ To be added. - To be added. + the preferred Typeface for video captions, or null if + not specified - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.accessibility.CaptioningManager.CaptionStyle.getTypeface(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -602,10 +759,19 @@ System.Int32 - To be added. + The preferred window color for video captions. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.accessibility.CaptioningManager.CaptionStyle.windowColor. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views.Accessibility/CaptioningManager+CaptioningChangeListener.xml b/docs/Mono.Android/en/Android.Views.Accessibility/CaptioningManager+CaptioningChangeListener.xml index 58d5b8d387..ede103b84c 100644 --- a/docs/Mono.Android/en/Android.Views.Accessibility/CaptioningManager+CaptioningChangeListener.xml +++ b/docs/Mono.Android/en/Android.Views.Accessibility/CaptioningManager+CaptioningChangeListener.xml @@ -18,14 +18,19 @@ - To be added. + Listener for changes in captioning properties, including enabled state + and user style preferences. - Android platform documentation + Java documentation for android.view.accessibility.CaptioningManager.CaptioningChangeListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -129,10 +134,19 @@ - To be added. - To be added. + the user's new preferred captioning enabled state + Called when the captioning enabled state changes. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.accessibility.CaptioningManager.CaptioningChangeListener.onEnabledChanged(boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -159,10 +173,19 @@ - To be added. - To be added. + the preferred font scaling factor + Called when the captioning font scaling factor changes. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.accessibility.CaptioningManager.CaptioningChangeListener.onFontScaleChanged(float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -189,10 +212,19 @@ - To be added. - To be added. + the preferred captioning locale, or null if not specified + Called when the captioning locale changes. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.accessibility.CaptioningManager.CaptioningChangeListener.onLocaleChanged(java.util.Locale). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views.Animations/Animation+Description.xml b/docs/Mono.Android/en/Android.Views.Animations/Animation+Description.xml index b657ff0b1f..47ff9c3d35 100644 --- a/docs/Mono.Android/en/Android.Views.Animations/Animation+Description.xml +++ b/docs/Mono.Android/en/Android.Views.Animations/Animation+Description.xml @@ -21,10 +21,14 @@ - Android platform documentation + Java documentation for android.view.animation.Animation.Description. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -193,7 +197,16 @@ One of Animation. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.animation.Animation.Description.type. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -221,7 +234,16 @@ The absolute or relative dimension for this Description. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.animation.Animation.Description.value. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views.Animations/Animation+IAnimationListener.xml b/docs/Mono.Android/en/Android.Views.Animations/Animation+IAnimationListener.xml index 0c2aea1728..f3d7b46c14 100644 --- a/docs/Mono.Android/en/Android.Views.Animations/Animation+IAnimationListener.xml +++ b/docs/Mono.Android/en/Android.Views.Animations/Animation+IAnimationListener.xml @@ -25,15 +25,18 @@ - - + An animation listener receives notifications from an animation. - Android platform documentation + Java documentation for android.view.animation.Animation.AnimationListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -61,12 +64,19 @@ - The animation which reached its end. - - - + The animation which reached its end. + Notifies the end of the animation. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.animation.Animation.AnimationListener.onAnimationEnd(android.view.animation.Animation). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -94,12 +104,19 @@ - The animation which was repeated. - - - + The animation which was repeated. + Notifies the repetition of the animation. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.animation.Animation.AnimationListener.onAnimationRepeat(android.view.animation.Animation). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -127,12 +144,19 @@ - The started animation. - - - + The started animation. + Notifies the start of the animation. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.animation.Animation.AnimationListener.onAnimationStart(android.view.animation.Animation). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views.Animations/AnimationUtils.xml b/docs/Mono.Android/en/Android.Views.Animations/AnimationUtils.xml index accd5bbfcf..525c20e4bc 100644 --- a/docs/Mono.Android/en/Android.Views.Animations/AnimationUtils.xml +++ b/docs/Mono.Android/en/Android.Views.Animations/AnimationUtils.xml @@ -223,10 +223,19 @@ Application context used to access resources The resource id of the animation to load - Loads an object from a resource - To be added. + Loads an Interpolator object from a resource + The interpolator object referenced by the specified id - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.animation.AnimationUtils.loadInterpolator(android.content.Context, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views.Animations/GridLayoutAnimationController+AnimationParameters.xml b/docs/Mono.Android/en/Android.Views.Animations/GridLayoutAnimationController+AnimationParameters.xml index 24ad73d167..d031f9f085 100644 --- a/docs/Mono.Android/en/Android.Views.Animations/GridLayoutAnimationController+AnimationParameters.xml +++ b/docs/Mono.Android/en/Android.Views.Animations/GridLayoutAnimationController+AnimationParameters.xml @@ -19,14 +19,18 @@ The set of parameters that has to be attached to each view contained in - the view group animated by the grid layout animation controller. + the view group animated by the grid layout animation controller. - Android platform documentation + Java documentation for android.view.animation.GridLayoutAnimationController.AnimationParameters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -102,7 +106,16 @@ The view group's column to which the view belongs. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.animation.GridLayoutAnimationController.AnimationParameters.column. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -130,7 +143,16 @@ The number of columns in the view's enclosing grid layout. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.animation.GridLayoutAnimationController.AnimationParameters.columnsCount. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -189,7 +211,16 @@ The view group's row to which the view belongs. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.animation.GridLayoutAnimationController.AnimationParameters.row. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -217,7 +248,16 @@ The number of rows in the view's enclosing grid layout. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.animation.GridLayoutAnimationController.AnimationParameters.rowsCount. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views.Animations/LayoutAnimationController+AnimationParameters.xml b/docs/Mono.Android/en/Android.Views.Animations/LayoutAnimationController+AnimationParameters.xml index 6acce8f4fa..2eaa6f56fc 100644 --- a/docs/Mono.Android/en/Android.Views.Animations/LayoutAnimationController+AnimationParameters.xml +++ b/docs/Mono.Android/en/Android.Views.Animations/LayoutAnimationController+AnimationParameters.xml @@ -19,14 +19,18 @@ The set of parameters that has to be attached to each view contained in - the view group animated by the layout animation controller. + the view group animated by the layout animation controller. - Android platform documentation + Java documentation for android.view.animation.LayoutAnimationController.AnimationParameters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -100,10 +104,19 @@ The number of children in the view group containing the view to which - these parameters are attached. + these parameters are attached. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.animation.LayoutAnimationController.AnimationParameters.count. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -129,10 +142,19 @@ The index of the view to which these parameters are attached in its - containing view group. + containing view group. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.animation.LayoutAnimationController.AnimationParameters.index. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views.Animations/Transformation.xml b/docs/Mono.Android/en/Android.Views.Animations/Transformation.xml index 66aa9d93d6..19ec32adfc 100644 --- a/docs/Mono.Android/en/Android.Views.Animations/Transformation.xml +++ b/docs/Mono.Android/en/Android.Views.Animations/Transformation.xml @@ -201,11 +201,19 @@ - To be added. - Apply this Transformation to an existing Transformation, e.g. apply - a scale effect to something that has already been rotated. + t + Apply this Transformation to an existing Transformation, e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.animation.Transformation.compose(android.view.animation.Transformation). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views.Autofill/AutofillManager+AutofillCallback.xml b/docs/Mono.Android/en/Android.Views.Autofill/AutofillManager+AutofillCallback.xml index cc3d381b77..97a6e8e3a2 100644 --- a/docs/Mono.Android/en/Android.Views.Autofill/AutofillManager+AutofillCallback.xml +++ b/docs/Mono.Android/en/Android.Views.Autofill/AutofillManager+AutofillCallback.xml @@ -18,14 +18,18 @@ - To be added. + Callback for autofill related events. - Android platform documentation + Java documentation for android.view.autofill.AutofillManager.AutofillCallback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -137,11 +141,21 @@ - To be added. To be added. - To be added. + view associated with the change. + currently either #EVENT_INPUT_SHOWN or #EVENT_INPUT_HIDDEN. + Called after a change in the autofill state associated with a view. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.autofill.AutofillManager.AutofillCallback.onAutofillEvent(android.view.View, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -177,12 +191,22 @@ - To be added. - To be added. To be added. - To be added. + parent view associated with the change. + id identifying the virtual child inside the parent view. + currently either #EVENT_INPUT_SHOWN or #EVENT_INPUT_HIDDEN. + Called after a change in the autofill state associated with a virtual view. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.autofill.AutofillManager.AutofillCallback.onAutofillEvent(android.view.View, int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views.Autofill/AutofillManager.xml b/docs/Mono.Android/en/Android.Views.Autofill/AutofillManager.xml index 96db9ebcba..2504c59c1b 100644 --- a/docs/Mono.Android/en/Android.Views.Autofill/AutofillManager.xml +++ b/docs/Mono.Android/en/Android.Views.Autofill/AutofillManager.xml @@ -92,7 +92,7 @@ Gets the name of all algorithms currently available for - <a href="AutofillService. + "AutofillService. To be added. @@ -201,7 +201,7 @@ Gets the name of the default algorithm used for - <a href="AutofillService. + "AutofillService. To be added. @@ -562,7 +562,7 @@ System.Boolean - Checks if <a href="AutofillService. + Checks if "AutofillService. To be added. @@ -1305,8 +1305,8 @@ Gets the user data used for - <a href="AutofillService. -or- Sets the UserData used for - <a href="AutofillService. + "AutofillService. -or- Sets the UserData used for + "AutofillService. value previously set by #setUserData(UserData) or null if it was reset or if the caller currently does not have an enabled autofill service for the user. @@ -1351,7 +1351,7 @@ Gets the id of the UserData used for - <a href="AutofillService. + "AutofillService. id of the UserData previously set by #setUserData(UserData) or null if it was reset or if the caller currently does not have an enabled autofill service for the user. diff --git a/docs/Mono.Android/en/Android.Views.ContentCaptures/ContentCaptureContext+Builder.xml b/docs/Mono.Android/en/Android.Views.ContentCaptures/ContentCaptureContext+Builder.xml index ffcfc4901e..4ab86732c1 100644 --- a/docs/Mono.Android/en/Android.Views.ContentCaptures/ContentCaptureContext+Builder.xml +++ b/docs/Mono.Android/en/Android.Views.ContentCaptures/ContentCaptureContext+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Builder for ContentCaptureContext objects. + + + + Java documentation for android.view.contentcapture.ContentCaptureContext.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -42,9 +53,20 @@ - To be added. - To be added. - To be added. + id associated with this context. + Creates a new builder. + + + + Java documentation for android.view.contentcapture.ContentCaptureContext.Builder.ContentCaptureContext$Builder(android.content.LocusId). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -68,9 +90,20 @@ - To be added. - To be added. - To be added. + Builds the ContentCaptureContext. + the built ContentCaptureContext + + + + Java documentation for android.view.contentcapture.ContentCaptureContext.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Views.ContentCaptures/ContentCaptureSession.xml b/docs/Mono.Android/en/Android.Views.ContentCaptures/ContentCaptureSession.xml index 3f7e844168..899b47bc4b 100644 --- a/docs/Mono.Android/en/Android.Views.ContentCaptures/ContentCaptureSession.xml +++ b/docs/Mono.Android/en/Android.Views.ContentCaptures/ContentCaptureSession.xml @@ -92,7 +92,18 @@ To be added. - To be added. + + + + Java documentation for android.view.contentcapture.ContentCaptureSession.close(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Views.ContentCaptures/DataRemovalRequest+Builder.xml b/docs/Mono.Android/en/Android.Views.ContentCaptures/DataRemovalRequest+Builder.xml index 62c7bf87eb..a19ca9f510 100644 --- a/docs/Mono.Android/en/Android.Views.ContentCaptures/DataRemovalRequest+Builder.xml +++ b/docs/Mono.Android/en/Android.Views.ContentCaptures/DataRemovalRequest+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Builder for DataRemovalRequest objects. + + + + Java documentation for android.view.contentcapture.DataRemovalRequest.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -102,9 +113,20 @@ - To be added. + Builds the DataRemovalRequest. To be added. - To be added. + + + + Java documentation for android.view.contentcapture.DataRemovalRequest.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Views.ContentCaptures/DataRemovalRequest+LocusIdRequest.xml b/docs/Mono.Android/en/Android.Views.ContentCaptures/DataRemovalRequest+LocusIdRequest.xml index 469e966c0c..f238cfd042 100644 --- a/docs/Mono.Android/en/Android.Views.ContentCaptures/DataRemovalRequest+LocusIdRequest.xml +++ b/docs/Mono.Android/en/Android.Views.ContentCaptures/DataRemovalRequest+LocusIdRequest.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Representation of a request to remove data associated with a LocusId. + + + + Java documentation for android.view.contentcapture.DataRemovalRequest.LocusIdRequest. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -42,9 +53,20 @@ Android.Views.ContentCaptures.DataRemovalRequestFlags - To be added. - To be added. - To be added. + Gets the flags associates with request. + either DataRemovalRequest#FLAG_IS_PREFIX or 0. + + + + Java documentation for android.view.contentcapture.DataRemovalRequest.LocusIdRequest.getFlags(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -96,9 +118,20 @@ Android.Content.LocusId - To be added. + Gets the LocusId per se. To be added. - To be added. + + + + Java documentation for android.view.contentcapture.DataRemovalRequest.LocusIdRequest.getLocusId(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Views.InputMethods/CompletionInfo.xml b/docs/Mono.Android/en/Android.Views.InputMethods/CompletionInfo.xml index 9324f45469..10ef0396f8 100644 --- a/docs/Mono.Android/en/Android.Views.InputMethods/CompletionInfo.xml +++ b/docs/Mono.Android/en/Android.Views.InputMethods/CompletionInfo.xml @@ -32,14 +32,18 @@ Information about a single text completion that an editor has reported to - an input method. + an input method. - Android platform documentation + Java documentation for android.view.inputmethod.CompletionInfo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views.InputMethods/CursorAnchorInfo+Builder.xml b/docs/Mono.Android/en/Android.Views.InputMethods/CursorAnchorInfo+Builder.xml index 7c52c20fd5..e0b8852626 100644 --- a/docs/Mono.Android/en/Android.Views.InputMethods/CursorAnchorInfo+Builder.xml +++ b/docs/Mono.Android/en/Android.Views.InputMethods/CursorAnchorInfo+Builder.xml @@ -18,14 +18,18 @@ - To be added. + Builder for CursorAnchorInfo. - Android platform documentation + Java documentation for android.view.inputmethod.CursorAnchorInfo.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -122,9 +126,19 @@ To be added. - To be added. + + CursorAnchorInfo using parameters in this Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.inputmethod.CursorAnchorInfo.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -180,9 +194,19 @@ - To be added. + Resets the internal state so that this instance can be reused to build another + instance of CursorAnchorInfo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.inputmethod.CursorAnchorInfo.Builder.reset(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views.InputMethods/CursorUpdate.xml b/docs/Mono.Android/en/Android.Views.InputMethods/CursorUpdate.xml index 35ba874658..8c94bd2f5d 100644 --- a/docs/Mono.Android/en/Android.Views.InputMethods/CursorUpdate.xml +++ b/docs/Mono.Android/en/Android.Views.InputMethods/CursorUpdate.xml @@ -71,5 +71,29 @@ + + + + + + Field + + Mono.Android + 0.0.0.0 + + + + [Android.Runtime.IntDefinition(null, JniField="")] + [<Android.Runtime.IntDefinition(null, JniField="")>] + + + + Android.Views.InputMethods.CursorUpdate + + 0 + + To be added. + + diff --git a/docs/Mono.Android/en/Android.Views.InputMethods/InlineSuggestionsRequest+Builder.xml b/docs/Mono.Android/en/Android.Views.InputMethods/InlineSuggestionsRequest+Builder.xml index 107e46a7e1..ad59d1e415 100644 --- a/docs/Mono.Android/en/Android.Views.InputMethods/InlineSuggestionsRequest+Builder.xml +++ b/docs/Mono.Android/en/Android.Views.InputMethods/InlineSuggestionsRequest+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + A builder for InlineSuggestionsRequest + + + + Java documentation for android.view.inputmethod.InlineSuggestionsRequest.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -42,9 +53,22 @@ - To be added. - To be added. - To be added. + The InlinePresentationSpec for each suggestion in the response. If the max suggestion + count is larger than the number of specs in the list, then the last spec is used for the + remainder of the suggestions. The list should not be empty. + Creates a new Builder. + + + + Java documentation for android.view.inputmethod.InlineSuggestionsRequest.Builder.InlineSuggestionsRequest$Builder(java.util.List<android.widget.inline.InlinePresentationSpec>). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -97,9 +121,20 @@ - To be added. + Builds the instance. To be added. - To be added. + + + + Java documentation for android.view.inputmethod.InlineSuggestionsRequest.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Views.InputMethods/InputConnectionWrapper.xml b/docs/Mono.Android/en/Android.Views.InputMethods/InputConnectionWrapper.xml index 1e7c4ade24..5dd695005a 100644 --- a/docs/Mono.Android/en/Android.Views.InputMethods/InputConnectionWrapper.xml +++ b/docs/Mono.Android/en/Android.Views.InputMethods/InputConnectionWrapper.xml @@ -134,7 +134,7 @@ - [TODO: @inheritDoc] + To be added To be added. @@ -186,7 +186,7 @@ The states to be cleared, may be one or more bits as per . - [TODO: @inheritDoc] + To be added To be added. @@ -227,7 +227,7 @@ - [TODO: @inheritDoc] + To be added @@ -269,7 +269,7 @@ The committed completion. - [TODO: @inheritDoc] + To be added To be added. @@ -324,7 +324,7 @@ To be added. To be added. To be added. - [TODO: @inheritDoc] + To be added To be added. @@ -367,7 +367,7 @@ Detailed information about the correction. - [TODO: @inheritDoc] + To be added To be added. @@ -421,7 +421,7 @@ because the editor can make modifications to the text you are providing so it is not possible to correctly specify locations there. - [TODO: @inheritDoc] + To be added To be added. @@ -458,7 +458,7 @@ To be added. To be added. - [TODO: @inheritDoc] + To be added To be added. @@ -505,7 +505,7 @@ current cursor position. The number of characters to be deleted after the current cursor position. - [TODO: @inheritDoc] + To be added To be added. @@ -551,7 +551,7 @@ To be added. To be added. - [TODO: @inheritDoc] + To be added To be added. @@ -591,7 +591,7 @@ - [TODO: @inheritDoc] + To be added To be added. @@ -632,7 +632,7 @@ - [TODO: @inheritDoc] + To be added To be added. @@ -687,7 +687,7 @@ constants are defined so that you can simply pass the current value directly in to here. - [TODO: @inheritDoc] + To be added To be added. @@ -742,7 +742,7 @@ Additional options to control the client, either 0 or . - [TODO: @inheritDoc] + To be added To be added. @@ -784,7 +784,7 @@ To be added. - [TODO: @inheritDoc] + To be added To be added. @@ -835,7 +835,7 @@ Supplies additional options controlling how the text is returned. May be either 0 or . - [TODO: @inheritDoc] + To be added To be added. @@ -883,7 +883,7 @@ To be added. To be added. To be added. - [TODO: @inheritDoc] + To be added To be added. @@ -926,7 +926,7 @@ To be added. To be added. - [TODO: @inheritDoc] + To be added To be added. @@ -979,7 +979,7 @@ The expected length of the text. Supplies additional options controlling how the text is returned. May be either 0 or . - [TODO: @inheritDoc] + To be added To be added. @@ -1023,7 +1023,7 @@ To be added. To be added. - [TODO: @inheritDoc] + To be added To be added. @@ -1076,7 +1076,7 @@ The expected length of the text. Supplies additional options controlling how the text is returned. May be either 0 or . - [TODO: @inheritDoc] + To be added To be added. @@ -1116,7 +1116,7 @@ Android.OS.Handler - [TODO: @inheritDoc] + To be added To be added. @@ -1193,7 +1193,7 @@ To be added. - [TODO: @inheritDoc] + To be added To be added. @@ -1246,7 +1246,7 @@ This must be one of the action constants for , such as Android.Views.InputMethods.EditorInfo.IME_ACTION_GO. - [TODO: @inheritDoc] + To be added To be added. @@ -1294,7 +1294,7 @@ be a scoped name, i.e. prefixed with a package name you own, so that different developers will not create conflicting commands. Any data to include with the command. - [TODO: @inheritDoc] + To be added To be added. @@ -1335,7 +1335,7 @@ - [TODO: @inheritDoc] + To be added To be added. @@ -1378,7 +1378,7 @@ To be added. - [TODO: @inheritDoc] + To be added To be added. @@ -1427,7 +1427,7 @@ and/or Android.Views.InputMethods.InputConnection.CURSOR_UPDATE_MONITOR. Pass 0 to disable the effect of Android.Views.InputMethods.InputConnection.CURSOR_UPDATE_MONITOR. - [TODO: @inheritDoc] + To be added To be added. @@ -1470,7 +1470,7 @@ The key event. - [TODO: @inheritDoc] + To be added To be added. @@ -1516,7 +1516,7 @@ the position in the text at which the composing region begins the position in the text at which the composing region ends - [TODO: @inheritDoc] + To be added To be added. @@ -1574,7 +1574,7 @@ within the text, because the editor can make modifications to the text you are providing so it is not possible to correctly specify locations there. - [TODO: @inheritDoc] + To be added To be added. @@ -1611,7 +1611,7 @@ To be added. To be added. - [TODO: @inheritDoc] + To be added To be added. @@ -1654,7 +1654,7 @@ To be added. - [TODO: @inheritDoc] + To be added To be added. @@ -1699,7 +1699,7 @@ the character index where the selection should start. the character index where the selection should end. - [TODO: @inheritDoc] + To be added To be added. diff --git a/docs/Mono.Android/en/Android.Views.InputMethods/InputContentInfo.xml b/docs/Mono.Android/en/Android.Views.InputMethods/InputContentInfo.xml index 3026bcb607..08367b5d11 100644 --- a/docs/Mono.Android/en/Android.Views.InputMethods/InputContentInfo.xml +++ b/docs/Mono.Android/en/Android.Views.InputMethods/InputContentInfo.xml @@ -229,7 +229,7 @@ - [TODO: @inheritDoc] + To be added To be added. diff --git a/docs/Mono.Android/en/Android.Views.InputMethods/InputMethodSubtype+InputMethodSubtypeBuilder.xml b/docs/Mono.Android/en/Android.Views.InputMethods/InputMethodSubtype+InputMethodSubtypeBuilder.xml index 0c88308996..69768ca1a3 100644 --- a/docs/Mono.Android/en/Android.Views.InputMethods/InputMethodSubtype+InputMethodSubtypeBuilder.xml +++ b/docs/Mono.Android/en/Android.Views.InputMethods/InputMethodSubtype+InputMethodSubtypeBuilder.xml @@ -18,14 +18,18 @@ - To be added. + InputMethodSubtypeBuilder is a builder class of InputMethodSubtype. - Android platform documentation + Java documentation for android.view.inputmethod.InputMethodSubtype.InputMethodSubtypeBuilder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -97,9 +101,18 @@ To be added. - To be added. + InputMethodSubtype using parameters in this InputMethodSubtypeBuilder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.inputmethod.InputMethodSubtype.InputMethodSubtypeBuilder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views.Inspectors/InspectionCompanionUninitializedPropertyMapException.xml b/docs/Mono.Android/en/Android.Views.Inspectors/InspectionCompanionUninitializedPropertyMapException.xml index a04d3ff2c6..313524936a 100644 --- a/docs/Mono.Android/en/Android.Views.Inspectors/InspectionCompanionUninitializedPropertyMapException.xml +++ b/docs/Mono.Android/en/Android.Views.Inspectors/InspectionCompanionUninitializedPropertyMapException.xml @@ -18,8 +18,20 @@ - To be added. - To be added. + Thrown by #readProperties(Object, PropertyReader) if called before + #mapProperties(PropertyMapper). + + + + Java documentation for android.view.inspector.InspectionCompanion.UninitializedPropertyMapException. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Views.Inspectors/PropertyMapperPropertyConflictException.xml b/docs/Mono.Android/en/Android.Views.Inspectors/PropertyMapperPropertyConflictException.xml index 6973b2cc50..0e85b7eb93 100644 --- a/docs/Mono.Android/en/Android.Views.Inspectors/PropertyMapperPropertyConflictException.xml +++ b/docs/Mono.Android/en/Android.Views.Inspectors/PropertyMapperPropertyConflictException.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Thrown from a map method if a property name is already mapped as different type. + + + + Java documentation for android.view.inspector.PropertyMapper.PropertyConflictException. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Views.Inspectors/PropertyReaderPropertyTypeMismatchException.xml b/docs/Mono.Android/en/Android.Views.Inspectors/PropertyReaderPropertyTypeMismatchException.xml index 780b5deb51..e7d00beaa3 100644 --- a/docs/Mono.Android/en/Android.Views.Inspectors/PropertyReaderPropertyTypeMismatchException.xml +++ b/docs/Mono.Android/en/Android.Views.Inspectors/PropertyReaderPropertyTypeMismatchException.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Thrown if a client calls a typed read method for a property of a different type. + + + + Java documentation for android.view.inspector.PropertyReader.PropertyTypeMismatchException. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Views.TextClassifiers/ConversationAction+Builder.xml b/docs/Mono.Android/en/Android.Views.TextClassifiers/ConversationAction+Builder.xml index 0be59b3b5c..3edb5ed5b3 100644 --- a/docs/Mono.Android/en/Android.Views.TextClassifiers/ConversationAction+Builder.xml +++ b/docs/Mono.Android/en/Android.Views.TextClassifiers/ConversationAction+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Builder class to construct ConversationAction. + + + + Java documentation for android.view.textclassifier.ConversationAction.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -68,9 +79,20 @@ - To be added. + Builds the ConversationAction object. To be added. - To be added. + + + + Java documentation for android.view.textclassifier.ConversationAction.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Views.TextClassifiers/ConversationActions+Message.xml b/docs/Mono.Android/en/Android.Views.TextClassifiers/ConversationActions+Message.xml index fe5b959f67..0c17113838 100644 --- a/docs/Mono.Android/en/Android.Views.TextClassifiers/ConversationActions+Message.xml +++ b/docs/Mono.Android/en/Android.Views.TextClassifiers/ConversationActions+Message.xml @@ -31,8 +31,19 @@ - To be added. - To be added. + Represents a message in the conversation. + + + + Java documentation for android.view.textclassifier.ConversationActions.Message. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -55,9 +66,20 @@ Android.App.Person - To be added. + Returns the person that composed the message. To be added. - To be added. + + + + Java documentation for android.view.textclassifier.ConversationActions.Message.getAuthor(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -134,9 +156,20 @@ Android.OS.Bundle - To be added. + Returns the extended data related to this conversation action. To be added. - To be added. + + + + Java documentation for android.view.textclassifier.ConversationActions.Message.getExtras(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -191,9 +224,20 @@ Android.App.Person - To be added. + Represents the remote user. To be added. - To be added. + + + + Java documentation for android.view.textclassifier.ConversationActions.Message.PERSON_USER_OTHERS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -216,9 +260,20 @@ Android.App.Person - To be added. + Represents the local user. To be added. - To be added. + + + + Java documentation for android.view.textclassifier.ConversationActions.Message.PERSON_USER_SELF. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -260,9 +315,20 @@ Java.Lang.ICharSequence - To be added. + Returns the text of the message. To be added. - To be added. + + + + Java documentation for android.view.textclassifier.ConversationActions.Message.getText(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Views.TextClassifiers/ConversationActions+Request.xml b/docs/Mono.Android/en/Android.Views.TextClassifiers/ConversationActions+Request.xml index 003483a005..2a77f1db52 100644 --- a/docs/Mono.Android/en/Android.Views.TextClassifiers/ConversationActions+Request.xml +++ b/docs/Mono.Android/en/Android.Views.TextClassifiers/ConversationActions+Request.xml @@ -31,8 +31,19 @@ - To be added. - To be added. + A request object for generating conversation action suggestions. + + + + Java documentation for android.view.textclassifier.ConversationActions.Request. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -55,9 +66,20 @@ System.String - To be added. + Returns the name of the package that sent this request. To be added. - To be added. + + + + Java documentation for android.view.textclassifier.ConversationActions.Request.getCallingPackageName(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -80,9 +102,20 @@ System.Collections.Generic.IList<Android.Views.TextClassifiers.ConversationActions+Message> - To be added. + Returns an immutable list of messages that make up the conversation. To be added. - To be added. + + + + Java documentation for android.view.textclassifier.ConversationActions.Request.getConversation(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -159,9 +192,20 @@ Android.OS.Bundle - To be added. + Returns the extended data related to this request. To be added. - To be added. + + + + Java documentation for android.view.textclassifier.ConversationActions.Request.getExtras(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -187,8 +231,19 @@ System.String - To be added. - To be added. + To indicate the generated actions will be used within the app. + + + + Java documentation for android.view.textclassifier.ConversationActions.Request.HINT_FOR_IN_APP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -214,8 +269,19 @@ System.String - To be added. - To be added. + To indicate the generated actions will be used for notification. + + + + Java documentation for android.view.textclassifier.ConversationActions.Request.HINT_FOR_NOTIFICATION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -238,9 +304,20 @@ System.Collections.Generic.IList<System.String> - To be added. + Returns an immutable list of hints To be added. - To be added. + + + + Java documentation for android.view.textclassifier.ConversationActions.Request.getHints(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -295,9 +372,21 @@ System.Int32 - To be added. + Return the maximal number of suggestions the caller wants, value -1 means no restriction + and this is the default. To be added. - To be added. + + + + Java documentation for android.view.textclassifier.ConversationActions.Request.getMaxSuggestions(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Views.TextClassifiers/ITextClassifier.xml b/docs/Mono.Android/en/Android.Views.TextClassifiers/ITextClassifier.xml index b5f3e5578b..4b1ed1bfde 100644 --- a/docs/Mono.Android/en/Android.Views.TextClassifiers/ITextClassifier.xml +++ b/docs/Mono.Android/en/Android.Views.TextClassifiers/ITextClassifier.xml @@ -796,8 +796,19 @@ System.String - To be added. - To be added. + E-mail address (e. + + + + Java documentation for android.view.textclassifier.TextClassifier.TYPE_EMAIL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Views.TextClassifiers/TextClassification+Builder.xml b/docs/Mono.Android/en/Android.Views.TextClassifiers/TextClassification+Builder.xml index ed1f15e1b1..66bcfbe680 100644 --- a/docs/Mono.Android/en/Android.Views.TextClassifiers/TextClassification+Builder.xml +++ b/docs/Mono.Android/en/Android.Views.TextClassifiers/TextClassification+Builder.xml @@ -18,14 +18,18 @@ - To be added. + Builder for building TextClassification objects. - Android platform documentation + Java documentation for android.view.textclassifier.TextClassification.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -102,10 +106,19 @@ - To be added. + Builds and returns a TextClassification object. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.textclassifier.TextClassification.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views.TextClassifiers/TextClassification+Request.xml b/docs/Mono.Android/en/Android.Views.TextClassifiers/TextClassification+Request.xml index d8c9e5dd85..c7c7aab20b 100644 --- a/docs/Mono.Android/en/Android.Views.TextClassifiers/TextClassification+Request.xml +++ b/docs/Mono.Android/en/Android.Views.TextClassifiers/TextClassification+Request.xml @@ -31,8 +31,19 @@ - To be added. - To be added. + A request object for generating TextClassification. + + + + Java documentation for android.view.textclassifier.TextClassification.Request. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -55,9 +66,20 @@ System.String - To be added. + Returns the name of the package that sent this request. To be added. - To be added. + + + + Java documentation for android.view.textclassifier.TextClassification.Request.getCallingPackageName(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -106,8 +128,20 @@ To be added. - To be added. - To be added. + ordered list of locale preferences that can be used to disambiguate + the provided text. + + + + Java documentation for android.view.textclassifier.TextClassification.Request.getDefaultLocales(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -159,9 +193,20 @@ System.Int32 - To be added. + Returns end index of the text to classify. To be added. - To be added. + + + + Java documentation for android.view.textclassifier.TextClassification.Request.getEndIndex(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -184,9 +229,20 @@ Android.OS.Bundle - To be added. + Returns the extended data. To be added. - To be added. + + + + Java documentation for android.view.textclassifier.TextClassification.Request.getExtras(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -241,9 +297,20 @@ System.Int32 - To be added. + Returns start index of the text to classify. To be added. - To be added. + + + + Java documentation for android.view.textclassifier.TextClassification.Request.getStartIndex(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -285,9 +352,21 @@ Java.Lang.ICharSequence - To be added. + Returns the text providing context for the text to classify (which is specified + by the sub sequence starting at startIndex and ending at endIndex) To be added. - To be added. + + + + Java documentation for android.view.textclassifier.TextClassification.Request.getText(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Views.TextClassifiers/TextClassificationContext+Builder.xml b/docs/Mono.Android/en/Android.Views.TextClassifiers/TextClassificationContext+Builder.xml index a7a62b5b34..bd3abc4ea3 100644 --- a/docs/Mono.Android/en/Android.Views.TextClassifiers/TextClassificationContext+Builder.xml +++ b/docs/Mono.Android/en/Android.Views.TextClassifiers/TextClassificationContext+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + A builder for building a TextClassification context. + + + + Java documentation for android.view.textclassifier.TextClassificationContext.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -43,10 +54,22 @@ - To be added. - To be added. - To be added. - To be added. + the name of the calling package + the type of widget e.g. TextClassifier#WIDGET_TYPE_TEXTVIEW + Initializes a new builder for text classification context objects. + this builder + + + + Java documentation for android.view.textclassifier.TextClassificationContext.Builder.TextClassificationContext$Builder(java.lang.String, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -70,9 +93,20 @@ - To be added. - To be added. - To be added. + Builds the text classification context object. + the built TextClassificationContext object + + + + Java documentation for android.view.textclassifier.TextClassificationContext.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Views.TextClassifiers/TextClassifier.xml b/docs/Mono.Android/en/Android.Views.TextClassifiers/TextClassifier.xml index 91220c5a05..7170f5abeb 100644 --- a/docs/Mono.Android/en/Android.Views.TextClassifiers/TextClassifier.xml +++ b/docs/Mono.Android/en/Android.Views.TextClassifiers/TextClassifier.xml @@ -332,9 +332,18 @@ System.String - To be added. + E-mail address (e. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.textclassifier.TextClassifier.TYPE_EMAIL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views.TextClassifiers/TextClassifierEntityConfig.xml b/docs/Mono.Android/en/Android.Views.TextClassifiers/TextClassifierEntityConfig.xml index d1f6b4b5d4..d70e374877 100644 --- a/docs/Mono.Android/en/Android.Views.TextClassifiers/TextClassifierEntityConfig.xml +++ b/docs/Mono.Android/en/Android.Views.TextClassifiers/TextClassifierEntityConfig.xml @@ -31,8 +31,19 @@ - To be added. - To be added. + Configuration object for specifying what entity types to identify. + + + + Java documentation for android.view.textclassifier.TextClassifier.EntityConfig. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -212,9 +223,20 @@ System.Collections.Generic.ICollection<System.String> - To be added. - To be added. - To be added. + Retrieves the list of hints. + An unmodifiable collection of the hints. + + + + Java documentation for android.view.textclassifier.TextClassifier.EntityConfig.getHints(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -272,10 +294,24 @@ - To be added. - To be added. + Entity types we think should be found before factoring in + includes/excludes + + This method is intended for use by TextClassifier implementations. + Returns a final list of entity types to find. To be added. - To be added. + + + + Java documentation for android.view.textclassifier.TextClassifier.EntityConfig.resolveEntityListModifications(java.util.Collection<java.lang.String>). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -299,9 +335,21 @@ - To be added. + Return whether the client allows the text classifier to include its own list of + default types. To be added. - To be added. + + + + Java documentation for android.view.textclassifier.TextClassifier.EntityConfig.shouldIncludeTypesFromTextClassifier(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Views.TextClassifiers/TextClassifierEvent+Builder.xml b/docs/Mono.Android/en/Android.Views.TextClassifiers/TextClassifierEvent+Builder.xml index cb5a28fb46..e3388e92a7 100644 --- a/docs/Mono.Android/en/Android.Views.TextClassifiers/TextClassifierEvent+Builder.xml +++ b/docs/Mono.Android/en/Android.Views.TextClassifiers/TextClassifierEvent+Builder.xml @@ -22,8 +22,20 @@ - To be added. - To be added. + The subclass to be built. + Builder to build a text classifier event. + + + + Java documentation for android.view.textclassifier.TextClassifierEvent.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Views.TextClassifiers/TextClassifierEvent+ConversationActionsEvent.xml b/docs/Mono.Android/en/Android.Views.TextClassifiers/TextClassifierEvent+ConversationActionsEvent.xml index 730fcaf44f..4f292fc199 100644 --- a/docs/Mono.Android/en/Android.Views.TextClassifiers/TextClassifierEvent+ConversationActionsEvent.xml +++ b/docs/Mono.Android/en/Android.Views.TextClassifiers/TextClassifierEvent+ConversationActionsEvent.xml @@ -31,8 +31,19 @@ - To be added. - To be added. + This class represents events that are related to the conversation actions feature. + + + + Java documentation for android.view.textclassifier.TextClassifierEvent.ConversationActionsEvent. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Views.TextClassifiers/TextClassifierEvent+TextLinkifyEvent.xml b/docs/Mono.Android/en/Android.Views.TextClassifiers/TextClassifierEvent+TextLinkifyEvent.xml index 4941bc6639..107abe875d 100644 --- a/docs/Mono.Android/en/Android.Views.TextClassifiers/TextClassifierEvent+TextLinkifyEvent.xml +++ b/docs/Mono.Android/en/Android.Views.TextClassifiers/TextClassifierEvent+TextLinkifyEvent.xml @@ -31,8 +31,19 @@ - To be added. - To be added. + This class represents events that are related to the smart linkify feature. + + + + Java documentation for android.view.textclassifier.TextClassifierEvent.TextLinkifyEvent. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Views.TextClassifiers/TextClassifierEvent+TextSelectionEvent.xml b/docs/Mono.Android/en/Android.Views.TextClassifiers/TextClassifierEvent+TextSelectionEvent.xml index 9042ac9100..801b4a3ef1 100644 --- a/docs/Mono.Android/en/Android.Views.TextClassifiers/TextClassifierEvent+TextSelectionEvent.xml +++ b/docs/Mono.Android/en/Android.Views.TextClassifiers/TextClassifierEvent+TextSelectionEvent.xml @@ -31,8 +31,19 @@ - To be added. - To be added. + This class represents events that are related to the smart text selection feature. + + + + Java documentation for android.view.textclassifier.TextClassifierEvent.TextSelectionEvent. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -112,9 +123,21 @@ System.Int32 - To be added. + Returns the relative word (exclusive) index of the end of the + smart selection. To be added. - To be added. + + + + Java documentation for android.view.textclassifier.TextClassifierEvent.TextSelectionEvent.getRelativeSuggestedWordEndIndex(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -137,9 +160,20 @@ System.Int32 - To be added. + Returns the relative word index of the start of the smart selection. To be added. - To be added. + + + + Java documentation for android.view.textclassifier.TextClassifierEvent.TextSelectionEvent.getRelativeSuggestedWordStartIndex(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -162,9 +196,20 @@ System.Int32 - To be added. + Returns the relative word (exclusive) index of the end of the selection. To be added. - To be added. + + + + Java documentation for android.view.textclassifier.TextClassifierEvent.TextSelectionEvent.getRelativeWordEndIndex(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -187,9 +232,20 @@ System.Int32 - To be added. + Returns the relative word index of the start of the selection. To be added. - To be added. + + + + Java documentation for android.view.textclassifier.TextClassifierEvent.TextSelectionEvent.getRelativeWordStartIndex(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Views.TextClassifiers/TextLanguage+Builder.xml b/docs/Mono.Android/en/Android.Views.TextClassifiers/TextLanguage+Builder.xml index 0d72c3c536..c15dccba20 100644 --- a/docs/Mono.Android/en/Android.Views.TextClassifiers/TextLanguage+Builder.xml +++ b/docs/Mono.Android/en/Android.Views.TextClassifiers/TextLanguage+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Builder used to build TextLanguage objects. + + + + Java documentation for android.view.textclassifier.TextLanguage.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -64,9 +75,20 @@ - To be added. + Builds and returns a new TextLanguage object. To be added. - To be added. + + + + Java documentation for android.view.textclassifier.TextLanguage.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Views.TextClassifiers/TextLanguage+Request.xml b/docs/Mono.Android/en/Android.Views.TextClassifiers/TextLanguage+Request.xml index b5a396a8f9..6915ee2b71 100644 --- a/docs/Mono.Android/en/Android.Views.TextClassifiers/TextLanguage+Request.xml +++ b/docs/Mono.Android/en/Android.Views.TextClassifiers/TextLanguage+Request.xml @@ -31,8 +31,19 @@ - To be added. - To be added. + A request object for detecting the language of a piece of text. + + + + Java documentation for android.view.textclassifier.TextLanguage.Request. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -55,9 +66,20 @@ System.String - To be added. + Returns the name of the package that sent this request. To be added. - To be added. + + + + Java documentation for android.view.textclassifier.TextLanguage.Request.getCallingPackageName(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -134,9 +156,20 @@ Android.OS.Bundle - To be added. + Returns a bundle containing non-structured extra information about this request. To be added. - To be added. + + + + Java documentation for android.view.textclassifier.TextLanguage.Request.getExtras(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -210,9 +243,20 @@ Java.Lang.ICharSequence - To be added. + Returns the text to process. To be added. - To be added. + + + + Java documentation for android.view.textclassifier.TextLanguage.Request.getText(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Views.TextClassifiers/TextLinks+Builder.xml b/docs/Mono.Android/en/Android.Views.TextClassifiers/TextLinks+Builder.xml index 4fc1887ca1..f4ab6eb86e 100644 --- a/docs/Mono.Android/en/Android.Views.TextClassifiers/TextLinks+Builder.xml +++ b/docs/Mono.Android/en/Android.Views.TextClassifiers/TextLinks+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + A builder to construct a TextLinks instance. + + + + Java documentation for android.view.textclassifier.TextLinks.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -42,9 +53,20 @@ - To be added. - To be added. - To be added. + The full text to annotate with links + Create a new TextLinks. + + + + Java documentation for android.view.textclassifier.TextLinks.Builder.TextLinks$Builder(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -136,9 +158,20 @@ - To be added. - To be added. - To be added. + Constructs a TextLinks instance. + the constructed TextLinks + + + + Java documentation for android.view.textclassifier.TextLinks.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Views.TextClassifiers/TextLinks+Request.xml b/docs/Mono.Android/en/Android.Views.TextClassifiers/TextLinks+Request.xml index 89f952b06e..2f63ce142c 100644 --- a/docs/Mono.Android/en/Android.Views.TextClassifiers/TextLinks+Request.xml +++ b/docs/Mono.Android/en/Android.Views.TextClassifiers/TextLinks+Request.xml @@ -31,8 +31,19 @@ - To be added. - To be added. + A request object for generating TextLinks. + + + + Java documentation for android.view.textclassifier.TextLinks.Request. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -55,9 +66,20 @@ System.String - To be added. + Returns the name of the package that sent this request. To be added. - To be added. + + + + Java documentation for android.view.textclassifier.TextLinks.Request.getCallingPackageName(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -105,9 +127,21 @@ Android.OS.LocaleList - To be added. + Returns an ordered list of locale preferences that can be used to disambiguate the + provided text. To be added. - To be added. + + + + Java documentation for android.view.textclassifier.TextLinks.Request.getDefaultLocales(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -184,9 +218,20 @@ Android.OS.Bundle - To be added. + Returns the extended data. To be added. - To be added. + + + + Java documentation for android.view.textclassifier.TextLinks.Request.getExtras(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -260,9 +305,20 @@ Java.Lang.ICharSequence - To be added. + Returns the text to generate links for. To be added. - To be added. + + + + Java documentation for android.view.textclassifier.TextLinks.Request.getText(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Views.TextClassifiers/TextLinks+TextLink.xml b/docs/Mono.Android/en/Android.Views.TextClassifiers/TextLinks+TextLink.xml index f986e40c8f..c0ce525156 100644 --- a/docs/Mono.Android/en/Android.Views.TextClassifiers/TextLinks+TextLink.xml +++ b/docs/Mono.Android/en/Android.Views.TextClassifiers/TextLinks+TextLink.xml @@ -31,8 +31,19 @@ - To be added. - To be added. + A link, identifying a substring of text and possible entity types for it. + + + + Java documentation for android.view.textclassifier.TextLinks.TextLink. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -109,9 +120,20 @@ System.Int32 - To be added. - To be added. - To be added. + Returns the end index of this link in the original text. + the end index + + + + Java documentation for android.view.textclassifier.TextLinks.TextLink.getEnd(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -134,9 +156,20 @@ System.Int32 - To be added. - To be added. - To be added. + Returns the number of entity types that have confidence scores. + the entity count + + + + Java documentation for android.view.textclassifier.TextLinks.TextLink.getEntityCount(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -159,9 +192,20 @@ Android.OS.Bundle - To be added. + Returns a bundle containing custom data related to this TextLink. To be added. - To be added. + + + + Java documentation for android.view.textclassifier.TextLinks.TextLink.getExtras(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -187,10 +231,21 @@ - To be added. - To be added. + the entity type + Returns the confidence score for a particular entity type. To be added. - To be added. + + + + Java documentation for android.view.textclassifier.TextLinks.TextLink.getConfidenceScore(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -217,9 +272,20 @@ To be added. - To be added. - To be added. - To be added. + Returns the entity type at a given index. + the entity type at the provided index + + + + Java documentation for android.view.textclassifier.TextLinks.TextLink.getEntity(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -274,9 +340,20 @@ System.Int32 - To be added. - To be added. - To be added. + Returns the start index of this link in the original text. + the start index + + + + Java documentation for android.view.textclassifier.TextLinks.TextLink.getStart(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Views.TextClassifiers/TextLinks+TextLinkSpan.xml b/docs/Mono.Android/en/Android.Views.TextClassifiers/TextLinks+TextLinkSpan.xml index e3f2e3874d..69f51ca873 100644 --- a/docs/Mono.Android/en/Android.Views.TextClassifiers/TextLinks+TextLinkSpan.xml +++ b/docs/Mono.Android/en/Android.Views.TextClassifiers/TextLinks+TextLinkSpan.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + A ClickableSpan for a TextLink. + + + + Java documentation for android.view.textclassifier.TextLinks.TextLinkSpan. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Views.TextClassifiers/TextSelection+Builder.xml b/docs/Mono.Android/en/Android.Views.TextClassifiers/TextSelection+Builder.xml index 73cc782497..a0a83ba589 100644 --- a/docs/Mono.Android/en/Android.Views.TextClassifiers/TextSelection+Builder.xml +++ b/docs/Mono.Android/en/Android.Views.TextClassifiers/TextSelection+Builder.xml @@ -18,14 +18,18 @@ - To be added. + Builder used to build TextSelection objects. - Android platform documentation + Java documentation for android.view.textclassifier.TextSelection.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -50,11 +54,20 @@ - To be added. - To be added. - To be added. + the start index of the text selection. + the end index of the text selection. Must be greater than startIndex + Creates a builder used to build TextSelection objects. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.textclassifier.TextSelection.Builder.TextSelection$Builder(int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -79,10 +92,19 @@ - To be added. + Builds and returns TextSelection object. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.textclassifier.TextSelection.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views.TextClassifiers/TextSelection+Request.xml b/docs/Mono.Android/en/Android.Views.TextClassifiers/TextSelection+Request.xml index db05fc52c1..d0b73a9d1c 100644 --- a/docs/Mono.Android/en/Android.Views.TextClassifiers/TextSelection+Request.xml +++ b/docs/Mono.Android/en/Android.Views.TextClassifiers/TextSelection+Request.xml @@ -31,8 +31,19 @@ - To be added. - To be added. + A request object for generating TextSelection. + + + + Java documentation for android.view.textclassifier.TextSelection.Request. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -55,9 +66,20 @@ System.String - To be added. + Returns the name of the package that sent this request. To be added. - To be added. + + + + Java documentation for android.view.textclassifier.TextSelection.Request.getCallingPackageName(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -106,8 +128,20 @@ To be added. - To be added. - To be added. + ordered list of locale preferences that can be used to disambiguate the + provided text. + + + + Java documentation for android.view.textclassifier.TextSelection.Request.getDefaultLocales(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -159,9 +193,20 @@ System.Int32 - To be added. + Returns end index of the selected part of text. To be added. - To be added. + + + + Java documentation for android.view.textclassifier.TextSelection.Request.getEndIndex(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -184,9 +229,20 @@ Android.OS.Bundle - To be added. + Returns the extended data. To be added. - To be added. + + + + Java documentation for android.view.textclassifier.TextSelection.Request.getExtras(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -242,9 +298,21 @@ - To be added. + Returns true if the client wants the text classifier to classify the text as well and + include a TextClassification object in the result. To be added. - To be added. + + + + Java documentation for android.view.textclassifier.TextSelection.Request.shouldIncludeTextClassification(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -267,9 +335,20 @@ System.Int32 - To be added. + Returns start index of the selected part of text. To be added. - To be added. + + + + Java documentation for android.view.textclassifier.TextSelection.Request.getStartIndex(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -311,9 +390,21 @@ Java.Lang.ICharSequence - To be added. + Returns the text providing context for the selected text (which is specified by the + sub sequence starting at startIndex and ending at endIndex). To be added. - To be added. + + + + Java documentation for android.view.textclassifier.TextSelection.Request.getText(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Views.TextService/SpellCheckerSession+ISpellCheckerSessionListener.xml b/docs/Mono.Android/en/Android.Views.TextService/SpellCheckerSession+ISpellCheckerSessionListener.xml index c6a72a790c..4400d26c6c 100644 --- a/docs/Mono.Android/en/Android.Views.TextService/SpellCheckerSession+ISpellCheckerSessionListener.xml +++ b/docs/Mono.Android/en/Android.Views.TextService/SpellCheckerSession+ISpellCheckerSessionListener.xml @@ -25,15 +25,18 @@ - Callback for getting results from text services - + Callback for getting results from text services - Android platform documentation + Java documentation for android.view.textservice.SpellCheckerSession.SpellCheckerSessionListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -61,13 +64,21 @@ - an array of s. - These results are suggestions for s - queried by . - - Callback for + an array of SentenceSuggestionsInfos. + These results are suggestions for TextInfos + queried by SpellCheckerSession#getSentenceSuggestions(TextInfo[], int). + Callback for SpellCheckerSession#getSentenceSuggestions(TextInfo[], int) - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.textservice.SpellCheckerSession.SpellCheckerSessionListener.onGetSentenceSuggestions(android.view.textservice.SentenceSuggestionsInfo[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -95,14 +106,23 @@ - an array of s. - These results are suggestions for s queried by - or - M:Android.Views.TextService.SpellCheckerSession.GetSuggestions(Android.Views.TextService.TextInfo[],System.Int32,System.Int32) - Callback for - and M:Android.Views.TextService.SpellCheckerSession.GetSuggestions(Android.Views.TextService.TextInfo[],System.Int32,System.Int32) + an array of SuggestionsInfos. + These results are suggestions for TextInfos queried by + SpellCheckerSession#getSuggestions(TextInfo, int) or + SpellCheckerSession#getSuggestions(TextInfo[], int, boolean) + Callback for SpellCheckerSession#getSuggestions(TextInfo, int) + and SpellCheckerSession#getSuggestions(TextInfo[], int, boolean) - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.textservice.SpellCheckerSession.SpellCheckerSessionListener.onGetSuggestions(android.view.textservice.SuggestionsInfo[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views.TextService/SpellCheckerSession+SpellCheckerSessionParams.xml b/docs/Mono.Android/en/Android.Views.TextService/SpellCheckerSession+SpellCheckerSessionParams.xml index 8d89f0dc14..a723a0c81e 100644 --- a/docs/Mono.Android/en/Android.Views.TextService/SpellCheckerSession+SpellCheckerSessionParams.xml +++ b/docs/Mono.Android/en/Android.Views.TextService/SpellCheckerSession+SpellCheckerSessionParams.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Parameters used to create a SpellCheckerSession. + + + + Java documentation for android.view.textservice.SpellCheckerSession.SpellCheckerSessionParams. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -63,9 +74,20 @@ Android.OS.Bundle - To be added. + Returns a bundle containing extra parameters for the spell checker. To be added. - To be added. + + + + Java documentation for android.view.textservice.SpellCheckerSession.SpellCheckerSessionParams.getExtras(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -117,9 +139,20 @@ Java.Util.Locale - To be added. + Returns the locale in which the spell checker should operate. To be added. - To be added. + + + + Java documentation for android.view.textservice.SpellCheckerSession.SpellCheckerSessionParams.getLocale(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -143,9 +176,21 @@ - To be added. + Returns true if the user's spell checker language settings should be used to determine + the spell checker locale. To be added. - To be added. + + + + Java documentation for android.view.textservice.SpellCheckerSession.SpellCheckerSessionParams.shouldReferToSpellCheckerLanguageSettings(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -168,9 +213,21 @@ System.Int32 - To be added. + Returns a bitmask of SuggestionsInfo attributes that the spell checker can set + in SuggestionsInfo it returns. To be added. - To be added. + + + + Java documentation for android.view.textservice.SpellCheckerSession.SpellCheckerSessionParams.getSupportedAttributes(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Views.TextService/TextServicesManager.xml b/docs/Mono.Android/en/Android.Views.TextService/TextServicesManager.xml index 7d4a3aca1d..ffd14457ea 100644 --- a/docs/Mono.Android/en/Android.Views.TextService/TextServicesManager.xml +++ b/docs/Mono.Android/en/Android.Views.TextService/TextServicesManager.xml @@ -106,7 +106,18 @@ To be added. To be added. - To be added. + + + + Java documentation for android.view.textservice.TextServicesManager.isSpellCheckerEnabled(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Views.Translation/TranslationContext+Builder.xml b/docs/Mono.Android/en/Android.Views.Translation/TranslationContext+Builder.xml index 91e375ecf2..61d491de50 100644 --- a/docs/Mono.Android/en/Android.Views.Translation/TranslationContext+Builder.xml +++ b/docs/Mono.Android/en/Android.Views.Translation/TranslationContext+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + A builder for TranslationContext + + + + Java documentation for android.view.translation.TranslationContext.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -43,10 +54,23 @@ - To be added. - To be added. - To be added. - To be added. + + TranslationSpec describing the source data to be translated. + + TranslationSpec describing the target translated data. + Creates a new Builder. + + + + Java documentation for android.view.translation.TranslationContext.Builder.TranslationContext$Builder(android.view.translation.TranslationSpec, android.view.translation.TranslationSpec). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -70,9 +94,20 @@ - To be added. + Builds the instance. To be added. - To be added. + + + + Java documentation for android.view.translation.TranslationContext.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Views.Translation/TranslationRequest+Builder.xml b/docs/Mono.Android/en/Android.Views.Translation/TranslationRequest+Builder.xml index fb4c830034..3e071d51e6 100644 --- a/docs/Mono.Android/en/Android.Views.Translation/TranslationRequest+Builder.xml +++ b/docs/Mono.Android/en/Android.Views.Translation/TranslationRequest+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + A builder for TranslationRequest + + + + Java documentation for android.view.translation.TranslationRequest.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -64,9 +75,20 @@ - To be added. + Builds the instance. To be added. - To be added. + + + + Java documentation for android.view.translation.TranslationRequest.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Views.Translation/TranslationResponse+Builder.xml b/docs/Mono.Android/en/Android.Views.Translation/TranslationResponse+Builder.xml index dad2b9e78b..8ad0aab4b5 100644 --- a/docs/Mono.Android/en/Android.Views.Translation/TranslationResponse+Builder.xml +++ b/docs/Mono.Android/en/Android.Views.Translation/TranslationResponse+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + A builder for TranslationResponse + + + + Java documentation for android.view.translation.TranslationResponse.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -42,9 +53,20 @@ - To be added. - To be added. - To be added. + The translation result status code. + Creates a new Builder. + + + + Java documentation for android.view.translation.TranslationResponse.Builder.TranslationResponse$Builder(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -68,9 +90,20 @@ - To be added. + Builds the instance. To be added. - To be added. + + + + Java documentation for android.view.translation.TranslationResponse.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Views.Translation/TranslationResponseValue+Builder.xml b/docs/Mono.Android/en/Android.Views.Translation/TranslationResponseValue+Builder.xml index 17313e7e20..85a00191a0 100644 --- a/docs/Mono.Android/en/Android.Views.Translation/TranslationResponseValue+Builder.xml +++ b/docs/Mono.Android/en/Android.Views.Translation/TranslationResponseValue+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + A builder for TranslationResponseValue + + + + Java documentation for android.view.translation.TranslationResponseValue.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -42,9 +53,23 @@ - To be added. - To be added. - To be added. + The status code of this TranslationResponseValue. + + <p>If the status code is #STATUS_ERROR, no values are attached, and all getters will + return null. + Creates a new Builder. + + + + Java documentation for android.view.translation.TranslationResponseValue.Builder.TranslationResponseValue$Builder(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -68,9 +93,20 @@ - To be added. + Builds the instance. To be added. - To be added. + + + + Java documentation for android.view.translation.TranslationResponseValue.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Views.Translation/ViewTranslationRequest+Builder.xml b/docs/Mono.Android/en/Android.Views.Translation/ViewTranslationRequest+Builder.xml index 921a9cbde0..142aaffc03 100644 --- a/docs/Mono.Android/en/Android.Views.Translation/ViewTranslationRequest+Builder.xml +++ b/docs/Mono.Android/en/Android.Views.Translation/ViewTranslationRequest+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + A builder for building ViewTranslationRequest. + + + + Java documentation for android.view.translation.ViewTranslationRequest.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -42,9 +53,20 @@ - To be added. - To be added. - To be added. + The AutofillId of the view associated with this request. + Creates a new Builder. + + + + Java documentation for android.view.translation.ViewTranslationRequest.Builder.ViewTranslationRequest$Builder(android.view.autofill.AutofillId). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -68,10 +90,23 @@ - To be added. - To be added. - To be added. - To be added. + the AutofillId of the non-virtual view hosting the virtual view + hierarchy associated with this request. + the id of the virtual view in the host view. This id is the same + virtual id provided through content capture. + Creates a new Builder. + + + + Java documentation for android.view.translation.ViewTranslationRequest.Builder.ViewTranslationRequest$Builder(android.view.autofill.AutofillId, long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -95,9 +130,20 @@ - To be added. + Builds the instance. To be added. - To be added. + + + + Java documentation for android.view.translation.ViewTranslationRequest.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Views.Translation/ViewTranslationResponse+Builder.xml b/docs/Mono.Android/en/Android.Views.Translation/ViewTranslationResponse+Builder.xml index 35b393ee6e..65dc0552bc 100644 --- a/docs/Mono.Android/en/Android.Views.Translation/ViewTranslationResponse+Builder.xml +++ b/docs/Mono.Android/en/Android.Views.Translation/ViewTranslationResponse+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + A builder for ViewTranslationResponse + + + + Java documentation for android.view.translation.ViewTranslationResponse.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -42,9 +53,20 @@ - To be added. - To be added. - To be added. + The AutofillId of the view associated with this response. + Creates a new Builder. + + + + Java documentation for android.view.translation.ViewTranslationResponse.Builder.ViewTranslationResponse$Builder(android.view.autofill.AutofillId). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -68,9 +90,20 @@ - To be added. + Builds the instance. To be added. - To be added. + + + + Java documentation for android.view.translation.ViewTranslationResponse.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Views/ActionMode+Callback2.xml b/docs/Mono.Android/en/Android.Views/ActionMode+Callback2.xml index d37e923657..865f7d88ca 100644 --- a/docs/Mono.Android/en/Android.Views/ActionMode+Callback2.xml +++ b/docs/Mono.Android/en/Android.Views/ActionMode+Callback2.xml @@ -31,14 +31,18 @@ - To be added. + Extension of ActionMode.Callback to provide content rect information. - Android platform documentation + Java documentation for android.view.ActionMode.Callback2. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -149,12 +153,22 @@ - To be added. - To be added. - To be added. - To be added. + The current ActionMode + The item that was clicked + Called to report a user click on an action button. + true if this callback handled the event, false if the standard MenuItem + invocation should continue. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.ActionMode.Callback.onActionItemClicked(android.view.ActionMode, android.view.MenuItem). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -185,12 +199,22 @@ - To be added. - To be added. - To be added. - To be added. + ActionMode being created + Menu used to populate action buttons + Called when action mode is first created. + true if the action mode should be created, false if entering this + mode should be aborted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.ActionMode.Callback.onCreateActionMode(android.view.ActionMode, android.view.Menu). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -220,10 +244,19 @@ - To be added. - To be added. + The current ActionMode being destroyed + Called when an action mode is about to be exited and destroyed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.ActionMode.Callback.onDestroyActionMode(android.view.ActionMode). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -252,12 +285,25 @@ - To be added. - To be added. - To be added. - To be added. + The ActionMode that requires positioning. + The View that originated the ActionMode, in whose coordinates the Rect should + be provided. + The Rect to be populated with the content position. Use this to specify + where the content in your app lives within the given view. This will be used + to avoid occluding the given content Rect with the created ActionMode. + Called when an ActionMode needs to be positioned on screen, potentially occluding view + content. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.ActionMode.Callback2.onGetContentRect(android.view.ActionMode, android.view.View, android.graphics.Rect). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -288,12 +334,21 @@ - To be added. - To be added. - To be added. - To be added. + ActionMode being prepared + Menu used to populate action buttons + Called to refresh an action mode's action menu whenever it is invalidated. + true if the menu or action mode was updated, false otherwise. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.ActionMode.Callback.onPrepareActionMode(android.view.ActionMode, android.view.Menu). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/ActionMode+ICallback.xml b/docs/Mono.Android/en/Android.Views/ActionMode+ICallback.xml index ebc8b9aa3c..8d1f975812 100644 --- a/docs/Mono.Android/en/Android.Views/ActionMode+ICallback.xml +++ b/docs/Mono.Android/en/Android.Views/ActionMode+ICallback.xml @@ -29,10 +29,14 @@ - Android platform documentation + Java documentation for android.view.ActionMode.Callback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,9 +68,19 @@ The current ActionMode The item that was clicked Called to report a user click on an action button. - To be added. + true if this callback handled the event, false if the standard MenuItem + invocation should continue. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.ActionMode.Callback.onActionItemClicked(android.view.ActionMode, android.view.MenuItem). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -98,9 +112,19 @@ ActionMode being created Menu used to populate action buttons Called when action mode is first created. - To be added. + true if the action mode should be created, false if entering this + mode should be aborted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.ActionMode.Callback.onCreateActionMode(android.view.ActionMode, android.view.Menu). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -128,11 +152,19 @@ - The current ActionMode being destroyed - + The current ActionMode being destroyed Called when an action mode is about to be exited and destroyed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.ActionMode.Callback.onDestroyActionMode(android.view.ActionMode). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -164,9 +196,18 @@ ActionMode being prepared Menu used to populate action buttons Called to refresh an action mode's action menu whenever it is invalidated. - To be added. + true if the menu or action mode was updated, false otherwise. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.ActionMode.Callback.onPrepareActionMode(android.view.ActionMode, android.view.Menu). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/ActionProvider+IVisibilityListener.xml b/docs/Mono.Android/en/Android.Views/ActionProvider+IVisibilityListener.xml index 173a8423c5..5d8f392485 100644 --- a/docs/Mono.Android/en/Android.Views/ActionProvider+IVisibilityListener.xml +++ b/docs/Mono.Android/en/Android.Views/ActionProvider+IVisibilityListener.xml @@ -25,14 +25,18 @@ - Listens to changes in visibility as reported by . + Listens to changes in visibility as reported by ActionProvider#refreshVisibility(). - Android platform documentation + Java documentation for android.view.ActionProvider.VisibilityListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/ActionProvider.xml b/docs/Mono.Android/en/Android.Views/ActionProvider.xml index fb7aaf60e5..4f3c025567 100644 --- a/docs/Mono.Android/en/Android.Views/ActionProvider.xml +++ b/docs/Mono.Android/en/Android.Views/ActionProvider.xml @@ -216,6 +216,10 @@ [Android.Runtime.Register("onCreateActionView", "()Landroid/view/View;", "GetOnCreateActionViewHandler")] [<Android.Runtime.Register("onCreateActionView", "()Landroid/view/View;", "GetOnCreateActionViewHandler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + Android.Views.View diff --git a/docs/Mono.Android/en/Android.Views/Choreographer+IFrameCallback.xml b/docs/Mono.Android/en/Android.Views/Choreographer+IFrameCallback.xml index 6f9a103d7a..2aba31ae12 100644 --- a/docs/Mono.Android/en/Android.Views/Choreographer+IFrameCallback.xml +++ b/docs/Mono.Android/en/Android.Views/Choreographer+IFrameCallback.xml @@ -26,14 +26,18 @@ Implement this interface to receive a callback when a new display frame is - being rendered. + being rendered. - Android platform documentation + Java documentation for android.view.Choreographer.FrameCallback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -62,12 +66,20 @@ The time in nanoseconds when the frame started being rendered, - in the timebase. Divide this value by 1000000 - to convert it to the time base. - + in the System#nanoTime() timebase. Divide this value by 1000000 + to convert it to the SystemClock#uptimeMillis() time base. Called when a new display frame is being rendered. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.Choreographer.FrameCallback.doFrame(long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/ContentInfo+Builder.xml b/docs/Mono.Android/en/Android.Views/ContentInfo+Builder.xml index c586024d95..b632a14dcc 100644 --- a/docs/Mono.Android/en/Android.Views/ContentInfo+Builder.xml +++ b/docs/Mono.Android/en/Android.Views/ContentInfo+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Builder for ContentInfo. + + + + Java documentation for android.view.ContentInfo.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -43,8 +54,19 @@ To be added. - To be added. - To be added. + Creates a new builder initialized with the data from the given builder. + + + + Java documentation for android.view.ContentInfo.Builder.ContentInfo$Builder(android.view.ContentInfo). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -68,10 +90,21 @@ - To be added. - To be added. - To be added. - To be added. + The data to insert. + The source of the operation. See SOURCE_ constants. + Creates a new builder. + + + + Java documentation for android.view.ContentInfo.Builder.ContentInfo$Builder(android.content.ClipData, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -96,8 +129,19 @@ To be added. - To be added. - To be added. + A new ContentInfo instance with the data from this builder. + + + + Java documentation for android.view.ContentInfo.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Views/ContentInfo.xml b/docs/Mono.Android/en/Android.Views/ContentInfo.xml index 41da040c88..b3e7136155 100644 --- a/docs/Mono.Android/en/Android.Views/ContentInfo.xml +++ b/docs/Mono.Android/en/Android.Views/ContentInfo.xml @@ -142,7 +142,7 @@ - [TODO: @inheritDoc] + To be added To be added. diff --git a/docs/Mono.Android/en/Android.Views/Display+HdrCapabilities.xml b/docs/Mono.Android/en/Android.Views/Display+HdrCapabilities.xml index 4331e913d6..abfa615155 100644 --- a/docs/Mono.Android/en/Android.Views/Display+HdrCapabilities.xml +++ b/docs/Mono.Android/en/Android.Views/Display+HdrCapabilities.xml @@ -31,14 +31,18 @@ - To be added. + Encapsulates the HDR capabilities of a given display. - Android platform documentation + Java documentation for android.view.Display.HdrCapabilities. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -120,10 +124,19 @@ System.Single - To be added. + Returns the desired content max frame-average luminance data in cd/m2 for this display. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.Display.HdrCapabilities.getDesiredMaxAverageLuminance(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -147,10 +160,19 @@ System.Single - To be added. + Returns the desired content max luminance data in cd/m2 for this display. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.Display.HdrCapabilities.getDesiredMaxLuminance(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -174,10 +196,19 @@ System.Single - To be added. + Returns the desired content min luminance data in cd/m2 for this display. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.Display.HdrCapabilities.getDesiredMinLuminance(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -208,10 +239,19 @@ - To be added. + Gets the supported HDR types of this display. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.Display.HdrCapabilities.getSupportedHdrTypes(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -243,9 +283,18 @@ 1 - To be added. + Dolby Vision high dynamic range (HDR) display. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.Display.HdrCapabilities.HDR_TYPE_DOLBY_VISION. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -277,9 +326,18 @@ 2 - To be added. + HDR10 display. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.Display.HdrCapabilities.HDR_TYPE_HDR10. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -311,8 +369,19 @@ 4 - To be added. - To be added. + HDR10+ display. + + + + Java documentation for android.view.Display.HdrCapabilities.HDR_TYPE_HDR10_PLUS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -343,9 +412,18 @@ 3 - To be added. + Hybrid Log-Gamma HDR display. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.Display.HdrCapabilities.HDR_TYPE_HLG. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -373,9 +451,18 @@ -1 - To be added. + Invalid luminance value. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.Display.HdrCapabilities.INVALID_LUMINANCE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/Display+Mode.xml b/docs/Mono.Android/en/Android.Views/Display+Mode.xml index f40de54f61..38f638dbd9 100644 --- a/docs/Mono.Android/en/Android.Views/Display+Mode.xml +++ b/docs/Mono.Android/en/Android.Views/Display+Mode.xml @@ -31,14 +31,18 @@ - To be added. + A mode supported by a given display. - Android platform documentation + Java documentation for android.view.Display.Mode. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -121,9 +125,20 @@ - To be added. + Returns an array of refresh rates which can be switched to seamlessly. To be added. - To be added. + + + + Java documentation for android.view.Display.Mode.getAlternativeRefreshRates(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -180,10 +195,19 @@ System.Int32 - To be added. + Returns this mode's id. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.Display.Mode.getModeId(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -207,10 +231,20 @@ System.Int32 - To be added. + Returns the physical height of the display in pixels when configured in this mode's + resolution. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.Display.Mode.getPhysicalHeight(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -234,10 +268,20 @@ System.Int32 - To be added. + Returns the physical width of the display in pixels when configured in this mode's + resolution. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.Display.Mode.getPhysicalWidth(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -261,10 +305,19 @@ System.Single - To be added. + Returns the refresh rate in frames per second. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.Display.Mode.getRefreshRate(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/GestureDetector+IOnContextClickListener.xml b/docs/Mono.Android/en/Android.Views/GestureDetector+IOnContextClickListener.xml index b93e66355f..e331d5e018 100644 --- a/docs/Mono.Android/en/Android.Views/GestureDetector+IOnContextClickListener.xml +++ b/docs/Mono.Android/en/Android.Views/GestureDetector+IOnContextClickListener.xml @@ -25,14 +25,18 @@ - To be added. + The listener that is used to notify when a context click occurs. - Android platform documentation + Java documentation for android.view.GestureDetector.OnContextClickListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -59,11 +63,20 @@ - To be added. - To be added. - To be added. + The motion event that occurred during the context click. + Notified when a context click occurs. + true if the event is consumed, else false - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.GestureDetector.OnContextClickListener.onContextClick(android.view.MotionEvent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/GestureDetector+IOnDoubleTapListener.xml b/docs/Mono.Android/en/Android.Views/GestureDetector+IOnDoubleTapListener.xml index e34f8dc9a1..67bb480dac 100644 --- a/docs/Mono.Android/en/Android.Views/GestureDetector+IOnDoubleTapListener.xml +++ b/docs/Mono.Android/en/Android.Views/GestureDetector+IOnDoubleTapListener.xml @@ -26,14 +26,18 @@ The listener that is used to notify when a double-tap or a confirmed - single-tap occur. + single-tap occur. - Android platform documentation + Java documentation for android.view.GestureDetector.OnDoubleTapListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -63,9 +67,18 @@ The down motion event of the first tap of the double-tap. Notified when a double-tap occurs. - To be added. + true if the event is consumed, else false - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.GestureDetector.OnDoubleTapListener.onDoubleTap(android.view.MotionEvent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -95,10 +108,19 @@ The motion event that occurred during the double-tap gesture. Notified when an event within a double-tap gesture occurs, including - the down, move, and up events. - To be added. + the down, move, and up events. + true if the event is consumed, else false - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.GestureDetector.OnDoubleTapListener.onDoubleTapEvent(android.view.MotionEvent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -128,9 +150,18 @@ The down motion event of the single-tap. Notified when a single-tap occurs. - To be added. + true if the event is consumed, else false - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.GestureDetector.OnDoubleTapListener.onSingleTapConfirmed(android.view.MotionEvent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/GestureDetector+IOnGestureListener.xml b/docs/Mono.Android/en/Android.Views/GestureDetector+IOnGestureListener.xml index 8291630a64..043c4886db 100644 --- a/docs/Mono.Android/en/Android.Views/GestureDetector+IOnGestureListener.xml +++ b/docs/Mono.Android/en/Android.Views/GestureDetector+IOnGestureListener.xml @@ -29,10 +29,14 @@ - Android platform documentation + Java documentation for android.view.GestureDetector.OnGestureListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -60,13 +64,21 @@ - The down motion event. - - Notified when a tap occurs with the down - that triggered it. + The down motion event. + Notified when a tap occurs with the down MotionEvent + that triggered it. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.GestureDetector.OnGestureListener.onDown(android.view.MotionEvent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -100,14 +112,23 @@ The first down motion event that started the fling. The move motion event that triggered the current onFling. The velocity of this fling measured in pixels per second - along the x axis. + along the x axis. The velocity of this fling measured in pixels per second - along the y axis. - Notified of a fling event when it occurs with the initial on down - and the matching up . - To be added. + along the y axis. + Notified of a fling event when it occurs with the initial on down MotionEvent + and the matching up MotionEvent. + true if the event is consumed, else false - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.GestureDetector.OnGestureListener.onFling(android.view.MotionEvent, android.view.MotionEvent, float, float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -135,12 +156,20 @@ - The initial on down motion event that started the longpress. - - Notified when a long press occurs with the initial on down - that trigged it. + The initial on down motion event that started the longpress. + Notified when a long press occurs with the initial on down MotionEvent + that trigged it. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.GestureDetector.OnGestureListener.onLongPress(android.view.MotionEvent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -174,16 +203,25 @@ The first down motion event that started the scrolling. The move motion event that triggered the current onScroll. The distance along the X axis that has been scrolled since the last - call to onScroll. This is NOT the distance between e1 - and e2. + call to onScroll. This is NOT the distance between e1 + and e2. The distance along the Y axis that has been scrolled since the last - call to onScroll. This is NOT the distance between e1 - and e2. - Notified when a scroll occurs with the initial on down and the - current move . - To be added. + call to onScroll. This is NOT the distance between e1 + and e2. + Notified when a scroll occurs with the initial on down MotionEvent and the + current move MotionEvent. + true if the event is consumed, else false - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.GestureDetector.OnGestureListener.onScroll(android.view.MotionEvent, android.view.MotionEvent, float, float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -211,12 +249,20 @@ - The down motion event - - The user has performed a down and not performed - a move or up yet. + The down motion event + The user has performed a down MotionEvent and not performed + a move or up yet. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.GestureDetector.OnGestureListener.onShowPress(android.view.MotionEvent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -245,11 +291,20 @@ The up motion event that completed the first tap - Notified when a tap occurs with the up - that triggered it. - To be added. + Notified when a tap occurs with the up MotionEvent + that triggered it. + true if the event is consumed, else false - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.GestureDetector.OnGestureListener.onSingleTapUp(android.view.MotionEvent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/GestureDetector+SimpleOnGestureListener.xml b/docs/Mono.Android/en/Android.Views/GestureDetector+SimpleOnGestureListener.xml index b0af4d5fb7..82781aa839 100644 --- a/docs/Mono.Android/en/Android.Views/GestureDetector+SimpleOnGestureListener.xml +++ b/docs/Mono.Android/en/Android.Views/GestureDetector+SimpleOnGestureListener.xml @@ -38,14 +38,18 @@ A convenience class to extend when you only want to listen for a subset - of all the gestures. + of all the gestures. - Android platform documentation + Java documentation for android.view.GestureDetector.SimpleOnGestureListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/IContextMenuContextMenuInfo.xml b/docs/Mono.Android/en/Android.Views/IContextMenuContextMenuInfo.xml index 6c39d1fae5..5cb8bbf6a2 100644 --- a/docs/Mono.Android/en/Android.Views/IContextMenuContextMenuInfo.xml +++ b/docs/Mono.Android/en/Android.Views/IContextMenuContextMenuInfo.xml @@ -29,10 +29,14 @@ - Android platform documentation + Java documentation for android.view.ContextMenu.ContextMenuInfo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/IMenuItemOnActionExpandListener.xml b/docs/Mono.Android/en/Android.Views/IMenuItemOnActionExpandListener.xml index c7cc1057a4..0fd1822087 100644 --- a/docs/Mono.Android/en/Android.Views/IMenuItemOnActionExpandListener.xml +++ b/docs/Mono.Android/en/Android.Views/IMenuItemOnActionExpandListener.xml @@ -26,15 +26,19 @@ Interface definition for a callback to be invoked when a menu item - marked with F:Android.Support.V4.View.MenuItemCompat.ShowsAsActionCollapseActionView is - expanded or collapsed. + marked with MenuItem#SHOW_AS_ACTION_COLLAPSE_ACTION_VIEW is + expanded or collapsed. - Android platform documentation + Java documentation for android.view.MenuItem.OnActionExpandListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -63,11 +67,20 @@ Item that was collapsed - Called when a menu item with F:Android.Support.V4.View.MenuItemCompat.ShowsAsActionCollapseActionView - is collapsed. - To be added. + Called when a menu item with MenuItem#SHOW_AS_ACTION_COLLAPSE_ACTION_VIEW + is collapsed. + true if the item should collapse, false if collapsing should be suppressed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.MenuItem.OnActionExpandListener.onMenuItemActionCollapse(android.view.MenuItem). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -96,11 +109,20 @@ Item that was expanded - Called when a menu item with F:Android.Support.V4.View.MenuItemCompat.ShowsAsActionCollapseActionView - is expanded. - To be added. + Called when a menu item with MenuItem#SHOW_AS_ACTION_COLLAPSE_ACTION_VIEW + is expanded. + true if the item should expand, false if expansion should be suppressed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.MenuItem.OnActionExpandListener.onMenuItemActionExpand(android.view.MenuItem). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/IMenuItemOnMenuItemClickListener.xml b/docs/Mono.Android/en/Android.Views/IMenuItemOnMenuItemClickListener.xml index 7fb5c3384b..00f679710e 100644 --- a/docs/Mono.Android/en/Android.Views/IMenuItemOnMenuItemClickListener.xml +++ b/docs/Mono.Android/en/Android.Views/IMenuItemOnMenuItemClickListener.xml @@ -26,14 +26,18 @@ Interface definition for a callback to be invoked when a menu item is - clicked. + clicked. - Android platform documentation + Java documentation for android.view.MenuItem.OnMenuItemClickListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -63,9 +67,19 @@ The menu item that was invoked. Called when a menu item has been invoked. - To be added. + Return true to consume this click and prevent others from + executing. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.MenuItem.OnMenuItemClickListener.onMenuItemClick(android.view.MenuItem). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/ISurfaceHolderCallback.xml b/docs/Mono.Android/en/Android.Views/ISurfaceHolderCallback.xml index 9f46c2015e..99919bb433 100644 --- a/docs/Mono.Android/en/Android.Views/ISurfaceHolderCallback.xml +++ b/docs/Mono.Android/en/Android.Views/ISurfaceHolderCallback.xml @@ -26,14 +26,18 @@ A client may implement this interface to receive information about - changes to the surface. + changes to the surface. - Android platform documentation + Java documentation for android.view.SurfaceHolder.Callback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -72,14 +76,22 @@ The SurfaceHolder whose surface has changed. - The new PixelFormat of the surface. + The new PixelFormat of the surface. The new width of the surface. - The new height of the surface. - + The new height of the surface. This is called immediately after any structural changes (format or - size) have been made to the surface. + size) have been made to the surface. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.SurfaceHolder.Callback.surfaceChanged(android.view.SurfaceHolder, int, int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -107,11 +119,19 @@ - The SurfaceHolder whose surface is being created. - + The SurfaceHolder whose surface is being created. This is called immediately after the surface is first created. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.SurfaceHolder.Callback.surfaceCreated(android.view.SurfaceHolder). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -139,11 +159,19 @@ - The SurfaceHolder whose surface is being destroyed. - + The SurfaceHolder whose surface is being destroyed. This is called immediately before a surface is being destroyed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.SurfaceHolder.Callback.surfaceDestroyed(android.view.SurfaceHolder). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/ISurfaceHolderCallback2.xml b/docs/Mono.Android/en/Android.Views/ISurfaceHolderCallback2.xml index dbcc04f107..56ab250f33 100644 --- a/docs/Mono.Android/en/Android.Views/ISurfaceHolderCallback2.xml +++ b/docs/Mono.Android/en/Android.Views/ISurfaceHolderCallback2.xml @@ -28,14 +28,18 @@ - Additional callbacks that can be received for . + Additional callbacks that can be received for Callback. - Android platform documentation + Java documentation for android.view.SurfaceHolder.Callback2. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -63,12 +67,20 @@ - The SurfaceHolder whose surface has changed. - + The SurfaceHolder whose surface has changed. Called when the application needs to redraw the content of its - surface, after it is resized or for some other reason. + surface, after it is resized or for some other reason. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.SurfaceHolder.Callback2.surfaceRedrawNeeded(android.view.SurfaceHolder). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -97,10 +109,23 @@ - To be added. - To be added. - To be added. - To be added. + The SurfaceHolder which needs redrawing. + A runnable to signal completion. This may be invoked + from any thread. + An alternative to surfaceRedrawNeeded where it is not required to block + until the redraw is complete. + + + + Java documentation for android.view.SurfaceHolder.Callback2.surfaceRedrawNeededAsync(android.view.SurfaceHolder, java.lang.Runnable). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Views/IWindowInsetsController+IOnControllableInsetsChangedListener.xml b/docs/Mono.Android/en/Android.Views/IWindowInsetsController+IOnControllableInsetsChangedListener.xml index db1010650d..ac9c0d038c 100644 --- a/docs/Mono.Android/en/Android.Views/IWindowInsetsController+IOnControllableInsetsChangedListener.xml +++ b/docs/Mono.Android/en/Android.Views/IWindowInsetsController+IOnControllableInsetsChangedListener.xml @@ -25,8 +25,20 @@ - To be added. - To be added. + Listener to be notified when the set of controllable WindowInsets.Type controlled by + a WindowInsetsController changes. + + + + Java documentation for android.view.WindowInsetsController.OnControllableInsetsChangedListener. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -53,10 +65,23 @@ - To be added. - To be added. - To be added. - To be added. + The controller for which the set of controllable + WindowInsets.Types are changing. + Bitwise type-mask of the WindowInsets.Types the controller is + currently able to control. + Called when the set of controllable WindowInsets.Type changes. + + + + Java documentation for android.view.WindowInsetsController.OnControllableInsetsChangedListener.onControllableInsetsChanged(android.view.WindowInsetsController, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Views/InputDevice+MotionRange.xml b/docs/Mono.Android/en/Android.Views/InputDevice+MotionRange.xml index 0767d02cfe..0dc529b96a 100644 --- a/docs/Mono.Android/en/Android.Views/InputDevice+MotionRange.xml +++ b/docs/Mono.Android/en/Android.Views/InputDevice+MotionRange.xml @@ -18,14 +18,18 @@ - Provides information about the range of values for a particular axis. + Provides information about the range of values for a particular MotionEvent axis. - Android platform documentation + Java documentation for android.view.InputDevice.MotionRange. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -51,9 +55,18 @@ Gets the axis id. - To be added. + The axis id. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.InputDevice.MotionRange.getAxis(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -79,9 +92,18 @@ Gets the extent of the center flat position with respect to this axis. - To be added. + The extent of the center flat position. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.InputDevice.MotionRange.getFlat(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -107,9 +129,18 @@ Gets the error tolerance for input device measurements with respect to this axis. - To be added. + The error tolerance. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.InputDevice.MotionRange.getFuzz(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -145,12 +176,21 @@ The input source to check against. This can be a specific device type, - such as , or a more generic device class, - such as . + such as InputDevice#SOURCE_TOUCH_NAVIGATION, or a more generic device class, + such as InputDevice#SOURCE_CLASS_POINTER. Determines whether the event is from the given source. - To be added. + Whether the event is from the given source. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.InputDevice.MotionRange.isFromSource(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -207,9 +247,18 @@ Gets the inclusive maximum value for the axis. - To be added. + The inclusive maximum value. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.InputDevice.MotionRange.getMax(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -235,9 +284,18 @@ Gets the inclusive minimum value for the axis. - To be added. + The inclusive minimum value. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.InputDevice.MotionRange.getMin(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -263,9 +321,18 @@ Gets the range of the axis (difference between maximum and minimum). - To be added. + The range of values. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.InputDevice.MotionRange.getRange(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -291,9 +358,18 @@ Gets the resolution for input device measurements with respect to this axis. - To be added. + The resolution in units per millimeter, or units per radian for rotational axes. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.InputDevice.MotionRange.getResolution(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -319,9 +395,18 @@ Gets the source for which the axis is defined. - To be added. + The source. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.InputDevice.MotionRange.getSource(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/InputQueue+ICallback.xml b/docs/Mono.Android/en/Android.Views/InputQueue+ICallback.xml index 699028a051..284f90f765 100644 --- a/docs/Mono.Android/en/Android.Views/InputQueue+ICallback.xml +++ b/docs/Mono.Android/en/Android.Views/InputQueue+ICallback.xml @@ -26,14 +26,18 @@ Interface to receive notification of when an InputQueue is associated - and dissociated with a thread. + and dissociated with a thread. - Android platform documentation + Java documentation for android.view.InputQueue.Callback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -63,9 +67,18 @@ To be added. Called when the given InputQueue is now associated with the - thread making this call, so it can start receiving events from it. + thread making this call, so it can start receiving events from it. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.InputQueue.Callback.onInputQueueCreated(android.view.InputQueue). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -95,9 +108,18 @@ To be added. Called when the given InputQueue is no longer associated with - the thread and thus not dispatching events. + the thread and thus not dispatching events. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.InputQueue.Callback.onInputQueueDestroyed(android.view.InputQueue). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/KeyCharacterMap+KeyData.xml b/docs/Mono.Android/en/Android.Views/KeyCharacterMap+KeyData.xml index 8c0aaa927d..147730a66a 100644 --- a/docs/Mono.Android/en/Android.Views/KeyCharacterMap+KeyData.xml +++ b/docs/Mono.Android/en/Android.Views/KeyCharacterMap+KeyData.xml @@ -24,7 +24,16 @@ Describes the character mappings associated with a key. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.KeyCharacterMap.KeyData. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -105,10 +114,19 @@ System.Char - The display label (see ). + The display label (see #getDisplayLabel). To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.KeyCharacterMap.KeyData.displayLabel. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -169,11 +187,20 @@ The character that will be generated in various meta states - (the same ones used for and defined as - and ). + (the same ones used for #get and defined as + KeyEvent#META_SHIFT_ON and KeyEvent#META_ALT_ON). To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.KeyCharacterMap.KeyData.meta. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -235,10 +262,19 @@ System.Char - The "number" value (see ). + The "number" value (see #getNumber). To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.KeyCharacterMap.KeyData.number. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/KeyCharacterMap+UnavailableException.xml b/docs/Mono.Android/en/Android.Views/KeyCharacterMap+UnavailableException.xml index 2678e4fb34..15c3630974 100644 --- a/docs/Mono.Android/en/Android.Views/KeyCharacterMap+UnavailableException.xml +++ b/docs/Mono.Android/en/Android.Views/KeyCharacterMap+UnavailableException.xml @@ -18,14 +18,18 @@ - Thrown by when a key character map could not be loaded. + Thrown by KeyCharacterMap#load when a key character map could not be loaded. - Android platform documentation + Java documentation for android.view.KeyCharacterMap.UnavailableException. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/KeyEvent+DispatcherState.xml b/docs/Mono.Android/en/Android.Views/KeyEvent+DispatcherState.xml index 70e00523e4..aece44ac34 100644 --- a/docs/Mono.Android/en/Android.Views/KeyEvent+DispatcherState.xml +++ b/docs/Mono.Android/en/Android.Views/KeyEvent+DispatcherState.xml @@ -18,14 +18,19 @@ - To be added. + Use with KeyEvent#dispatch(Callback, DispatcherState, Object) + for more advanced key dispatching, such as long presses. - Android platform documentation + Java documentation for android.view.KeyEvent.DispatcherState. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -104,7 +109,16 @@ To be added. Handle key up event to stop tracking. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.KeyEvent.DispatcherState.handleUpEvent(android.view.KeyEvent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -134,10 +148,19 @@ To be added. Return true if the key event is for a key code that is currently - being tracked by the dispatcher. + being tracked by the dispatcher. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.KeyEvent.DispatcherState.isTracking(android.view.KeyEvent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -198,9 +221,18 @@ To be added. Keep track of the given event's key code as having performed an - action with a long press, so no action should occur on the up. + action with a long press, so no action should occur on the up. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.KeyEvent.DispatcherState.performedLongPress(android.view.KeyEvent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -228,7 +260,16 @@ Reset back to initial state. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.KeyEvent.DispatcherState.reset(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -259,7 +300,16 @@ To be added. Stop any tracking associated with this target. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.KeyEvent.DispatcherState.reset(java.lang.Object). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -292,7 +342,16 @@ To be added. Start tracking the key code associated with the given event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.KeyEvent.DispatcherState.startTracking(android.view.KeyEvent, java.lang.Object). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/KeyEvent+ICallback.xml b/docs/Mono.Android/en/Android.Views/KeyEvent+ICallback.xml index bb30858950..4ba5bf2e84 100644 --- a/docs/Mono.Android/en/Android.Views/KeyEvent+ICallback.xml +++ b/docs/Mono.Android/en/Android.Views/KeyEvent+ICallback.xml @@ -67,12 +67,23 @@ - The value in event.getKeyCode(). Description of the key event. + The value in event.getKeyCode(). + Description of the key event. Called when a key down event has occurred. - To be added. + If you handled the event, return true. If you want to allow + the event to be handled by the next receiver, return false. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.KeyEvent.Callback.onKeyDown(int, android.view.KeyEvent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -108,12 +119,23 @@ - The value in event.getKeyCode(). Description of the key event. + The value in event.getKeyCode(). + Description of the key event. Called when a long press has occurred. - To be added. + If you handled the event, return true. If you want to allow + the event to be handled by the next receiver, return false. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.KeyEvent.Callback.onKeyLongPress(int, android.view.KeyEvent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -150,14 +172,26 @@ + Description of the key event. The value in event.getKeyCode(). Number of pairs as returned by event.getRepeatCount(). - Description of the key event. - Called when multiple down/up pairs of the same key have occurred - in a row. - To be added. + Description of the key event. + Called when a user's interaction with an analog control, such as + flinging a trackball, generates simulated down/up events for the same + key multiple times in quick succession. + If you handled the event, return true. If you want to allow + the event to be handled by the next receiver, return false. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.KeyEvent.Callback.onKeyMultiple(int, int, android.view.KeyEvent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -193,12 +227,23 @@ - The value in event.getKeyCode(). Description of the key event. + The value in event.getKeyCode(). + Description of the key event. Called when a key up event has occurred. - To be added. + If you handled the event, return true. If you want to allow + the event to be handled by the next receiver, return false. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.KeyEvent.Callback.onKeyUp(int, android.view.KeyEvent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/KeyEvent.xml b/docs/Mono.Android/en/Android.Views/KeyEvent.xml index c83c52d5fd..73f621d641 100644 --- a/docs/Mono.Android/en/Android.Views/KeyEvent.xml +++ b/docs/Mono.Android/en/Android.Views/KeyEvent.xml @@ -988,7 +988,7 @@ System.Int32 - [TODO: @inheritDoc] + To be added To be added. @@ -3005,7 +3005,7 @@ The new source. - [TODO: @inheritDoc] + To be added @@ -3041,7 +3041,7 @@ Android.Views.InputSourceType - [TODO: @inheritDoc] + To be added To be added. diff --git a/docs/Mono.Android/en/Android.Views/LayoutInflater+IFactory.xml b/docs/Mono.Android/en/Android.Views/LayoutInflater+IFactory.xml index a97d53fb98..f28e3fcf1b 100644 --- a/docs/Mono.Android/en/Android.Views/LayoutInflater+IFactory.xml +++ b/docs/Mono.Android/en/Android.Views/LayoutInflater+IFactory.xml @@ -65,9 +65,19 @@ The context the view is being created in. Inflation attributes as specified in XML file. Hook you can supply that is called when inflating from a LayoutInflater. - To be added. + View Newly created view. Return null for the default + behavior. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.LayoutInflater.Factory.onCreateView(java.lang.String, android.content.Context, android.util.AttributeSet). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/LayoutInflater+IFactory2.xml b/docs/Mono.Android/en/Android.Views/LayoutInflater+IFactory2.xml index 39e3b6717f..3023c053d7 100644 --- a/docs/Mono.Android/en/Android.Views/LayoutInflater+IFactory2.xml +++ b/docs/Mono.Android/en/Android.Views/LayoutInflater+IFactory2.xml @@ -66,14 +66,26 @@ The parent that the created view will be placed - in; note that this may be null. + in; <em>note that this may be null</em>. Tag name to be inflated. The context the view is being created in. Inflation attributes as specified in XML file. - To be added. - To be added. + Version of #onCreateView(String, Context, AttributeSet) + that also supplies the parent that the view created view will be + placed in. + View Newly created view. Return null for the default + behavior. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.LayoutInflater.Factory2.onCreateView(android.view.View, java.lang.String, android.content.Context, android.util.AttributeSet). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/LayoutInflater+IFilter.xml b/docs/Mono.Android/en/Android.Views/LayoutInflater+IFilter.xml index 4bfcd6384b..cc3ccd921c 100644 --- a/docs/Mono.Android/en/Android.Views/LayoutInflater+IFilter.xml +++ b/docs/Mono.Android/en/Android.Views/LayoutInflater+IFilter.xml @@ -26,14 +26,18 @@ Hook to allow clients of the LayoutInflater to restrict the set of Views that are allowed - to be inflated. + to be inflated. - Android platform documentation + Java documentation for android.view.LayoutInflater.Filter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -62,11 +66,20 @@ The class object for the View that is about to be inflated - Hook to allow clients of the LayoutInflater to restrict the set of Views - that are allowed to be inflated. - To be added. + Hook to allow clients of the LayoutInflater to restrict the set of Views + that are allowed to be inflated. + True if this class is allowed to be inflated, or false otherwise - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.LayoutInflater.Filter.onLoadClass(java.lang.Class). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/MotionEvent+PointerCoords.xml b/docs/Mono.Android/en/Android.Views/MotionEvent+PointerCoords.xml index 2b3b2fc89d..621155797b 100644 --- a/docs/Mono.Android/en/Android.Views/MotionEvent+PointerCoords.xml +++ b/docs/Mono.Android/en/Android.Views/MotionEvent+PointerCoords.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.view.MotionEvent.PointerCoords. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -49,7 +53,16 @@ Creates a pointer coords object with all axes initialized to zero. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.MotionEvent.PointerCoords.MotionEvent$PointerCoords(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -106,7 +119,16 @@ Clears the contents of this object. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.MotionEvent.PointerCoords.clear(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -175,9 +197,18 @@ The axis identifier for the axis value to retrieve. Gets the value associated with the specified axis. - To be added. + The value associated with the axis, or 0 if none. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.MotionEvent.PointerCoords.getAxisValue(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -238,7 +269,16 @@ The orientation of the touch area and tool area in radians clockwise from vertical. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.MotionEvent.PointerCoords.orientation. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -265,10 +305,19 @@ A normalized value that describes the pressure applied to the device - by a finger or other tool. + by a finger or other tool. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.MotionEvent.PointerCoords.pressure. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -309,7 +358,16 @@ The value to set. Sets the value associated with the specified axis. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.MotionEvent.PointerCoords.setAxisValue(int, float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -337,10 +395,19 @@ A normalized value that describes the approximate size of the pointer touch area - in relation to the maximum detectable size of the device. + in relation to the maximum detectable size of the device. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.MotionEvent.PointerCoords.size. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -429,10 +496,19 @@ The length of the major axis of an ellipse that describes the size of - the approaching tool. + the approaching tool. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.MotionEvent.PointerCoords.toolMajor. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -459,10 +535,19 @@ The length of the minor axis of an ellipse that describes the size of - the approaching tool. + the approaching tool. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.MotionEvent.PointerCoords.toolMinor. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -489,10 +574,19 @@ The length of the major axis of an ellipse that describes the touch area at - the point of contact. + the point of contact. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.MotionEvent.PointerCoords.touchMajor. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -519,10 +613,19 @@ The length of the minor axis of an ellipse that describes the touch area at - the point of contact. + the point of contact. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.MotionEvent.PointerCoords.touchMinor. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -551,7 +654,16 @@ The X component of the pointer movement. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.MotionEvent.PointerCoords.x. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -580,7 +692,16 @@ The Y component of the pointer movement. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.MotionEvent.PointerCoords.y. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/MotionEvent+PointerProperties.xml b/docs/Mono.Android/en/Android.Views/MotionEvent+PointerProperties.xml index 98a2ab7c76..679d8f0443 100644 --- a/docs/Mono.Android/en/Android.Views/MotionEvent+PointerProperties.xml +++ b/docs/Mono.Android/en/Android.Views/MotionEvent+PointerProperties.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.view.MotionEvent.PointerProperties. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -49,7 +53,16 @@ Creates a pointer properties object with an invalid pointer id. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.MotionEvent.PointerProperties.MotionEvent$PointerProperties(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -106,7 +119,16 @@ Resets the pointer properties to their initial values. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.MotionEvent.PointerProperties.clear(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -166,7 +188,16 @@ The pointer id. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.MotionEvent.PointerProperties.id. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -288,7 +319,16 @@ The pointer tool type. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.MotionEvent.PointerProperties.toolType. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/MotionEvent.xml b/docs/Mono.Android/en/Android.Views/MotionEvent.xml index 9651658bd0..86e0c44de4 100644 --- a/docs/Mono.Android/en/Android.Views/MotionEvent.xml +++ b/docs/Mono.Android/en/Android.Views/MotionEvent.xml @@ -1034,7 +1034,7 @@ System.Int32 - [TODO: @inheritDoc] + To be added To be added. @@ -4563,7 +4563,7 @@ The new source. - [TODO: @inheritDoc] + To be added @@ -4638,7 +4638,7 @@ Android.Views.InputSourceType - [TODO: @inheritDoc] + To be added To be added. diff --git a/docs/Mono.Android/en/Android.Views/OrientationListener.xml b/docs/Mono.Android/en/Android.Views/OrientationListener.xml index d25e936b34..2f08d87a2d 100644 --- a/docs/Mono.Android/en/Android.Views/OrientationListener.xml +++ b/docs/Mono.Android/en/Android.Views/OrientationListener.xml @@ -356,6 +356,10 @@ [Android.Runtime.Register("onOrientationChanged", "(I)V", "GetOnOrientationChanged_IHandler")] [<Android.Runtime.Register("onOrientationChanged", "(I)V", "GetOnOrientationChanged_IHandler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void diff --git a/docs/Mono.Android/en/Android.Views/PixelCopy+IOnPixelCopyFinishedListener.xml b/docs/Mono.Android/en/Android.Views/PixelCopy+IOnPixelCopyFinishedListener.xml index 4aab4e3490..5100401db6 100644 --- a/docs/Mono.Android/en/Android.Views/PixelCopy+IOnPixelCopyFinishedListener.xml +++ b/docs/Mono.Android/en/Android.Views/PixelCopy+IOnPixelCopyFinishedListener.xml @@ -25,14 +25,18 @@ - To be added. + Listener for observing the completion of a PixelCopy request. - Android platform documentation + Java documentation for android.view.PixelCopy.OnPixelCopyFinishedListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -59,10 +63,21 @@ - To be added. - To be added. + Contains the resulting status of the copy request. + This will either be PixelCopy#SUCCESS or one of the + <code>PixelCopy.ERROR_*</code> values. + Callback for when a pixel copy request has completed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.PixelCopy.OnPixelCopyFinishedListener.onPixelCopyFinished(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/ScaleGestureDetector+IOnScaleGestureListener.xml b/docs/Mono.Android/en/Android.Views/ScaleGestureDetector+IOnScaleGestureListener.xml index dd902cf0fe..8498dd5d37 100644 --- a/docs/Mono.Android/en/Android.Views/ScaleGestureDetector+IOnScaleGestureListener.xml +++ b/docs/Mono.Android/en/Android.Views/ScaleGestureDetector+IOnScaleGestureListener.xml @@ -29,10 +29,14 @@ - Android platform documentation + Java documentation for android.view.ScaleGestureDetector.OnScaleGestureListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -61,11 +65,25 @@ The detector reporting the event - use this to - retrieve extended info about event state. + retrieve extended info about event state. Responds to scaling events for a gesture in progress. - To be added. + Whether or not the detector should consider this event + as handled. If an event was not handled, the detector + will continue to accumulate movement until an event is + handled. This can be useful if an application, for example, + only wants to update scaling factors if the change is + greater than 0.01. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.ScaleGestureDetector.OnScaleGestureListener.onScale(android.view.ScaleGestureDetector). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -94,11 +112,24 @@ The detector reporting the event - use this to - retrieve extended info about event state. + retrieve extended info about event state. Responds to the beginning of a scaling gesture. - To be added. + Whether or not the detector should continue recognizing + this gesture. For example, if a gesture is beginning + with a focal point outside of a region where it makes + sense, onScaleBegin() may return false to ignore the + rest of the gesture. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.ScaleGestureDetector.OnScaleGestureListener.onScaleBegin(android.view.ScaleGestureDetector). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -127,11 +158,19 @@ The detector reporting the event - use this to - retrieve extended info about event state. - + retrieve extended info about event state. Responds to the end of a scale gesture. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.ScaleGestureDetector.OnScaleGestureListener.onScaleEnd(android.view.ScaleGestureDetector). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/ScaleGestureDetector+SimpleOnScaleGestureListener.xml b/docs/Mono.Android/en/Android.Views/ScaleGestureDetector+SimpleOnScaleGestureListener.xml index 3bc01192b8..75f39e0cc2 100644 --- a/docs/Mono.Android/en/Android.Views/ScaleGestureDetector+SimpleOnScaleGestureListener.xml +++ b/docs/Mono.Android/en/Android.Views/ScaleGestureDetector+SimpleOnScaleGestureListener.xml @@ -32,14 +32,18 @@ A convenience class to extend when you only want to listen for a subset - of scaling-related events. + of scaling-related events. - Android platform documentation + Java documentation for android.view.ScaleGestureDetector.SimpleOnScaleGestureListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/ScaleGestureDetector.xml b/docs/Mono.Android/en/Android.Views/ScaleGestureDetector.xml index 5621366c99..10e7b602d0 100644 --- a/docs/Mono.Android/en/Android.Views/ScaleGestureDetector.xml +++ b/docs/Mono.Android/en/Android.Views/ScaleGestureDetector.xml @@ -619,10 +619,18 @@ true to enable quick scaling, false to disable - Set whether the associated OnScaleGestureListener should receive onScale callbacks + Return whether the quick scale gesture, in which the user performs a double tap followed by a + swipe, should perform scaling. -or- Set whether the associated OnScaleGestureListener should receive onScale callbacks when the user performs a doubleTap followed by a swipe. To be added. + Property getter documentation: + + + Java documentation for android.view.ScaleGestureDetector.isQuickScaleEnabled(). + + + Property setter documentation: Java documentation for android.view.ScaleGestureDetector.setQuickScaleEnabled(boolean). @@ -701,10 +709,18 @@ true to enable stylus scaling, false to disable. - Sets whether the associates OnScaleGestureListener should receive + Return whether the stylus scale gesture, in which the user uses a stylus and presses the + button, should perform scaling. -or- Sets whether the associates OnScaleGestureListener should receive onScale callbacks when the user uses a stylus and presses the button. To be added. + Property getter documentation: + + + Java documentation for android.view.ScaleGestureDetector.isStylusScaleEnabled(). + + + Property setter documentation: Java documentation for android.view.ScaleGestureDetector.setStylusScaleEnabled(boolean). diff --git a/docs/Mono.Android/en/Android.Views/ScrollCaptureSession.xml b/docs/Mono.Android/en/Android.Views/ScrollCaptureSession.xml index f849edcf70..64a69cb5ec 100644 --- a/docs/Mono.Android/en/Android.Views/ScrollCaptureSession.xml +++ b/docs/Mono.Android/en/Android.Views/ScrollCaptureSession.xml @@ -218,7 +218,8 @@ Returns a - <a href="https://source. + BufferQueue in the + form of a Surface for transfer of image buffers. the surface for transferring image buffers diff --git a/docs/Mono.Android/en/Android.Views/Surface+OutOfResourcesException.xml b/docs/Mono.Android/en/Android.Views/Surface+OutOfResourcesException.xml index dd939e1e05..696f7ceaea 100644 --- a/docs/Mono.Android/en/Android.Views/Surface+OutOfResourcesException.xml +++ b/docs/Mono.Android/en/Android.Views/Surface+OutOfResourcesException.xml @@ -18,14 +18,19 @@ - Exception thrown when a surface couldn't be created or resized. + Exception thrown when a Canvas couldn't be locked with Surface#lockCanvas, or + when a SurfaceTexture could not successfully be allocated. - Android platform documentation + Java documentation for android.view.Surface.OutOfResourcesException. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/SurfaceControl+Builder.xml b/docs/Mono.Android/en/Android.Views/SurfaceControl+Builder.xml index d1e63ff481..3cf4718792 100644 --- a/docs/Mono.Android/en/Android.Views/SurfaceControl+Builder.xml +++ b/docs/Mono.Android/en/Android.Views/SurfaceControl+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Builder class for SurfaceControl objects. + + + + Java documentation for android.view.SurfaceControl.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -39,8 +50,19 @@ - To be added. - To be added. + Begin building a SurfaceControl. + + + + Java documentation for android.view.SurfaceControl.Builder.SurfaceControl$Builder(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -85,9 +107,20 @@ - To be added. + Construct a new SurfaceControl with the set parameters. To be added. - To be added. + + + + Java documentation for android.view.SurfaceControl.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Views/SurfaceControl+Transaction.xml b/docs/Mono.Android/en/Android.Views/SurfaceControl+Transaction.xml index 89e2e6975a..b0d2096d64 100644 --- a/docs/Mono.Android/en/Android.Views/SurfaceControl+Transaction.xml +++ b/docs/Mono.Android/en/Android.Views/SurfaceControl+Transaction.xml @@ -34,8 +34,19 @@ - To be added. - To be added. + An atomic set of changes to a set of SurfaceControl. + + + + Java documentation for android.view.SurfaceControl.Transaction. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -55,8 +66,19 @@ - To be added. - To be added. + Open a new transaction object. + + + + Java documentation for android.view.SurfaceControl.Transaction.SurfaceControl$Transaction(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -101,8 +123,20 @@ - To be added. - To be added. + Apply the transaction, clearing it's state, and making it usable + as a new transaction. + + + + Java documentation for android.view.SurfaceControl.Transaction.apply(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -129,8 +163,19 @@ - To be added. - To be added. + Release the native transaction object, without applying it. + + + + Java documentation for android.view.SurfaceControl.Transaction.close(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -607,10 +652,22 @@ - To be added. - To be added. - To be added. - To be added. + parcel to write the transaction to + flags + Writes the transaction to parcel, clearing the transaction as if it had been applied so + it can be used to store future transactions. + + + + Java documentation for android.view.SurfaceControl.Transaction.writeToParcel(android.os.Parcel, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Views/SurfaceControlViewHost+SurfacePackage.xml b/docs/Mono.Android/en/Android.Views/SurfaceControlViewHost+SurfacePackage.xml index af00487516..8f421d1dc1 100644 --- a/docs/Mono.Android/en/Android.Views/SurfaceControlViewHost+SurfacePackage.xml +++ b/docs/Mono.Android/en/Android.Views/SurfaceControlViewHost+SurfacePackage.xml @@ -31,8 +31,20 @@ - To be added. - To be added. + Package encapsulating a Surface hierarchy which contains interactive view + elements. + + + + Java documentation for android.view.SurfaceControlViewHost.SurfacePackage. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -167,8 +179,19 @@ - To be added. - To be added. + Release the SurfaceControl associated with this package. + + + + Java documentation for android.view.SurfaceControlViewHost.SurfacePackage.release(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Views/SurfaceHolderBadSurfaceTypeException.xml b/docs/Mono.Android/en/Android.Views/SurfaceHolderBadSurfaceTypeException.xml index 33aef3c5d1..6119e7e46d 100644 --- a/docs/Mono.Android/en/Android.Views/SurfaceHolderBadSurfaceTypeException.xml +++ b/docs/Mono.Android/en/Android.Views/SurfaceHolderBadSurfaceTypeException.xml @@ -18,15 +18,19 @@ - Exception that is thrown from when called on a Surface - whose type is SURFACE_TYPE_PUSH_BUFFERS. + Exception that is thrown from #lockCanvas when called on a Surface + whose type is SURFACE_TYPE_PUSH_BUFFERS. - Android platform documentation + Java documentation for android.view.SurfaceHolder.BadSurfaceTypeException. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/TextureView+ISurfaceTextureListener.xml b/docs/Mono.Android/en/Android.Views/TextureView+ISurfaceTextureListener.xml index 8a63e4b529..683b0361f8 100644 --- a/docs/Mono.Android/en/Android.Views/TextureView+ISurfaceTextureListener.xml +++ b/docs/Mono.Android/en/Android.Views/TextureView+ISurfaceTextureListener.xml @@ -26,14 +26,18 @@ This listener can be used to be notified when the surface texture - associated with this texture view is available. + associated with this texture view is available. - Android platform documentation + Java documentation for android.view.TextureView.SurfaceTextureListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,13 +68,21 @@ The surface returned by - + android.view.TextureView#getSurfaceTexture() The width of the surface - The height of the surface - - Invoked when a 's SurfaceTexture is ready for use. + The height of the surface + Invoked when a TextureView's SurfaceTexture is ready for use. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.TextureView.SurfaceTextureListener.onSurfaceTextureAvailable(android.graphics.SurfaceTexture, int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -98,12 +110,20 @@ - The surface about to be destroyed - - Invoked when the specified is about to be destroyed. + The surface about to be destroyed + Invoked when the specified SurfaceTexture is about to be destroyed. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.TextureView.SurfaceTextureListener.onSurfaceTextureDestroyed(android.graphics.SurfaceTexture). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -134,13 +154,21 @@ The surface returned by - + android.view.TextureView#getSurfaceTexture() The new width of the surface - The new height of the surface - - Invoked when the 's buffers size changed. + The new height of the surface + Invoked when the SurfaceTexture's buffers size changed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.TextureView.SurfaceTextureListener.onSurfaceTextureSizeChanged(android.graphics.SurfaceTexture, int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -168,12 +196,20 @@ - The surface just updated - - Invoked when the specified is updated through - . + The surface just updated + Invoked when the specified SurfaceTexture is updated through + SurfaceTexture#updateTexImage(). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.TextureView.SurfaceTextureListener.onSurfaceTextureUpdated(android.graphics.SurfaceTexture). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/VerifiedInputEvent.xml b/docs/Mono.Android/en/Android.Views/VerifiedInputEvent.xml index 14ff3b7bbe..9169de2648 100644 --- a/docs/Mono.Android/en/Android.Views/VerifiedInputEvent.xml +++ b/docs/Mono.Android/en/Android.Views/VerifiedInputEvent.xml @@ -116,7 +116,7 @@ - [TODO: @inheritDoc] + To be added To be added. @@ -403,7 +403,7 @@ To be added. To be added. - [TODO: @inheritDoc] + To be added diff --git a/docs/Mono.Android/en/Android.Views/VerifiedKeyEvent.xml b/docs/Mono.Android/en/Android.Views/VerifiedKeyEvent.xml index c6fcf16b97..f9d6525a8c 100644 --- a/docs/Mono.Android/en/Android.Views/VerifiedKeyEvent.xml +++ b/docs/Mono.Android/en/Android.Views/VerifiedKeyEvent.xml @@ -31,8 +31,19 @@ - To be added. - To be added. + KeyEvent that has been verified by the system. + + + + Java documentation for android.view.VerifiedKeyEvent. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Views/VerifiedMotionEvent.xml b/docs/Mono.Android/en/Android.Views/VerifiedMotionEvent.xml index cd632b4f5e..112cb0b823 100644 --- a/docs/Mono.Android/en/Android.Views/VerifiedMotionEvent.xml +++ b/docs/Mono.Android/en/Android.Views/VerifiedMotionEvent.xml @@ -31,8 +31,19 @@ - To be added. - To be added. + MotionEvent that has been verified by the system. + + + + Java documentation for android.view.VerifiedMotionEvent. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Views/View+AccessibilityDelegate.xml b/docs/Mono.Android/en/Android.Views/View+AccessibilityDelegate.xml index 00eb2a6266..57bff559ac 100644 --- a/docs/Mono.Android/en/Android.Views/View+AccessibilityDelegate.xml +++ b/docs/Mono.Android/en/Android.Views/View+AccessibilityDelegate.xml @@ -18,14 +18,19 @@ - To be added. + This class represents a delegate that can be registered in a View + to enhance accessibility support via composition rather via inheritance. - Android platform documentation + Java documentation for android.view.View.AccessibilityDelegate. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -105,12 +110,26 @@ To be added. - To be added. - To be added. - To be added. - To be added. + The info to which to add the extra data. Never null. + A key specifying the type of extra data to add to the info. The + extra data should be added to the Bundle returned by + the info's AccessibilityNodeInfo#getExtras method. Never + null. + A Bundle holding any arguments relevant for this request. + May be null if the if the service provided no arguments. + Adds extra data to an AccessibilityNodeInfo based on an explicit request for the + additional data. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.View.AccessibilityDelegate.addExtraDataToAccessibilityNodeInfo(android.view.View, android.view.accessibility.AccessibilityNodeInfo, java.lang.String, android.os.Bundle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -138,13 +157,23 @@ - The View hosting the delegate. The event. - Dispatches an to the host first and then - to its children for adding their text content to the event. - To be added. + The View hosting the delegate. + The event. + Dispatches an AccessibilityEvent to the host View first and then + to its children for adding their text content to the event. + True if the event population was completed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.View.AccessibilityDelegate.dispatchPopulateAccessibilityEvent(android.view.View, android.view.accessibility.AccessibilityEvent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -175,11 +204,20 @@ To be added. Gets the provider for managing a virtual view hierarchy rooted at this View - and reported to s - that explore the window content. - To be added. + and reported to android.accessibilityservice.AccessibilityServices + that explore the window content. + The provider. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.View.AccessibilityDelegate.getAccessibilityNodeProvider(android.view.View). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -240,12 +278,22 @@ - The View hosting the delegate. The event to initialize. - Initializes an with information about the - the host View which is the event source. + The View hosting the delegate. + The event to initialize. + Initializes an AccessibilityEvent with information about the + the host View which is the event source. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.View.AccessibilityDelegate.onInitializeAccessibilityEvent(android.view.View, android.view.accessibility.AccessibilityEvent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -277,9 +325,18 @@ The View hosting the delegate. The instance to initialize. - Initializes an with information about the host view. + Initializes an AccessibilityNodeInfo with information about the host view. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.View.AccessibilityDelegate.onInitializeAccessibilityNodeInfo(android.view.View, android.view.accessibility.AccessibilityNodeInfo). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -309,12 +366,22 @@ - The View hosting the delegate. The accessibility event which to populate. + The View hosting the delegate. + The accessibility event which to populate. Gives a chance to the host View to populate the accessibility event with its - text content. + text content. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.View.AccessibilityDelegate.onPopulateAccessibilityEvent(android.view.View, android.view.accessibility.AccessibilityEvent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -345,15 +412,25 @@ + The event to be sent. The View hosting the delegate. The child which requests sending the event. - The event to be sent. + The event to be sent. Called when a child of the host View has requested sending an - and gives an opportunity to the parent (the host) - to augment the event. - To be added. + AccessibilityEvent and gives an opportunity to the parent (the host) + to augment the event. + True if the event should be sent - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.View.AccessibilityDelegate.onRequestSendAccessibilityEvent(android.view.ViewGroup, android.view.View, android.view.accessibility.AccessibilityEvent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -429,12 +506,21 @@ To be added. - To be added. To be added. - To be added. - To be added. + The action to perform. + Performs the specified accessibility action on the view. + Whether the action was performed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.View.AccessibilityDelegate.performAccessibilityAction(android.view.View, int, android.os.Bundle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -473,7 +559,16 @@ The type of the event to send. Sends an accessibility event of the given type. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.View.AccessibilityDelegate.sendAccessibilityEvent(android.view.View, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -503,11 +598,21 @@ - The View hosting the delegate. The event to send. + The View hosting the delegate. + The event to send. Sends an accessibility event. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.View.AccessibilityDelegate.sendAccessibilityEventUnchecked(android.view.View, android.view.accessibility.AccessibilityEvent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/View+BaseSavedState.xml b/docs/Mono.Android/en/Android.Views/View+BaseSavedState.xml index ed5ce65184..0d2ad3f6a2 100644 --- a/docs/Mono.Android/en/Android.Views/View+BaseSavedState.xml +++ b/docs/Mono.Android/en/Android.Views/View+BaseSavedState.xml @@ -19,14 +19,18 @@ Base class for derived classes that want to save and restore their own - state in . + state in android.view.View#onSaveInstanceState(). - Android platform documentation + Java documentation for android.view.View.BaseSavedState. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -51,10 +55,19 @@ - To be added. + The state of the superclass of this view Constructor called by derived classes when creating their SavedState objects - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.View.BaseSavedState.View$BaseSavedState(android.os.Parcelable). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -79,10 +92,19 @@ - To be added. + parcel to read from Constructor used when reading from a parcel. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.View.BaseSavedState.View$BaseSavedState(android.os.Parcel). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -108,11 +130,20 @@ - To be added. - To be added. - To be added. + parcel to read from + ClassLoader to use for reading + Constructor used when reading from a parcel using a given class loader. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.View.BaseSavedState.View$BaseSavedState(android.os.Parcel, java.lang.ClassLoader). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/View+DragShadowBuilder.xml b/docs/Mono.Android/en/Android.Views/View+DragShadowBuilder.xml index 0bc1ea8134..0adfbe5037 100644 --- a/docs/Mono.Android/en/Android.Views/View+DragShadowBuilder.xml +++ b/docs/Mono.Android/en/Android.Views/View+DragShadowBuilder.xml @@ -19,14 +19,18 @@ Creates an image that the system displays during the drag and drop - operation. + operation. - Android platform documentation + Java documentation for android.view.View.DragShadowBuilder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -50,7 +54,16 @@ Construct a shadow builder object with no associated View. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.View.DragShadowBuilder.View$DragShadowBuilder(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -75,10 +88,19 @@ - To be added. + A View. Any View in scope can be used. Constructs a shadow image builder based on a View. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.View.DragShadowBuilder.View$DragShadowBuilder(android.view.View). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -160,11 +182,19 @@ - A object in which to draw the shadow image. - + A android.graphics.Canvas object in which to draw the shadow image. Draws the shadow image. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.View.DragShadowBuilder.onDrawShadow(android.graphics.Canvas). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -193,11 +223,26 @@ - To be added. - To be added. + A android.graphics.Point containing the width and height + of the shadow image. Your application must set android.graphics.Point#x to the + desired width and must set android.graphics.Point#y to the desired height of the + image. Since Android P, the width and height must be positive values. + A android.graphics.Point for the position within the + shadow image that should be underneath the touch point during the drag and drop + operation. Your application must set android.graphics.Point#x to the + X coordinate and android.graphics.Point#y to the Y coordinate of this position. Provides the metrics for the shadow image. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.View.DragShadowBuilder.onProvideShadowMetrics(android.graphics.Point, android.graphics.Point). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -285,11 +330,20 @@ Returns the View object that had been passed to the - C:Android.Views.View.DragShadowBuilder(Android.Views.View) - constructor. - To be added. + #DragShadowBuilder(View) + constructor. + The View object associate with this builder object. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.View.DragShadowBuilder.getView(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/View+IOnApplyWindowInsetsListener.xml b/docs/Mono.Android/en/Android.Views/View+IOnApplyWindowInsetsListener.xml index ea877c3485..db73b824d5 100644 --- a/docs/Mono.Android/en/Android.Views/View+IOnApplyWindowInsetsListener.xml +++ b/docs/Mono.Android/en/Android.Views/View+IOnApplyWindowInsetsListener.xml @@ -25,14 +25,18 @@ - To be added. + Listener for applying window insets on a view in a custom way. - Android platform documentation + Java documentation for android.view.View.OnApplyWindowInsetsListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -60,12 +64,23 @@ - To be added. - To be added. - To be added. - To be added. + The view applying window insets + The insets to apply + When View#setOnApplyWindowInsetsListener(View.OnApplyWindowInsetsListener) set + on a View, this listener method will be called instead of the view's own + View#onApplyWindowInsets(WindowInsets) onApplyWindowInsets method. + The insets supplied, minus any insets that were consumed - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.View.OnApplyWindowInsetsListener.onApplyWindowInsets(android.view.View, android.view.WindowInsets). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/View+IOnAttachStateChangeListener.xml b/docs/Mono.Android/en/Android.Views/View+IOnAttachStateChangeListener.xml index 671ac5cdd8..629b392809 100644 --- a/docs/Mono.Android/en/Android.Views/View+IOnAttachStateChangeListener.xml +++ b/docs/Mono.Android/en/Android.Views/View+IOnAttachStateChangeListener.xml @@ -26,14 +26,18 @@ Interface definition for a callback to be invoked when this view is attached - or detached from its window. + or detached from its window. - Android platform documentation + Java documentation for android.view.View.OnAttachStateChangeListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -62,9 +66,19 @@ To be added. + The view that was attached Called when the view is attached to a window. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.View.OnAttachStateChangeListener.onViewAttachedToWindow(android.view.View). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -93,9 +107,19 @@ To be added. + The view that was detached Called when the view is detached from a window. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.View.OnAttachStateChangeListener.onViewDetachedFromWindow(android.view.View). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/View+IOnCapturedPointerListener.xml b/docs/Mono.Android/en/Android.Views/View+IOnCapturedPointerListener.xml index 839a44acd8..604788c7f6 100644 --- a/docs/Mono.Android/en/Android.Views/View+IOnCapturedPointerListener.xml +++ b/docs/Mono.Android/en/Android.Views/View+IOnCapturedPointerListener.xml @@ -25,14 +25,19 @@ - To be added. + Interface definition for a callback to be invoked when a captured pointer event + is being dispatched this view. - Android platform documentation + Java documentation for android.view.View.OnCapturedPointerListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -60,12 +65,22 @@ - To be added. To be added. - To be added. - To be added. + The view this event has been dispatched to. + The captured event. + Called when a captured pointer event is dispatched to a view. + True if the listener has consumed the event, false otherwise. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.View.OnCapturedPointerListener.onCapturedPointer(android.view.View, android.view.MotionEvent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/View+IOnClickListener.xml b/docs/Mono.Android/en/Android.Views/View+IOnClickListener.xml index af319a34ed..b3a012d19a 100644 --- a/docs/Mono.Android/en/Android.Views/View+IOnClickListener.xml +++ b/docs/Mono.Android/en/Android.Views/View+IOnClickListener.xml @@ -29,10 +29,14 @@ - Android platform documentation + Java documentation for android.view.View.OnClickListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -60,11 +64,19 @@ - The view that was clicked. - + The view that was clicked. Called when a view has been clicked. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.View.OnClickListener.onClick(android.view.View). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/View+IOnContextClickListener.xml b/docs/Mono.Android/en/Android.Views/View+IOnContextClickListener.xml index 60d959ca71..fe04cc0be4 100644 --- a/docs/Mono.Android/en/Android.Views/View+IOnContextClickListener.xml +++ b/docs/Mono.Android/en/Android.Views/View+IOnContextClickListener.xml @@ -25,14 +25,18 @@ - To be added. + Interface definition for a callback to be invoked when a view is context clicked. - Android platform documentation + Java documentation for android.view.View.OnContextClickListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -59,11 +63,20 @@ - To be added. - To be added. - To be added. + The view that has been context clicked. + Called when a view is context clicked. + true if the callback consumed the context click, false otherwise. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.View.OnContextClickListener.onContextClick(android.view.View). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/View+IOnCreateContextMenuListener.xml b/docs/Mono.Android/en/Android.Views/View+IOnCreateContextMenuListener.xml index 0d8ff1b786..8bdfe01e2a 100644 --- a/docs/Mono.Android/en/Android.Views/View+IOnCreateContextMenuListener.xml +++ b/docs/Mono.Android/en/Android.Views/View+IOnCreateContextMenuListener.xml @@ -26,14 +26,18 @@ Interface definition for a callback to be invoked when the context menu - for this view is being built. + for this view is being built. - Android platform documentation + Java documentation for android.view.View.OnCreateContextMenuListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/View+IOnDragListener.xml b/docs/Mono.Android/en/Android.Views/View+IOnDragListener.xml index 643c249a7e..637a570776 100644 --- a/docs/Mono.Android/en/Android.Views/View+IOnDragListener.xml +++ b/docs/Mono.Android/en/Android.Views/View+IOnDragListener.xml @@ -26,14 +26,18 @@ Interface definition for a callback to be invoked when a drag is being dispatched - to this view. + to this view. - Android platform documentation + Java documentation for android.view.View.OnDragListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -62,12 +66,25 @@ - The View that received the drag event. The object for the drag event. + The View that received the drag event. + The android.view.DragEvent object for the drag event. Called when a drag event is dispatched to a view. - To be added. + + true if the drag event was handled successfully, or false + if the drag event was not handled. Note that false will trigger the View + to call its #onDragEvent(DragEvent) onDragEvent() handler. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.View.OnDragListener.onDrag(android.view.View, android.view.DragEvent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/View+IOnFocusChangeListener.xml b/docs/Mono.Android/en/Android.Views/View+IOnFocusChangeListener.xml index 6a9e4be487..328acc1c51 100644 --- a/docs/Mono.Android/en/Android.Views/View+IOnFocusChangeListener.xml +++ b/docs/Mono.Android/en/Android.Views/View+IOnFocusChangeListener.xml @@ -26,14 +26,18 @@ Interface definition for a callback to be invoked when the focus state of - a view changed. + a view changed. - Android platform documentation + Java documentation for android.view.View.OnFocusChangeListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -63,11 +67,19 @@ The view whose state has changed. - The new focus state of v. - + The new focus state of v. Called when the focus state of a view has changed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.View.OnFocusChangeListener.onFocusChange(android.view.View, boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/View+IOnGenericMotionListener.xml b/docs/Mono.Android/en/Android.Views/View+IOnGenericMotionListener.xml index 00e02ffaa2..0498c343d9 100644 --- a/docs/Mono.Android/en/Android.Views/View+IOnGenericMotionListener.xml +++ b/docs/Mono.Android/en/Android.Views/View+IOnGenericMotionListener.xml @@ -26,14 +26,18 @@ Interface definition for a callback to be invoked when a generic motion event is - dispatched to this view. + dispatched to this view. - Android platform documentation + Java documentation for android.view.View.OnGenericMotionListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -62,13 +66,24 @@ - The view the generic motion event has been dispatched to. The MotionEvent object containing full information about the event. + The view the generic motion event has been dispatched to. + The MotionEvent object containing full information about + the event. Called when a generic motion event is dispatched to a view. - To be added. + True if the listener has consumed the event, false otherwise. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.View.OnGenericMotionListener.onGenericMotion(android.view.View, android.view.MotionEvent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/View+IOnHoverListener.xml b/docs/Mono.Android/en/Android.Views/View+IOnHoverListener.xml index 006b2df44d..334d813bc8 100644 --- a/docs/Mono.Android/en/Android.Views/View+IOnHoverListener.xml +++ b/docs/Mono.Android/en/Android.Views/View+IOnHoverListener.xml @@ -26,14 +26,18 @@ Interface definition for a callback to be invoked when a hover event is - dispatched to this view. + dispatched to this view. - Android platform documentation + Java documentation for android.view.View.OnHoverListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -62,13 +66,24 @@ - The view the hover event has been dispatched to. The MotionEvent object containing full information about the event. + The view the hover event has been dispatched to. + The MotionEvent object containing full information about + the event. Called when a hover event is dispatched to a view. - To be added. + True if the listener has consumed the event, false otherwise. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.View.OnHoverListener.onHover(android.view.View, android.view.MotionEvent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/View+IOnKeyListener.xml b/docs/Mono.Android/en/Android.Views/View+IOnKeyListener.xml index 662df15ee8..5b5e046832 100644 --- a/docs/Mono.Android/en/Android.Views/View+IOnKeyListener.xml +++ b/docs/Mono.Android/en/Android.Views/View+IOnKeyListener.xml @@ -26,14 +26,18 @@ Interface definition for a callback to be invoked when a hardware key event is - dispatched to this view. + dispatched to this view. - Android platform documentation + Java documentation for android.view.View.OnKeyListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -70,14 +74,25 @@ - The view the key has been dispatched to. - The code for the physical key that was pressed The KeyEvent object containing full information about the event. + The view the key has been dispatched to. + The code for the physical key that was pressed + The KeyEvent object containing full information about + the event. Called when a hardware key is dispatched to a view. - To be added. + True if the listener has consumed the event, false otherwise. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.View.OnKeyListener.onKey(android.view.View, int, android.view.KeyEvent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/View+IOnLayoutChangeListener.xml b/docs/Mono.Android/en/Android.Views/View+IOnLayoutChangeListener.xml index 1fd64dbae0..752e6b44d2 100644 --- a/docs/Mono.Android/en/Android.Views/View+IOnLayoutChangeListener.xml +++ b/docs/Mono.Android/en/Android.Views/View+IOnLayoutChangeListener.xml @@ -26,14 +26,18 @@ Interface definition for a callback to be invoked when the layout bounds of a view - changes due to layout processing. + changes due to layout processing. - Android platform documentation + Java documentation for android.view.View.OnLayoutChangeListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -69,7 +73,7 @@ - The view whose state has changed. + The view whose bounds have changed. The new value of the view's left property. The new value of the view's top property. The new value of the view's right property. @@ -77,11 +81,19 @@ The previous value of the view's left property. The previous value of the view's top property. The previous value of the view's right property. - The previous value of the view's bottom property. - - Called when the focus state of a view has changed. + The previous value of the view's bottom property. + Called when the layout bounds of a view changes due to layout processing. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.View.OnLayoutChangeListener.onLayoutChange(android.view.View, int, int, int, int, int, int, int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/View+IOnLongClickListener.xml b/docs/Mono.Android/en/Android.Views/View+IOnLongClickListener.xml index 826e1b9092..ea2258d644 100644 --- a/docs/Mono.Android/en/Android.Views/View+IOnLongClickListener.xml +++ b/docs/Mono.Android/en/Android.Views/View+IOnLongClickListener.xml @@ -29,10 +29,14 @@ - Android platform documentation + Java documentation for android.view.View.OnLongClickListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -62,9 +66,18 @@ The view that was clicked and held. Called when a view has been clicked and held. - To be added. + true if the callback consumed the long click, false otherwise. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.View.OnLongClickListener.onLongClick(android.view.View). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/View+IOnScrollChangeListener.xml b/docs/Mono.Android/en/Android.Views/View+IOnScrollChangeListener.xml index 1404a18bab..e168ffbe13 100644 --- a/docs/Mono.Android/en/Android.Views/View+IOnScrollChangeListener.xml +++ b/docs/Mono.Android/en/Android.Views/View+IOnScrollChangeListener.xml @@ -25,14 +25,19 @@ - To be added. + Interface definition for a callback to be invoked when the scroll + X or Y positions of a view change. - Android platform documentation + Java documentation for android.view.View.OnScrollChangeListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -63,14 +68,23 @@ - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. + The view whose scroll position has changed. + Current horizontal scroll origin. + Current vertical scroll origin. + Previous horizontal scroll origin. + Previous vertical scroll origin. + Called when the scroll position of a view changes. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.View.OnScrollChangeListener.onScrollChange(android.view.View, int, int, int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/View+IOnSystemUiVisibilityChangeListener.xml b/docs/Mono.Android/en/Android.Views/View+IOnSystemUiVisibilityChangeListener.xml index bbca4fdd2b..1b8f678d82 100644 --- a/docs/Mono.Android/en/Android.Views/View+IOnSystemUiVisibilityChangeListener.xml +++ b/docs/Mono.Android/en/Android.Views/View+IOnSystemUiVisibilityChangeListener.xml @@ -30,14 +30,18 @@ Interface definition for a callback to be invoked when the status bar changes - visibility. + visibility. - Android platform documentation + Java documentation for android.view.View.OnSystemUiVisibilityChangeListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -76,15 +80,23 @@ - Bitwise-or of flags , - , and . - This tells you the global state of these UI visibility - flags, not what your app is currently applying. - + Bitwise-or of flags #SYSTEM_UI_FLAG_LOW_PROFILE, + #SYSTEM_UI_FLAG_HIDE_NAVIGATION, and #SYSTEM_UI_FLAG_FULLSCREEN. + This tells you the <strong>global</strong> state of these UI visibility + flags, not what your app is currently applying. Called when the status bar changes visibility because of a call to - . + View#setSystemUiVisibility(int). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.View.OnSystemUiVisibilityChangeListener.onSystemUiVisibilityChange(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/View+IOnTouchListener.xml b/docs/Mono.Android/en/Android.Views/View+IOnTouchListener.xml index b502bd0707..6f68a96401 100644 --- a/docs/Mono.Android/en/Android.Views/View+IOnTouchListener.xml +++ b/docs/Mono.Android/en/Android.Views/View+IOnTouchListener.xml @@ -26,14 +26,18 @@ Interface definition for a callback to be invoked when a touch event is - dispatched to this view. + dispatched to this view. - Android platform documentation + Java documentation for android.view.View.OnTouchListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -62,13 +66,24 @@ - The view the touch event has been dispatched to. The MotionEvent object containing full information about the event. + The view the touch event has been dispatched to. + The MotionEvent object containing full information about + the event. Called when a touch event is dispatched to a view. - To be added. + True if the listener has consumed the event, false otherwise. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.View.OnTouchListener.onTouch(android.view.View, android.view.MotionEvent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/View+IOnUnhandledKeyEventListener.xml b/docs/Mono.Android/en/Android.Views/View+IOnUnhandledKeyEventListener.xml index a053e91574..5287201259 100644 --- a/docs/Mono.Android/en/Android.Views/View+IOnUnhandledKeyEventListener.xml +++ b/docs/Mono.Android/en/Android.Views/View+IOnUnhandledKeyEventListener.xml @@ -25,8 +25,20 @@ - To be added. - To be added. + Interface definition for a callback to be invoked when a hardware key event hasn't + been handled by the view hierarchy. + + + + Java documentation for android.view.View.OnUnhandledKeyEventListener. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -53,11 +65,25 @@ - To be added. To be added. - To be added. - To be added. - To be added. + The view the key has been dispatched to. + The KeyEvent object containing information about the event. + Called when a hardware key is dispatched to a view after being unhandled during normal + KeyEvent dispatch. + + true if the listener has consumed the event, false otherwise. + + + + Java documentation for android.view.View.OnUnhandledKeyEventListener.onUnhandledKeyEvent(android.view.View, android.view.KeyEvent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Views/View+MeasureSpec.xml b/docs/Mono.Android/en/Android.Views/View+MeasureSpec.xml index c55ee6f4b4..0401938bc1 100644 --- a/docs/Mono.Android/en/Android.Views/View+MeasureSpec.xml +++ b/docs/Mono.Android/en/Android.Views/View+MeasureSpec.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.view.View.MeasureSpec. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -109,9 +113,21 @@ the measure specification to extract the mode from Extracts the mode from the supplied measure specification. - To be added. + + android.view.View.MeasureSpec#UNSPECIFIED, + android.view.View.MeasureSpec#AT_MOST or + android.view.View.MeasureSpec#EXACTLY - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.View.MeasureSpec.getMode(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -141,9 +157,18 @@ the measure specification to extract the size from Extracts the size from the supplied measure specification. - To be added. + the size in pixels defined in the supplied measure specification - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.View.MeasureSpec.getSize(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -213,9 +238,18 @@ the size of the measure specification the mode of the measure specification Creates a measure specification based on the supplied size and mode. - To be added. + the measure specification based on size and mode - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.View.MeasureSpec.makeMeasureSpec(int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -307,10 +341,19 @@ the measure specification to convert to a String Returns a String representation of the specified measure - specification. - To be added. + specification. + a String with the following format: "MeasureSpec: MODE SIZE" - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.View.MeasureSpec.toString(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/View.xml b/docs/Mono.Android/en/Android.Views/View.xml index 28f784add6..2385735660 100644 --- a/docs/Mono.Android/en/Android.Views/View.xml +++ b/docs/Mono.Android/en/Android.Views/View.xml @@ -613,9 +613,34 @@ Java.Lang.ICharSequence - To be added. - To be added. - To be added. + The pane's title. Setting to null indicates that this + View is not a pane. + + AccessibilityNodeInfo#setPaneTitle(CharSequence) + Get the title of the pane for purposes of accessibility. -or- Visually distinct portion of a window with window-like semantics are considered panes for + accessibility purposes. + The current pane title. + + #setAccessibilityPaneTitle. + + Property getter documentation: + + + Java documentation for android.view.View.getAccessibilityPaneTitle(). + + + Property setter documentation: + + + Java documentation for android.view.View.setAccessibilityPaneTitle(java.lang.CharSequence). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -11922,12 +11947,19 @@ - the styled attributes set to initialize the fading edges from - - - + the styled attributes set to initialize the fading edges from + Initializes the fading edges from a given set of styled attributes. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.View.initializeFadingEdge(android.content.res.TypedArray). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -11955,12 +11987,19 @@ - the styled attributes set to initialize the scrollbars from - - - + the styled attributes set to initialize the scrollbars from + Initializes the scrollbars from a given set of styled attributes. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.View.initializeScrollbars(android.content.res.TypedArray). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -12204,7 +12243,16 @@ To be added. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.View.fitsSystemWindows(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -27508,9 +27556,18 @@ 131072 - To be added. + Default resolved text alignment - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.View.TEXT_ALIGNMENT_RESOLVED_DEFAULT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/ViewDebug+CapturedViewProperty.xml b/docs/Mono.Android/en/Android.Views/ViewDebug+CapturedViewProperty.xml index 7413ce47d0..4427e20f2a 100644 --- a/docs/Mono.Android/en/Android.Views/ViewDebug+CapturedViewProperty.xml +++ b/docs/Mono.Android/en/Android.Views/ViewDebug+CapturedViewProperty.xml @@ -36,9 +36,18 @@ This annotation can be used to mark fields and methods to be dumped when - the view is captured. + the view is captured. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.ViewDebug.CapturedViewProperty. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -161,10 +170,20 @@ - To be added. - To be added. + When retrieveReturn is true, we need to retrieve second level methods + e. + true if we need the second level methods - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.ViewDebug.CapturedViewProperty.retrieveReturn(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/ViewDebug+ExportedProperty.xml b/docs/Mono.Android/en/Android.Views/ViewDebug+ExportedProperty.xml index dce99435b6..65cbd8202c 100644 --- a/docs/Mono.Android/en/Android.Views/ViewDebug+ExportedProperty.xml +++ b/docs/Mono.Android/en/Android.Views/ViewDebug+ExportedProperty.xml @@ -36,9 +36,18 @@ This annotation can be used to mark fields and methods to be dumped by - the view server. + the view server. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.ViewDebug.ExportedProperty. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -127,10 +136,20 @@ - To be added. - To be added. + Specifies the category the property falls into, such as measurement, + layout, drawing, etc. + the category as String - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.ViewDebug.ExportedProperty.category(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -155,10 +174,19 @@ - To be added. - To be added. + When deep export is turned on, this property is not dumped. + true if the properties of this property should be dumped - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.ViewDebug.ExportedProperty.deepExport(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -301,10 +329,19 @@ - To be added. - To be added. + The prefix to use on child properties when deep export is enabled + a prefix as a String - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.ViewDebug.ExportedProperty.prefix(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -329,10 +366,21 @@ - To be added. - To be added. + When resolveId is true, and if the annotated field/method return value + is an int, the value is converted to an Android's resource name. + true if the property's value must be transformed into an Android + resource name, false otherwise - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.ViewDebug.ExportedProperty.resolveId(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/ViewDebug+FlagToString.xml b/docs/Mono.Android/en/Android.Views/ViewDebug+FlagToString.xml index f65343a2c4..78ac3181fe 100644 --- a/docs/Mono.Android/en/Android.Views/ViewDebug+FlagToString.xml +++ b/docs/Mono.Android/en/Android.Views/ViewDebug+FlagToString.xml @@ -37,7 +37,16 @@ Defines a mapping from a flag to a String. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.ViewDebug.FlagToString. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -126,10 +135,20 @@ - To be added. - To be added. + The value to compare to the result of: + <code>original value &amp; #mask()</code>. + An arbitrary value. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.ViewDebug.FlagToString.equals(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -188,10 +207,19 @@ - To be added. - To be added. + The mask to apply to the original value. + An arbitrary int value. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.ViewDebug.FlagToString.mask(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -216,10 +244,19 @@ - To be added. - To be added. + The String to use in place of the original int value. + An arbitrary non-null String. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.ViewDebug.FlagToString.name(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -244,10 +281,20 @@ - To be added. + Indicates whether to output the flag when the test is true, + or false. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.ViewDebug.FlagToString.outputIf(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/ViewDebug+HierarchyTraceType.xml b/docs/Mono.Android/en/Android.Views/ViewDebug+HierarchyTraceType.xml index 7cf4bab199..1cea98a415 100644 --- a/docs/Mono.Android/en/Android.Views/ViewDebug+HierarchyTraceType.xml +++ b/docs/Mono.Android/en/Android.Views/ViewDebug+HierarchyTraceType.xml @@ -24,7 +24,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.ViewDebug.HierarchyTraceType. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/ViewDebug+IntToString.xml b/docs/Mono.Android/en/Android.Views/ViewDebug+IntToString.xml index 469f9458e3..50f7e788e5 100644 --- a/docs/Mono.Android/en/Android.Views/ViewDebug+IntToString.xml +++ b/docs/Mono.Android/en/Android.Views/ViewDebug+IntToString.xml @@ -37,7 +37,16 @@ Defines a mapping from an int value to a String. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.ViewDebug.IntToString. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -126,10 +135,19 @@ - To be added. - To be added. + The original int value to map to a String. + An arbitrary int value. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.ViewDebug.IntToString.from(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -250,10 +268,19 @@ - To be added. - To be added. + The String to use in place of the original int value. + An arbitrary non-null String. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.ViewDebug.IntToString.to(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/ViewDebug+RecyclerTraceType.xml b/docs/Mono.Android/en/Android.Views/ViewDebug+RecyclerTraceType.xml index c917829652..f7b50f5d6e 100644 --- a/docs/Mono.Android/en/Android.Views/ViewDebug+RecyclerTraceType.xml +++ b/docs/Mono.Android/en/Android.Views/ViewDebug+RecyclerTraceType.xml @@ -24,7 +24,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.ViewDebug.RecyclerTraceType. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/ViewGroup+IOnHierarchyChangeListener.xml b/docs/Mono.Android/en/Android.Views/ViewGroup+IOnHierarchyChangeListener.xml index aef24bd185..68d3b51192 100644 --- a/docs/Mono.Android/en/Android.Views/ViewGroup+IOnHierarchyChangeListener.xml +++ b/docs/Mono.Android/en/Android.Views/ViewGroup+IOnHierarchyChangeListener.xml @@ -26,14 +26,18 @@ Interface definition for a callback to be invoked when the hierarchy - within this view changed. + within this view changed. - Android platform documentation + Java documentation for android.view.ViewGroup.OnHierarchyChangeListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -63,11 +67,19 @@ the view in which a child was added - the new child view added in the hierarchy - + the new child view added in the hierarchy Called when a new child is added to a parent view. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.ViewGroup.OnHierarchyChangeListener.onChildViewAdded(android.view.View, android.view.View). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -97,11 +109,19 @@ the view from which the child was removed - the child removed from the hierarchy - + the child removed from the hierarchy Called when a child is removed from a parent view. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.ViewGroup.OnHierarchyChangeListener.onChildViewRemoved(android.view.View, android.view.View). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/ViewGroup+LayoutParams.xml b/docs/Mono.Android/en/Android.Views/ViewGroup+LayoutParams.xml index 0f35a80db3..87d9b2e814 100644 --- a/docs/Mono.Android/en/Android.Views/ViewGroup+LayoutParams.xml +++ b/docs/Mono.Android/en/Android.Views/ViewGroup+LayoutParams.xml @@ -19,14 +19,18 @@ LayoutParams are used by views to tell their parents how they want to be - laid out. + laid out. - Android platform documentation + Java documentation for android.view.ViewGroup.LayoutParams. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -80,11 +84,21 @@ - To be added. - To be added. + the application environment + the set of attributes from which to extract the layout + parameters' values Creates a new set of layout parameters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.ViewGroup.LayoutParams.ViewGroup$LayoutParams(android.content.Context, android.util.AttributeSet). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -110,12 +124,25 @@ - To be added. - To be added. + the width, either #WRAP_CONTENT, + #FILL_PARENT (replaced by #MATCH_PARENT in + API Level 8), or a fixed size in pixels + the height, either #WRAP_CONTENT, + #FILL_PARENT (replaced by #MATCH_PARENT in + API Level 8), or a fixed size in pixels Creates a new set of layout parameters with the specified width - and height. + and height. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.ViewGroup.LayoutParams.ViewGroup$LayoutParams(int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -170,7 +197,16 @@ Special value for the height or width requested by a View. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.ViewGroup.LayoutParams.FILL_PARENT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -198,7 +234,16 @@ Information about how tall the view wants to be. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.ViewGroup.LayoutParams.height. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -285,7 +330,16 @@ Special value for the height or width requested by a View. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.ViewGroup.LayoutParams.MATCH_PARENT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -321,11 +375,20 @@ the direction of the layout - - + + View#LAYOUT_DIRECTION_LTRView#LAYOUT_DIRECTION_RTL Resolve layout parameters depending on the layout direction. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.ViewGroup.LayoutParams.resolveLayoutDirection(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -357,11 +420,19 @@ the style attributes to extract the parameters from the identifier of the width attribute - the identifier of the height attribute - + the identifier of the height attribute Extracts the layout parameters from the supplied attributes. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.ViewGroup.LayoutParams.setBaseAttributes(android.content.res.TypedArray, int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -451,7 +522,16 @@ Information about how wide the view wants to be. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.ViewGroup.LayoutParams.width. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -479,7 +559,16 @@ Special value for the height or width requested by a View. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.ViewGroup.LayoutParams.WRAP_CONTENT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/ViewGroup+MarginLayoutParams.xml b/docs/Mono.Android/en/Android.Views/ViewGroup+MarginLayoutParams.xml index d35a89e88d..5c41e38e8c 100644 --- a/docs/Mono.Android/en/Android.Views/ViewGroup+MarginLayoutParams.xml +++ b/docs/Mono.Android/en/Android.Views/ViewGroup+MarginLayoutParams.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.view.ViewGroup.MarginLayoutParams. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -108,11 +112,21 @@ - To be added. - To be added. + the application environment + the set of attributes from which to extract the layout + parameters' values Creates a new set of layout parameters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.ViewGroup.MarginLayoutParams.ViewGroup$MarginLayoutParams(android.content.Context, android.util.AttributeSet). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -194,7 +208,16 @@ The bottom margin in pixels of the child. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.ViewGroup.MarginLayoutParams.bottomMargin. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -220,9 +243,18 @@ Check if margins are relative. - To be added. + true if either marginStart or marginEnd has been set. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.ViewGroup.MarginLayoutParams.isMarginRelative(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -282,10 +314,29 @@ Android.Views.LayoutDirection - Retuns the layout direction. - To be added. + the layout direction. + Should be either View#LAYOUT_DIRECTION_LTR + or View#LAYOUT_DIRECTION_RTL. + Retuns the layout direction. -or- Set the layout direction + the layout direction. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Property getter documentation: + + + Java documentation for android.view.ViewGroup.MarginLayoutParams.getLayoutDirection(). + + + Property setter documentation: + + + Java documentation for android.view.ViewGroup.MarginLayoutParams.setLayoutDirection(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -313,7 +364,16 @@ The left margin in pixels of the child. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.ViewGroup.MarginLayoutParams.leftMargin. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -342,10 +402,27 @@ System.Int32 - Returns the end margin in pixels. - To be added. + the end margin size + Returns the end margin in pixels. -or- Sets the relative end margin. + the end margin in pixels. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Property getter documentation: + + + Java documentation for android.view.ViewGroup.MarginLayoutParams.getMarginEnd(). + + + Property setter documentation: + + + Java documentation for android.view.ViewGroup.MarginLayoutParams.setMarginEnd(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -374,10 +451,27 @@ System.Int32 - Returns the start margin in pixels. - To be added. + the start margin size + Returns the start margin in pixels. -or- Sets the relative start margin. + the start margin in pixels. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Property getter documentation: + + + Java documentation for android.view.ViewGroup.MarginLayoutParams.getMarginStart(). + + + Property setter documentation: + + + Java documentation for android.view.ViewGroup.MarginLayoutParams.setMarginStart(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -405,7 +499,16 @@ The right margin in pixels of the child. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.ViewGroup.MarginLayoutParams.rightMargin. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -442,7 +545,16 @@ the bottom margin size Sets the margins, in pixels. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.ViewGroup.MarginLayoutParams.setMargins(int, int, int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -532,7 +644,16 @@ The top margin in pixels of the child. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.ViewGroup.MarginLayoutParams.topMargin. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/ViewGroup.xml b/docs/Mono.Android/en/Android.Views/ViewGroup.xml index a17b157cc9..edbd41ebf5 100644 --- a/docs/Mono.Android/en/Android.Views/ViewGroup.xml +++ b/docs/Mono.Android/en/Android.Views/ViewGroup.xml @@ -3580,7 +3580,16 @@ Request a fling from a nested scroll. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.ViewGroup.onNestedFling(android.view.View, float, float, boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3618,7 +3627,16 @@ React to a nested fling before the target view consumes it. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.ViewGroup.onNestedPreFling(android.view.View, float, float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3661,7 +3679,7 @@ Action being performed; see android.view.accessibility.AccessibilityNodeInfo Optional action arguments - [TODO: @inheritDoc] + To be added false by default. Subclasses should return true if they handle the event. @@ -3713,7 +3731,16 @@ React to a nested scroll in progress before the target view consumes a portion of the scroll. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.ViewGroup.onNestedPreScroll(android.view.View, int, int, int[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3755,7 +3782,16 @@ React to a nested scroll in progress. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.ViewGroup.onNestedScroll(android.view.View, int, int, int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3800,7 +3836,16 @@ or both React to the successful claiming of a nested scroll operation. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.ViewGroup.onNestedScrollAccepted(android.view.View, android.view.View, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3938,7 +3983,16 @@ nested scroll operation if appropriate. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.ViewGroup.onStartNestedScroll(android.view.View, android.view.View, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -4312,7 +4366,7 @@ To be added. - [TODO: @inheritDoc] + To be added @@ -4710,7 +4764,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.ViewGroup.resetResolvedLayoutDirection(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -4737,7 +4800,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.ViewGroup.resetResolvedTextDirection(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/ViewStructure+HtmlInfo.xml b/docs/Mono.Android/en/Android.Views/ViewStructure+HtmlInfo.xml index e0989cd27b..81ff6a8ff3 100644 --- a/docs/Mono.Android/en/Android.Views/ViewStructure+HtmlInfo.xml +++ b/docs/Mono.Android/en/Android.Views/ViewStructure+HtmlInfo.xml @@ -18,14 +18,18 @@ - To be added. + Simplified representation of the HTML properties of a node that represents an HTML element. - Android platform documentation + Java documentation for android.view.ViewStructure.HtmlInfo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/ViewStub+IOnInflateListener.xml b/docs/Mono.Android/en/Android.Views/ViewStub+IOnInflateListener.xml index 550d79aba0..a0c31a5a58 100644 --- a/docs/Mono.Android/en/Android.Views/ViewStub+IOnInflateListener.xml +++ b/docs/Mono.Android/en/Android.Views/ViewStub+IOnInflateListener.xml @@ -26,14 +26,18 @@ Listener used to receive a notification after a ViewStub has successfully - inflated its layout resource. + inflated its layout resource. - Android platform documentation + Java documentation for android.view.ViewStub.OnInflateListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -63,11 +67,19 @@ The ViewStub that initiated the inflation. - The inflated View. - + The inflated View. Invoked after a ViewStub successfully inflated its layout resource. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.ViewStub.OnInflateListener.onInflate(android.view.ViewStub, android.view.View). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/ViewTreeObserver+IOnDrawListener.xml b/docs/Mono.Android/en/Android.Views/ViewTreeObserver+IOnDrawListener.xml index 501ee49142..b437bb2cab 100644 --- a/docs/Mono.Android/en/Android.Views/ViewTreeObserver+IOnDrawListener.xml +++ b/docs/Mono.Android/en/Android.Views/ViewTreeObserver+IOnDrawListener.xml @@ -29,10 +29,14 @@ - Android platform documentation + Java documentation for android.view.ViewTreeObserver.OnDrawListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -58,10 +62,18 @@ - - + Callback method to be invoked when the view tree is about to be drawn. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.ViewTreeObserver.OnDrawListener.onDraw(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/ViewTreeObserver+IOnGlobalFocusChangeListener.xml b/docs/Mono.Android/en/Android.Views/ViewTreeObserver+IOnGlobalFocusChangeListener.xml index 620d8418a6..f7895d7f6c 100644 --- a/docs/Mono.Android/en/Android.Views/ViewTreeObserver+IOnGlobalFocusChangeListener.xml +++ b/docs/Mono.Android/en/Android.Views/ViewTreeObserver+IOnGlobalFocusChangeListener.xml @@ -26,14 +26,18 @@ Interface definition for a callback to be invoked when the focus state within - the view tree changes. + the view tree changes. - Android platform documentation + Java documentation for android.view.ViewTreeObserver.OnGlobalFocusChangeListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -63,11 +67,19 @@ The previously focused view, if any. - The newly focused View, if any. - + The newly focused View, if any. Callback method to be invoked when the focus changes in the view tree. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.ViewTreeObserver.OnGlobalFocusChangeListener.onGlobalFocusChanged(android.view.View, android.view.View). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/ViewTreeObserver+IOnGlobalLayoutListener.xml b/docs/Mono.Android/en/Android.Views/ViewTreeObserver+IOnGlobalLayoutListener.xml index cc2572537f..00be0a632a 100644 --- a/docs/Mono.Android/en/Android.Views/ViewTreeObserver+IOnGlobalLayoutListener.xml +++ b/docs/Mono.Android/en/Android.Views/ViewTreeObserver+IOnGlobalLayoutListener.xml @@ -26,14 +26,18 @@ Interface definition for a callback to be invoked when the global layout state - or the visibility of views within the view tree changes. + or the visibility of views within the view tree changes. - Android platform documentation + Java documentation for android.view.ViewTreeObserver.OnGlobalLayoutListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -60,10 +64,18 @@ Callback method to be invoked when the global layout state or the visibility of views - within the view tree changes - + within the view tree changes - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.ViewTreeObserver.OnGlobalLayoutListener.onGlobalLayout(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/ViewTreeObserver+IOnPreDrawListener.xml b/docs/Mono.Android/en/Android.Views/ViewTreeObserver+IOnPreDrawListener.xml index ad0ebdd93c..7befe2fe3b 100644 --- a/docs/Mono.Android/en/Android.Views/ViewTreeObserver+IOnPreDrawListener.xml +++ b/docs/Mono.Android/en/Android.Views/ViewTreeObserver+IOnPreDrawListener.xml @@ -29,10 +29,14 @@ - Android platform documentation + Java documentation for android.view.ViewTreeObserver.OnPreDrawListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -59,9 +63,18 @@ Callback method to be invoked when the view tree is about to be drawn. - To be added. + Return true to proceed with the current drawing pass, or false to cancel. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.ViewTreeObserver.OnPreDrawListener.onPreDraw(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/ViewTreeObserver+IOnScrollChangedListener.xml b/docs/Mono.Android/en/Android.Views/ViewTreeObserver+IOnScrollChangedListener.xml index 8c146813f4..c93322d873 100644 --- a/docs/Mono.Android/en/Android.Views/ViewTreeObserver+IOnScrollChangedListener.xml +++ b/docs/Mono.Android/en/Android.Views/ViewTreeObserver+IOnScrollChangedListener.xml @@ -26,14 +26,18 @@ Interface definition for a callback to be invoked when - something in the view tree has been scrolled. + something in the view tree has been scrolled. - Android platform documentation + Java documentation for android.view.ViewTreeObserver.OnScrollChangedListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -60,9 +64,18 @@ Callback method to be invoked when something in the view tree - has been scrolled. + has been scrolled. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.ViewTreeObserver.OnScrollChangedListener.onScrollChanged(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/ViewTreeObserver+IOnTouchModeChangeListener.xml b/docs/Mono.Android/en/Android.Views/ViewTreeObserver+IOnTouchModeChangeListener.xml index 0a9199b82b..67ef968cf3 100644 --- a/docs/Mono.Android/en/Android.Views/ViewTreeObserver+IOnTouchModeChangeListener.xml +++ b/docs/Mono.Android/en/Android.Views/ViewTreeObserver+IOnTouchModeChangeListener.xml @@ -29,10 +29,14 @@ - Android platform documentation + Java documentation for android.view.ViewTreeObserver.OnTouchModeChangeListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -60,11 +64,19 @@ - True if the view hierarchy is now in touch mode, false otherwise. - + True if the view hierarchy is now in touch mode, false otherwise. Callback method to be invoked when the touch mode changes. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.ViewTreeObserver.OnTouchModeChangeListener.onTouchModeChanged(boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/ViewTreeObserver+IOnWindowAttachListener.xml b/docs/Mono.Android/en/Android.Views/ViewTreeObserver+IOnWindowAttachListener.xml index f772bb0a5c..156a375b7c 100644 --- a/docs/Mono.Android/en/Android.Views/ViewTreeObserver+IOnWindowAttachListener.xml +++ b/docs/Mono.Android/en/Android.Views/ViewTreeObserver+IOnWindowAttachListener.xml @@ -26,14 +26,18 @@ Interface definition for a callback to be invoked when the view hierarchy is - attached to and detached from its window. + attached to and detached from its window. - Android platform documentation + Java documentation for android.view.ViewTreeObserver.OnWindowAttachListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -59,10 +63,18 @@ - Callback method to be invoked when the view hierarchy is attached to a window - + Callback method to be invoked when the view hierarchy is attached to a window - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.ViewTreeObserver.OnWindowAttachListener.onWindowAttached(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -88,10 +100,18 @@ - Callback method to be invoked when the view hierarchy is detached from a window - + Callback method to be invoked when the view hierarchy is detached from a window - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.ViewTreeObserver.OnWindowAttachListener.onWindowDetached(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/ViewTreeObserver+IOnWindowFocusChangeListener.xml b/docs/Mono.Android/en/Android.Views/ViewTreeObserver+IOnWindowFocusChangeListener.xml index 549136bac3..04be988466 100644 --- a/docs/Mono.Android/en/Android.Views/ViewTreeObserver+IOnWindowFocusChangeListener.xml +++ b/docs/Mono.Android/en/Android.Views/ViewTreeObserver+IOnWindowFocusChangeListener.xml @@ -26,14 +26,18 @@ Interface definition for a callback to be invoked when the view hierarchy's window - focus state changes. + focus state changes. - Android platform documentation + Java documentation for android.view.ViewTreeObserver.OnWindowFocusChangeListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -62,11 +66,19 @@ Set to true if the window is gaining focus, false if it is - losing focus. - + losing focus. Callback method to be invoked when the window focus changes in the view tree. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.ViewTreeObserver.OnWindowFocusChangeListener.onWindowFocusChanged(boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/Window+ICallback.xml b/docs/Mono.Android/en/Android.Views/Window+ICallback.xml index b220ad12e7..7c5edcc835 100644 --- a/docs/Mono.Android/en/Android.Views/Window+ICallback.xml +++ b/docs/Mono.Android/en/Android.Views/Window+ICallback.xml @@ -29,10 +29,14 @@ - Android platform documentation + Java documentation for android.view.Window.Callback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -61,10 +65,20 @@ The generic motion event. + The generic motion event. Called to process generic motion events. - To be added. + boolean Return true if this event was consumed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.Window.Callback.dispatchGenericMotionEvent(android.view.MotionEvent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -93,10 +107,20 @@ The key event. + The key event. Called to process key events. - To be added. + boolean Return true if this event was consumed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.Window.Callback.dispatchKeyEvent(android.view.KeyEvent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -125,10 +149,20 @@ The key shortcut event. + The key shortcut event. Called to process a key shortcut event. - To be added. + True if this event was consumed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.Window.Callback.dispatchKeyShortcutEvent(android.view.KeyEvent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -157,10 +191,20 @@ The event. - Called to process population of s. - To be added. + The event. + Called to process population of AccessibilityEvents. + boolean Return true if event population was completed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.Window.Callback.dispatchPopulateAccessibilityEvent(android.view.accessibility.AccessibilityEvent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -189,10 +233,20 @@ The touch screen event. + The touch screen event. Called to process touch screen events. - To be added. + boolean Return true if this event was consumed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.Window.Callback.dispatchTouchEvent(android.view.MotionEvent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -221,10 +275,20 @@ The trackball event. + The trackball event. Called to process trackball events. - To be added. + boolean Return true if this event was consumed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.Window.Callback.dispatchTrackballEvent(android.view.MotionEvent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -252,11 +316,19 @@ - The mode that was just finished. - + The mode that was just finished. Called when an action mode has been finished. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.Window.Callback.onActionModeFinished(android.view.ActionMode). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -284,11 +356,19 @@ - The new mode that has just been started. - + The new mode that has just been started. Called when an action mode has been started. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.Window.Callback.onActionModeStarted(android.view.ActionMode). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -316,7 +396,16 @@ Called when the window has been attached to the window manager. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.Window.Callback.onAttachedToWindow(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -343,11 +432,22 @@ This hook is called whenever the content view of the screen changes - (due to a call to - or - ). + (due to a call to + Window#setContentView(View, android.view.ViewGroup.LayoutParams) + Window.setContentView or + Window#addContentView(View, android.view.ViewGroup.LayoutParams) + Window.addContentView). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.Window.Callback.onContentChanged(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -379,9 +479,19 @@ The panel being created. The menu inside the panel. Initialize the contents of the menu for panel 'featureId'. - To be added. + boolean You must return true for the panel to be displayed; + if you return false it will not be shown. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.Window.Callback.onCreatePanelMenu(int, android.view.Menu). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -411,9 +521,18 @@ Which panel is being created. Instantiate the view to display in the panel for 'featureId'. - To be added. + view The top-level view to place in the panel. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.Window.Callback.onCreatePanelView(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -440,9 +559,18 @@ - Called when the window has been attached to the window manager. + Called when the window has been detached from the window manager. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.Window.Callback.onDetachedFromWindow(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -474,9 +602,20 @@ The panel that the menu is in. The menu item that was selected. Called when a panel's menu item has been selected by the user. - To be added. + boolean Return true to finish processing of selection, or + false to perform the normal menu handling (calling its + Runnable or sending a Message to its target Handler). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.Window.Callback.onMenuItemSelected(int, android.view.MenuItem). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -508,9 +647,19 @@ The panel that the menu is in. The menu that is opened. Called when a panel's menu is opened by the user. - To be added. + Return true to allow the menu to open, or false to prevent + the menu from opening. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.Window.Callback.onMenuOpened(int, android.view.Menu). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -541,11 +690,19 @@ The panel that is being displayed. If onCreatePanelView() returned null, this is the Menu - being displayed in the panel. - + being displayed in the panel. Called when a panel is being closed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.Window.Callback.onPanelClosed(int, android.view.Menu). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -573,9 +730,20 @@ - To be added. - To be added. - To be added. + True if the window has pointer capture. + Called when pointer capture is enabled or disabled for the current window. + + + + Java documentation for android.view.Window.Callback.onPointerCaptureChanged(boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -606,11 +774,21 @@ The panel that is being displayed. The View that was returned by onCreatePanelView(). If onCreatePanelView() returned null, this is the Menu - being displayed in the panel. + being displayed in the panel. Prepare a panel to be displayed. - To be added. + boolean You must return true for the panel to be displayed; + if you return false it will not be shown. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.Window.Callback.onPreparePanel(int, android.view.View, android.view.Menu). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -641,11 +819,22 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + The data list to populate with shortcuts. + The current menu, which may be null. + The id for the connected device the shortcuts should be provided for. + Called when Keyboard Shortcuts are requested for the current window. + + + + Java documentation for android.view.Window.Callback.onProvideKeyboardShortcuts(java.util.List<android.view.KeyboardShortcutGroup>, android.view.Menu, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -670,9 +859,18 @@ Called when the user signals the desire to start a search. - To be added. + true if search launched, false if activity refuses (blocks) - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.Window.Callback.onSearchRequested(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -701,11 +899,21 @@ - To be added. - To be added. - To be added. + A SearchEvent describing the signal to + start a search. + Called when the user signals the desire to start a search. + true if search launched, false if activity refuses (blocks) - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.Window.Callback.onSearchRequested(android.view.SearchEvent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -763,11 +971,19 @@ - Whether the window now has focus. - + Whether the window now has focus. This hook is called whenever the window focus changes. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.Window.Callback.onWindowFocusChanged(boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/Window+IOnFrameMetricsAvailableListener.xml b/docs/Mono.Android/en/Android.Views/Window+IOnFrameMetricsAvailableListener.xml index b7d1d70b31..c62b64d4f6 100644 --- a/docs/Mono.Android/en/Android.Views/Window+IOnFrameMetricsAvailableListener.xml +++ b/docs/Mono.Android/en/Android.Views/Window+IOnFrameMetricsAvailableListener.xml @@ -25,14 +25,19 @@ - To be added. + Callback for clients that want frame timing information for each + frame rendered by the Window. - Android platform documentation + Java documentation for android.view.Window.OnFrameMetricsAvailableListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -61,12 +66,23 @@ - To be added. - To be added. - To be added. - To be added. + The Window on which the frame was displayed. + the available metrics. This object is reused on every call + and thus <strong>this reference is not valid outside the scope of this method</strong>. + the number of reports dropped since the last time + this callback was invoked. + Called when information is available for the previously rendered frame. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.Window.OnFrameMetricsAvailableListener.onFrameMetricsAvailable(android.view.Window, android.view.FrameMetrics, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/Window+IOnRestrictedCaptionAreaChangedListener.xml b/docs/Mono.Android/en/Android.Views/Window+IOnRestrictedCaptionAreaChangedListener.xml index 2434bbde72..6e93b95c14 100644 --- a/docs/Mono.Android/en/Android.Views/Window+IOnRestrictedCaptionAreaChangedListener.xml +++ b/docs/Mono.Android/en/Android.Views/Window+IOnRestrictedCaptionAreaChangedListener.xml @@ -25,14 +25,18 @@ - To be added. + Callback for clients that want to be aware of where caption draws content. - Android platform documentation + Java documentation for android.view.Window.OnRestrictedCaptionAreaChangedListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -59,10 +63,19 @@ - To be added. - To be added. + The area where caption content is positioned, relative to the top view. + Called when the area where caption draws content changes. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.Window.OnRestrictedCaptionAreaChangedListener.onRestrictedCaptionAreaChanged(android.graphics.Rect). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/Window.xml b/docs/Mono.Android/en/Android.Views/Window.xml index 08ea066e66..71567338c1 100644 --- a/docs/Mono.Android/en/Android.Views/Window.xml +++ b/docs/Mono.Android/en/Android.Views/Window.xml @@ -4497,6 +4497,10 @@ [Android.Runtime.Register("setTitleColor", "(I)V", "GetSetTitleColor_IHandler")] [<Android.Runtime.Register("setTitleColor", "(I)V", "GetSetTitleColor_IHandler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void diff --git a/docs/Mono.Android/en/Android.Views/WindowId+FocusObserver.xml b/docs/Mono.Android/en/Android.Views/WindowId+FocusObserver.xml index 9a46f64150..d9af3593a5 100644 --- a/docs/Mono.Android/en/Android.Views/WindowId+FocusObserver.xml +++ b/docs/Mono.Android/en/Android.Views/WindowId+FocusObserver.xml @@ -18,14 +18,18 @@ - Subclass for observing changes to the focus state of an . + Subclass for observing changes to the focus state of an WindowId. - Android platform documentation + Java documentation for android.view.WindowId.FocusObserver. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -49,7 +53,16 @@ Construct a new observer. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.WindowId.FocusObserver.WindowId$FocusObserver(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -134,7 +147,16 @@ To be added. Called when one of the monitored windows gains input focus. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.WindowId.FocusObserver.onFocusGained(android.view.WindowId). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -165,7 +187,16 @@ To be added. Called when one of the monitored windows loses input focus. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.WindowId.FocusObserver.onFocusLost(android.view.WindowId). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/WindowInsets+Builder.xml b/docs/Mono.Android/en/Android.Views/WindowInsets+Builder.xml index 100dc606c4..9bcd02bc47 100644 --- a/docs/Mono.Android/en/Android.Views/WindowInsets+Builder.xml +++ b/docs/Mono.Android/en/Android.Views/WindowInsets+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Builder for WindowInsets. + + + + Java documentation for android.view.WindowInsets.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -39,8 +50,19 @@ - To be added. - To be added. + Creates a builder where all insets are initially consumed. + + + + Java documentation for android.view.WindowInsets.Builder.WindowInsets$Builder(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -63,9 +85,20 @@ - To be added. - To be added. - To be added. + the instance to initialize from. + Creates a builder where all insets are initialized from WindowInsets. + + + + Java documentation for android.view.WindowInsets.Builder.WindowInsets$Builder(android.view.WindowInsets). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -89,9 +122,20 @@ - To be added. - To be added. - To be added. + Builds a WindowInsets instance. + the WindowInsets instance. + + + + Java documentation for android.view.WindowInsets.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Views/WindowInsets+Side.xml b/docs/Mono.Android/en/Android.Views/WindowInsets+Side.xml index 1a188eb509..9d189cf80c 100644 --- a/docs/Mono.Android/en/Android.Views/WindowInsets+Side.xml +++ b/docs/Mono.Android/en/Android.Views/WindowInsets+Side.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Class that defines different sides for insets. + + + + Java documentation for android.view.WindowInsets.Side. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -44,8 +55,19 @@ To be added. - To be added. - To be added. + all four sides. + + + + Java documentation for android.view.WindowInsets.Side.all(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Views/WindowInsets+Type.xml b/docs/Mono.Android/en/Android.Views/WindowInsets+Type.xml index 1000c064f0..8193c4975d 100644 --- a/docs/Mono.Android/en/Android.Views/WindowInsets+Type.xml +++ b/docs/Mono.Android/en/Android.Views/WindowInsets+Type.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Class that defines different types of sources causing window insets. + + + + Java documentation for android.view.WindowInsets.Type. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -44,8 +55,19 @@ To be added. - To be added. - To be added. + An insets type representing the window of a caption bar. + + + + Java documentation for android.view.WindowInsets.Type.captionBar(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -69,9 +91,20 @@ - To be added. + Returns an insets type representing the area that used by DisplayCutout. To be added. - To be added. + + + + Java documentation for android.view.WindowInsets.Type.displayCutout(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -96,8 +129,19 @@ To be added. - To be added. - To be added. + An insets type representing the window of an InputMethod. + + + + Java documentation for android.view.WindowInsets.Type.ime(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -152,7 +196,18 @@ To be added. To be added. - To be added. + + + + Java documentation for android.view.WindowInsets.Type.mandatorySystemGestures(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -177,8 +232,19 @@ To be added. - To be added. - To be added. + An insets type representing any system bars for navigation. + + + + Java documentation for android.view.WindowInsets.Type.navigationBars(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -203,8 +269,19 @@ To be added. - To be added. - To be added. + An insets type representing any system bars for displaying status. + + + + Java documentation for android.view.WindowInsets.Type.statusBars(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -229,8 +306,20 @@ To be added. - To be added. - To be added. + All system bars. Includes #statusBars(), #captionBar() as well as + #navigationBars(), but not #ime(). + + + + Java documentation for android.view.WindowInsets.Type.systemBars(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -254,9 +343,20 @@ - To be added. + Returns an insets type representing the system gesture insets. To be added. - To be added. + + + + Java documentation for android.view.WindowInsets.Type.systemGestures(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -282,7 +382,18 @@ To be added. To be added. - To be added. + + + + Java documentation for android.view.WindowInsets.Type.tappableElement(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Views/WindowInsetsAnimation+Bounds.xml b/docs/Mono.Android/en/Android.Views/WindowInsetsAnimation+Bounds.xml index d5c0e5f0ff..1aab6015f1 100644 --- a/docs/Mono.Android/en/Android.Views/WindowInsetsAnimation+Bounds.xml +++ b/docs/Mono.Android/en/Android.Views/WindowInsetsAnimation+Bounds.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Class representing the range of an WindowInsetsAnimation + + + + Java documentation for android.view.WindowInsetsAnimation.Bounds. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -127,9 +138,20 @@ Android.Graphics.Insets - To be added. + Queries the lower inset bound of the animation. To be added. - To be added. + + + + Java documentation for android.view.WindowInsetsAnimation.Bounds.getLowerBound(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -210,9 +232,20 @@ Android.Graphics.Insets - To be added. + Queries the upper inset bound of the animation. To be added. - To be added. + + + + Java documentation for android.view.WindowInsetsAnimation.Bounds.getUpperBound(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Views/WindowInsetsAnimation+Callback.xml b/docs/Mono.Android/en/Android.Views/WindowInsetsAnimation+Callback.xml index 917de8b3c3..cd0009c2fe 100644 --- a/docs/Mono.Android/en/Android.Views/WindowInsetsAnimation+Callback.xml +++ b/docs/Mono.Android/en/Android.Views/WindowInsetsAnimation+Callback.xml @@ -18,8 +18,20 @@ - To be added. - To be added. + Interface that allows the application to listen to animation events for windows that cause + insets. + + + + Java documentation for android.view.WindowInsetsAnimation.Callback. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -42,9 +54,21 @@ - To be added. - To be added. - To be added. + The dispatch mode for this callback. See #getDispatchMode(). + Creates a new WindowInsetsAnimation callback with the given + #getDispatchMode() dispatch mode. + + + + Java documentation for android.view.WindowInsetsAnimation.Callback.WindowInsetsAnimation$Callback(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -88,9 +112,23 @@ System.Int32 - To be added. - To be added. - To be added. + Retrieves the dispatch mode of this listener. + Either #DISPATCH_MODE_CONTINUE_ON_SUBTREE to indicate that dispatching of + animation events will continue to the subtree of the view hierarchy, or + #DISPATCH_MODE_STOP to indicate that animation events will stop + dispatching. + + + + Java documentation for android.view.WindowInsetsAnimation.Callback.getDispatchMode(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -118,8 +156,20 @@ 1 - To be added. - To be added. + Return value for #getDispatchMode(): Dispatching of animation events should + continue in the view hierarchy. + + + + Java documentation for android.view.WindowInsetsAnimation.Callback.DISPATCH_MODE_CONTINUE_ON_SUBTREE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -147,8 +197,21 @@ 0 - To be added. - To be added. + Return value for #getDispatchMode(): Dispatching of animation events should + stop at this level in the view hierarchy, and no animation events should be dispatch to + the subtree of the view hierarchy. + + + + Java documentation for android.view.WindowInsetsAnimation.Callback.DISPATCH_MODE_STOP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -203,9 +266,21 @@ - To be added. - To be added. - To be added. + The animation that has ended. This will be the same instance + as passed into #onStart + Called when an insets animation has ended. + + + + Java documentation for android.view.WindowInsetsAnimation.Callback.onEnd(android.view.WindowInsetsAnimation). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -231,9 +306,21 @@ - To be added. - To be added. - To be added. + The animation that is about to start. + Called when an insets animation is about to start and before the views have been laid out + in the end state of the animation. + + + + Java documentation for android.view.WindowInsetsAnimation.Callback.onPrepare(android.view.WindowInsetsAnimation). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -260,11 +347,22 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + The current insets. + The currently running animations. + Called when the insets change as part of running an animation. + The insets to dispatch to the subtree of the hierarchy. + + + + Java documentation for android.view.WindowInsetsAnimation.Callback.onProgress(android.view.WindowInsets, java.util.List<android.view.WindowInsetsAnimation>). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Views/WindowManagerBadTokenException.xml b/docs/Mono.Android/en/Android.Views/WindowManagerBadTokenException.xml index 5650f73c8b..5244823372 100644 --- a/docs/Mono.Android/en/Android.Views/WindowManagerBadTokenException.xml +++ b/docs/Mono.Android/en/Android.Views/WindowManagerBadTokenException.xml @@ -19,15 +19,19 @@ Exception that is thrown when trying to add view whose - - is invalid. + LayoutParamsLayoutParams#token + is invalid. - Android platform documentation + Java documentation for android.view.WindowManager.BadTokenException. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/WindowManagerInvalidDisplayException.xml b/docs/Mono.Android/en/Android.Views/WindowManagerInvalidDisplayException.xml index 62f165d150..68367336ee 100644 --- a/docs/Mono.Android/en/Android.Views/WindowManagerInvalidDisplayException.xml +++ b/docs/Mono.Android/en/Android.Views/WindowManagerInvalidDisplayException.xml @@ -18,15 +18,19 @@ - Exception that is thrown when calling M:Android.Views.IViewManager.AddView(Android.Views.View,.LayoutParams) to a secondary display that cannot - be found. + Exception that is thrown when calling #addView to a secondary display that cannot + be found. - Android platform documentation + Java documentation for android.view.WindowManager.InvalidDisplayException. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Views/WindowManagerLayoutParams.xml b/docs/Mono.Android/en/Android.Views/WindowManagerLayoutParams.xml index 38d4ab26ec..aa7ff89af8 100644 --- a/docs/Mono.Android/en/Android.Views/WindowManagerLayoutParams.xml +++ b/docs/Mono.Android/en/Android.Views/WindowManagerLayoutParams.xml @@ -397,7 +397,16 @@ An alpha value to apply to this entire window. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.WindowManager.LayoutParams.alpha. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -498,9 +507,28 @@ System.Int32 - To be added. + The blur radius to use for blur behind in pixels + Returns the blur behind radius of the window. -or- Blurs the screen behind the window. To be added. - To be added. + + Property getter documentation: + + + Java documentation for android.view.WindowManager.LayoutParams.getBlurBehindRadius(). + + + Property setter documentation: + + + Java documentation for android.view.WindowManager.LayoutParams.setBlurBehindRadius(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -527,11 +555,20 @@ 1 - Value for and - indicating that the screen or button backlight brightness should be set - to the hightest value when this window is in front. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Value for #screenBrightness and #buttonBrightness + indicating that the screen or button backlight brightness should be set + to the hightest value when this window is in front. + + + + Java documentation for android.view.WindowManager.LayoutParams.BRIGHTNESS_OVERRIDE_FULL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -560,11 +597,20 @@ -1 - Default value for and - indicating that the brightness value is not overridden for this window - and normal brightness policy should be used. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Default value for #screenBrightness and #buttonBrightness + indicating that the brightness value is not overridden for this window + and normal brightness policy should be used. + + + + Java documentation for android.view.WindowManager.LayoutParams.BRIGHTNESS_OVERRIDE_NONE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -593,11 +639,20 @@ 0 - Value for and - indicating that the screen or button backlight brightness should be set - to the lowest value when this window is in front. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Value for #screenBrightness and #buttonBrightness + indicating that the screen or button backlight brightness should be set + to the lowest value when this window is in front. + + + + Java documentation for android.view.WindowManager.LayoutParams.BRIGHTNESS_OVERRIDE_OFF. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -623,10 +678,19 @@ This can be used to override the standard behavior of the button and - keyboard backlights. + keyboard backlights. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.WindowManager.LayoutParams.buttonBrightness. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -655,10 +719,27 @@ Android.Content.PM.ActivityColorMode - To be added. + Returns the color mode of the window, one of ActivityInfo#COLOR_MODE_DEFAULT, + ActivityInfo#COLOR_MODE_WIDE_COLOR_GAMUT or ActivityInfo#COLOR_MODE_HDR. -or- Set the color mode of the window. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Property getter documentation: + + + Java documentation for android.view.WindowManager.LayoutParams.getColorMode(). + + + Property setter documentation: + + + Java documentation for android.view.WindowManager.LayoutParams.setColorMode(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -809,11 +890,20 @@ System.Single - When Android.Views.WindowManagerLayoutParams.FLAG_DIM_BEHIND is set, this is the amount of dimming - to apply. + When #FLAG_DIM_BEHIND is set, this is the amount of dimming + to apply. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.WindowManager.LayoutParams.dimAmount. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -880,7 +970,16 @@ Start of window types that represent normal application windows. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -911,7 +1010,16 @@ Start of types of sub-windows. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.WindowManager.LayoutParams.FIRST_SUB_WINDOW. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -942,7 +1050,16 @@ Start of system-specific window types. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.WindowManager.LayoutParams.FIRST_SYSTEM_WINDOW. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -971,9 +1088,30 @@ System.Boolean - To be added. - To be added. - To be added. + if true, this window will fit the given types even if they are not visible. + Specifies if this window should fit the window insets no matter they are visible or not. + + true if this window fits the window insets no matter they are visible or + not. + + Property getter documentation: + + + Java documentation for android.view.WindowManager.LayoutParams.isFitInsetsIgnoringVisibility(). + + + Property setter documentation: + + + Java documentation for android.view.WindowManager.LayoutParams.setFitInsetsIgnoringVisibility(boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1000,9 +1138,29 @@ System.Int32 - To be added. - To be added. - To be added. + which sides that this window should avoid overlapping with the types + specified. The initial value of this object includes all sides. + Specifies sides of insets that this window should avoid overlapping during layout. + the sides that this window is avoiding overlapping. + + Property getter documentation: + + + Java documentation for android.view.WindowManager.LayoutParams.getFitInsetsSides(). + + + Property setter documentation: + + + Java documentation for android.view.WindowManager.LayoutParams.setFitInsetsSides(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1029,9 +1187,29 @@ System.Int32 - To be added. - To be added. - To be added. + which WindowInsets.Types of insets that this window should avoid. + The initial value of this object includes all system bars. + Specifies types of insets that this window should avoid overlapping during layout. + the WindowInsets.Types that this window is avoiding overlapping. + + Property getter documentation: + + + Java documentation for android.view.WindowManager.LayoutParams.getFitInsetsTypes(). + + + Property setter documentation: + + + Java documentation for android.view.WindowManager.LayoutParams.setFitInsetsTypes(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1125,7 +1303,16 @@ The desired bitmap format. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.WindowManager.LayoutParams.format. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1186,10 +1373,19 @@ Android.Views.GravityFlags - Placement of window within the screen as per . + Placement of window within the screen as per Gravity. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.WindowManager.LayoutParams.gravity. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1216,10 +1412,19 @@ The horizontal margin, as a percentage of the container's width, - between the container and the widget. + between the container and the widget. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.WindowManager.LayoutParams.horizontalMargin. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1245,10 +1450,19 @@ Indicates how much of the extra space will be allocated horizontally - to the view associated with these LayoutParams. + to the view associated with these LayoutParams. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.WindowManager.LayoutParams.horizontalWeight. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1313,7 +1527,16 @@ End of types of application windows. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.WindowManager.LayoutParams.LAST_APPLICATION_WINDOW. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1344,7 +1567,16 @@ End of types of sub-windows. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.WindowManager.LayoutParams.LAST_SUB_WINDOW. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1375,7 +1607,16 @@ End of types of system windows. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.WindowManager.LayoutParams.LAST_SYSTEM_WINDOW. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1473,8 +1714,20 @@ 3 - To be added. - To be added. + The window is always allowed to extend into the DisplayCutout areas on the all + edges of the screen. + + + + Java documentation for android.view.WindowManager.LayoutParams.LAYOUT_IN_DISPLAY_CUTOUT_MODE_ALWAYS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1505,8 +1758,20 @@ 0 - To be added. - To be added. + The window is allowed to extend into the DisplayCutout area, only if the + DisplayCutout is fully contained within a system bar. + + + + Java documentation for android.view.WindowManager.LayoutParams.LAYOUT_IN_DISPLAY_CUTOUT_MODE_DEFAULT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1537,8 +1802,19 @@ 2 - To be added. - To be added. + The window is never allowed to overlap with the DisplayCutout area. + + + + Java documentation for android.view.WindowManager.LayoutParams.LAYOUT_IN_DISPLAY_CUTOUT_MODE_NEVER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1569,8 +1845,20 @@ 1 - To be added. - To be added. + The window is always allowed to extend into the DisplayCutout areas on the short + edges of the screen. + + + + Java documentation for android.view.WindowManager.LayoutParams.LAYOUT_IN_DISPLAY_CUTOUT_MODE_SHORT_EDGES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1605,11 +1893,21 @@ The current window manager flags. Given a particular set of window manager flags, determine whether - such a window may be a target for an input method when it has - focus. - To be added. - - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + such a window may be a target for an input method when it has + focus. + Returns true if a window with the given flags would be able to + use the input method, false if not. + + + + Java documentation for android.view.WindowManager.LayoutParams.mayUseInputMethod(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1710,7 +2008,16 @@ Name of the package owning this window. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.WindowManager.LayoutParams.packageName. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1735,9 +2042,21 @@ System.Boolean - To be added. + Indicates whether this window wants the connected display to do minimal post processing + on the produced image or video frames. To be added. - To be added. + + + + Java documentation for android.view.WindowManager.LayoutParams.preferMinimalPostProcessing. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -1760,10 +2079,19 @@ System.Int32 - To be added. + Id of the preferred display mode for the window. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.WindowManager.LayoutParams.preferredDisplayModeId. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1794,7 +2122,16 @@ The preferred refresh rate for the window. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.WindowManager.LayoutParams.preferredRefreshRate. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1898,10 +2235,19 @@ 1 - Value for to define the animation used to - specify that this window will fade in or out following a rotation. + Value for #rotationAnimation which specifies that this + window will fade in or out following a rotation. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.WindowManager.LayoutParams.ROTATION_ANIMATION_CROSSFADE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1934,11 +2280,19 @@ 2 - Value for to define the animation used to - specify that this window will immediately disappear or appear following - a rotation. + Value for #rotationAnimation which specifies that this window + will immediately disappear or appear following a rotation. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.WindowManager.LayoutParams.ROTATION_ANIMATION_JUMPCUT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1971,10 +2325,19 @@ 0 - Value for to define the animation used to - specify that this window will rotate in or out following a rotation. + Value for #rotationAnimation which specifies that this + window will visually rotate in or out following a rotation. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.WindowManager.LayoutParams.ROTATION_ANIMATION_ROTATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2007,9 +2370,18 @@ 3 - To be added. + Value for #rotationAnimation to specify seamless rotation mode. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.WindowManager.LayoutParams.ROTATION_ANIMATION_SEAMLESS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2034,10 +2406,19 @@ This can be used to override the user's preferred brightness of - the screen. + the screen. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.WindowManager.LayoutParams.screenBrightness. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2101,7 +2482,16 @@ Specific orientation value for a window. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.WindowManager.LayoutParams.screenOrientation. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2237,7 +2627,16 @@ Control the visibility of the status bar. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.WindowManager.LayoutParams.systemUiVisibility. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2417,7 +2816,16 @@ Identifier for this window. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.WindowManager.LayoutParams.token. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2511,10 +2919,19 @@ The vertical margin, as a percentage of the container's height, - between the container and the widget. + between the container and the widget. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.WindowManager.LayoutParams.verticalMargin. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2540,10 +2957,19 @@ Indicates how much of the extra space will be allocated vertically - to the view associated with these LayoutParams. + to the view associated with these LayoutParams. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.WindowManager.LayoutParams.verticalWeight. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2571,7 +2997,16 @@ A style resource defining the animations to use for this window. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.WindowManager.LayoutParams.windowAnimations. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2644,7 +3079,16 @@ X position for this window. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.WindowManager.LayoutParams.x. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2672,7 +3116,16 @@ Y position for this window. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.view.WindowManager.LayoutParams.y. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Webkit/CacheManager+CacheResult.xml b/docs/Mono.Android/en/Android.Webkit/CacheManager+CacheResult.xml index ed8440934f..92fef4ecf8 100644 --- a/docs/Mono.Android/en/Android.Webkit/CacheManager+CacheResult.xml +++ b/docs/Mono.Android/en/Android.Webkit/CacheManager+CacheResult.xml @@ -22,9 +22,18 @@ - To be added. + Represents a resource stored in the HTTP cache. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.webkit.CacheManager.CacheResult. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -94,10 +103,20 @@ System.String - To be added. - To be added. + Gets the value of the HTTP 'Content-Disposition' header with which + this cache entry was received. + the HTTP 'Content-Disposition' header for this cache entry - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.webkit.CacheManager.CacheResult.getContentDisposition(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -121,10 +140,19 @@ System.Int64 - To be added. - To be added. + Gets the content length of this cache entry. + the content length of this cache entry - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.webkit.CacheManager.CacheResult.getContentLength(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -152,10 +180,27 @@ System.String - To be added. - To be added. + the encoding of this cache entry + Gets the encoding of this cache entry. -or- Sets the encoding of this cache entry. + the encoding of this cache entry - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Property getter documentation: + + + Java documentation for android.webkit.CacheManager.CacheResult.getEncoding(). + + + Property setter documentation: + + + Java documentation for android.webkit.CacheManager.CacheResult.setEncoding(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -179,10 +224,19 @@ System.String - To be added. - To be added. + Gets the entity tag of this cache entry. + the entity tag of this cache entry - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.webkit.CacheManager.CacheResult.getETag(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -206,10 +260,20 @@ System.Int64 - To be added. - To be added. + Gets the expiry date of this cache entry, expressed in milliseconds + since midnight, January 1, 1970 UTC. + the expiry date of this cache entry - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.webkit.CacheManager.CacheResult.getExpires(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -233,10 +297,19 @@ System.String - To be added. - To be added. + Gets the expiry date of this cache entry, expressed as a string. + the expiry date of this cache entry - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.webkit.CacheManager.CacheResult.getExpiresString(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -260,10 +333,19 @@ Java.Net.HttpStatus - To be added. - To be added. + Gets the status code of this cache entry. + the status code of this cache entry - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.webkit.CacheManager.CacheResult.getHttpStatusCode(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -291,10 +373,28 @@ System.IO.Stream - To be added. - To be added. + an input stream to the content of this cache entry + Gets the input stream to the content of this cache entry, to allow + content to be read. -or- Sets an input stream to the content of this cache entry. + an input stream to the content of this cache entry - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Property getter documentation: + + + Java documentation for android.webkit.CacheManager.CacheResult.getInputStream(). + + + Property setter documentation: + + + Java documentation for android.webkit.CacheManager.CacheResult.setInputStream(java.io.InputStream). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -349,10 +449,20 @@ System.String - To be added. - To be added. + Gets the date at which this cache entry was last modified, expressed + as a string. + the date at which this cache entry was last modified - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.webkit.CacheManager.CacheResult.getLastModified(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -376,10 +486,20 @@ System.String - To be added. - To be added. + Gets the path of the file used to store the content of this cache + entry, relative to the base directory of the cache. + the path of the file used to store this cache entry - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.webkit.CacheManager.CacheResult.getLocalPath(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -403,10 +523,20 @@ System.String - To be added. - To be added. + Gets the value of the HTTP 'Location' header with which this cache + entry was received. + the HTTP 'Location' header for this cache entry - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.webkit.CacheManager.CacheResult.getLocation(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -430,10 +560,19 @@ System.String - To be added. - To be added. + Gets the MIME type of this cache entry. + the MIME type of this cache entry - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.webkit.CacheManager.CacheResult.getMimeType(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -457,10 +596,20 @@ System.IO.Stream - To be added. - To be added. + Gets an output stream to the content of this cache entry, to allow + content to be written. + an output stream to the content of this cache entry - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.webkit.CacheManager.CacheResult.getOutputStream(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Webkit/CookieManager.xml b/docs/Mono.Android/en/Android.Webkit/CookieManager.xml index 7e97319094..7cbb7668a8 100644 --- a/docs/Mono.Android/en/Android.Webkit/CookieManager.xml +++ b/docs/Mono.Android/en/Android.Webkit/CookieManager.xml @@ -405,6 +405,10 @@ [Android.Runtime.Register("removeAllCookie", "()V", "GetRemoveAllCookieHandler")] [<Android.Runtime.Register("removeAllCookie", "()V", "GetRemoveAllCookieHandler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void @@ -481,6 +485,10 @@ [Android.Runtime.Register("removeExpiredCookie", "()V", "GetRemoveExpiredCookieHandler")] [<Android.Runtime.Register("removeExpiredCookie", "()V", "GetRemoveExpiredCookieHandler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void @@ -518,6 +526,10 @@ [Android.Runtime.Register("removeSessionCookie", "()V", "GetRemoveSessionCookieHandler")] [<Android.Runtime.Register("removeSessionCookie", "()V", "GetRemoveSessionCookieHandler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void diff --git a/docs/Mono.Android/en/Android.Webkit/CookieSyncManager.xml b/docs/Mono.Android/en/Android.Webkit/CookieSyncManager.xml index cb5bb040db..e70f7a14a7 100644 --- a/docs/Mono.Android/en/Android.Webkit/CookieSyncManager.xml +++ b/docs/Mono.Android/en/Android.Webkit/CookieSyncManager.xml @@ -79,10 +79,9 @@ - To be added. - CookieSyncManager + context Create a singleton CookieSyncManager within a context - To be added. + CookieSyncManager diff --git a/docs/Mono.Android/en/Android.Webkit/GeolocationPermissions+ICallback.xml b/docs/Mono.Android/en/Android.Webkit/GeolocationPermissions+ICallback.xml index 21f9dd32b5..9b0bc5bc87 100644 --- a/docs/Mono.Android/en/Android.Webkit/GeolocationPermissions+ICallback.xml +++ b/docs/Mono.Android/en/Android.Webkit/GeolocationPermissions+ICallback.xml @@ -26,14 +26,18 @@ A callback interface used by the host application to set the Geolocation - permission state for an origin. + permission state for an origin. - Android platform documentation + Java documentation for android.webkit.GeolocationPermissions.Callback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -65,11 +69,22 @@ the origin for which permissions are set whether or not the origin should be allowed to use the - Geolocation API - To be added. + Geolocation API + whether the permission should be retained beyond the + lifetime of a page currently being displayed by a + WebView Sets the Geolocation permission state for the supplied origin. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.webkit.GeolocationPermissions.Callback.invoke(java.lang.String, boolean, boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Webkit/IUrlInterceptHandler.xml b/docs/Mono.Android/en/Android.Webkit/IUrlInterceptHandler.xml index a834de7b31..cc82e44e8f 100644 --- a/docs/Mono.Android/en/Android.Webkit/IUrlInterceptHandler.xml +++ b/docs/Mono.Android/en/Android.Webkit/IUrlInterceptHandler.xml @@ -31,7 +31,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.webkit.UrlInterceptHandler. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -59,12 +68,23 @@ - To be added. - To be added. - To be added. - To be added. + URL string. + The headers associated with the request. + Given an URL, returns the PluginData which contains the + surrogate response for the request, or null if the handler is + not interested. + The PluginData containing the surrogate response. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.webkit.UrlInterceptHandler.getPluginData(java.lang.String, java.util.Map<java.lang.String, java.lang.String>). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Webkit/MimeTypeMap.xml b/docs/Mono.Android/en/Android.Webkit/MimeTypeMap.xml index 024e684a58..c8d6485b01 100644 --- a/docs/Mono.Android/en/Android.Webkit/MimeTypeMap.xml +++ b/docs/Mono.Android/en/Android.Webkit/MimeTypeMap.xml @@ -121,11 +121,10 @@ - To be added. - The file extension of the given url. + url Returns the file extension or an empty string if there is no extension. - To be added. + The file extension of the given url. diff --git a/docs/Mono.Android/en/Android.Webkit/Plugin+IPreferencesClickHandler.xml b/docs/Mono.Android/en/Android.Webkit/Plugin+IPreferencesClickHandler.xml index ef48806fb7..770f27ffad 100644 --- a/docs/Mono.Android/en/Android.Webkit/Plugin+IPreferencesClickHandler.xml +++ b/docs/Mono.Android/en/Android.Webkit/Plugin+IPreferencesClickHandler.xml @@ -29,10 +29,14 @@ - Android platform documentation + Java documentation for android.webkit.Plugin.PreferencesClickHandler. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -62,7 +66,16 @@ To be added. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.webkit.Plugin.PreferencesClickHandler.handleClickEvent(android.content.Context). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Webkit/Plugin.xml b/docs/Mono.Android/en/Android.Webkit/Plugin.xml index 19ae41c8de..1e703002b7 100644 --- a/docs/Mono.Android/en/Android.Webkit/Plugin.xml +++ b/docs/Mono.Android/en/Android.Webkit/Plugin.xml @@ -22,9 +22,19 @@ - To be added. + Represents a plugin (Java equivalent of the PluginPackageAndroid + C++ class in libs/WebKitLib/WebKit/WebCore/plugins/android/) - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.webkit.Plugin. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -80,7 +90,16 @@ To be added. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.webkit.Plugin.Plugin(java.lang.String, java.lang.String, java.lang.String, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -111,7 +130,23 @@ To be added. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Property getter documentation: + + + Java documentation for android.webkit.Plugin.getDescription(). + + + Property setter documentation: + + + Java documentation for android.webkit.Plugin.setDescription(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -139,9 +174,18 @@ To be added. - To be added. + Invokes the click handler for this plugin. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.webkit.Plugin.dispatchClickEvent(android.content.Context). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -172,7 +216,23 @@ To be added. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Property getter documentation: + + + Java documentation for android.webkit.Plugin.getFileName(). + + + Property setter documentation: + + + Java documentation for android.webkit.Plugin.setFileName(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -234,7 +294,23 @@ To be added. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Property getter documentation: + + + Java documentation for android.webkit.Plugin.getName(). + + + Property setter documentation: + + + Java documentation for android.webkit.Plugin.setName(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -265,7 +341,23 @@ To be added. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Property getter documentation: + + + Java documentation for android.webkit.Plugin.getPath(). + + + Property setter documentation: + + + Java documentation for android.webkit.Plugin.setPath(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Webkit/PluginData.xml b/docs/Mono.Android/en/Android.Webkit/PluginData.xml index 3bda176832..201a708ec5 100644 --- a/docs/Mono.Android/en/Android.Webkit/PluginData.xml +++ b/docs/Mono.Android/en/Android.Webkit/PluginData.xml @@ -22,9 +22,18 @@ - To be added. + This class encapsulates the content generated by a plugin. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.webkit.PluginData. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -51,13 +60,23 @@ - To be added. - To be added. - To be added. To be added. - To be added. + The stream that supplies content for the plugin. + The HTTP response status code. + The response headers. Map of + lowercase header name to [ unmodified header name, header value] + Creates a PluginData instance. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.webkit.PluginData.PluginData(java.io.InputStream, long, java.util.Map<java.lang.String, java.lang.String[]>, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -81,10 +100,19 @@ System.Int64 - To be added. - To be added. + Returns the length of the plugin content. + the length of the plugin content. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.webkit.PluginData.getContentLength(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -108,10 +136,22 @@ System.Collections.Generic.IDictionary<System.String,System.String[]> - To be added. - To be added. + Returns the HTTP response headers associated with the plugin + content. + A Map<String, String[]> containing all headers. The + mapping is 'lowercase header name' to ['unmodified header + name', header value]. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.webkit.PluginData.getHeaders(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -135,10 +175,19 @@ System.IO.Stream - To be added. - To be added. + Returns the input stream that contains the plugin content. + An InputStream instance with the plugin content. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.webkit.PluginData.getInputStream(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -193,10 +242,19 @@ System.Int32 - To be added. - To be added. + Returns the HTTP status code for the response. + The HTTP statue code, e.g 200. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.webkit.PluginData.getStatusCode(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Webkit/PluginList.xml b/docs/Mono.Android/en/Android.Webkit/PluginList.xml index baba15fdcb..123a37dc07 100644 --- a/docs/Mono.Android/en/Android.Webkit/PluginList.xml +++ b/docs/Mono.Android/en/Android.Webkit/PluginList.xml @@ -22,9 +22,18 @@ - To be added. + A simple list of initialized plugins. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.webkit.PluginList. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -45,9 +54,18 @@ - To be added. + Public constructor. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.webkit.PluginList.PluginList(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -98,9 +116,18 @@ To be added. - To be added. + Adds a plugin to the list. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.webkit.PluginList.addPlugin(android.webkit.Plugin). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -125,9 +152,18 @@ - To be added. + Clears the plugin list. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.webkit.PluginList.clear(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -182,10 +218,19 @@ System.Collections.IList - To be added. + Returns the list of plugins as a java. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.webkit.PluginList.getList(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -215,9 +260,18 @@ To be added. To be added. - To be added. + Dispatches the click event to the appropriate plugin. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.webkit.PluginList.pluginClicked(android.content.Context, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -245,9 +299,18 @@ To be added. - To be added. + Removes a plugin from the list. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.webkit.PluginList.removePlugin(android.webkit.Plugin). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Webkit/TracingConfig+Builder.xml b/docs/Mono.Android/en/Android.Webkit/TracingConfig+Builder.xml index 97f5c62c22..b016fda942 100644 --- a/docs/Mono.Android/en/Android.Webkit/TracingConfig+Builder.xml +++ b/docs/Mono.Android/en/Android.Webkit/TracingConfig+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Builder used to create TracingConfig objects. + + + + Java documentation for android.webkit.TracingConfig.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -39,8 +50,19 @@ - To be added. - To be added. + Default constructor for Builder. + + + + Java documentation for android.webkit.TracingConfig.Builder.TracingConfig$Builder(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -186,9 +208,20 @@ - To be added. - To be added. - To be added. + Build TracingConfig using the current settings. + The TracingConfig with the current settings. + + + + Java documentation for android.webkit.TracingConfig.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Webkit/UrlInterceptRegistry.xml b/docs/Mono.Android/en/Android.Webkit/UrlInterceptRegistry.xml index 79e6230d1d..ff9a6ac2d3 100644 --- a/docs/Mono.Android/en/Android.Webkit/UrlInterceptRegistry.xml +++ b/docs/Mono.Android/en/Android.Webkit/UrlInterceptRegistry.xml @@ -24,7 +24,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.webkit.UrlInterceptRegistry. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -77,10 +86,21 @@ To be added. To be added. - To be added. - To be added. + Given an url, returns the PluginData of the first + UrlInterceptHandler interested, or null if none are or if + intercepts are disabled. + A PluginData instance containing surrogate content. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.webkit.UrlInterceptRegistry.getPluginData(java.lang.String, java.util.Map<java.lang.String, java.lang.String>). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -171,11 +191,21 @@ - To be added. - To be added. - To be added. + The new UrlInterceptHandler object + Register a new UrlInterceptHandler. + + true if the handler was not previously registered. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.webkit.UrlInterceptRegistry.registerHandler(android.webkit.UrlInterceptHandler). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -202,10 +232,20 @@ - To be added. - To be added. + + true to disable the cache + set the flag to control whether url intercept is enabled or disabled - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.webkit.UrlInterceptRegistry.setUrlInterceptDisabled(boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -294,11 +334,21 @@ - To be added. - To be added. - To be added. + A previously registered UrlInterceptHandler. + Unregister a previously registered UrlInterceptHandler. + + true if the handler was found and removed from the list. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.webkit.UrlInterceptRegistry.unregisterHandler(android.webkit.UrlInterceptHandler). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -323,10 +373,19 @@ - To be added. - To be added. + get the state of the url intercept, enabled or disabled + return if it is disabled - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.webkit.UrlInterceptRegistry.urlInterceptDisabled(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Webkit/WebChromeClient+FileChooserParams.xml b/docs/Mono.Android/en/Android.Webkit/WebChromeClient+FileChooserParams.xml index cf4d73097d..88dbd55407 100644 --- a/docs/Mono.Android/en/Android.Webkit/WebChromeClient+FileChooserParams.xml +++ b/docs/Mono.Android/en/Android.Webkit/WebChromeClient+FileChooserParams.xml @@ -18,14 +18,18 @@ - To be added. + Parameters used in the #onShowFileChooser method. - Android platform documentation + Java documentation for android.webkit.WebChromeClient.FileChooserParams. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -96,10 +100,19 @@ - To be added. - To be added. + Creates an intent that would start a file picker for file selection. + an Intent that supports basic file chooser sources. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.webkit.WebChromeClient.FileChooserParams.createIntent(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -151,10 +164,19 @@ - To be added. + Returns an array of acceptable MIME types. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.webkit.WebChromeClient.FileChooserParams.getAcceptTypes(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -267,12 +289,22 @@ - To be added. - To be added. - To be added. - To be added. + the integer result code returned by the file picker activity. + the intent returned by the file picker activity. + Parse the result returned by the file picker activity. + the Uris of selected file(s) or null if the resultCode indicates + activity canceled or any other error. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.webkit.WebChromeClient.FileChooserParams.parseResult(int, android.content.Intent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Webkit/WebChromeClient+ICustomViewCallback.xml b/docs/Mono.Android/en/Android.Webkit/WebChromeClient+ICustomViewCallback.xml index 0d31d51659..5ddb0ad7e4 100644 --- a/docs/Mono.Android/en/Android.Webkit/WebChromeClient+ICustomViewCallback.xml +++ b/docs/Mono.Android/en/Android.Webkit/WebChromeClient+ICustomViewCallback.xml @@ -26,14 +26,18 @@ A callback interface used by the host application to notify - the current page that its custom view has been dismissed. + the current page that its custom view has been dismissed. - Android platform documentation + Java documentation for android.webkit.WebChromeClient.CustomViewCallback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -60,9 +64,18 @@ Invoked when the host application dismisses the - custom view. + custom view. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.webkit.WebChromeClient.CustomViewCallback.onCustomViewHidden(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Webkit/WebIconDatabase+IIconListener.xml b/docs/Mono.Android/en/Android.Webkit/WebIconDatabase+IIconListener.xml index 0722258469..9998f5ab82 100644 --- a/docs/Mono.Android/en/Android.Webkit/WebIconDatabase+IIconListener.xml +++ b/docs/Mono.Android/en/Android.Webkit/WebIconDatabase+IIconListener.xml @@ -31,7 +31,16 @@ Interface for receiving icons from the database. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.webkit.WebIconDatabase.IconListener. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -65,12 +74,20 @@ The url passed in the request. - The favicon for the given url. - + The favicon for the given url. Called when the icon has been retrieved from the database and the - result is non-null. + result is non-null. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.webkit.WebIconDatabase.IconListener.onReceivedIcon(java.lang.String, android.graphics.Bitmap). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Webkit/WebIconDatabase.xml b/docs/Mono.Android/en/Android.Webkit/WebIconDatabase.xml index 9f67d00162..a0c976a7a4 100644 --- a/docs/Mono.Android/en/Android.Webkit/WebIconDatabase.xml +++ b/docs/Mono.Android/en/Android.Webkit/WebIconDatabase.xml @@ -103,6 +103,10 @@ [Android.Runtime.Register("close", "()V", "GetCloseHandler")] [<Android.Runtime.Register("close", "()V", "GetCloseHandler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void @@ -214,6 +218,10 @@ [Android.Runtime.Register("open", "(Ljava/lang/String;)V", "GetOpen_Ljava_lang_String_Handler")] [<Android.Runtime.Register("open", "(Ljava/lang/String;)V", "GetOpen_Ljava_lang_String_Handler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void @@ -254,6 +262,10 @@ [Android.Runtime.Register("releaseIconForPageUrl", "(Ljava/lang/String;)V", "GetReleaseIconForPageUrl_Ljava_lang_String_Handler")] [<Android.Runtime.Register("releaseIconForPageUrl", "(Ljava/lang/String;)V", "GetReleaseIconForPageUrl_Ljava_lang_String_Handler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void @@ -294,6 +306,10 @@ [Android.Runtime.Register("removeAllIcons", "()V", "GetRemoveAllIconsHandler")] [<Android.Runtime.Register("removeAllIcons", "()V", "GetRemoveAllIconsHandler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void @@ -331,6 +347,10 @@ [Android.Runtime.Register("requestIconForPageUrl", "(Ljava/lang/String;Landroid/webkit/WebIconDatabase$IconListener;)V", "GetRequestIconForPageUrl_Ljava_lang_String_Landroid_webkit_WebIconDatabase_IconListener_Handler")] [<Android.Runtime.Register("requestIconForPageUrl", "(Ljava/lang/String;Landroid/webkit/WebIconDatabase$IconListener;)V", "GetRequestIconForPageUrl_Ljava_lang_String_Landroid_webkit_WebIconDatabase_IconListener_Handler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void @@ -374,6 +394,10 @@ [Android.Runtime.Register("retainIconForPageUrl", "(Ljava/lang/String;)V", "GetRetainIconForPageUrl_Ljava_lang_String_Handler")] [<Android.Runtime.Register("retainIconForPageUrl", "(Ljava/lang/String;)V", "GetRetainIconForPageUrl_Ljava_lang_String_Handler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void diff --git a/docs/Mono.Android/en/Android.Webkit/WebMessagePort+WebMessageCallback.xml b/docs/Mono.Android/en/Android.Webkit/WebMessagePort+WebMessageCallback.xml index 3986385381..0383382762 100644 --- a/docs/Mono.Android/en/Android.Webkit/WebMessagePort+WebMessageCallback.xml +++ b/docs/Mono.Android/en/Android.Webkit/WebMessagePort+WebMessageCallback.xml @@ -18,14 +18,18 @@ - To be added. + The listener for handling MessagePort events. - Android platform documentation + Java documentation for android.webkit.WebMessagePort.WebMessageCallback. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -130,11 +134,20 @@ - To be added. - To be added. - To be added. + the WebMessagePort that the message is destined for + the message from the entangled port. + Message callback for receiving onMessage events. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.webkit.WebMessagePort.WebMessageCallback.onMessage(android.webkit.WebMessagePort, android.webkit.WebMessage). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Webkit/WebMessagePort.xml b/docs/Mono.Android/en/Android.Webkit/WebMessagePort.xml index 4bded7ad26..dd4f24382a 100644 --- a/docs/Mono.Android/en/Android.Webkit/WebMessagePort.xml +++ b/docs/Mono.Android/en/Android.Webkit/WebMessagePort.xml @@ -19,7 +19,8 @@ The Java representation of the - <a href="https://html. + + HTML5 message ports. diff --git a/docs/Mono.Android/en/Android.Webkit/WebSettings+LayoutAlgorithm.xml b/docs/Mono.Android/en/Android.Webkit/WebSettings+LayoutAlgorithm.xml index ad034ad554..5af9fed0a9 100644 --- a/docs/Mono.Android/en/Android.Webkit/WebSettings+LayoutAlgorithm.xml +++ b/docs/Mono.Android/en/Android.Webkit/WebSettings+LayoutAlgorithm.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.webkit.WebSettings.LayoutAlgorithm. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Webkit/WebSettings+PluginState.xml b/docs/Mono.Android/en/Android.Webkit/WebSettings+PluginState.xml index dc00ce6bb6..01bbef7eb5 100644 --- a/docs/Mono.Android/en/Android.Webkit/WebSettings+PluginState.xml +++ b/docs/Mono.Android/en/Android.Webkit/WebSettings+PluginState.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.webkit.WebSettings.PluginState. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Webkit/WebSettings+TextSize.xml b/docs/Mono.Android/en/Android.Webkit/WebSettings+TextSize.xml index 37047f8225..376777f33d 100644 --- a/docs/Mono.Android/en/Android.Webkit/WebSettings+TextSize.xml +++ b/docs/Mono.Android/en/Android.Webkit/WebSettings+TextSize.xml @@ -24,7 +24,16 @@ Enum for specifying the text size. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.webkit.WebSettings.TextSize. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Webkit/WebSettings+ZoomDensity.xml b/docs/Mono.Android/en/Android.Webkit/WebSettings+ZoomDensity.xml index 7469b79326..9fa50e0bd0 100644 --- a/docs/Mono.Android/en/Android.Webkit/WebSettings+ZoomDensity.xml +++ b/docs/Mono.Android/en/Android.Webkit/WebSettings+ZoomDensity.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.webkit.WebSettings.ZoomDensity. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Webkit/WebSettings.xml b/docs/Mono.Android/en/Android.Webkit/WebSettings.xml index 6011d66466..e2156081e9 100644 --- a/docs/Mono.Android/en/Android.Webkit/WebSettings.xml +++ b/docs/Mono.Android/en/Android.Webkit/WebSettings.xml @@ -692,6 +692,10 @@ [Android.Runtime.Register("enableSmoothTransition", "()Z", "GetEnableSmoothTransitionHandler")] [<Android.Runtime.Register("enableSmoothTransition", "()Z", "GetEnableSmoothTransitionHandler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Boolean @@ -1046,6 +1050,10 @@ [Android.Runtime.Register("getPluginState", "()Landroid/webkit/WebSettings$PluginState;", "GetGetPluginStateHandler")] [<Android.Runtime.Register("getPluginState", "()Landroid/webkit/WebSettings$PluginState;", "GetGetPluginStateHandler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + Android.Webkit.WebSettings+PluginState @@ -1833,8 +1841,6 @@ System.Boolean - - true if plugins should be enabled Gets whether plugins are enabled. -or- Sets whether the WebView should enable plugins. true if plugins are enabled @@ -1887,7 +1893,6 @@ System.String - a String path to the directory containing plugins Gets the directory that contains the plugin libraries. -or- Sets a custom path to plugins used by the WebView. an empty string @@ -2089,6 +2094,10 @@ [Android.Runtime.Register("setAppCacheEnabled", "(Z)V", "GetSetAppCacheEnabled_ZHandler")] [<Android.Runtime.Register("setAppCacheEnabled", "(Z)V", "GetSetAppCacheEnabled_ZHandler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void @@ -2130,6 +2139,10 @@ [Android.Runtime.Register("setAppCacheMaxSize", "(J)V", "GetSetAppCacheMaxSize_JHandler")] [<Android.Runtime.Register("setAppCacheMaxSize", "(J)V", "GetSetAppCacheMaxSize_JHandler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void @@ -2170,6 +2183,10 @@ [Android.Runtime.Register("setAppCachePath", "(Ljava/lang/String;)V", "GetSetAppCachePath_Ljava_lang_String_Handler")] [<Android.Runtime.Register("setAppCachePath", "(Ljava/lang/String;)V", "GetSetAppCachePath_Ljava_lang_String_Handler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void @@ -2212,6 +2229,10 @@ [Android.Runtime.Register("setEnableSmoothTransition", "(Z)V", "GetSetEnableSmoothTransition_ZHandler")] [<Android.Runtime.Register("setEnableSmoothTransition", "(Z)V", "GetSetEnableSmoothTransition_ZHandler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void @@ -2253,6 +2274,10 @@ [Android.Runtime.Register("setGeolocationDatabasePath", "(Ljava/lang/String;)V", "GetSetGeolocationDatabasePath_Ljava_lang_String_Handler")] [<Android.Runtime.Register("setGeolocationDatabasePath", "(Ljava/lang/String;)V", "GetSetGeolocationDatabasePath_Ljava_lang_String_Handler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void @@ -2415,6 +2440,10 @@ [Android.Runtime.Register("setPluginState", "(Landroid/webkit/WebSettings$PluginState;)V", "GetSetPluginState_Landroid_webkit_WebSettings_PluginState_Handler")] [<Android.Runtime.Register("setPluginState", "(Landroid/webkit/WebSettings$PluginState;)V", "GetSetPluginState_Landroid_webkit_WebSettings_PluginState_Handler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void @@ -2455,6 +2484,10 @@ [Android.Runtime.Register("setRenderPriority", "(Landroid/webkit/WebSettings$RenderPriority;)V", "GetSetRenderPriority_Landroid_webkit_WebSettings_RenderPriority_Handler")] [<Android.Runtime.Register("setRenderPriority", "(Landroid/webkit/WebSettings$RenderPriority;)V", "GetSetRenderPriority_Landroid_webkit_WebSettings_RenderPriority_Handler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void @@ -2892,7 +2925,6 @@ System.Int32 - the integer code for the user-agent string Gets the user-agent as an integer code. -or- Sets the user-agent string using an integer code. the integer code for the user-agent string diff --git a/docs/Mono.Android/en/Android.Webkit/WebStorage+IQuotaUpdater.xml b/docs/Mono.Android/en/Android.Webkit/WebStorage+IQuotaUpdater.xml index ae2bf81931..fc104238f8 100644 --- a/docs/Mono.Android/en/Android.Webkit/WebStorage+IQuotaUpdater.xml +++ b/docs/Mono.Android/en/Android.Webkit/WebStorage+IQuotaUpdater.xml @@ -30,9 +30,18 @@ Encapsulates a callback function which is used to provide a new quota - for a JavaScript storage API. + for a JavaScript storage API. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.webkit.WebStorage.QuotaUpdater. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,11 +73,19 @@ - the new quota, in bytes - + the new quota, in bytes Provides a new quota, specified in bytes. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.webkit.WebStorage.QuotaUpdater.updateQuota(long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Webkit/WebStorage+Origin.xml b/docs/Mono.Android/en/Android.Webkit/WebStorage+Origin.xml index 654cb24f41..a52eecfb1c 100644 --- a/docs/Mono.Android/en/Android.Webkit/WebStorage+Origin.xml +++ b/docs/Mono.Android/en/Android.Webkit/WebStorage+Origin.xml @@ -19,14 +19,18 @@ This class encapsulates information about the amount of storage - currently used by an origin for the JavaScript storage APIs. + currently used by an origin for the JavaScript storage APIs. - Android platform documentation + Java documentation for android.webkit.WebStorage.Origin. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -76,9 +80,18 @@ Gets the string representation of this origin. - To be added. + the string representation of this origin - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.webkit.WebStorage.Origin.getOrigin(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -135,10 +148,19 @@ Gets the quota for this origin, for the Web SQL Database API, in - bytes. - To be added. + bytes. + the quota, in bytes - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.webkit.WebStorage.Origin.getQuota(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -226,10 +248,19 @@ Gets the total amount of storage currently being used by this origin, - for all JavaScript storage APIs, in bytes. - To be added. + for all JavaScript storage APIs, in bytes. + the total amount of storage, in bytes - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.webkit.WebStorage.Origin.getUsage(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Webkit/WebStorage.xml b/docs/Mono.Android/en/Android.Webkit/WebStorage.xml index aef0c89425..fc98347254 100644 --- a/docs/Mono.Android/en/Android.Webkit/WebStorage.xml +++ b/docs/Mono.Android/en/Android.Webkit/WebStorage.xml @@ -52,9 +52,19 @@ - To be added. + This class should not be instantiated directly, applications must only use + #getInstance() to obtain the instance. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.webkit.WebStorage.WebStorage(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Webkit/WebViewClient.xml b/docs/Mono.Android/en/Android.Webkit/WebViewClient.xml index 89d5b478e1..84a2dc3df7 100644 --- a/docs/Mono.Android/en/Android.Webkit/WebViewClient.xml +++ b/docs/Mono.Android/en/Android.Webkit/WebViewClient.xml @@ -914,12 +914,22 @@ - The WebView that is initiating the callback. The input event. + The WebView that is initiating the callback. + The input event. Notify the host application that a input event was not handled by the WebView. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.webkit.WebViewClient.onUnhandledInputEvent(android.webkit.WebView, android.view.InputEvent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Webkit/WebViewDatabase.xml b/docs/Mono.Android/en/Android.Webkit/WebViewDatabase.xml index 0594e01347..c61ced6c01 100644 --- a/docs/Mono.Android/en/Android.Webkit/WebViewDatabase.xml +++ b/docs/Mono.Android/en/Android.Webkit/WebViewDatabase.xml @@ -110,6 +110,10 @@ [Android.Runtime.Register("clearFormData", "()V", "GetClearFormDataHandler")] [<Android.Runtime.Register("clearFormData", "()V", "GetClearFormDataHandler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void @@ -188,6 +192,10 @@ [Android.Runtime.Register("clearUsernamePassword", "()V", "GetClearUsernamePasswordHandler")] [<Android.Runtime.Register("clearUsernamePassword", "()V", "GetClearUsernamePasswordHandler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void diff --git a/docs/Mono.Android/en/Android.Widget.Inline/InlineContentView+ISurfaceControlCallback.xml b/docs/Mono.Android/en/Android.Widget.Inline/InlineContentView+ISurfaceControlCallback.xml index af8e512ac7..0c9eccb2ea 100644 --- a/docs/Mono.Android/en/Android.Widget.Inline/InlineContentView+ISurfaceControlCallback.xml +++ b/docs/Mono.Android/en/Android.Widget.Inline/InlineContentView+ISurfaceControlCallback.xml @@ -25,8 +25,20 @@ - To be added. - To be added. + Callback for observing the lifecycle of the surface control that manipulates the backing + secure embedded UI surface. + + + + Java documentation for android.widget.inline.InlineContentView.SurfaceControlCallback. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -52,9 +64,20 @@ - To be added. - To be added. - To be added. + The surface control to manipulate the surface. + Called when the backing surface is being created. + + + + Java documentation for android.widget.inline.InlineContentView.SurfaceControlCallback.onCreated(android.view.SurfaceControl). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -80,9 +103,20 @@ - To be added. - To be added. - To be added. + The surface control to manipulate the surface. + Called when the backing surface is being destroyed. + + + + Java documentation for android.widget.inline.InlineContentView.SurfaceControlCallback.onDestroyed(android.view.SurfaceControl). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Widget.Inline/InlinePresentationSpec+Builder.xml b/docs/Mono.Android/en/Android.Widget.Inline/InlinePresentationSpec+Builder.xml index 40197c3e36..30b39e27e0 100644 --- a/docs/Mono.Android/en/Android.Widget.Inline/InlinePresentationSpec+Builder.xml +++ b/docs/Mono.Android/en/Android.Widget.Inline/InlinePresentationSpec+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + A builder for InlinePresentationSpec + + + + Java documentation for android.widget.inline.InlinePresentationSpec.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -43,10 +54,21 @@ - To be added. - To be added. - To be added. - To be added. + The minimal size of the suggestion. + The maximal size of the suggestion. + Creates a new Builder. + + + + Java documentation for android.widget.inline.InlinePresentationSpec.Builder.InlinePresentationSpec$Builder(android.util.Size, android.util.Size). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -70,9 +92,20 @@ - To be added. + Builds the instance. To be added. - To be added. + + + + Java documentation for android.widget.inline.InlinePresentationSpec.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Widget/AbsListView+IMultiChoiceModeListener.xml b/docs/Mono.Android/en/Android.Widget/AbsListView+IMultiChoiceModeListener.xml index d7b1fe970c..3546eb92f3 100644 --- a/docs/Mono.Android/en/Android.Widget/AbsListView+IMultiChoiceModeListener.xml +++ b/docs/Mono.Android/en/Android.Widget/AbsListView+IMultiChoiceModeListener.xml @@ -28,14 +28,18 @@ - A MultiChoiceModeListener receives events for . + A MultiChoiceModeListener receives events for AbsListView#CHOICE_MODE_MULTIPLE_MODAL. - Android platform documentation + Java documentation for android.widget.AbsListView.MultiChoiceModeListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -66,16 +70,23 @@ - The providing the selection mode + The ActionMode providing the selection mode Adapter position of the item that was checked or unchecked Adapter ID of the item that was checked or unchecked - - true if the item is now checked, false - if the item is now unchecked. - + <code>true</code> if the item is now checked, <code>false</code> + if the item is now unchecked. Called when an item is checked or unchecked during selection mode. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.AbsListView.MultiChoiceModeListener.onItemCheckedStateChanged(android.view.ActionMode, int, long, boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/AbsListView+IOnScrollListener.xml b/docs/Mono.Android/en/Android.Widget/AbsListView+IOnScrollListener.xml index 72fa34245b..ca47c9961c 100644 --- a/docs/Mono.Android/en/Android.Widget/AbsListView+IOnScrollListener.xml +++ b/docs/Mono.Android/en/Android.Widget/AbsListView+IOnScrollListener.xml @@ -26,14 +26,18 @@ Interface definition for a callback to be invoked when the list or grid - has been scrolled. + has been scrolled. - Android platform documentation + Java documentation for android.widget.AbsListView.OnScrollListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -66,13 +70,21 @@ The view whose scroll state is being reported the index of the first visible cell (ignore if - visibleItemCount == 0) + visibleItemCount == 0) the number of visible cells - the number of items in the list adaptor - + the number of items in the list adapter Callback method to be invoked when the list or grid has been scrolled. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.AbsListView.OnScrollListener.onScroll(android.widget.AbsListView, int, int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -109,12 +121,20 @@ The view whose scroll state is being reported - The current scroll state. One of Android.Widget.AbsListView+IOnScrollListener.SCROLL_STATE_IDLE, - Android.Widget.AbsListView+IOnScrollListener.SCROLL_STATE_TOUCH_SCROLL or Android.Widget.AbsListView+IOnScrollListener.SCROLL_STATE_IDLE. - + The current scroll state. One of + #SCROLL_STATE_TOUCH_SCROLL or #SCROLL_STATE_IDLE. Callback method to be invoked while the list view or grid view is being scrolled. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.AbsListView.OnScrollListener.onScrollStateChanged(android.widget.AbsListView, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/AbsListView+IRecyclerListener.xml b/docs/Mono.Android/en/Android.Widget/AbsListView+IRecyclerListener.xml index 2dedd13dcb..86e44fd602 100644 --- a/docs/Mono.Android/en/Android.Widget/AbsListView+IRecyclerListener.xml +++ b/docs/Mono.Android/en/Android.Widget/AbsListView+IRecyclerListener.xml @@ -26,14 +26,18 @@ A RecyclerListener is used to receive a notification whenever a View is placed - inside the RecycleBin's scrap heap. + inside the RecycleBin's scrap heap. - Android platform documentation + Java documentation for android.widget.AbsListView.RecyclerListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -61,10 +65,19 @@ - To be added. + view Indicates that the specified View was moved into the recycler's scrap heap. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.AbsListView.RecyclerListener.onMovedToScrapHeap(android.view.View). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/AbsListView+ISelectionBoundsAdjuster.xml b/docs/Mono.Android/en/Android.Widget/AbsListView+ISelectionBoundsAdjuster.xml index fa36c08073..2aa5774424 100644 --- a/docs/Mono.Android/en/Android.Widget/AbsListView+ISelectionBoundsAdjuster.xml +++ b/docs/Mono.Android/en/Android.Widget/AbsListView+ISelectionBoundsAdjuster.xml @@ -26,14 +26,18 @@ The top-level view of a list item can implement this interface to allow - itself to modify the bounds of the selection shown for that item. + itself to modify the bounds of the selection shown for that item. - Android platform documentation + Java documentation for android.widget.AbsListView.SelectionBoundsAdjuster. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -62,13 +66,21 @@ On call, this contains the bounds the list has - selected for the item (that is the bounds of the entire view). The - values can be modified as desired. - + selected for the item (that is the bounds of the entire view). The + values can be modified as desired. Called to allow the list item to adjust the bounds shown for - its selection. + its selection. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.AbsListView.SelectionBoundsAdjuster.adjustListItemSelectionBounds(android.graphics.Rect). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/AbsListView+LayoutParams.xml b/docs/Mono.Android/en/Android.Widget/AbsListView+LayoutParams.xml index 2c4995a695..4580c64acb 100644 --- a/docs/Mono.Android/en/Android.Widget/AbsListView+LayoutParams.xml +++ b/docs/Mono.Android/en/Android.Widget/AbsListView+LayoutParams.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.widget.AbsListView.LayoutParams. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/AbsoluteLayout+LayoutParams.xml b/docs/Mono.Android/en/Android.Widget/AbsoluteLayout+LayoutParams.xml index 259813bc65..37bf7fc0df 100644 --- a/docs/Mono.Android/en/Android.Widget/AbsoluteLayout+LayoutParams.xml +++ b/docs/Mono.Android/en/Android.Widget/AbsoluteLayout+LayoutParams.xml @@ -26,10 +26,14 @@ - Android platform documentation + Java documentation for android.widget.AbsoluteLayout.LayoutParams. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -92,11 +96,21 @@ - To be added. - To be added. + the application environment + the set of attributes from which to extract the layout + parameters values Creates a new set of layout parameters. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.AbsoluteLayout.LayoutParams.AbsoluteLayout$LayoutParams(android.content.Context, android.util.AttributeSet). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -151,14 +165,25 @@ - To be added. - To be added. - To be added. - To be added. + the width, either #MATCH_PARENT, + #WRAP_CONTENT or a fixed size in pixels + the height, either #MATCH_PARENT, + #WRAP_CONTENT or a fixed size in pixels + the X location of the child + the Y location of the child Creates a new set of layout parameters with the specified width, - height and location. + height and location. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.AbsoluteLayout.LayoutParams.AbsoluteLayout$LayoutParams(int, int, int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -319,7 +344,16 @@ The horizontal, or X, location of the child within the view group. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.AbsoluteLayout.LayoutParams.x. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -351,7 +385,16 @@ The vertical, or Y, location of the child within the view group. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.AbsoluteLayout.LayoutParams.y. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/ActionMenuView+IOnMenuItemClickListener.xml b/docs/Mono.Android/en/Android.Widget/ActionMenuView+IOnMenuItemClickListener.xml index d763f5e464..1e96d5e48a 100644 --- a/docs/Mono.Android/en/Android.Widget/ActionMenuView+IOnMenuItemClickListener.xml +++ b/docs/Mono.Android/en/Android.Widget/ActionMenuView+IOnMenuItemClickListener.xml @@ -25,14 +25,19 @@ - To be added. + Interface responsible for receiving menu item click events if the items themselves + do not have individual item click listeners. - Android platform documentation + Java documentation for android.widget.ActionMenuView.OnMenuItemClickListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -59,11 +64,22 @@ - To be added. - To be added. - To be added. + + MenuItem that was clicked + This method will be invoked when a menu item is clicked if the item itself did + not already handle the event. + <code>true</code> if the event was handled, <code>false</code> otherwise. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.ActionMenuView.OnMenuItemClickListener.onMenuItemClick(android.view.MenuItem). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/AdapterView+AdapterContextMenuInfo.xml b/docs/Mono.Android/en/Android.Widget/AdapterView+AdapterContextMenuInfo.xml index 59b1d00cc8..7ff7dbc35e 100644 --- a/docs/Mono.Android/en/Android.Widget/AdapterView+AdapterContextMenuInfo.xml +++ b/docs/Mono.Android/en/Android.Widget/AdapterView+AdapterContextMenuInfo.xml @@ -31,14 +31,20 @@ - To be added. + Extra menu information provided to the + android.view.View.OnCreateContextMenuListener#onCreateContextMenu(ContextMenu, View, ContextMenuInfo) + callback when a context menu is brought up for this AdapterView. - Android platform documentation + Java documentation for android.widget.AdapterView.AdapterContextMenuInfo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -122,7 +128,16 @@ The row id of the item for which the context menu is being displayed. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.AdapterView.AdapterContextMenuInfo.id. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -182,10 +197,19 @@ The position in the adapter for which the context menu is being - displayed. + displayed. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.AdapterView.AdapterContextMenuInfo.position. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -213,7 +237,16 @@ The child view for which the context menu is being displayed. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.AdapterView.AdapterContextMenuInfo.targetView. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/AdapterView+IOnItemClickListener.xml b/docs/Mono.Android/en/Android.Widget/AdapterView+IOnItemClickListener.xml index e6510938d1..591d23c8fc 100644 --- a/docs/Mono.Android/en/Android.Widget/AdapterView+IOnItemClickListener.xml +++ b/docs/Mono.Android/en/Android.Widget/AdapterView+IOnItemClickListener.xml @@ -26,14 +26,18 @@ Interface definition for a callback to be invoked when an item in this - AdapterView has been clicked. + AdapterView has been clicked. - Android platform documentation + Java documentation for android.widget.AdapterView.OnItemClickListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,13 +68,24 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + The AdapterView where the click happened. + The view within the AdapterView that was clicked (this + will be a view provided by the adapter) + The position of the view in the adapter. + The row id of the item that was clicked. + Callback method to be invoked when an item in this AdapterView has + been clicked. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.AdapterView.OnItemClickListener.onItemClick(android.widget.AdapterView<?>, android.view.View, int, long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/AdapterView+IOnItemLongClickListener.xml b/docs/Mono.Android/en/Android.Widget/AdapterView+IOnItemLongClickListener.xml index 68f5127233..591d406801 100644 --- a/docs/Mono.Android/en/Android.Widget/AdapterView+IOnItemLongClickListener.xml +++ b/docs/Mono.Android/en/Android.Widget/AdapterView+IOnItemLongClickListener.xml @@ -26,14 +26,18 @@ Interface definition for a callback to be invoked when an item in this - view has been clicked and held. + view has been clicked and held. - Android platform documentation + Java documentation for android.widget.AdapterView.OnItemLongClickListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,14 +68,24 @@ - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. + The AbsListView where the click happened + The view within the AbsListView that was clicked + The position of the view in the list + The row id of the item that was clicked + Callback method to be invoked when an item in this view has been + clicked and held. + true if the callback consumed the long click, false otherwise - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.AdapterView.OnItemLongClickListener.onItemLongClick(android.widget.AdapterView<?>, android.view.View, int, long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/AdapterView+IOnItemSelectedListener.xml b/docs/Mono.Android/en/Android.Widget/AdapterView+IOnItemSelectedListener.xml index 7a75922c5d..8259c04b4e 100644 --- a/docs/Mono.Android/en/Android.Widget/AdapterView+IOnItemSelectedListener.xml +++ b/docs/Mono.Android/en/Android.Widget/AdapterView+IOnItemSelectedListener.xml @@ -26,14 +26,18 @@ Interface definition for a callback to be invoked when - an item in this view has been selected. + an item in this view has been selected. - Android platform documentation + Java documentation for android.widget.AdapterView.OnItemSelectedListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,13 +68,23 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + The AdapterView where the selection happened + The view within the AdapterView that was clicked + The position of the view in the adapter + The row id of the item that is selected + Callback method to be invoked when an item in this view has been + selected. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.AdapterView.OnItemSelectedListener.onItemSelected(android.widget.AdapterView<?>, android.view.View, int, long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -97,10 +111,20 @@ - To be added. - To be added. + The AdapterView that now contains no selected item. + Callback method to be invoked when the selection disappears from this + view. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.AdapterView.OnItemSelectedListener.onNothingSelected(android.widget.AdapterView<?>). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/ArrayAdapter.xml b/docs/Mono.Android/en/Android.Widget/ArrayAdapter.xml index 7f7f17d8ea..d1f460cbd9 100644 --- a/docs/Mono.Android/en/Android.Widget/ArrayAdapter.xml +++ b/docs/Mono.Android/en/Android.Widget/ArrayAdapter.xml @@ -704,7 +704,7 @@ - [TODO: @inheritDoc] + To be added values from the string array used by #createFromResource(Context, int, int), or null if object was created otherwsie or if contents were dynamically changed after creation. @@ -746,7 +746,7 @@ - [TODO: @inheritDoc] + To be added values from the string array used by #createFromResource(Context, int, int), or null if object was created otherwsie or if contents were dynamically changed after creation. diff --git a/docs/Mono.Android/en/Android.Widget/AutoCompleteTextView+IOnDismissListener.xml b/docs/Mono.Android/en/Android.Widget/AutoCompleteTextView+IOnDismissListener.xml index 8b14d798f6..1c3f8ed4a5 100644 --- a/docs/Mono.Android/en/Android.Widget/AutoCompleteTextView+IOnDismissListener.xml +++ b/docs/Mono.Android/en/Android.Widget/AutoCompleteTextView+IOnDismissListener.xml @@ -29,10 +29,14 @@ - Android platform documentation + Java documentation for android.widget.AutoCompleteTextView.OnDismissListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -59,10 +63,19 @@ This method will be invoked whenever the AutoCompleteTextView's list - of completion options has been dismissed and is no longer available - for user interaction. + of completion options has been dismissed and is no longer available + for user interaction. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.AutoCompleteTextView.OnDismissListener.onDismiss(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/AutoCompleteTextView+IValidator.xml b/docs/Mono.Android/en/Android.Widget/AutoCompleteTextView+IValidator.xml index 823d541c9e..85c87a3083 100644 --- a/docs/Mono.Android/en/Android.Widget/AutoCompleteTextView+IValidator.xml +++ b/docs/Mono.Android/en/Android.Widget/AutoCompleteTextView+IValidator.xml @@ -26,14 +26,18 @@ This interface is used to make sure that the text entered in this TextView complies to - a certain format. + a certain format. - Android platform documentation + Java documentation for android.widget.AutoCompleteTextView.Validator. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -62,11 +66,20 @@ A string that doesn't pass validation: isValid(invalidText) - returns false + returns false Corrects the specified text to make it valid. - To be added. + A string based on invalidText such as invoking isValid() on it returns true. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.AutoCompleteTextView.Validator.fixText(java.lang.CharSequence). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -97,9 +110,18 @@ To be added. Validates the specified text. - To be added. + true If the text currently in the text editor is valid. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.AutoCompleteTextView.Validator.isValid(java.lang.CharSequence). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/AutoCompleteTextView.xml b/docs/Mono.Android/en/Android.Widget/AutoCompleteTextView.xml index b0f1f2e949..a313d45fe4 100644 --- a/docs/Mono.Android/en/Android.Widget/AutoCompleteTextView.xml +++ b/docs/Mono.Android/en/Android.Widget/AutoCompleteTextView.xml @@ -1341,7 +1341,7 @@ the number of values computed by the filter - [TODO: @inheritDoc] + To be added diff --git a/docs/Mono.Android/en/Android.Widget/BaseExpandableListAdapter.xml b/docs/Mono.Android/en/Android.Widget/BaseExpandableListAdapter.xml index bbb4f4ead7..2e00470f4c 100644 --- a/docs/Mono.Android/en/Android.Widget/BaseExpandableListAdapter.xml +++ b/docs/Mono.Android/en/Android.Widget/BaseExpandableListAdapter.xml @@ -155,7 +155,7 @@ System.Int32 - [TODO: @inheritDoc] + To be added 1 as a default value in BaseExpandableListAdapter. @@ -337,7 +337,7 @@ the position of the group that the child resides in the position of the child with respect to other children in the group - [TODO: @inheritDoc] + To be added 0 for any group or child position, since only one child type count is declared. @@ -616,7 +616,7 @@ the position of the group for which the type should be returned. - [TODO: @inheritDoc] + To be added 0 for any groupPosition, since only one group type count is declared. @@ -742,7 +742,7 @@ System.Int32 - [TODO: @inheritDoc] + To be added 1 as a default value in BaseExpandableListAdapter. @@ -857,7 +857,7 @@ System.Boolean - [TODO: @inheritDoc] + To be added To be added. diff --git a/docs/Mono.Android/en/Android.Widget/CalendarView+IOnDateChangeListener.xml b/docs/Mono.Android/en/Android.Widget/CalendarView+IOnDateChangeListener.xml index 625a714bba..923400878b 100644 --- a/docs/Mono.Android/en/Android.Widget/CalendarView+IOnDateChangeListener.xml +++ b/docs/Mono.Android/en/Android.Widget/CalendarView+IOnDateChangeListener.xml @@ -29,10 +29,14 @@ - Android platform documentation + Java documentation for android.widget.CalendarView.OnDateChangeListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -66,11 +70,19 @@ The view associated with this listener. The year that was set. The month that was set [0-11]. - The day of the month that was set. - + The day of the month that was set. Called upon change of the selected day. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.CalendarView.OnDateChangeListener.onSelectedDayChange(android.widget.CalendarView, int, int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/Chronometer+IOnChronometerTickListener.xml b/docs/Mono.Android/en/Android.Widget/Chronometer+IOnChronometerTickListener.xml index f28a840da5..1ebf4bceaa 100644 --- a/docs/Mono.Android/en/Android.Widget/Chronometer+IOnChronometerTickListener.xml +++ b/docs/Mono.Android/en/Android.Widget/Chronometer+IOnChronometerTickListener.xml @@ -29,10 +29,14 @@ - Android platform documentation + Java documentation for android.widget.Chronometer.OnChronometerTickListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -63,7 +67,16 @@ To be added. Notification that the chronometer has changed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.Chronometer.OnChronometerTickListener.onChronometerTick(android.widget.Chronometer). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/CompoundButton+IOnCheckedChangeListener.xml b/docs/Mono.Android/en/Android.Widget/CompoundButton+IOnCheckedChangeListener.xml index 9ba84e1d6f..d6b93d1f3e 100644 --- a/docs/Mono.Android/en/Android.Widget/CompoundButton+IOnCheckedChangeListener.xml +++ b/docs/Mono.Android/en/Android.Widget/CompoundButton+IOnCheckedChangeListener.xml @@ -26,14 +26,18 @@ Interface definition for a callback to be invoked when the checked state - of a compound button changed. + of a compound button changed. - Android platform documentation + Java documentation for android.widget.CompoundButton.OnCheckedChangeListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -63,11 +67,19 @@ The compound button view whose state has changed. - The new checked state of buttonView. - + The new checked state of buttonView. Called when the checked state of a compound button has changed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.CompoundButton.OnCheckedChangeListener.onCheckedChanged(android.widget.CompoundButton, boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/DatePicker+IOnDateChangedListener.xml b/docs/Mono.Android/en/Android.Widget/DatePicker+IOnDateChangedListener.xml index bb423618ea..c456c7a87a 100644 --- a/docs/Mono.Android/en/Android.Widget/DatePicker+IOnDateChangedListener.xml +++ b/docs/Mono.Android/en/Android.Widget/DatePicker+IOnDateChangedListener.xml @@ -25,14 +25,18 @@ - The callback used to indicate the user changes\d the date. + The callback used to indicate the user changed the date. - Android platform documentation + Java documentation for android.widget.DatePicker.OnDateChangedListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -66,12 +70,20 @@ The view associated with this listener. The year that was set. The month that was set (0-11) for compatibility - with . - The day of the month that was set. - + with java.util.Calendar. + The day of the month that was set. Called upon a date change. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.DatePicker.OnDateChangedListener.onDateChanged(android.widget.DatePicker, int, int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/ExpandableListView+ExpandableListContextMenuInfo.xml b/docs/Mono.Android/en/Android.Widget/ExpandableListView+ExpandableListContextMenuInfo.xml index c61cc05942..ea15c919eb 100644 --- a/docs/Mono.Android/en/Android.Widget/ExpandableListView+ExpandableListContextMenuInfo.xml +++ b/docs/Mono.Android/en/Android.Widget/ExpandableListView+ExpandableListContextMenuInfo.xml @@ -31,14 +31,21 @@ - To be added. + Extra menu information specific to an ExpandableListView provided + to the + android.view.View.OnCreateContextMenuListener#onCreateContextMenu(ContextMenu, View, ContextMenuInfo) + callback when a context menu is brought up for this AdapterView. - Android platform documentation + Java documentation for android.widget.ExpandableListView.ExpandableListContextMenuInfo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -120,10 +127,19 @@ The ID of the item (group or child) for which the context menu is - being displayed. + being displayed. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.ExpandableListView.ExpandableListContextMenuInfo.id. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -183,10 +199,19 @@ The packed position in the list represented by the adapter for which - the context menu is being displayed. + the context menu is being displayed. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.ExpandableListView.ExpandableListContextMenuInfo.packedPosition. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -214,7 +239,16 @@ The view for which the context menu is being displayed. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.ExpandableListView.ExpandableListContextMenuInfo.targetView. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/ExpandableListView+IOnChildClickListener.xml b/docs/Mono.Android/en/Android.Widget/ExpandableListView+IOnChildClickListener.xml index f531360b2d..4e386b2a04 100644 --- a/docs/Mono.Android/en/Android.Widget/ExpandableListView+IOnChildClickListener.xml +++ b/docs/Mono.Android/en/Android.Widget/ExpandableListView+IOnChildClickListener.xml @@ -26,14 +26,18 @@ Interface definition for a callback to be invoked when a child in this - expandable list has been clicked. + expandable list has been clicked. - Android platform documentation + Java documentation for android.widget.ExpandableListView.OnChildClickListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -65,17 +69,27 @@ - The ExpandableListView where the click happened To be added. + The ExpandableListView where the click happened + The view within the expandable list/ListView that was clicked The group position that contains the child that - was clicked + was clicked The child position within the group The row id of the child that was clicked Callback method to be invoked when a child in this expandable list has - been clicked. - To be added. + been clicked. + True if the click was handled - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.ExpandableListView.OnChildClickListener.onChildClick(android.widget.ExpandableListView, android.view.View, int, int, long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/ExpandableListView+IOnGroupClickListener.xml b/docs/Mono.Android/en/Android.Widget/ExpandableListView+IOnGroupClickListener.xml index 22c57c2cfd..149240afcd 100644 --- a/docs/Mono.Android/en/Android.Widget/ExpandableListView+IOnGroupClickListener.xml +++ b/docs/Mono.Android/en/Android.Widget/ExpandableListView+IOnGroupClickListener.xml @@ -26,14 +26,18 @@ Interface definition for a callback to be invoked when a group in this - expandable list has been clicked. + expandable list has been clicked. - Android platform documentation + Java documentation for android.widget.ExpandableListView.OnGroupClickListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,15 +68,25 @@ - The ExpandableListConnector where the click happened To be added. + The ExpandableListConnector where the click happened + The view within the expandable list/ListView that was clicked The group position that was clicked The row id of the group that was clicked Callback method to be invoked when a group in this expandable list has - been clicked. - To be added. + been clicked. + True if the click was handled - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.ExpandableListView.OnGroupClickListener.onGroupClick(android.widget.ExpandableListView, android.view.View, int, long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/ExpandableListView+IOnGroupCollapseListener.xml b/docs/Mono.Android/en/Android.Widget/ExpandableListView+IOnGroupCollapseListener.xml index 9174da61af..99233c73c8 100644 --- a/docs/Mono.Android/en/Android.Widget/ExpandableListView+IOnGroupCollapseListener.xml +++ b/docs/Mono.Android/en/Android.Widget/ExpandableListView+IOnGroupCollapseListener.xml @@ -25,14 +25,18 @@ - Used for being notified when a group is collapsed + Used for being notified when a group is collapsed - Android platform documentation + Java documentation for android.widget.ExpandableListView.OnGroupCollapseListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -60,12 +64,20 @@ - The group position that was collapsed - + The group position that was collapsed Callback method to be invoked when a group in this expandable list has - been collapsed. + been collapsed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.ExpandableListView.OnGroupCollapseListener.onGroupCollapse(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/ExpandableListView+IOnGroupExpandListener.xml b/docs/Mono.Android/en/Android.Widget/ExpandableListView+IOnGroupExpandListener.xml index 24c3f4afcb..5a47e90b73 100644 --- a/docs/Mono.Android/en/Android.Widget/ExpandableListView+IOnGroupExpandListener.xml +++ b/docs/Mono.Android/en/Android.Widget/ExpandableListView+IOnGroupExpandListener.xml @@ -25,14 +25,18 @@ - Used for being notified when a group is expanded + Used for being notified when a group is expanded - Android platform documentation + Java documentation for android.widget.ExpandableListView.OnGroupExpandListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -60,12 +64,20 @@ - The group position that was expanded - + The group position that was expanded Callback method to be invoked when a group in this expandable list has - been expanded. + been expanded. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.ExpandableListView.OnGroupExpandListener.onGroupExpand(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/Filter+FilterResults.xml b/docs/Mono.Android/en/Android.Widget/Filter+FilterResults.xml index 9c0a9c9e48..4c47e45ee3 100644 --- a/docs/Mono.Android/en/Android.Widget/Filter+FilterResults.xml +++ b/docs/Mono.Android/en/Android.Widget/Filter+FilterResults.xml @@ -17,15 +17,18 @@ - - + Holds the results of a filtering operation. - Android platform documentation + Java documentation for android.widget.Filter.FilterResults. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -98,11 +101,20 @@ System.Int32 - - + Contains the number of values computed by the filtering + operation. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.Filter.FilterResults.count. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -220,11 +232,19 @@ Java.Lang.Object - - + Contains all the values computed by the filtering operation. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.Filter.FilterResults.values. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/Filter+IFilterListener.xml b/docs/Mono.Android/en/Android.Widget/Filter+IFilterListener.xml index 21fc1fc41f..ea84b5d856 100644 --- a/docs/Mono.Android/en/Android.Widget/Filter+IFilterListener.xml +++ b/docs/Mono.Android/en/Android.Widget/Filter+IFilterListener.xml @@ -25,15 +25,19 @@ - - + Listener used to receive a notification upon completion of a filtering + operation. - Android platform documentation + Java documentation for android.widget.Filter.FilterListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -61,12 +65,19 @@ - the number of values computed by the filter - - - + the number of values computed by the filter + Notifies the end of a filtering operation. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.Filter.FilterListener.onFilterComplete(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/FrameLayout+LayoutParams.xml b/docs/Mono.Android/en/Android.Widget/FrameLayout+LayoutParams.xml index f4d5483c25..b0f4edc513 100644 --- a/docs/Mono.Android/en/Android.Widget/FrameLayout+LayoutParams.xml +++ b/docs/Mono.Android/en/Android.Widget/FrameLayout+LayoutParams.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.widget.FrameLayout.LayoutParams. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -229,13 +233,24 @@ - To be added. - To be added. - To be added. + the width, either #MATCH_PARENT, + #WRAP_CONTENT or a fixed size in pixels + the height, either #MATCH_PARENT, + #WRAP_CONTENT or a fixed size in pixels + the gravity Creates a new set of layout parameters with the specified width, height - and weight. + and gravity. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.FrameLayout.LayoutParams.FrameLayout$LayoutParams(int, int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -262,10 +277,19 @@ The gravity to apply with the View to which these layout parameters - are associated. + are associated. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.FrameLayout.LayoutParams.gravity. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -385,9 +409,19 @@ -1 - To be added. + Value for #gravity indicating that a gravity has not been + explicitly specified. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.FrameLayout.LayoutParams.UNSPECIFIED_GRAVITY. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/Gallery+LayoutParams.xml b/docs/Mono.Android/en/Android.Widget/Gallery+LayoutParams.xml index a5fec7c9ec..a244572dc6 100644 --- a/docs/Mono.Android/en/Android.Widget/Gallery+LayoutParams.xml +++ b/docs/Mono.Android/en/Android.Widget/Gallery+LayoutParams.xml @@ -23,15 +23,19 @@ Gallery extends LayoutParams to provide a place to hold current - Transformation information along with previous position/transformation - info. + Transformation information along with previous position/transformation + info. - Android platform documentation + Java documentation for android.widget.Gallery.LayoutParams. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/Gallery.xml b/docs/Mono.Android/en/Android.Widget/Gallery.xml index fb51e1dcf1..1ac47cc43c 100644 --- a/docs/Mono.Android/en/Android.Widget/Gallery.xml +++ b/docs/Mono.Android/en/Android.Widget/Gallery.xml @@ -636,8 +636,7 @@ - To be added. - ref android.R.styleable#Gallery_gravity + gravity Describes how the child views are aligned. diff --git a/docs/Mono.Android/en/Android.Widget/GridLayout+Alignment.xml b/docs/Mono.Android/en/Android.Widget/GridLayout+Alignment.xml index 09e703b67f..b654bd2c71 100644 --- a/docs/Mono.Android/en/Android.Widget/GridLayout+Alignment.xml +++ b/docs/Mono.Android/en/Android.Widget/GridLayout+Alignment.xml @@ -19,14 +19,18 @@ Alignments specify where a view should be placed within a cell group and - what size it should be. + what size it should be. - Android platform documentation + Java documentation for android.widget.GridLayout.Alignment. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/GridLayout+LayoutParams.xml b/docs/Mono.Android/en/Android.Widget/GridLayout+LayoutParams.xml index dd065b952c..0d7f537473 100644 --- a/docs/Mono.Android/en/Android.Widget/GridLayout+LayoutParams.xml +++ b/docs/Mono.Android/en/Android.Widget/GridLayout+LayoutParams.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.widget.GridLayout.LayoutParams. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -47,9 +51,18 @@ - Constructs a new LayoutParams with default values as defined in T:Android.Widget.GridLayout+LayoutParams. + Constructs a new LayoutParams with default values as defined in LayoutParams. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.GridLayout.LayoutParams.GridLayout$LayoutParams(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -164,12 +177,21 @@ To be added. To be added. - - - Values not defined in the attribute set take the default values - defined in T:Android.Widget.GridLayout+LayoutParams. + To be added + + Values not defined in the attribute set take the default values + defined in LayoutParams. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.GridLayout.LayoutParams.GridLayout$LayoutParams(android.content.Context, android.util.AttributeSet). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -350,7 +372,16 @@ the new gravity value Describes how the child views are positioned. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.GridLayout.LayoutParams.setGravity(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/GridLayout+Spec.xml b/docs/Mono.Android/en/Android.Widget/GridLayout+Spec.xml index a11a0ec37b..a9f97c6c48 100644 --- a/docs/Mono.Android/en/Android.Widget/GridLayout+Spec.xml +++ b/docs/Mono.Android/en/Android.Widget/GridLayout+Spec.xml @@ -19,14 +19,18 @@ A Spec defines the horizontal or vertical characteristics of a group of - cells. + cells. - Android platform documentation + Java documentation for android.widget.GridLayout.Spec. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/GridLayout.xml b/docs/Mono.Android/en/Android.Widget/GridLayout.xml index 7d2dc6c735..1097c54dd4 100644 --- a/docs/Mono.Android/en/Android.Widget/GridLayout.xml +++ b/docs/Mono.Android/en/Android.Widget/GridLayout.xml @@ -1140,7 +1140,7 @@ Right position, relative to parent Bottom position, relative to parent - [TODO: @inheritDoc] + To be added diff --git a/docs/Mono.Android/en/Android.Widget/ImageView+ScaleType.xml b/docs/Mono.Android/en/Android.Widget/ImageView+ScaleType.xml index 0d1c69a9d7..e33c9f96fb 100644 --- a/docs/Mono.Android/en/Android.Widget/ImageView+ScaleType.xml +++ b/docs/Mono.Android/en/Android.Widget/ImageView+ScaleType.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.widget.ImageView.ScaleType. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/LinearLayout+LayoutParams.xml b/docs/Mono.Android/en/Android.Widget/LinearLayout+LayoutParams.xml index 45f8b451ac..88a4bb12be 100644 --- a/docs/Mono.Android/en/Android.Widget/LinearLayout+LayoutParams.xml +++ b/docs/Mono.Android/en/Android.Widget/LinearLayout+LayoutParams.xml @@ -22,10 +22,14 @@ - Android platform documentation + Java documentation for android.widget.LinearLayout.LayoutParams. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -138,10 +142,18 @@ To be added. To be added. - - + To be added - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.LinearLayout.LayoutParams.LinearLayout$LayoutParams(android.content.Context, android.util.AttributeSet). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -169,10 +181,18 @@ To be added. To be added. - - + To be added - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.LinearLayout.LayoutParams.LinearLayout$LayoutParams(int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -222,13 +242,24 @@ - To be added. - To be added. - To be added. + the width, either #MATCH_PARENT, + #WRAP_CONTENT or a fixed size in pixels + the height, either #MATCH_PARENT, + #WRAP_CONTENT or a fixed size in pixels + the weight Creates a new set of layout parameters with the specified width, height - and weight. + and weight. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.LinearLayout.LayoutParams.LinearLayout$LayoutParams(int, int, float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -412,10 +443,19 @@ Indicates how much of the extra space in the LinearLayout will be - allocated to the view associated with these LayoutParams. + allocated to the view associated with these LayoutParams. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.LinearLayout.LayoutParams.weight. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/ListView+FixedViewInfo.xml b/docs/Mono.Android/en/Android.Widget/ListView+FixedViewInfo.xml index 3809219959..0d593b22fe 100644 --- a/docs/Mono.Android/en/Android.Widget/ListView+FixedViewInfo.xml +++ b/docs/Mono.Android/en/Android.Widget/ListView+FixedViewInfo.xml @@ -19,14 +19,18 @@ A class that represents a fixed view in a list, for example a header at the top - or a footer at the bottom. + or a footer at the bottom. - Android platform documentation + Java documentation for android.widget.ListView.FixedViewInfo. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -104,7 +108,16 @@ The data backing the view. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.ListView.FixedViewInfo.data. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -129,11 +142,19 @@ System.Boolean - - true if the fixed view should be selectable in the list + <code>true</code> if the fixed view should be selectable in the list To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.ListView.FixedViewInfo.isSelectable. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -251,10 +272,19 @@ Android.Views.View - The view to add to the list + The view to add to the list To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.ListView.FixedViewInfo.view. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/Magnifier+Builder.xml b/docs/Mono.Android/en/Android.Widget/Magnifier+Builder.xml index 701e88ad57..0f26be0cad 100644 --- a/docs/Mono.Android/en/Android.Widget/Magnifier+Builder.xml +++ b/docs/Mono.Android/en/Android.Widget/Magnifier+Builder.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Builder class for Magnifier objects. + + + + Java documentation for android.widget.Magnifier.Builder. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -42,9 +53,20 @@ - To be added. - To be added. - To be added. + the view this magnifier is attached to + Construct a new builder for Magnifier objects. + + + + Java documentation for android.widget.Magnifier.Builder.Magnifier$Builder(android.view.View). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -68,9 +90,20 @@ - To be added. + Builds a Magnifier instance based on the configuration of this Builder. To be added. - To be added. + + + + Java documentation for android.widget.Magnifier.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Widget/MultiAutoCompleteTextView+CommaTokenizer.xml b/docs/Mono.Android/en/Android.Widget/MultiAutoCompleteTextView+CommaTokenizer.xml index 757960f155..a5da07baa2 100644 --- a/docs/Mono.Android/en/Android.Widget/MultiAutoCompleteTextView+CommaTokenizer.xml +++ b/docs/Mono.Android/en/Android.Widget/MultiAutoCompleteTextView+CommaTokenizer.xml @@ -32,14 +32,18 @@ This simple Tokenizer can be used for lists where the items are - separated by a comma and one or more spaces. + separated by a comma and one or more spaces. - Android platform documentation + Java documentation for android.widget.MultiAutoCompleteTextView.CommaTokenizer. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/MultiAutoCompleteTextView+ITokenizer.xml b/docs/Mono.Android/en/Android.Widget/MultiAutoCompleteTextView+ITokenizer.xml index e878a26ef5..7f784d2269 100644 --- a/docs/Mono.Android/en/Android.Widget/MultiAutoCompleteTextView+ITokenizer.xml +++ b/docs/Mono.Android/en/Android.Widget/MultiAutoCompleteTextView+ITokenizer.xml @@ -63,10 +63,19 @@ To be added. To be added. Returns the end of the token (minus trailing punctuation) - that begins at offset cursor within text. + that begins at offset <code>cursor</code> within <code>text</code>. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.MultiAutoCompleteTextView.Tokenizer.findTokenEnd(java.lang.CharSequence, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -98,10 +107,19 @@ To be added. To be added. Returns the start of the token that ends at offset - cursor within text. + <code>cursor</code> within <code>text</code>. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.MultiAutoCompleteTextView.Tokenizer.findTokenStart(java.lang.CharSequence, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -130,11 +148,20 @@ To be added. - Returns text, modified, if necessary, to ensure that - it ends with a token terminator (for example a space or comma). + Returns <code>text</code>, modified, if necessary, to ensure that + it ends with a token terminator (for example a space or comma). To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.MultiAutoCompleteTextView.Tokenizer.terminateToken(java.lang.CharSequence). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/NumberPicker+IFormatter.xml b/docs/Mono.Android/en/Android.Widget/NumberPicker+IFormatter.xml index 0cd431075a..d1c6d256d6 100644 --- a/docs/Mono.Android/en/Android.Widget/NumberPicker+IFormatter.xml +++ b/docs/Mono.Android/en/Android.Widget/NumberPicker+IFormatter.xml @@ -29,10 +29,14 @@ - Android platform documentation + Java documentation for android.widget.NumberPicker.Formatter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -62,9 +66,18 @@ The currently selected value. Formats a string representation of the current value. - To be added. + A formatted string representation. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.NumberPicker.Formatter.format(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/NumberPicker+IOnScrollListener.xml b/docs/Mono.Android/en/Android.Widget/NumberPicker+IOnScrollListener.xml index cf9d30e1d9..e114b51602 100644 --- a/docs/Mono.Android/en/Android.Widget/NumberPicker+IOnScrollListener.xml +++ b/docs/Mono.Android/en/Android.Widget/NumberPicker+IOnScrollListener.xml @@ -29,10 +29,14 @@ - Android platform documentation + Java documentation for android.widget.NumberPicker.OnScrollListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -70,13 +74,21 @@ The view whose scroll state is being reported. The current scroll state. One of - Android.Widget.NumberPicker+IOnScrollListener.SCROLL_STATE_IDLE, - Android.Widget.NumberPicker+IOnScrollListener.SCROLL_STATE_TOUCH_SCROLL or - Android.Widget.NumberPicker+IOnScrollListener.SCROLL_STATE_IDLE. - + #SCROLL_STATE_IDLE, + #SCROLL_STATE_TOUCH_SCROLL or + #SCROLL_STATE_IDLE. Callback invoked while the number picker scroll state has changed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.NumberPicker.OnScrollListener.onScrollStateChange(android.widget.NumberPicker, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/NumberPicker+IOnValueChangeListener.xml b/docs/Mono.Android/en/Android.Widget/NumberPicker+IOnValueChangeListener.xml index f6fa0c2974..1afc958124 100644 --- a/docs/Mono.Android/en/Android.Widget/NumberPicker+IOnValueChangeListener.xml +++ b/docs/Mono.Android/en/Android.Widget/NumberPicker+IOnValueChangeListener.xml @@ -29,10 +29,14 @@ - Android platform documentation + Java documentation for android.widget.NumberPicker.OnValueChangeListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,11 +68,19 @@ The NumberPicker associated with this listener. The previous value. - The new value. - + The new value. Called upon a change of the current value. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.NumberPicker.OnValueChangeListener.onValueChange(android.widget.NumberPicker, int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/OverScroller.xml b/docs/Mono.Android/en/Android.Widget/OverScroller.xml index 5cc9590bc0..62f4a0b5ee 100644 --- a/docs/Mono.Android/en/Android.Widget/OverScroller.xml +++ b/docs/Mono.Android/en/Android.Widget/OverScroller.xml @@ -55,10 +55,19 @@ - To be added. + context Creates an OverScroller with a viscous fluid scroll interpolator and flywheel. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.OverScroller.OverScroller(android.content.Context). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/PopupMenu+IOnDismissListener.xml b/docs/Mono.Android/en/Android.Widget/PopupMenu+IOnDismissListener.xml index f8ee3c5e5d..43df10a45d 100644 --- a/docs/Mono.Android/en/Android.Widget/PopupMenu+IOnDismissListener.xml +++ b/docs/Mono.Android/en/Android.Widget/PopupMenu+IOnDismissListener.xml @@ -29,10 +29,14 @@ - Android platform documentation + Java documentation for android.widget.PopupMenu.OnDismissListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -60,11 +64,19 @@ - The PopupMenu that was dismissed. - + the popup menu that was dismissed Called when the associated menu has been dismissed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.PopupMenu.OnDismissListener.onDismiss(android.widget.PopupMenu). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/PopupMenu+IOnMenuItemClickListener.xml b/docs/Mono.Android/en/Android.Widget/PopupMenu+IOnMenuItemClickListener.xml index 415a16afd7..7a532d8d80 100644 --- a/docs/Mono.Android/en/Android.Widget/PopupMenu+IOnMenuItemClickListener.xml +++ b/docs/Mono.Android/en/Android.Widget/PopupMenu+IOnMenuItemClickListener.xml @@ -25,15 +25,19 @@ - Interface responsible for receiving menu item click events if the items themselves - do not have individual item click listeners. + Interface responsible for receiving menu item click events if the items + themselves do not have individual item click listeners. - Android platform documentation + Java documentation for android.widget.PopupMenu.OnMenuItemClickListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -61,13 +65,23 @@ - - that was clicked - This method will be invoked when a menu item is clicked if the item itself did - not already handle the event. - To be added. + the menu item that was clicked + This method will be invoked when a menu item is clicked if the item + itself did not already handle the event. + + true if the event was handled, false + otherwise - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.PopupMenu.OnMenuItemClickListener.onMenuItemClick(android.view.MenuItem). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/PopupWindow+IOnDismissListener.xml b/docs/Mono.Android/en/Android.Widget/PopupWindow+IOnDismissListener.xml index c9bee3b03f..a2f3c83245 100644 --- a/docs/Mono.Android/en/Android.Widget/PopupWindow+IOnDismissListener.xml +++ b/docs/Mono.Android/en/Android.Widget/PopupWindow+IOnDismissListener.xml @@ -29,10 +29,14 @@ - Android platform documentation + Java documentation for android.widget.PopupWindow.OnDismissListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -60,7 +64,16 @@ Called when this popup window is dismissed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.PopupWindow.OnDismissListener.onDismiss(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/RadioGroup+IOnCheckedChangeListener.xml b/docs/Mono.Android/en/Android.Widget/RadioGroup+IOnCheckedChangeListener.xml index 1db2ff6f57..96d47cd91d 100644 --- a/docs/Mono.Android/en/Android.Widget/RadioGroup+IOnCheckedChangeListener.xml +++ b/docs/Mono.Android/en/Android.Widget/RadioGroup+IOnCheckedChangeListener.xml @@ -25,15 +25,19 @@ - - + Interface definition for a callback to be invoked when the checked + radio button changed in this group. - Android platform documentation + Java documentation for android.widget.RadioGroup.OnCheckedChangeListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -63,12 +67,19 @@ the group in which the checked radio button has changed - the unique identifier of the newly checked radio button - - - + the unique identifier of the newly checked radio button + Called when the checked radio button has changed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.RadioGroup.OnCheckedChangeListener.onCheckedChanged(android.widget.RadioGroup, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/RadioGroup+LayoutParams.xml b/docs/Mono.Android/en/Android.Widget/RadioGroup+LayoutParams.xml index 4f62cd60cf..839eb5dd14 100644 --- a/docs/Mono.Android/en/Android.Widget/RadioGroup+LayoutParams.xml +++ b/docs/Mono.Android/en/Android.Widget/RadioGroup+LayoutParams.xml @@ -18,15 +18,20 @@ - - + This set of layout parameters defaults the width and the height of + the children to #WRAP_CONTENT when they are not specified in the + XML file. - Android platform documentation + Java documentation for android.widget.RadioGroup.LayoutParams. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -112,10 +117,18 @@ To be added. To be added. - - + To be added - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.RadioGroup.LayoutParams.RadioGroup$LayoutParams(android.content.Context, android.util.AttributeSet). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -143,10 +156,18 @@ To be added. To be added. - - + To be added - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.RadioGroup.LayoutParams.RadioGroup$LayoutParams(int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -199,10 +220,18 @@ To be added. To be added. To be added. - - + To be added - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.RadioGroup.LayoutParams.RadioGroup$LayoutParams(int, int, float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/RadioGroup.xml b/docs/Mono.Android/en/Android.Widget/RadioGroup.xml index aaf3542bf6..27f8ba7cc7 100644 --- a/docs/Mono.Android/en/Android.Widget/RadioGroup.xml +++ b/docs/Mono.Android/en/Android.Widget/RadioGroup.xml @@ -56,7 +56,7 @@ To be added. - [TODO: @inheritDoc] + To be added @@ -95,7 +95,7 @@ To be added. To be added. - [TODO: @inheritDoc] + To be added diff --git a/docs/Mono.Android/en/Android.Widget/RatingBar+IOnRatingBarChangeListener.xml b/docs/Mono.Android/en/Android.Widget/RatingBar+IOnRatingBarChangeListener.xml index f5e531773d..5536184d7f 100644 --- a/docs/Mono.Android/en/Android.Widget/RatingBar+IOnRatingBarChangeListener.xml +++ b/docs/Mono.Android/en/Android.Widget/RatingBar+IOnRatingBarChangeListener.xml @@ -29,10 +29,14 @@ - Android platform documentation + Java documentation for android.widget.RatingBar.OnRatingBarChangeListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,13 +68,21 @@ The RatingBar whose rating has changed. The current rating. This will be in the range - 0..numStars. + 0..numStars. True if the rating change was initiated by a user's - touch gesture or arrow key/horizontal trackbell movement. - + touch gesture or arrow key/horizontal trackbell movement. Notification that the rating has changed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.RatingBar.OnRatingBarChangeListener.onRatingChanged(android.widget.RatingBar, float, boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/RelativeLayout+LayoutParams.xml b/docs/Mono.Android/en/Android.Widget/RelativeLayout+LayoutParams.xml index 9dd5e08398..cb367562ff 100644 --- a/docs/Mono.Android/en/Android.Widget/RelativeLayout+LayoutParams.xml +++ b/docs/Mono.Android/en/Android.Widget/RelativeLayout+LayoutParams.xml @@ -18,14 +18,18 @@ - Per-child layout information associated with RelativeLayout. + Specifies how a view is positioned within a RelativeLayout. - Android platform documentation + Java documentation for android.widget.RelativeLayout.LayoutParams. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -230,12 +234,19 @@ - One of the verbs defined by - , such as - ALIGN_WITH_PARENT_LEFT. + a layout verb, such as #ALIGN_PARENT_LEFT Adds a layout rule to be interpreted by the RelativeLayout. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.RelativeLayout.LayoutParams.addRule(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -272,13 +283,22 @@ - One of the verbs defined by - , such as - ALIGN_WITH_PARENT_LEFT. - To be added. + a layout verb, such as #ALIGN_RIGHT + the ID of another view to use as an anchor, or a + boolean value (represented as #TRUE for true + or 0 for false) Adds a layout rule to be interpreted by the RelativeLayout. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.RelativeLayout.LayoutParams.addRule(int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -305,10 +325,19 @@ When true, uses the parent as the anchor if the anchor doesn't exist or if - the anchor's visibility is GONE. + the anchor's visibility is GONE. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.RelativeLayout.LayoutParams.alignWithParent. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -375,11 +404,24 @@ - To be added. - To be added. - To be added. + one of the verbs defined by RelativeLayout, such + as ALIGN_WITH_PARENT_LEFT + Returns the layout rule associated with a specific verb. + the id of another view to use as an anchor, a boolean value + (represented as RelativeLayout#TRUE for true + or 0 for false), or -1 for verbs that don't refer to another + sibling (for example, ALIGN_WITH_PARENT_BOTTOM) - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.RelativeLayout.LayoutParams.getRule(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -405,11 +447,20 @@ Retrieves a complete list of all supported rules, where the index is the rule - verb, and the element value is the value specified, or "false" if it was never - set. - To be added. + verb, and the element value is the value specified, or "false" if it was never + set. + the supported rules - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.RelativeLayout.LayoutParams.getRules(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -477,11 +528,20 @@ One of the verbs defined by - , such as - ALIGN_WITH_PARENT_LEFT. + android.widget.RelativeLayout RelativeLayout, such as + ALIGN_WITH_PARENT_LEFT. Removes a layout rule to be interpreted by the RelativeLayout. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.RelativeLayout.LayoutParams.removeRule(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/RemoteViews+ActionException.xml b/docs/Mono.Android/en/Android.Widget/RemoteViews+ActionException.xml index ed67dc1523..adc243d9ca 100644 --- a/docs/Mono.Android/en/Android.Widget/RemoteViews+ActionException.xml +++ b/docs/Mono.Android/en/Android.Widget/RemoteViews+ActionException.xml @@ -18,16 +18,18 @@ - Exception to send when something goes wrong executing an action - - + Exception to send when something goes wrong executing an action - Android platform documentation + Java documentation for android.widget.RemoteViews.ActionException. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/RemoteViews+RemoteCollectionItems.xml b/docs/Mono.Android/en/Android.Widget/RemoteViews+RemoteCollectionItems.xml index 9f1a59092b..a8f260d85c 100644 --- a/docs/Mono.Android/en/Android.Widget/RemoteViews+RemoteCollectionItems.xml +++ b/docs/Mono.Android/en/Android.Widget/RemoteViews+RemoteCollectionItems.xml @@ -31,8 +31,19 @@ - To be added. - To be added. + Representation of a fixed list of items to be displayed in a RemoteViews collection. + + + + Java documentation for android.widget.RemoteViews.RemoteCollectionItems. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -113,9 +124,20 @@ To be added. - To be added. - To be added. - To be added. + Returns the id for position. + Id for the position. + + + + Java documentation for android.widget.RemoteViews.RemoteCollectionItems.getItemId(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -142,9 +164,20 @@ To be added. - To be added. - To be added. - To be added. + Returns the RemoteViews to display at position. + RemoteViews for the position. + + + + Java documentation for android.widget.RemoteViews.RemoteCollectionItems.getItemView(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -167,9 +200,20 @@ System.Boolean - To be added. - To be added. - To be added. + Indicates whether the item ids are stable across changes to the underlying data. + True if the same id always refers to the same object. + + + + Java documentation for android.widget.RemoteViews.RemoteCollectionItems.hasStableIds(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -192,9 +236,20 @@ System.Int32 - To be added. - To be added. - To be added. + Returns the number of elements in the collection. + Count of items. + + + + Java documentation for android.widget.RemoteViews.RemoteCollectionItems.getItemCount(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -307,9 +362,20 @@ System.Int32 - To be added. - To be added. - To be added. + Returns the view type count for the collection when used in an adapter + Count of view types for the collection when used in an adapter. + + + + Java documentation for android.widget.RemoteViews.RemoteCollectionItems.getViewTypeCount(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Widget/RemoteViews+RemoteResponse.xml b/docs/Mono.Android/en/Android.Widget/RemoteViews+RemoteResponse.xml index 6827bd056d..32ea7695e9 100644 --- a/docs/Mono.Android/en/Android.Widget/RemoteViews+RemoteResponse.xml +++ b/docs/Mono.Android/en/Android.Widget/RemoteViews+RemoteResponse.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Class representing a response to an action performed on any element of a RemoteViews. + + + + Java documentation for android.widget.RemoteViews.RemoteResponse. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Widget/RemoteViews+RemoteView.xml b/docs/Mono.Android/en/Android.Widget/RemoteViews+RemoteView.xml index c2aedfa751..d8baf8bc44 100644 --- a/docs/Mono.Android/en/Android.Widget/RemoteViews+RemoteView.xml +++ b/docs/Mono.Android/en/Android.Widget/RemoteViews+RemoteView.xml @@ -35,10 +35,19 @@ - This annotation indicates that a subclass of View is alllowed to be used - with the mechanism. + This annotation indicates that a subclass of View is allowed to be used + with the RemoteViews mechanism. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.RemoteViews.RemoteView. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/RemoteViews+RemoteViewOutlineProvider.xml b/docs/Mono.Android/en/Android.Widget/RemoteViews+RemoteViewOutlineProvider.xml index 2b02775f03..146a1aa5a3 100644 --- a/docs/Mono.Android/en/Android.Widget/RemoteViews+RemoteViewOutlineProvider.xml +++ b/docs/Mono.Android/en/Android.Widget/RemoteViews+RemoteViewOutlineProvider.xml @@ -18,8 +18,20 @@ - To be added. - To be added. + OutlineProvider for a view with a radius set by + #setViewOutlinePreferredRadius(int, float, int). + + + + Java documentation for android.widget.RemoteViews.RemoteViewOutlineProvider. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -126,9 +138,20 @@ System.Single - To be added. + Returns the corner radius used when providing the view outline. To be added. - To be added. + + + + Java documentation for android.widget.RemoteViews.RemoteViewOutlineProvider.getRadius(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Widget/RemoteViews.xml b/docs/Mono.Android/en/Android.Widget/RemoteViews.xml index 051f5c7a2a..c88b70d02e 100644 --- a/docs/Mono.Android/en/Android.Widget/RemoteViews.xml +++ b/docs/Mono.Android/en/Android.Widget/RemoteViews.xml @@ -71,10 +71,19 @@ - To be added. + parcel Reads a RemoteViews object from a parcel. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.RemoteViews.RemoteViews(android.os.Parcel). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/RemoteViewsService+IRemoteViewsFactory.xml b/docs/Mono.Android/en/Android.Widget/RemoteViewsService+IRemoteViewsFactory.xml index 937181ceaa..5df0c292d0 100644 --- a/docs/Mono.Android/en/Android.Widget/RemoteViewsService+IRemoteViewsFactory.xml +++ b/docs/Mono.Android/en/Android.Widget/RemoteViewsService+IRemoteViewsFactory.xml @@ -26,14 +26,18 @@ An interface for an adapter between a remote collection view (ListView, GridView, etc) and - the underlying data for that view. + the underlying data for that view. - Android platform documentation + Java documentation for android.widget.RemoteViewsService.RemoteViewsFactory. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -90,10 +94,19 @@ The position of the item within the data set whose row id we want. - See Android.Widget.Adapter.getItemId(int). - To be added. + See Adapter#getItemId(int). + The id of the item at the specified position. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.RemoteViewsService.RemoteViewsFactory.getItemId(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -122,11 +135,20 @@ The position of the item within the Factory's data set of the item whose - view we want. - See M:Android.Widget.IAdapter.GetView. - To be added. + view we want. + See Adapter#getView(int, android.view.View, android.view.ViewGroup). + A RemoteViews object corresponding to the data at the specified position. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.RemoteViewsService.RemoteViewsFactory.getViewAt(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -211,7 +233,16 @@ Called when your factory is first constructed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.RemoteViewsService.RemoteViewsFactory.onCreate(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -239,7 +270,16 @@ Called when notifyDataSetChanged() is triggered on the remote adapter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.RemoteViewsService.RemoteViewsFactory.onDataSetChanged(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -267,9 +307,18 @@ Called when the last RemoteViewsAdapter that is associated with this factory is - unbound. + unbound. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.RemoteViewsService.RemoteViewsFactory.onDestroy(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/SearchView+IOnCloseListener.xml b/docs/Mono.Android/en/Android.Widget/SearchView+IOnCloseListener.xml index 6544d2a7e4..d600cf4c6c 100644 --- a/docs/Mono.Android/en/Android.Widget/SearchView+IOnCloseListener.xml +++ b/docs/Mono.Android/en/Android.Widget/SearchView+IOnCloseListener.xml @@ -58,9 +58,19 @@ The user is attempting to close the SearchView. - To be added. + true if the listener wants to override the default behavior of clearing the + text field and dismissing it, false otherwise. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.SearchView.OnCloseListener.onClose(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/SearchView+IOnQueryTextListener.xml b/docs/Mono.Android/en/Android.Widget/SearchView+IOnQueryTextListener.xml index ad3e60c263..33c03ea485 100644 --- a/docs/Mono.Android/en/Android.Widget/SearchView+IOnQueryTextListener.xml +++ b/docs/Mono.Android/en/Android.Widget/SearchView+IOnQueryTextListener.xml @@ -29,10 +29,14 @@ - Android platform documentation + Java documentation for android.widget.SearchView.OnQueryTextListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -62,9 +66,19 @@ the new content of the query text field. Called when the query text is changed by the user. - To be added. + false if the SearchView should perform the default action of showing any + suggestions if available, true if the action was handled by the listener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.SearchView.OnQueryTextListener.onQueryTextChange(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -94,9 +108,19 @@ the query text that is to be submitted Called when the user submits the query. - To be added. + true if the query has been handled by the listener, false to let the + SearchView perform the default action. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.SearchView.OnQueryTextListener.onQueryTextSubmit(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/SearchView+IOnSuggestionListener.xml b/docs/Mono.Android/en/Android.Widget/SearchView+IOnSuggestionListener.xml index 13b6c2ce7a..e90d6d5a1b 100644 --- a/docs/Mono.Android/en/Android.Widget/SearchView+IOnSuggestionListener.xml +++ b/docs/Mono.Android/en/Android.Widget/SearchView+IOnSuggestionListener.xml @@ -29,10 +29,14 @@ - Android platform documentation + Java documentation for android.widget.SearchView.OnSuggestionListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -62,9 +66,20 @@ the absolute position of the clicked item in the list of suggestions. Called when a suggestion was clicked. - To be added. + true if the listener handles the event and wants to override the default + behavior of launching any intent or submitting a search query specified on that item. + Return false otherwise. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.SearchView.OnSuggestionListener.onSuggestionClick(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -94,9 +109,19 @@ the absolute position in the list of suggestions. Called when a suggestion was selected by navigating to it. - To be added. + true if the listener handles the event and wants to override the default + behavior of possibly rewriting the query based on the selected item, false otherwise. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.SearchView.OnSuggestionListener.onSuggestionSelect(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/SearchView.xml b/docs/Mono.Android/en/Android.Widget/SearchView.xml index 1a9765d1a7..670a67b2b6 100644 --- a/docs/Mono.Android/en/Android.Widget/SearchView.xml +++ b/docs/Mono.Android/en/Android.Widget/SearchView.xml @@ -506,7 +506,7 @@ - [TODO: @inheritDoc] + To be added @@ -546,7 +546,7 @@ - [TODO: @inheritDoc] + To be added diff --git a/docs/Mono.Android/en/Android.Widget/SeekBar+IOnSeekBarChangeListener.xml b/docs/Mono.Android/en/Android.Widget/SeekBar+IOnSeekBarChangeListener.xml index 9af98a3546..b25ae28f8d 100644 --- a/docs/Mono.Android/en/Android.Widget/SeekBar+IOnSeekBarChangeListener.xml +++ b/docs/Mono.Android/en/Android.Widget/SeekBar+IOnSeekBarChangeListener.xml @@ -26,14 +26,18 @@ A callback that notifies clients when the progress level has been - changed. + changed. - Android platform documentation + Java documentation for android.widget.SeekBar.OnSeekBarChangeListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,13 +68,23 @@ The SeekBar whose progress has changed - The current progress level. This will be in the range 0..max where max - was set by . (The default value for max is 100.) - True if the progress change was initiated by the user. - + The current progress level. This will be in the range min..max where min + and max were set by ProgressBar#setMin(int) and + ProgressBar#setMax(int), respectively. (The default values for + min is 0 and max is 100.) + True if the progress change was initiated by the user. Notification that the progress level has changed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.SeekBar.OnSeekBarChangeListener.onProgressChanged(android.widget.SeekBar, int, boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -98,11 +112,19 @@ - The SeekBar in which the touch gesture began - + The SeekBar in which the touch gesture began Notification that the user has started a touch gesture. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.SeekBar.OnSeekBarChangeListener.onStartTrackingTouch(android.widget.SeekBar). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -130,11 +152,19 @@ - The SeekBar in which the touch gesture began - + The SeekBar in which the touch gesture began Notification that the user has finished a touch gesture. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.SeekBar.OnSeekBarChangeListener.onStopTrackingTouch(android.widget.SeekBar). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/ShareActionProvider+IOnShareTargetSelectedListener.xml b/docs/Mono.Android/en/Android.Widget/ShareActionProvider+IOnShareTargetSelectedListener.xml index 5e4a189cec..2667432c76 100644 --- a/docs/Mono.Android/en/Android.Widget/ShareActionProvider+IOnShareTargetSelectedListener.xml +++ b/docs/Mono.Android/en/Android.Widget/ShareActionProvider+IOnShareTargetSelectedListener.xml @@ -29,10 +29,14 @@ - Android platform documentation + Java documentation for android.widget.ShareActionProvider.OnShareTargetSelectedListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,9 +68,18 @@ The source of the notification. The intent for launching the chosen share target. Called when a share target has been selected. - To be added. + The return result is ignored. Always return false for consistency. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.ShareActionProvider.OnShareTargetSelectedListener.onShareTargetSelected(android.widget.ShareActionProvider, android.content.Intent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/ShareActionProvider.xml b/docs/Mono.Android/en/Android.Widget/ShareActionProvider.xml index e539352912..a194422bd5 100644 --- a/docs/Mono.Android/en/Android.Widget/ShareActionProvider.xml +++ b/docs/Mono.Android/en/Android.Widget/ShareActionProvider.xml @@ -182,7 +182,7 @@ - [TODO: @inheritDoc] + To be added To be added. diff --git a/docs/Mono.Android/en/Android.Widget/SimpleAdapter+IViewBinder.xml b/docs/Mono.Android/en/Android.Widget/SimpleAdapter+IViewBinder.xml index a6cc5cb5a0..fd9c626892 100644 --- a/docs/Mono.Android/en/Android.Widget/SimpleAdapter+IViewBinder.xml +++ b/docs/Mono.Android/en/Android.Widget/SimpleAdapter+IViewBinder.xml @@ -26,14 +26,18 @@ This class can be used by external clients of SimpleAdapter to bind - values to views. + values to views. - Android platform documentation + Java documentation for android.widget.SimpleAdapter.ViewBinder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -66,12 +70,21 @@ the view to bind the data to the data to bind to the view a safe String representation of the supplied data: - it is either the result of data.toString() or an empty String but it - is never null + it is either the result of data.toString() or an empty String but it + is never null Binds the specified data to the specified view. - To be added. + true if the data was bound to the view, false otherwise - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.SimpleAdapter.ViewBinder.setViewValue(android.view.View, java.lang.Object, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/SimpleCursorAdapter+ICursorToStringConverter.xml b/docs/Mono.Android/en/Android.Widget/SimpleCursorAdapter+ICursorToStringConverter.xml index 126ab46218..aa2b7fac84 100644 --- a/docs/Mono.Android/en/Android.Widget/SimpleCursorAdapter+ICursorToStringConverter.xml +++ b/docs/Mono.Android/en/Android.Widget/SimpleCursorAdapter+ICursorToStringConverter.xml @@ -26,14 +26,18 @@ This class can be used by external clients of SimpleCursorAdapter - to define how the Cursor should be converted to a String. + to define how the Cursor should be converted to a String. - Android platform documentation + Java documentation for android.widget.SimpleCursorAdapter.CursorToStringConverter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -62,11 +66,20 @@ the cursor for which a CharSequence representation - is requested + is requested Returns a CharSequence representing the specified Cursor. - To be added. + a non-null CharSequence representing the cursor - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.SimpleCursorAdapter.CursorToStringConverter.convertToString(android.database.Cursor). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/SimpleCursorAdapter+IViewBinder.xml b/docs/Mono.Android/en/Android.Widget/SimpleCursorAdapter+IViewBinder.xml index 766ad78be1..37af721b6f 100644 --- a/docs/Mono.Android/en/Android.Widget/SimpleCursorAdapter+IViewBinder.xml +++ b/docs/Mono.Android/en/Android.Widget/SimpleCursorAdapter+IViewBinder.xml @@ -26,14 +26,18 @@ This class can be used by external clients of SimpleCursorAdapter - to bind values fom the Cursor to views. + to bind values fom the Cursor to views. - Android platform documentation + Java documentation for android.widget.SimpleCursorAdapter.ViewBinder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -67,9 +71,18 @@ the cursor to get the data from the column at which the data can be found in the cursor Binds the Cursor column defined by the specified index to the specified view. - To be added. + true if the data was bound to the view, false otherwise - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.SimpleCursorAdapter.ViewBinder.setViewValue(android.view.View, android.database.Cursor, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/SimpleCursorTreeAdapter+IViewBinder.xml b/docs/Mono.Android/en/Android.Widget/SimpleCursorTreeAdapter+IViewBinder.xml index 2c6c7bc070..741926aa6c 100644 --- a/docs/Mono.Android/en/Android.Widget/SimpleCursorTreeAdapter+IViewBinder.xml +++ b/docs/Mono.Android/en/Android.Widget/SimpleCursorTreeAdapter+IViewBinder.xml @@ -26,14 +26,18 @@ This class can be used by external clients of SimpleCursorTreeAdapter - to bind values from the Cursor to views. + to bind values from the Cursor to views. - Android platform documentation + Java documentation for android.widget.SimpleCursorTreeAdapter.ViewBinder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -67,9 +71,18 @@ the cursor to get the data from the column at which the data can be found in the cursor Binds the Cursor column defined by the specified index to the specified view. - To be added. + true if the data was bound to the view, false otherwise - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.SimpleCursorTreeAdapter.ViewBinder.setViewValue(android.view.View, android.database.Cursor, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/SlidingDrawer+IOnDrawerCloseListener.xml b/docs/Mono.Android/en/Android.Widget/SlidingDrawer+IOnDrawerCloseListener.xml index 8d5b9d28cc..47473bbbbe 100644 --- a/docs/Mono.Android/en/Android.Widget/SlidingDrawer+IOnDrawerCloseListener.xml +++ b/docs/Mono.Android/en/Android.Widget/SlidingDrawer+IOnDrawerCloseListener.xml @@ -33,10 +33,14 @@ - Android platform documentation + Java documentation for android.widget.SlidingDrawer.OnDrawerCloseListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -68,7 +72,16 @@ Invoked when the drawer becomes fully closed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.SlidingDrawer.OnDrawerCloseListener.onDrawerClosed(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/SlidingDrawer+IOnDrawerOpenListener.xml b/docs/Mono.Android/en/Android.Widget/SlidingDrawer+IOnDrawerOpenListener.xml index 61557cac0e..f0ad43c25f 100644 --- a/docs/Mono.Android/en/Android.Widget/SlidingDrawer+IOnDrawerOpenListener.xml +++ b/docs/Mono.Android/en/Android.Widget/SlidingDrawer+IOnDrawerOpenListener.xml @@ -33,10 +33,14 @@ - Android platform documentation + Java documentation for android.widget.SlidingDrawer.OnDrawerOpenListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -68,7 +72,16 @@ Invoked when the drawer becomes fully open. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.SlidingDrawer.OnDrawerOpenListener.onDrawerOpened(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/SlidingDrawer+IOnDrawerScrollListener.xml b/docs/Mono.Android/en/Android.Widget/SlidingDrawer+IOnDrawerScrollListener.xml index ec7e32c420..7ff0e84a9b 100644 --- a/docs/Mono.Android/en/Android.Widget/SlidingDrawer+IOnDrawerScrollListener.xml +++ b/docs/Mono.Android/en/Android.Widget/SlidingDrawer+IOnDrawerScrollListener.xml @@ -33,10 +33,14 @@ - Android platform documentation + Java documentation for android.widget.SlidingDrawer.OnDrawerScrollListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -68,7 +72,16 @@ Invoked when the user stops dragging/flinging the drawer's handle. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.SlidingDrawer.OnDrawerScrollListener.onScrollEnded(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -100,7 +113,16 @@ Invoked when the user starts dragging/flinging the drawer's handle. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.SlidingDrawer.OnDrawerScrollListener.onScrollStarted(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/Space.xml b/docs/Mono.Android/en/Android.Widget/Space.xml index 457afc43a5..8f04952f8d 100644 --- a/docs/Mono.Android/en/Android.Widget/Space.xml +++ b/docs/Mono.Android/en/Android.Widget/Space.xml @@ -56,7 +56,7 @@ To be added. - [TODO: @inheritDoc] + To be added @@ -95,7 +95,7 @@ To be added. To be added. - [TODO: @inheritDoc] + To be added @@ -136,7 +136,7 @@ To be added. To be added. To be added. - [TODO: @inheritDoc] + To be added @@ -179,7 +179,7 @@ To be added. To be added. To be added. - [TODO: @inheritDoc] + To be added diff --git a/docs/Mono.Android/en/Android.Widget/StackView.xml b/docs/Mono.Android/en/Android.Widget/StackView.xml index dcd2ab34f8..0098205809 100644 --- a/docs/Mono.Android/en/Android.Widget/StackView.xml +++ b/docs/Mono.Android/en/Android.Widget/StackView.xml @@ -55,7 +55,7 @@ To be added. - [TODO: @inheritDoc] + To be added @@ -94,7 +94,7 @@ To be added. To be added. - [TODO: @inheritDoc] + To be added @@ -158,7 +158,7 @@ To be added. To be added. To be added. - [TODO: @inheritDoc] + To be added @@ -201,7 +201,7 @@ To be added. To be added. To be added. - [TODO: @inheritDoc] + To be added diff --git a/docs/Mono.Android/en/Android.Widget/TabHost+IOnTabChangeListener.xml b/docs/Mono.Android/en/Android.Widget/TabHost+IOnTabChangeListener.xml index 469f254f6b..1e119aae4f 100644 --- a/docs/Mono.Android/en/Android.Widget/TabHost+IOnTabChangeListener.xml +++ b/docs/Mono.Android/en/Android.Widget/TabHost+IOnTabChangeListener.xml @@ -29,15 +29,18 @@ - Interface definition for a callback to be invoked when tab changed - + Interface definition for a callback to be invoked when tab changed - Android platform documentation + Java documentation for android.widget.TabHost.OnTabChangeListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/TabHost+ITabContentFactory.xml b/docs/Mono.Android/en/Android.Widget/TabHost+ITabContentFactory.xml index 49eb23ed40..602a705bb7 100644 --- a/docs/Mono.Android/en/Android.Widget/TabHost+ITabContentFactory.xml +++ b/docs/Mono.Android/en/Android.Widget/TabHost+ITabContentFactory.xml @@ -33,10 +33,14 @@ - Android platform documentation + Java documentation for android.widget.TabHost.TabContentFactory. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -70,9 +74,18 @@ Which tab was selected. Callback to make the tab contents - To be added. + The view to display the contents of the selected tab. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.TabHost.TabContentFactory.createTabContent(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/TabHost+TabSpec.xml b/docs/Mono.Android/en/Android.Widget/TabHost+TabSpec.xml index 2e6d3c64d8..dc8ad4093e 100644 --- a/docs/Mono.Android/en/Android.Widget/TabHost+TabSpec.xml +++ b/docs/Mono.Android/en/Android.Widget/TabHost+TabSpec.xml @@ -23,14 +23,18 @@ A tab has a tab indicator, content, and a tag that is used to keep - track of it. + track of it. - Android platform documentation + Java documentation for android.widget.TabHost.TabSpec. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -397,11 +401,19 @@ System.String - - - To be added. + Returns the tag for this tab specification. + the tag for this tab specification - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.TabHost.TabSpec.getTag(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/TableLayout+LayoutParams.xml b/docs/Mono.Android/en/Android.Widget/TableLayout+LayoutParams.xml index b5c216a88f..60d01e1bae 100644 --- a/docs/Mono.Android/en/Android.Widget/TableLayout+LayoutParams.xml +++ b/docs/Mono.Android/en/Android.Widget/TableLayout+LayoutParams.xml @@ -18,15 +18,20 @@ - - + This set of layout parameters enforces the width of each child to be + #MATCH_PARENT and the height of each child to be + #WRAP_CONTENT, but only if the height is not specified. - Android platform documentation + Java documentation for android.widget.TableLayout.LayoutParams. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -48,10 +53,20 @@ - - + Sets the child width to + android.view.ViewGroup.LayoutParams and the child height to + android.view.ViewGroup.LayoutParams#WRAP_CONTENT. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.TableLayout.LayoutParams.TableLayout$LayoutParams(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -137,10 +152,18 @@ To be added. To be added. - - + To be added - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.TableLayout.LayoutParams.TableLayout$LayoutParams(android.content.Context, android.util.AttributeSet). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -168,10 +191,18 @@ To be added. To be added. - - + To be added - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.TableLayout.LayoutParams.TableLayout$LayoutParams(int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -224,10 +255,18 @@ To be added. To be added. To be added. - - + To be added - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.TableLayout.LayoutParams.TableLayout$LayoutParams(int, int, float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/TableRow+LayoutParams.xml b/docs/Mono.Android/en/Android.Widget/TableRow+LayoutParams.xml index f247c41934..5cc979388e 100644 --- a/docs/Mono.Android/en/Android.Widget/TableRow+LayoutParams.xml +++ b/docs/Mono.Android/en/Android.Widget/TableRow+LayoutParams.xml @@ -18,15 +18,18 @@ - - + Set of layout parameters used in table rows. - Android platform documentation + Java documentation for android.widget.TableRow.LayoutParams. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -48,10 +51,20 @@ - - + Sets the child width to android.view.ViewGroup.LayoutParams + and the child height to + android.view.ViewGroup.LayoutParams#WRAP_CONTENT. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.TableRow.LayoutParams.TableRow$LayoutParams(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -134,11 +147,19 @@ - To be added. - - + the column index for the view + Puts the view in the specified column. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.TableRow.LayoutParams.TableRow$LayoutParams(int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -166,10 +187,18 @@ To be added. To be added. - - + To be added - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.TableRow.LayoutParams.TableRow$LayoutParams(android.content.Context, android.util.AttributeSet). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -195,12 +224,20 @@ - To be added. - To be added. - - + the desired width + the desired height + Sets the child width and the child height. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.TableRow.LayoutParams.TableRow$LayoutParams(int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -250,13 +287,21 @@ - To be added. - To be added. - To be added. - - + the desired width + the desired height + the desired weight + Sets the child width, height and weight. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.TableRow.LayoutParams.TableRow$LayoutParams(int, int, float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -281,11 +326,19 @@ System.Int32 - - + The column index of the cell represented by the widget. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.TableRow.LayoutParams.column. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -341,11 +394,19 @@ System.Int32 - - + The number of columns the widgets spans over. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.TableRow.LayoutParams.span. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/TableRow.xml b/docs/Mono.Android/en/Android.Widget/TableRow.xml index 3faf8cab37..1c1b1206fa 100644 --- a/docs/Mono.Android/en/Android.Widget/TableRow.xml +++ b/docs/Mono.Android/en/Android.Widget/TableRow.xml @@ -158,7 +158,7 @@ the child's index - [TODO: @inheritDoc] + To be added To be added. @@ -288,7 +288,7 @@ System.Int32 - [TODO: @inheritDoc] + To be added To be added. diff --git a/docs/Mono.Android/en/Android.Widget/TextView+BufferType.xml b/docs/Mono.Android/en/Android.Widget/TextView+BufferType.xml index eaaaef4e3a..a914b66136 100644 --- a/docs/Mono.Android/en/Android.Widget/TextView+BufferType.xml +++ b/docs/Mono.Android/en/Android.Widget/TextView+BufferType.xml @@ -18,14 +18,19 @@ - To be added. + Type of the text buffer that defines the characteristics of the text such as static, + styleable, or editable. - Android platform documentation + Java documentation for android.widget.TextView.BufferType. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/TextView+IOnEditorActionListener.xml b/docs/Mono.Android/en/Android.Widget/TextView+IOnEditorActionListener.xml index 4369ea6a49..de046cc9d6 100644 --- a/docs/Mono.Android/en/Android.Widget/TextView+IOnEditorActionListener.xml +++ b/docs/Mono.Android/en/Android.Widget/TextView+IOnEditorActionListener.xml @@ -26,14 +26,18 @@ Interface definition for a callback to be invoked when an action is - performed on the editor. + performed on the editor. - Android platform documentation + Java documentation for android.widget.TextView.OnEditorActionListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -70,16 +74,28 @@ - The view that was clicked. - Identifier of the action. This will be either the - identifier you supplied, or if being called due to the enter key - being pressed. If triggered by an enter key, this is the event; otherwise, this is null. + The view that was clicked. + Identifier of the action. This will be either the + identifier you supplied, or EditorInfo#IME_NULL + EditorInfo.IME_NULL if being called due to the enter key + being pressed. + If triggered by an enter key, this is the event; + otherwise, this is null. Called when an action is being performed. - To be added. + Return true if you have consumed the action, else false. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.TextView.OnEditorActionListener.onEditorAction(android.widget.TextView, int, android.view.KeyEvent). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/TextView+SavedState.xml b/docs/Mono.Android/en/Android.Widget/TextView+SavedState.xml index 80a0788d85..706e61dd4f 100644 --- a/docs/Mono.Android/en/Android.Widget/TextView+SavedState.xml +++ b/docs/Mono.Android/en/Android.Widget/TextView+SavedState.xml @@ -19,14 +19,18 @@ User interface state that is stored by TextView for implementing - . + View#onSaveInstanceState. - Android platform documentation + Java documentation for android.widget.TextView.SavedState. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/TextView.xml b/docs/Mono.Android/en/Android.Widget/TextView.xml index 0ba076d98d..d2fe3921c4 100644 --- a/docs/Mono.Android/en/Android.Widget/TextView.xml +++ b/docs/Mono.Android/en/Android.Widget/TextView.xml @@ -2424,10 +2424,22 @@ To be added. To be added. To be added. - To be added. + Returns the default color from the TextView_textColor attribute from the + AttributeSet, if set, or the default color from the + TextAppearance_textColor from the TextView_textAppearance attribute, if + TextView_textColor was not set directly. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.TextView.getTextColor(android.content.Context, android.content.res.TypedArray, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2458,12 +2470,14 @@ To be added. To be added. - Gets the text colors for the different states (normal, selected, focused) of the TextView. + Returns the TextView_textColor attribute from the TypedArray, if set, or + the TextAppearance_textColor from the TextView_textAppearance attribute, + if TextView_textColor was not set directly. To be added. - Java documentation for android.widget.TextView.getTextColors(). + Java documentation for android.widget.TextView.getTextColors(android.content.Context, android.content.res.TypedArray). @@ -4653,7 +4667,7 @@ - [TODO: @inheritDoc] + To be added To be added. @@ -5159,7 +5173,16 @@ To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.TextView.resetResolvedDrawables(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -7233,7 +7256,16 @@ Sets the relative padding. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.TextView.setPaddingRelative(int, int, int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/TimePicker+IOnTimeChangedListener.xml b/docs/Mono.Android/en/Android.Widget/TimePicker+IOnTimeChangedListener.xml index 13b7dcdefc..079f9b149e 100644 --- a/docs/Mono.Android/en/Android.Widget/TimePicker+IOnTimeChangedListener.xml +++ b/docs/Mono.Android/en/Android.Widget/TimePicker+IOnTimeChangedListener.xml @@ -29,10 +29,14 @@ - Android platform documentation + Java documentation for android.widget.TimePicker.OnTimeChangedListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,12 +68,20 @@ The view associated with this listener. The current hour. - The current minute. - + The current minute. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.TimePicker.OnTimeChangedListener.onTimeChanged(android.widget.TimePicker, int, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/Toast+Callback.xml b/docs/Mono.Android/en/Android.Widget/Toast+Callback.xml index af17a751b5..c3f28a4b3c 100644 --- a/docs/Mono.Android/en/Android.Widget/Toast+Callback.xml +++ b/docs/Mono.Android/en/Android.Widget/Toast+Callback.xml @@ -18,8 +18,19 @@ - To be added. - To be added. + Callback object to be called when the toast is shown or hidden. + + + + Java documentation for android.widget.Toast.Callback. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -114,8 +125,19 @@ - To be added. - To be added. + Called when the toast is hidden. + + + + Java documentation for android.widget.Toast.Callback.onToastHidden(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -139,8 +161,19 @@ - To be added. - To be added. + Called when the toast is displayed on the screen. + + + + Java documentation for android.widget.Toast.Callback.onToastShown(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Android.Widget/Toolbar+IOnMenuItemClickListener.xml b/docs/Mono.Android/en/Android.Widget/Toolbar+IOnMenuItemClickListener.xml index ea4e5ccf1b..fa5333f3ea 100644 --- a/docs/Mono.Android/en/Android.Widget/Toolbar+IOnMenuItemClickListener.xml +++ b/docs/Mono.Android/en/Android.Widget/Toolbar+IOnMenuItemClickListener.xml @@ -25,14 +25,19 @@ - To be added. + Interface responsible for receiving menu item click events if the items themselves + do not have individual item click listeners. - Android platform documentation + Java documentation for android.widget.Toolbar.OnMenuItemClickListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -59,11 +64,22 @@ - To be added. - To be added. - To be added. + + MenuItem that was clicked + This method will be invoked when a menu item is clicked if the item itself did + not already handle the event. + <code>true</code> if the event was handled, <code>false</code> otherwise. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.Toolbar.OnMenuItemClickListener.onMenuItemClick(android.view.MenuItem). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/Toolbar+LayoutParams.xml b/docs/Mono.Android/en/Android.Widget/Toolbar+LayoutParams.xml index 7b50934747..9890066bbc 100644 --- a/docs/Mono.Android/en/Android.Widget/Toolbar+LayoutParams.xml +++ b/docs/Mono.Android/en/Android.Widget/Toolbar+LayoutParams.xml @@ -18,14 +18,18 @@ - To be added. + Layout information for child views of Toolbars. - Android platform documentation + Java documentation for android.widget.Toolbar.LayoutParams. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/ViewSwitcher+IViewFactory.xml b/docs/Mono.Android/en/Android.Widget/ViewSwitcher+IViewFactory.xml index ad635c8f0e..147530ea44 100644 --- a/docs/Mono.Android/en/Android.Widget/ViewSwitcher+IViewFactory.xml +++ b/docs/Mono.Android/en/Android.Widget/ViewSwitcher+IViewFactory.xml @@ -29,10 +29,14 @@ - Android platform documentation + Java documentation for android.widget.ViewSwitcher.ViewFactory. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -58,11 +62,20 @@ - Creates a new to be added in a - . - To be added. + Creates a new android.view.View to be added in a + android.widget.ViewSwitcher. + a android.view.View - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.ViewSwitcher.ViewFactory.makeView(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Widget/ZoomButtonsController+IOnZoomListener.xml b/docs/Mono.Android/en/Android.Widget/ZoomButtonsController+IOnZoomListener.xml index f87750416b..f8cd056663 100644 --- a/docs/Mono.Android/en/Android.Widget/ZoomButtonsController+IOnZoomListener.xml +++ b/docs/Mono.Android/en/Android.Widget/ZoomButtonsController+IOnZoomListener.xml @@ -30,14 +30,18 @@ Interface that will be called when the user performs an interaction that - triggers some action, for example zooming. + triggers some action, for example zooming. - Android platform documentation + Java documentation for android.widget.ZoomButtonsController.OnZoomListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -69,11 +73,19 @@ - Whether the zoom controls are visible. - + Whether the zoom controls are visible. Called when the zoom controls' visibility changes. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.ZoomButtonsController.OnZoomListener.onVisibilityChanged(boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -105,11 +117,19 @@ - The direction of the zoom: true to zoom in, false to zoom out. - + The direction of the zoom: true to zoom in, false to zoom out. Called when the owner view needs to be zoomed. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for android.widget.ZoomButtonsController.OnZoomListener.onZoom(boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Android.Window/ISplashScreenOnExitAnimationListener.xml b/docs/Mono.Android/en/Android.Window/ISplashScreenOnExitAnimationListener.xml index 70a12ed9ba..9c769d55b5 100644 --- a/docs/Mono.Android/en/Android.Window/ISplashScreenOnExitAnimationListener.xml +++ b/docs/Mono.Android/en/Android.Window/ISplashScreenOnExitAnimationListener.xml @@ -25,8 +25,19 @@ - To be added. - To be added. + Listens for the splash screen exit event. + + + + Java documentation for android.window.SplashScreen.OnExitAnimationListener. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -52,9 +63,21 @@ - To be added. - To be added. - To be added. + The view object which on top of this Activity. + When receiving this callback, the SplashScreenView object will be drawing on top + of the activity. + + + + Java documentation for android.window.SplashScreen.OnExitAnimationListener.onSplashScreenExit(android.window.SplashScreenView). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/FrameworksIndex/xamarin-android-sdk-12.xml b/docs/Mono.Android/en/FrameworksIndex/xamarin-android-sdk-12.xml index 293ba8b8c3..f0ee2aaa74 100644 --- a/docs/Mono.Android/en/FrameworksIndex/xamarin-android-sdk-12.xml +++ b/docs/Mono.Android/en/FrameworksIndex/xamarin-android-sdk-12.xml @@ -11743,6 +11743,7 @@ + @@ -12241,6 +12242,9 @@ + + + @@ -17789,6 +17793,7 @@ + @@ -24834,11 +24839,11 @@ + - @@ -24850,11 +24855,11 @@ + - @@ -33427,6 +33432,7 @@ + @@ -45702,7 +45708,6 @@ - @@ -75410,6 +75415,7 @@ + @@ -76295,12 +76301,12 @@ + - @@ -76864,13 +76870,13 @@ + - @@ -76904,6 +76910,7 @@ + @@ -76919,7 +76926,6 @@ - @@ -76954,11 +76960,11 @@ + - @@ -86515,6 +86521,7 @@ + @@ -96313,6 +96320,7 @@ + @@ -96325,7 +96333,6 @@ - @@ -98345,6 +98352,7 @@ + @@ -98377,7 +98385,6 @@ - @@ -98430,6 +98437,7 @@ + @@ -98457,7 +98465,6 @@ - @@ -98494,6 +98501,7 @@ + @@ -98521,7 +98529,6 @@ - @@ -100838,6 +100845,7 @@ + @@ -100855,7 +100863,6 @@ - @@ -122034,387 +122041,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -122426,65 +122052,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -122496,71 +122063,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -122572,31 +122074,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - @@ -122608,41 +122085,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -122687,8 +122129,16 @@ + + + + + + + + diff --git a/docs/Mono.Android/en/Java.Awt.Font/NumericShaper+Range.xml b/docs/Mono.Android/en/Java.Awt.Font/NumericShaper+Range.xml index be9667d258..0cc9b5b5b4 100644 --- a/docs/Mono.Android/en/Java.Awt.Font/NumericShaper+Range.xml +++ b/docs/Mono.Android/en/Java.Awt.Font/NumericShaper+Range.xml @@ -18,14 +18,19 @@ - To be added. + A NumericShaper.Range represents a Unicode range of a + script having its own decimal digits. - Android platform documentation + Java documentation for java.awt.font.NumericShaper.Range. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.IO/DataInputStream.xml b/docs/Mono.Android/en/Java.IO/DataInputStream.xml index 27bdbcdabd..c901b63255 100644 --- a/docs/Mono.Android/en/Java.IO/DataInputStream.xml +++ b/docs/Mono.Android/en/Java.IO/DataInputStream.xml @@ -890,7 +890,7 @@ Reads from the stream <code>in</code> a representation of a Unicode character string encoded in - <a href="DataInput. + "DataInput. a Unicode string. diff --git a/docs/Mono.Android/en/Java.IO/DataOutputStream.xml b/docs/Mono.Android/en/Java.IO/DataOutputStream.xml index 31e127acf2..0842e8406c 100644 --- a/docs/Mono.Android/en/Java.IO/DataOutputStream.xml +++ b/docs/Mono.Android/en/Java.IO/DataOutputStream.xml @@ -730,7 +730,7 @@ a string to be written. Writes a string to the underlying output stream using - <a href="DataInput. + "DataInput. diff --git a/docs/Mono.Android/en/Java.IO/File.xml b/docs/Mono.Android/en/Java.IO/File.xml index afc1c9561b..4dd2ae8a83 100644 --- a/docs/Mono.Android/en/Java.IO/File.xml +++ b/docs/Mono.Android/en/Java.IO/File.xml @@ -850,8 +850,7 @@ System.Int64 - Returns the number of unallocated bytes in the partition <a - href="#partName">named</a> by this abstract path name. + Returns the number of unallocated bytes in the partition "#partName">named by this abstract path name. The number of unallocated bytes on the partition or 0L if the abstract pathname does not name a partition. This value will be less than or equal to the total file system size @@ -2522,7 +2521,7 @@ System.Int64 - Returns the size of the partition <a href="#partName">named</a> by this + Returns the size of the partition "#partName">named by this abstract pathname. The size, in bytes, of the partition or 0L if this abstract pathname does not name a partition @@ -2645,7 +2644,7 @@ Returns the number of bytes available to this virtual machine on the - partition <a href="#partName">named</a> by this abstract pathname. + partition "#partName">named by this abstract pathname. The number of available bytes on the partition or 0L if the abstract pathname does not name a partition. On systems where this information is not available, this method diff --git a/docs/Mono.Android/en/Java.IO/IDataInput.xml b/docs/Mono.Android/en/Java.IO/IDataInput.xml index a3e36b4d91..54b77b4c60 100644 --- a/docs/Mono.Android/en/Java.IO/IDataInput.xml +++ b/docs/Mono.Android/en/Java.IO/IDataInput.xml @@ -639,7 +639,7 @@ Reads in a string that has been encoded using a - <a href="#modified-utf-8">modified UTF-8</a> + "#modified-utf-8">modified UTF-8 format. a Unicode string. diff --git a/docs/Mono.Android/en/Java.IO/IDataOutput.xml b/docs/Mono.Android/en/Java.IO/IDataOutput.xml index 19713ce7c7..469d0e41c6 100644 --- a/docs/Mono.Android/en/Java.IO/IDataOutput.xml +++ b/docs/Mono.Android/en/Java.IO/IDataOutput.xml @@ -636,7 +636,7 @@ Writes two bytes of length information to the output stream, followed by the - <a href="DataInput. + "DataInput. diff --git a/docs/Mono.Android/en/Java.IO/InterruptedIOException.xml b/docs/Mono.Android/en/Java.IO/InterruptedIOException.xml index 57bec2caaf..02a9c39bfc 100644 --- a/docs/Mono.Android/en/Java.IO/InterruptedIOException.xml +++ b/docs/Mono.Android/en/Java.IO/InterruptedIOException.xml @@ -149,10 +149,20 @@ System.Int32 - The number of bytes transferred before the I/O interrupt occurred. + Reports how many bytes had been transferred as part of the I/O + operation before it was interrupted. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.io.InterruptedIOException.bytesTransferred. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.IO/ObjectInputStream+GetField.xml b/docs/Mono.Android/en/Java.IO/ObjectInputStream+GetField.xml index 7f55c32a60..011691d275 100644 --- a/docs/Mono.Android/en/Java.IO/ObjectInputStream+GetField.xml +++ b/docs/Mono.Android/en/Java.IO/ObjectInputStream+GetField.xml @@ -18,15 +18,18 @@ - GetField is an inner class that provides access to the persistent fields - read from the source stream. + Provide access to the persistent fields read from the input stream. - Android platform documentation + Java documentation for java.io.ObjectInputStream.GetField. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -102,11 +105,21 @@ - the name of the field to check. - Indicates if the field identified by name is defaulted. - To be added. + the name of the field + Return true if the named field is defaulted and has no value in this + stream. + true, if and only if the named field is defaulted - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.io.ObjectInputStream.GetField.defaulted(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. if name does not identify a serializable field. @@ -139,13 +152,22 @@ - the name of the field to get. - To be added. - Gets the value of the object field identified by name from - the persistent field. - To be added. + the name of the field + the default value to use if <code>name</code> does not + have a value + Get the value of the named Object field from the persistent field. + the value of the named <code>Object</code> field - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.io.ObjectInputStream.GetField.get(java.lang.String, java.lang.Object). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. if an error occurs while reading from the source input @@ -179,13 +201,22 @@ - the name of the field to get. - To be added. - Gets the value of the boolean field identified by name from - the persistent field. - To be added. + the name of the field + the default value to use if <code>name</code> does not + have a value + Get the value of the named boolean field from the persistent field. + the value of the named <code>boolean</code> field - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.io.ObjectInputStream.GetField.get(java.lang.String, boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. if an error occurs while reading from the source input @@ -219,13 +250,22 @@ - the name of the field to get. - To be added. - Gets the value of the character field identified by name from - the persistent field. - To be added. + the name of the field + the default value to use if <code>name</code> does not + have a value + Get the value of the named char field from the persistent field. + the value of the named <code>char</code> field - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.io.ObjectInputStream.GetField.get(java.lang.String, char). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. if an error occurs while reading from the source input @@ -259,13 +299,22 @@ - the name of the field to get. - To be added. - Gets the value of the double field identified by name from - the persistent field. - To be added. + the name of the field + the default value to use if <code>name</code> does not + have a value + Get the value of the named double field from the persistent field. + the value of the named <code>double</code> field - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.io.ObjectInputStream.GetField.get(java.lang.String, double). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. if an error occurs while reading from the source input @@ -299,13 +348,22 @@ - the name of the field to get. - To be added. - Gets the value of the short field identified by name from the - persistent field. - To be added. + the name of the field + the default value to use if <code>name</code> does not + have a value + Get the value of the named short field from the persistent field. + the value of the named <code>short</code> field - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.io.ObjectInputStream.GetField.get(java.lang.String, short). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. if an error occurs while reading from the source input @@ -339,13 +397,22 @@ - the name of the field to get. - To be added. - Gets the value of the integer field identified by name from - the persistent field. - To be added. + the name of the field + the default value to use if <code>name</code> does not + have a value + Get the value of the named int field from the persistent field. + the value of the named <code>int</code> field - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.io.ObjectInputStream.GetField.get(java.lang.String, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. if an error occurs while reading from the source input @@ -379,13 +446,22 @@ - the name of the field to get. - To be added. - Gets the value of the long field identified by name from the - persistent field. - To be added. + the name of the field + the default value to use if <code>name</code> does not + have a value + Get the value of the named long field from the persistent field. + the value of the named <code>long</code> field - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.io.ObjectInputStream.GetField.get(java.lang.String, long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. if an error occurs while reading from the source input @@ -419,13 +495,22 @@ - the name of the field to get. - To be added. - Gets the value of the byte field identified by name from the - persistent field. - To be added. + the name of the field + the default value to use if <code>name</code> does not + have a value + Get the value of the named byte field from the persistent field. + the value of the named <code>byte</code> field - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.io.ObjectInputStream.GetField.get(java.lang.String, byte). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. if an error occurs while reading from the source input @@ -459,13 +544,22 @@ - the name of the field to get. - To be added. - Gets the value of the float field identified by name from the - persistent field. - To be added. + the name of the field + the default value to use if <code>name</code> does not + have a value + Get the value of the named float field from the persistent field. + the value of the named <code>float</code> field - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.io.ObjectInputStream.GetField.get(java.lang.String, float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. if an error occurs while reading from the source input diff --git a/docs/Mono.Android/en/Java.IO/ObjectInputStream.xml b/docs/Mono.Android/en/Java.IO/ObjectInputStream.xml index 47eda4e79a..f8509e8e5f 100644 --- a/docs/Mono.Android/en/Java.IO/ObjectInputStream.xml +++ b/docs/Mono.Android/en/Java.IO/ObjectInputStream.xml @@ -1192,7 +1192,7 @@ Reads a String in - <a href="DataInput. + "DataInput. the String. diff --git a/docs/Mono.Android/en/Java.IO/ObjectOutputStream+PutField.xml b/docs/Mono.Android/en/Java.IO/ObjectOutputStream+PutField.xml index 0b3877a76c..8c20a55697 100644 --- a/docs/Mono.Android/en/Java.IO/ObjectOutputStream+PutField.xml +++ b/docs/Mono.Android/en/Java.IO/ObjectOutputStream+PutField.xml @@ -18,15 +18,19 @@ - PutField is an inner class to provide access to the persistent fields - that are written to the target stream. + Provide programmatic access to the persistent fields to be written + to ObjectOutput. - Android platform documentation + Java documentation for java.io.ObjectOutputStream.PutField. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -134,12 +138,21 @@ - the name of the field to serialize. - To be added. - Puts the value of the Object field identified by name to the - persistent field. + the name of the serializable field + the value to assign to the field + (which may be <code>null</code>) + Put the value of the named Object field into the persistent field. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.io.ObjectOutputStream.PutField.put(java.lang.String, java.lang.Object). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -168,12 +181,20 @@ - the name of the field to serialize. - To be added. - Puts the value of the boolean field identified by name to the - persistent field. + the name of the serializable field + the value to assign to the field + Put the value of the named boolean field into the persistent field. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.io.ObjectOutputStream.PutField.put(java.lang.String, boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -202,12 +223,20 @@ - the name of the field to serialize. - To be added. - Puts the value of the character field identified by name to - the persistent field. + the name of the serializable field + the value to assign to the field + Put the value of the named char field into the persistent field. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.io.ObjectOutputStream.PutField.put(java.lang.String, char). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -236,12 +265,20 @@ - the name of the field to serialize. - To be added. - Puts the value of the double field identified by name to the - persistent field. + the name of the serializable field + the value to assign to the field + Put the value of the named double field into the persistent field. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.io.ObjectOutputStream.PutField.put(java.lang.String, double). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -270,12 +307,20 @@ - the name of the field to serialize. - To be added. - Puts the value of the short field identified by name to the - persistent field. + the name of the serializable field + the value to assign to the field + Put the value of the named short field into the persistent field. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.io.ObjectOutputStream.PutField.put(java.lang.String, short). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -304,12 +349,20 @@ - the name of the field to serialize. - To be added. - Puts the value of the integer field identified by name to the - persistent field. + the name of the serializable field + the value to assign to the field + Put the value of the named int field into the persistent field. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.io.ObjectOutputStream.PutField.put(java.lang.String, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -338,12 +391,20 @@ - the name of the field to serialize. - To be added. - Puts the value of the long field identified by name to the - persistent field. + the name of the serializable field + the value to assign to the field + Put the value of the named long field into the persistent field. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.io.ObjectOutputStream.PutField.put(java.lang.String, long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -372,12 +433,20 @@ - the name of the field to serialize. - To be added. - Puts the value of the byte field identified by name to the - persistent field. + the name of the serializable field + the value to assign to the field + Put the value of the named byte field into the persistent field. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.io.ObjectOutputStream.PutField.put(java.lang.String, byte). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -406,12 +475,20 @@ - the name of the field to serialize. - To be added. - Puts the value of the float field identified by name to the - persistent field. + the name of the serializable field + the value to assign to the field + Put the value of the named float field into the persistent field. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.io.ObjectOutputStream.PutField.put(java.lang.String, float). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -493,6 +570,10 @@ [Android.Runtime.Register("write", "(Ljava/io/ObjectOutput;)V", "GetWrite_Ljava_io_ObjectOutput_Handler")] [<Android.Runtime.Register("write", "(Ljava/io/ObjectOutput;)V", "GetWrite_Ljava_io_ObjectOutput_Handler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void @@ -501,10 +582,21 @@ - the target stream - Writes the fields to the target stream out. + the stream to write the data and fields to + Write the data and fields to the specified ObjectOutput stream, + which must be the same stream that produced this + <code>PutField</code> object. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.io.ObjectOutputStream.PutField.write(java.io.ObjectOutput). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. if an error occurs while writing to the target stream. diff --git a/docs/Mono.Android/en/Java.IO/ObjectOutputStream.xml b/docs/Mono.Android/en/Java.IO/ObjectOutputStream.xml index c4c010d24d..b07e4794f0 100644 --- a/docs/Mono.Android/en/Java.IO/ObjectOutputStream.xml +++ b/docs/Mono.Android/en/Java.IO/ObjectOutputStream.xml @@ -1406,7 +1406,7 @@ the String to be written Primitive data write of this String in - <a href="DataInput. + "DataInput. diff --git a/docs/Mono.Android/en/Java.IO/OptionalDataException.xml b/docs/Mono.Android/en/Java.IO/OptionalDataException.xml index 91787e4530..7022c21865 100644 --- a/docs/Mono.Android/en/Java.IO/OptionalDataException.xml +++ b/docs/Mono.Android/en/Java.IO/OptionalDataException.xml @@ -79,11 +79,19 @@ System.Boolean - - true indicates that there is no more primitive data available. + True if there is no more data in the buffered part of the stream. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.io.OptionalDataException.eof. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -139,11 +147,20 @@ System.Int32 - The number of bytes of primitive data (int, char, long etc.) that are - available. + The number of bytes of primitive data available to be read + in the current buffer. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.io.OptionalDataException.length. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.IO/PrintStream.xml b/docs/Mono.Android/en/Java.IO/PrintStream.xml index 2f16b64a92..bdc625e1bf 100644 --- a/docs/Mono.Android/en/Java.IO/PrintStream.xml +++ b/docs/Mono.Android/en/Java.IO/PrintStream.xml @@ -371,8 +371,8 @@ <code>println</code> methods is invoked, or a newline character or byte (<code>'\n'</code>) is written The name of a supported - <a href="../lang/package-summary.html#charenc"> - character encoding</a> + "../lang/package-summary.html#charenc"> + character encoding Creates a new print stream. diff --git a/docs/Mono.Android/en/Java.IO/RandomAccessFile.xml b/docs/Mono.Android/en/Java.IO/RandomAccessFile.xml index b84eb5aa6b..18652b8f80 100644 --- a/docs/Mono.Android/en/Java.IO/RandomAccessFile.xml +++ b/docs/Mono.Android/en/Java.IO/RandomAccessFile.xml @@ -143,7 +143,7 @@ the system-dependent filename - the access <a href="#mode">mode</a> + the access "#mode">mode Creates a random access file stream to read from, and optionally to write to, a file with the specified name. @@ -2754,7 +2754,7 @@ a string to be written. Writes a string to the file using - <a href="DataInput. + "DataInput. diff --git a/docs/Mono.Android/en/Java.IO/UTFDataFormatException.xml b/docs/Mono.Android/en/Java.IO/UTFDataFormatException.xml index ecb6847dfa..f02923fc66 100644 --- a/docs/Mono.Android/en/Java.IO/UTFDataFormatException.xml +++ b/docs/Mono.Android/en/Java.IO/UTFDataFormatException.xml @@ -19,7 +19,7 @@ Signals that a malformed string in - <a href="DataInput. + "DataInput. diff --git a/docs/Mono.Android/en/Java.IO/WriteAbortedException.xml b/docs/Mono.Android/en/Java.IO/WriteAbortedException.xml index d2b80c40e7..07644f1362 100644 --- a/docs/Mono.Android/en/Java.IO/WriteAbortedException.xml +++ b/docs/Mono.Android/en/Java.IO/WriteAbortedException.xml @@ -118,11 +118,19 @@ Java.Lang.Exception - The exception that occured when writeObject() was attempting to serialize - the object. + Exception that was caught while writing the ObjectStream. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.io.WriteAbortedException.detail. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Interop/JniRuntime+JniTypeManager.xml b/docs/Mono.Android/en/Java.Interop/JniRuntime+JniTypeManager.xml index 7a6ff7ae9e..6af72bbb73 100644 --- a/docs/Mono.Android/en/Java.Interop/JniRuntime+JniTypeManager.xml +++ b/docs/Mono.Android/en/Java.Interop/JniRuntime+JniTypeManager.xml @@ -247,8 +247,8 @@ - [System.Runtime.CompilerServices.IteratorStateMachine(typeof(Java.Interop.JniRuntime+JniTypeManager+<GetTypeSignatures>d__9))] - [<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Java.Interop.JniRuntime+JniTypeManager+<GetTypeSignatures>d__9))>] + [System.Runtime.CompilerServices.IteratorStateMachine(typeof(Java.Interop.JniRuntime+JniTypeManager+<GetTypeSignatures>d__10))] + [<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Java.Interop.JniRuntime+JniTypeManager+<GetTypeSignatures>d__10))>] diff --git a/docs/Mono.Android/en/Java.Lang.Annotation/IInherited.xml b/docs/Mono.Android/en/Java.Lang.Annotation/IInherited.xml index 1435536371..957854118e 100644 --- a/docs/Mono.Android/en/Java.Lang.Annotation/IInherited.xml +++ b/docs/Mono.Android/en/Java.Lang.Annotation/IInherited.xml @@ -28,15 +28,18 @@ - Defines a meta-annotation for indicating that an annotation is automatically - inherited. + Indicates that an annotation type is automatically inherited. - Android platform documentation + Java documentation for java.lang.annotation.Inherited. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Lang.Annotation/IRetention.xml b/docs/Mono.Android/en/Java.Lang.Annotation/IRetention.xml index 842c758940..968f6f05ef 100644 --- a/docs/Mono.Android/en/Java.Lang.Annotation/IRetention.xml +++ b/docs/Mono.Android/en/Java.Lang.Annotation/IRetention.xml @@ -28,15 +28,19 @@ - Defines a meta-annotation for determining the scope of retention for an - annotation. + Indicates how long annotations with the annotated type are to + be retained. - Android platform documentation + Java documentation for java.lang.annotation.Retention. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Lang.Annotation/ITarget.xml b/docs/Mono.Android/en/Java.Lang.Annotation/ITarget.xml index 4e10243686..7b4b596c65 100644 --- a/docs/Mono.Android/en/Java.Lang.Annotation/ITarget.xml +++ b/docs/Mono.Android/en/Java.Lang.Annotation/ITarget.xml @@ -28,15 +28,18 @@ - Defines a meta-annotation for determining what s an - annotation can be applied to. + Indicates the contexts in which an annotation type is applicable. - Android platform documentation + Java documentation for java.lang.annotation.Target. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Lang.Annotation/Inherited.xml b/docs/Mono.Android/en/Java.Lang.Annotation/Inherited.xml index cfa2b4ecca..0eb4d33123 100644 --- a/docs/Mono.Android/en/Java.Lang.Annotation/Inherited.xml +++ b/docs/Mono.Android/en/Java.Lang.Annotation/Inherited.xml @@ -35,10 +35,18 @@ - Defines a meta-annotation for indicating that an annotation is automatically - inherited. + Indicates that an annotation type is automatically inherited. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.lang.annotation.Inherited. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Lang.Annotation/Retention.xml b/docs/Mono.Android/en/Java.Lang.Annotation/Retention.xml index c02d50792a..fa1d9657b7 100644 --- a/docs/Mono.Android/en/Java.Lang.Annotation/Retention.xml +++ b/docs/Mono.Android/en/Java.Lang.Annotation/Retention.xml @@ -35,10 +35,19 @@ - Defines a meta-annotation for determining the scope of retention for an - annotation. + Indicates how long annotations with the annotated type are to + be retained. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.lang.annotation.Retention. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Lang.Annotation/Target.xml b/docs/Mono.Android/en/Java.Lang.Annotation/Target.xml index 1df88ee5d8..31645d8477 100644 --- a/docs/Mono.Android/en/Java.Lang.Annotation/Target.xml +++ b/docs/Mono.Android/en/Java.Lang.Annotation/Target.xml @@ -35,10 +35,18 @@ - Defines a meta-annotation for determining what s an - annotation can be applied to. + Indicates the contexts in which an annotation type is applicable. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.lang.annotation.Target. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Lang.Invoke/IMethodHandleInfo.xml b/docs/Mono.Android/en/Java.Lang.Invoke/IMethodHandleInfo.xml index 37938bff9e..55d15082da 100644 --- a/docs/Mono.Android/en/Java.Lang.Invoke/IMethodHandleInfo.xml +++ b/docs/Mono.Android/en/Java.Lang.Invoke/IMethodHandleInfo.xml @@ -245,7 +245,7 @@ an integer code for a kind of reference used to access a class member Returns the descriptive name of the given reference kind, - as defined in the <a href="MethodHandleInfo. + as defined in the "MethodHandleInfo. a mixed-case string such as "getField" diff --git a/docs/Mono.Android/en/Java.Lang.Invoke/MethodHandleInfo.xml b/docs/Mono.Android/en/Java.Lang.Invoke/MethodHandleInfo.xml index b292b08a1e..266ac73052 100644 --- a/docs/Mono.Android/en/Java.Lang.Invoke/MethodHandleInfo.xml +++ b/docs/Mono.Android/en/Java.Lang.Invoke/MethodHandleInfo.xml @@ -69,7 +69,7 @@ an integer code for a kind of reference used to access a class member Returns the descriptive name of the given reference kind, - as defined in the <a href="MethodHandleInfo. + as defined in the "MethodHandleInfo. a mixed-case string such as "getField" @@ -111,7 +111,7 @@ 1 A direct method handle reference kind, - as defined in the <a href="MethodHandleInfo. + as defined in the "MethodHandleInfo. @@ -152,7 +152,7 @@ 2 A direct method handle reference kind, - as defined in the <a href="MethodHandleInfo. + as defined in the "MethodHandleInfo. @@ -193,7 +193,7 @@ 9 A direct method handle reference kind, - as defined in the <a href="MethodHandleInfo. + as defined in the "MethodHandleInfo. @@ -234,7 +234,7 @@ 7 A direct method handle reference kind, - as defined in the <a href="MethodHandleInfo. + as defined in the "MethodHandleInfo. @@ -275,7 +275,7 @@ 6 A direct method handle reference kind, - as defined in the <a href="MethodHandleInfo. + as defined in the "MethodHandleInfo. @@ -316,7 +316,7 @@ 5 A direct method handle reference kind, - as defined in the <a href="MethodHandleInfo. + as defined in the "MethodHandleInfo. @@ -510,7 +510,7 @@ 8 A direct method handle reference kind, - as defined in the <a href="MethodHandleInfo. + as defined in the "MethodHandleInfo. @@ -551,7 +551,7 @@ 3 A direct method handle reference kind, - as defined in the <a href="MethodHandleInfo. + as defined in the "MethodHandleInfo. @@ -592,7 +592,7 @@ 4 A direct method handle reference kind, - as defined in the <a href="MethodHandleInfo. + as defined in the "MethodHandleInfo. diff --git a/docs/Mono.Android/en/Java.Lang.Invoke/MethodHandles+Lookup.xml b/docs/Mono.Android/en/Java.Lang.Invoke/MethodHandles+Lookup.xml index d76cf717ca..968e4b3f92 100644 --- a/docs/Mono.Android/en/Java.Lang.Invoke/MethodHandles+Lookup.xml +++ b/docs/Mono.Android/en/Java.Lang.Invoke/MethodHandles+Lookup.xml @@ -54,13 +54,22 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + the object from which the method is accessed + the name of the method + the type of the method, with the receiver argument omitted + Produces an early-bound method handle for a non-static method. + the desired method handle - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.lang.invoke.MethodHandles.Lookup.bind(java.lang.Object, java.lang.String, java.lang.invoke.MethodType). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -88,12 +97,22 @@ - To be added. - To be added. - To be added. - To be added. + the class or interface from which the method is accessed + the type of the method, with the receiver argument omitted, and a void return type + Produces a method handle which creates an object and initializes it, using + the constructor of the specified type. + the desired method handle - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.lang.invoke.MethodHandles.Lookup.findConstructor(java.lang.Class<?>, java.lang.invoke.MethodType). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -122,13 +141,22 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + the class or interface from which the method is accessed + the field's name + the field's type + Produces a method handle giving read access to a non-static field. + a method handle which can load values from the field - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.lang.invoke.MethodHandles.Lookup.findGetter(java.lang.Class<?>, java.lang.String, java.lang.Class<?>). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -157,13 +185,22 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + the class or interface from which the method is accessed + the field's name + the field's type + Produces a method handle giving write access to a non-static field. + a method handle which can store values into the field - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.lang.invoke.MethodHandles.Lookup.findSetter(java.lang.Class<?>, java.lang.String, java.lang.Class<?>). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -193,14 +230,23 @@ - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. + the class or interface from which the method is accessed + the name of the method (which must not be "&lt;init&gt;") + the type of the method, with the receiver argument omitted + the proposed calling class to perform the invokespecial + Produces an early-bound method handle for a virtual method. + the desired method handle - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.lang.invoke.MethodHandles.Lookup.findSpecial(java.lang.Class<?>, java.lang.String, java.lang.invoke.MethodType, java.lang.Class<?>). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -229,13 +275,22 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + the class from which the method is accessed + the name of the method + the type of the method + Produces a method handle for a static method. + the desired method handle - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.lang.invoke.MethodHandles.Lookup.findStatic(java.lang.Class<?>, java.lang.String, java.lang.invoke.MethodType). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -264,13 +319,22 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + the class or interface from which the method is accessed + the field's name + the field's type + Produces a method handle giving read access to a static field. + a method handle which can load values from the field - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.lang.invoke.MethodHandles.Lookup.findStaticGetter(java.lang.Class<?>, java.lang.String, java.lang.Class<?>). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -299,13 +363,22 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + the class or interface from which the method is accessed + the field's name + the field's type + Produces a method handle giving write access to a static field. + a method handle which can store values into the field - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.lang.invoke.MethodHandles.Lookup.findStaticSetter(java.lang.Class<?>, java.lang.String, java.lang.Class<?>). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -334,13 +407,22 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + the class or interface from which the method is accessed + the name of the method + the type of the method, with the receiver argument omitted + Produces a method handle for a virtual method. + the desired method handle - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.lang.invoke.MethodHandles.Lookup.findVirtual(java.lang.Class<?>, java.lang.String, java.lang.invoke.MethodType). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -427,10 +509,19 @@ - To be added. - To be added. + Tells which class is performing the lookup. + the lookup class, on behalf of which this lookup object finds members - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.lang.invoke.MethodHandles.Lookup.lookupClass(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -461,10 +552,19 @@ - To be added. - To be added. + Tells which access-protection classes of members this lookup object can produce. + the lookup modes, which limit the kinds of access performed by this lookup object - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.lang.invoke.MethodHandles.Lookup.lookupModes(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -493,9 +593,19 @@ 8 - To be added. + A single-bit mask representing package access (default access), + which may contribute to the result of #lookupModes lookupModes. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.lang.invoke.MethodHandles.Lookup.PACKAGE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -524,9 +634,19 @@ 2 - To be added. + A single-bit mask representing private access, + which may contribute to the result of #lookupModes lookupModes. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.lang.invoke.MethodHandles.Lookup.PRIVATE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -555,9 +675,19 @@ 4 - To be added. + A single-bit mask representing protected access, + which may contribute to the result of #lookupModes lookupModes. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.lang.invoke.MethodHandles.Lookup.PROTECTED. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -586,9 +716,19 @@ 1 - To be added. + A single-bit mask representing public access, + which may contribute to the result of #lookupModes lookupModes. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.lang.invoke.MethodHandles.Lookup.PUBLIC. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -615,11 +755,20 @@ - To be added. - To be added. - To be added. + a direct method handle to crack into symbolic reference components + Cracks a "MethodHandleInfo. + a symbolic reference which can be used to reconstruct this method handle from this lookup object - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.lang.invoke.MethodHandles.Lookup.revealDirect(java.lang.invoke.MethodHandle). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -708,11 +857,20 @@ - To be added. - To be added. - To be added. + the reflected method + Makes a "MethodHandleInfo. + a method handle which can invoke the reflected method - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.lang.invoke.MethodHandles.Lookup.unreflect(java.lang.reflect.Method). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -739,11 +897,20 @@ - To be added. - To be added. - To be added. + the reflected constructor + Produces a method handle for a reflected constructor. + a method handle which can invoke the reflected constructor - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.lang.invoke.MethodHandles.Lookup.unreflectConstructor(java.lang.reflect.Constructor<?>). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -770,11 +937,20 @@ - To be added. - To be added. - To be added. + the reflected field + Produces a method handle giving read access to a reflected field. + a method handle which can load values from the reflected field - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.lang.invoke.MethodHandles.Lookup.unreflectGetter(java.lang.reflect.Field). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -801,11 +977,20 @@ - To be added. - To be added. - To be added. + the reflected field + Produces a method handle giving write access to a reflected field. + a method handle which can store values into the reflected field - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.lang.invoke.MethodHandles.Lookup.unreflectSetter(java.lang.reflect.Field). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -833,12 +1018,21 @@ - To be added. - To be added. - To be added. - To be added. + the reflected method + the class nominally calling the method + Produces a method handle for a reflected method. + a method handle which can invoke the reflected method - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.lang.invoke.MethodHandles.Lookup.unreflectSpecial(java.lang.reflect.Method, java.lang.Class<?>). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Lang.Invoke/MethodHandles.xml b/docs/Mono.Android/en/Java.Lang.Invoke/MethodHandles.xml index ca50cff1f0..40944272bc 100644 --- a/docs/Mono.Android/en/Java.Lang.Invoke/MethodHandles.xml +++ b/docs/Mono.Android/en/Java.Lang.Invoke/MethodHandles.xml @@ -968,7 +968,7 @@ a direct method handle to crack into symbolic reference components a class object representing the desired result type T Performs an unchecked "crack" of a - <a href="MethodHandleInfo. + "MethodHandleInfo. a reference to the method, constructor, or field object diff --git a/docs/Mono.Android/en/Java.Lang.Invoke/MutableCallSite.xml b/docs/Mono.Android/en/Java.Lang.Invoke/MutableCallSite.xml index 7a099fae31..a09d1d9cb7 100644 --- a/docs/Mono.Android/en/Java.Lang.Invoke/MutableCallSite.xml +++ b/docs/Mono.Android/en/Java.Lang.Invoke/MutableCallSite.xml @@ -150,7 +150,7 @@ - [TODO: @inheritDoc] + To be added To be added. diff --git a/docs/Mono.Android/en/Java.Lang.Invoke/VolatileCallSite.xml b/docs/Mono.Android/en/Java.Lang.Invoke/VolatileCallSite.xml index 8888f59ba9..75c48e7d2e 100644 --- a/docs/Mono.Android/en/Java.Lang.Invoke/VolatileCallSite.xml +++ b/docs/Mono.Android/en/Java.Lang.Invoke/VolatileCallSite.xml @@ -149,7 +149,7 @@ - [TODO: @inheritDoc] + To be added To be added. diff --git a/docs/Mono.Android/en/Java.Lang.Reflect/AccessibleObject.xml b/docs/Mono.Android/en/Java.Lang.Reflect/AccessibleObject.xml index a9bac249de..37f5a8fef4 100644 --- a/docs/Mono.Android/en/Java.Lang.Reflect/AccessibleObject.xml +++ b/docs/Mono.Android/en/Java.Lang.Reflect/AccessibleObject.xml @@ -453,7 +453,7 @@ To be added. - [TODO: @inheritDoc] + To be added To be added. diff --git a/docs/Mono.Android/en/Java.Lang.Reflect/Constructor.xml b/docs/Mono.Android/en/Java.Lang.Reflect/Constructor.xml index c4bcb8f1b3..169a5a51cd 100644 --- a/docs/Mono.Android/en/Java.Lang.Reflect/Constructor.xml +++ b/docs/Mono.Android/en/Java.Lang.Reflect/Constructor.xml @@ -83,7 +83,7 @@ Java.Lang.Class - [TODO: @inheritDoc] + To be added To be added. @@ -131,7 +131,7 @@ To be added. - [TODO: @inheritDoc] + To be added To be added. @@ -168,7 +168,7 @@ - [TODO: @inheritDoc] + To be added To be added. @@ -206,7 +206,7 @@ - [TODO: @inheritDoc] + To be added To be added. @@ -249,7 +249,7 @@ - [TODO: @inheritDoc] + To be added To be added. @@ -292,7 +292,7 @@ - [TODO: @inheritDoc] + To be added To be added. @@ -330,7 +330,7 @@ - [TODO: @inheritDoc] + To be added To be added. @@ -371,7 +371,7 @@ - [TODO: @inheritDoc] + To be added To be added. @@ -445,7 +445,7 @@ System.Boolean - [TODO: @inheritDoc] + To be added To be added. @@ -482,7 +482,7 @@ System.Boolean - [TODO: @inheritDoc] + To be added To be added. @@ -556,7 +556,7 @@ System.Int32 - [TODO: @inheritDoc] + To be added To be added. diff --git a/docs/Mono.Android/en/Java.Lang.Reflect/Method.xml b/docs/Mono.Android/en/Java.Lang.Reflect/Method.xml index 13039a5209..a74adc76c9 100644 --- a/docs/Mono.Android/en/Java.Lang.Reflect/Method.xml +++ b/docs/Mono.Android/en/Java.Lang.Reflect/Method.xml @@ -77,7 +77,7 @@ Java.Lang.Class - [TODO: @inheritDoc] + To be added To be added. @@ -211,7 +211,7 @@ To be added. - [TODO: @inheritDoc] + To be added To be added. @@ -248,7 +248,7 @@ - [TODO: @inheritDoc] + To be added To be added. @@ -286,7 +286,7 @@ - [TODO: @inheritDoc] + To be added To be added. @@ -329,7 +329,7 @@ - [TODO: @inheritDoc] + To be added To be added. @@ -372,7 +372,7 @@ - [TODO: @inheritDoc] + To be added To be added. @@ -410,7 +410,7 @@ - [TODO: @inheritDoc] + To be added To be added. @@ -451,7 +451,7 @@ - [TODO: @inheritDoc] + To be added To be added. @@ -620,7 +620,7 @@ System.Boolean - [TODO: @inheritDoc] + To be added To be added. @@ -657,7 +657,7 @@ System.Boolean - [TODO: @inheritDoc] + To be added To be added. @@ -731,7 +731,7 @@ System.Int32 - [TODO: @inheritDoc] + To be added To be added. diff --git a/docs/Mono.Android/en/Java.Lang.Reflect/Parameter.xml b/docs/Mono.Android/en/Java.Lang.Reflect/Parameter.xml index d1442e86f9..596ce5a6bb 100644 --- a/docs/Mono.Android/en/Java.Lang.Reflect/Parameter.xml +++ b/docs/Mono.Android/en/Java.Lang.Reflect/Parameter.xml @@ -113,7 +113,7 @@ To be added. - [TODO: @inheritDoc] + To be added To be added. @@ -153,7 +153,7 @@ - [TODO: @inheritDoc] + To be added To be added. @@ -200,7 +200,7 @@ To be added. - [TODO: @inheritDoc] + To be added To be added. @@ -287,7 +287,7 @@ - [TODO: @inheritDoc] + To be added To be added. diff --git a/docs/Mono.Android/en/Java.Lang.Reflect/Proxy.xml b/docs/Mono.Android/en/Java.Lang.Reflect/Proxy.xml index 150dacb24a..738057b80c 100644 --- a/docs/Mono.Android/en/Java.Lang.Reflect/Proxy.xml +++ b/docs/Mono.Android/en/Java.Lang.Reflect/Proxy.xml @@ -227,10 +227,19 @@ Java.Lang.Reflect.IInvocationHandler - The invocation handler on which the method calls are dispatched. + the invocation handler for this proxy instance. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.lang.reflect.Proxy.h. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Lang/AbstractStringBuilder.xml b/docs/Mono.Android/en/Java.Lang/AbstractStringBuilder.xml index f76e8d5e2b..473bf57464 100644 --- a/docs/Mono.Android/en/Java.Lang/AbstractStringBuilder.xml +++ b/docs/Mono.Android/en/Java.Lang/AbstractStringBuilder.xml @@ -1153,11 +1153,11 @@ - + - - - + + + Method M:System.Collections.IEnumerable.GetEnumerator diff --git a/docs/Mono.Android/en/Java.Lang/Character+Subset.xml b/docs/Mono.Android/en/Java.Lang/Character+Subset.xml index ffc61cceb5..47d3fc1937 100644 --- a/docs/Mono.Android/en/Java.Lang/Character+Subset.xml +++ b/docs/Mono.Android/en/Java.Lang/Character+Subset.xml @@ -18,14 +18,19 @@ - To be added. + Instances of this class represent particular subsets of the Unicode + character set. - Android platform documentation + Java documentation for java.lang.Character.Subset. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -49,10 +54,19 @@ - To be added. - Constructs a new Subset. + The name of this subset + Constructs a new Subset instance. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.lang.Character.Subset.Character$Subset(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -104,10 +118,19 @@ To be added. - Compares this character subset with the specified object. + Compares two Subset objects for equality. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.lang.Character.Subset.equals(java.lang.Object). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -133,10 +156,20 @@ - Returns the integer hash code for this character subset. + Returns the standard hash code as defined by the + Object#hashCode method. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.lang.Character.Subset.hashCode(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -255,10 +288,19 @@ - Returns the string representation of this subset. + Returns the name of this subset. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.lang.Character.Subset.toString(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Lang/Character+UnicodeBlock.xml b/docs/Mono.Android/en/Java.Lang/Character+UnicodeBlock.xml index d470bda5aa..fde530852a 100644 --- a/docs/Mono.Android/en/Java.Lang/Character+UnicodeBlock.xml +++ b/docs/Mono.Android/en/Java.Lang/Character+UnicodeBlock.xml @@ -18,15 +18,19 @@ - Represents a block of Unicode characters, as defined by the Unicode 4.0.1 - specification. + A family of character subsets representing the character blocks in the + Unicode specification. - Android platform documentation + Java documentation for java.lang.Character.UnicodeBlock. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Lang/Character+UnicodeScript.xml b/docs/Mono.Android/en/Java.Lang/Character+UnicodeScript.xml index fefca20c42..ecf5a18465 100644 --- a/docs/Mono.Android/en/Java.Lang/Character+UnicodeScript.xml +++ b/docs/Mono.Android/en/Java.Lang/Character+UnicodeScript.xml @@ -18,14 +18,19 @@ - To be added. + A family of character subsets representing the character scripts + defined in the Unicode Standard Annex #24: Script Names. - Android platform documentation + Java documentation for java.lang.Character.UnicodeScript. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Lang/Character.xml b/docs/Mono.Android/en/Java.Lang/Character.xml index a166c577a6..ec356aabbf 100644 --- a/docs/Mono.Android/en/Java.Lang/Character.xml +++ b/docs/Mono.Android/en/Java.Lang/Character.xml @@ -2439,7 +2439,12 @@ a supplementary character (Unicode code point) Returns the leading surrogate (a - <a href="http://www. + + high surrogate code unit) of the + + surrogate pair + representing the specified supplementary character (Unicode + code point) in the UTF-16 encoding. the leading surrogate code unit used to represent the character in the UTF-16 encoding @@ -2559,7 +2564,7 @@ the character (Unicode code point) to be tested Determines whether the specified character (Unicode code point) - is in the <a href="#BMP">Basic Multilingual Plane (BMP)</a>. + is in the "#BMP">Basic Multilingual Plane (BMP). true if the specified code point is between #MIN_VALUE and #MAX_VALUE inclusive; @@ -2775,7 +2780,9 @@ the char value to be tested. Determines if the given char value is a - <a href="http://www. + + Unicode high-surrogate code unit + (also known as leading-surrogate code unit). true if the char value is between #MIN_HIGH_SURROGATE and @@ -3574,7 +3581,9 @@ the char value to be tested. Determines if the given char value is a - <a href="http://www. + + Unicode low-surrogate code unit + (also known as trailing-surrogate code unit). true if the char value is between #MIN_LOW_SURROGATE and @@ -3844,7 +3853,7 @@ the character (Unicode code point) to be tested Determines whether the specified character (Unicode code point) - is in the <a href="#supplementary">supplementary character</a> range. + is in the "#supplementary">supplementary character range. true if the specified code point is between #MIN_SUPPLEMENTARY_CODE_POINT and @@ -3938,7 +3947,8 @@ the low-surrogate code value to be tested Determines whether the specified pair of char values is a valid - <a href="http://www. + + Unicode surrogate pair. true if the specified high and low-surrogate code values represent a valid surrogate pair; @@ -4333,7 +4343,8 @@ the Unicode code point to be tested Determines whether the specified code point is a valid - <a href="http://www. + + Unicode code point value. true if the specified code point value is between #MIN_CODE_POINT and @@ -4639,7 +4650,12 @@ a supplementary character (Unicode code point) Returns the trailing surrogate (a - <a href="http://www. + + low surrogate code unit) of the + + surrogate pair + representing the specified supplementary character (Unicode + code point) in the UTF-16 encoding. the trailing surrogate code unit used to represent the character in the UTF-16 encoding @@ -4715,7 +4731,8 @@ 1114111 The maximum value of a - <a href="http://www. + + Unicode code point, constant U+10FFFF. @@ -4752,7 +4769,9 @@ The maximum value of a - <a href="http://www. + + Unicode high-surrogate code unit + in the UTF-16 encoding, constant '\u005CuDBFF'. @@ -4789,7 +4808,9 @@ The maximum value of a - <a href="http://www. + + Unicode low-surrogate code unit + in the UTF-16 encoding, constant '\u005CuDFFF'. @@ -4938,7 +4959,8 @@ 0 The minimum value of a - <a href="http://www. + + Unicode code point, constant U+0000. @@ -4975,7 +4997,9 @@ The minimum value of a - <a href="http://www. + + Unicode high-surrogate code unit + in the UTF-16 encoding, constant '\u005CuD800'. @@ -5012,7 +5036,9 @@ The minimum value of a - <a href="http://www. + + Unicode low-surrogate code unit + in the UTF-16 encoding, constant '\u005CuDC00'. @@ -5087,7 +5113,8 @@ 65536 The minimum value of a - <a href="http://www. + + Unicode supplementary code point, constant U+10000. diff --git a/docs/Mono.Android/en/Java.Lang/Class.xml b/docs/Mono.Android/en/Java.Lang/Class.xml index 9a1a36c9e2..6cb2b530ff 100644 --- a/docs/Mono.Android/en/Java.Lang/Class.xml +++ b/docs/Mono.Android/en/Java.Lang/Class.xml @@ -1863,7 +1863,7 @@ To be added. - [TODO: @inheritDoc] + To be added To be added. diff --git a/docs/Mono.Android/en/Java.Lang/ClassLoader.xml b/docs/Mono.Android/en/Java.Lang/ClassLoader.xml index 18796820da..5b88d7ff39 100644 --- a/docs/Mono.Android/en/Java.Lang/ClassLoader.xml +++ b/docs/Mono.Android/en/Java.Lang/ClassLoader.xml @@ -251,7 +251,7 @@ - The expected <a href="#name">binary name</a>. of the class, or + The expected "#name">binary name. of the class, or null if not known The bytes that make up the class data. The bytes from positions b.position() through b.position() + b.limit() -1 @@ -308,7 +308,7 @@ - The expected <a href="#name">binary name</a> of the class, or + The expected "#name">binary name of the class, or null if not known The bytes that make up the class data. The bytes in positions off through off+len-1 should have the format @@ -366,7 +366,7 @@ - The expected <a href="#name">binary name</a> of the class, or + The expected "#name">binary name of the class, or null if not known The bytes that make up the class data. The bytes in positions off through off+len-1 should have the format @@ -483,8 +483,8 @@ - The <a href="#name">binary name</a> of the class - Finds the class with the specified <a href="#name">binary name</a>. + The "#name">binary name of the class + Finds the class with the specified "#name">binary name. The resulting Class object @@ -567,10 +567,10 @@ - The <a href="#name">binary name</a> of the class - Returns the class with the given <a href="#name">binary name</a> if this + The "#name">binary name of the class + Returns the class with the given "#name">binary name if this loader has been recorded by the Java virtual machine as an initiating - loader of a class with that <a href="#name">binary name</a>. + loader of a class with that "#name">binary name. The Class object, or null if the class has not been loaded @@ -698,8 +698,8 @@ - The <a href="#name">binary name</a> of the class - Finds a class with the specified <a href="#name">binary name</a>, + The "#name">binary name of the class + Finds a class with the specified "#name">binary name, loading it if necessary. The Class object for the specified name @@ -1122,8 +1122,8 @@ - The <a href="#name">binary name</a> of the class - Loads the class with the specified <a href="#name">binary name</a>. + The "#name">binary name of the class + Loads the class with the specified "#name">binary name. The resulting Class object @@ -1166,9 +1166,9 @@ - The <a href="#name">binary name</a> of the class + The "#name">binary name of the class If true then resolve the class - Loads the class with the specified <a href="#name">binary name</a>. + Loads the class with the specified "#name">binary name. The resulting Class object diff --git a/docs/Mono.Android/en/Java.Lang/Deprecated.xml b/docs/Mono.Android/en/Java.Lang/Deprecated.xml index d9e663897c..f9e7f51fc0 100644 --- a/docs/Mono.Android/en/Java.Lang/Deprecated.xml +++ b/docs/Mono.Android/en/Java.Lang/Deprecated.xml @@ -35,10 +35,19 @@ - Annotation type used to mark program elements that should no longer be used - by programmers. + A program element annotated @Deprecated is one that programmers + are discouraged from using. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.lang.Deprecated. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Lang/IDeprecated.xml b/docs/Mono.Android/en/Java.Lang/IDeprecated.xml index 48c5dea212..45e6878b72 100644 --- a/docs/Mono.Android/en/Java.Lang/IDeprecated.xml +++ b/docs/Mono.Android/en/Java.Lang/IDeprecated.xml @@ -28,15 +28,19 @@ - Annotation type used to mark program elements that should no longer be used - by programmers. + A program element annotated @Deprecated is one that programmers + are discouraged from using. - Android platform documentation + Java documentation for java.lang.Deprecated. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Lang/IOverride.xml b/docs/Mono.Android/en/Java.Lang/IOverride.xml index 7c102a3075..38f748b424 100644 --- a/docs/Mono.Android/en/Java.Lang/IOverride.xml +++ b/docs/Mono.Android/en/Java.Lang/IOverride.xml @@ -28,15 +28,19 @@ - Annotation type used to mark methods that override a method declaration in a - superclass. + Indicates that a method declaration is intended to override a + method declaration in a supertype. - Android platform documentation + Java documentation for java.lang.Override. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Lang/ISafeVarargs.xml b/docs/Mono.Android/en/Java.Lang/ISafeVarargs.xml index 919de77435..29549718f5 100644 --- a/docs/Mono.Android/en/Java.Lang/ISafeVarargs.xml +++ b/docs/Mono.Android/en/Java.Lang/ISafeVarargs.xml @@ -28,15 +28,20 @@ - Claims to the compiler that the annotation target does nothing potentially unsafe - to its varargs argument. + A programmer assertion that the body of the annotated method or + constructor does not perform potentially unsafe operations on its + varargs parameter. - Android platform documentation + Java documentation for java.lang.SafeVarargs. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Lang/ISuppressWarnings.xml b/docs/Mono.Android/en/Java.Lang/ISuppressWarnings.xml index d58108706d..ac926f7d46 100644 --- a/docs/Mono.Android/en/Java.Lang/ISuppressWarnings.xml +++ b/docs/Mono.Android/en/Java.Lang/ISuppressWarnings.xml @@ -28,15 +28,20 @@ - Annotation type used to indicate that the compiler should not issue the - specified warnings for the marked program element. + Indicates that the named compiler warnings should be suppressed in the + annotated element (and in all program elements contained in the annotated + element). - Android platform documentation + Java documentation for java.lang.SuppressWarnings. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Lang/Override.xml b/docs/Mono.Android/en/Java.Lang/Override.xml index 54c07d0409..bf3b31973c 100644 --- a/docs/Mono.Android/en/Java.Lang/Override.xml +++ b/docs/Mono.Android/en/Java.Lang/Override.xml @@ -35,10 +35,19 @@ - Annotation type used to mark methods that override a method declaration in a - superclass. + Indicates that a method declaration is intended to override a + method declaration in a supertype. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.lang.Override. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Lang/Package.xml b/docs/Mono.Android/en/Java.Lang/Package.xml index 0849974203..105e259128 100644 --- a/docs/Mono.Android/en/Java.Lang/Package.xml +++ b/docs/Mono.Android/en/Java.Lang/Package.xml @@ -607,7 +607,7 @@ To be added. - [TODO: @inheritDoc] + To be added To be added. diff --git a/docs/Mono.Android/en/Java.Lang/ProcessBuilder+Redirect.xml b/docs/Mono.Android/en/Java.Lang/ProcessBuilder+Redirect.xml index 15b001a1be..9cf35c4ce4 100644 --- a/docs/Mono.Android/en/Java.Lang/ProcessBuilder+Redirect.xml +++ b/docs/Mono.Android/en/Java.Lang/ProcessBuilder+Redirect.xml @@ -18,14 +18,19 @@ - To be added. + Represents a source of subprocess input or a destination of + subprocess output. - Android platform documentation + Java documentation for java.lang.ProcessBuilder.Redirect. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -104,10 +109,21 @@ - To be added. - To be added. + Returns the File source or destination associated + with this redirect, or null if there is no such file. + the file associated with this redirect, + or null if there is no such file - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.lang.ProcessBuilder.Redirect.file(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Lang/String.xml b/docs/Mono.Android/en/Java.Lang/String.xml index 1cdf88ad5d..a07e5593cf 100644 --- a/docs/Mono.Android/en/Java.Lang/String.xml +++ b/docs/Mono.Android/en/Java.Lang/String.xml @@ -491,7 +491,7 @@ The initial offset The length Allocates a new String that contains characters from a subarray - of the <a href="Character. + of the "Character. @@ -2555,8 +2555,7 @@ the regular expression to which this string is to be matched - Tells whether or not this string matches the given <a - href=". + Tells whether or not this string matches the given ". true if, and only if, this string matches the given regular expression @@ -2889,8 +2888,7 @@ the regular expression to which this string is to be matched the string to be substituted for each match - Replaces each substring of this string that matches the given <a - href=". + Replaces each substring of this string that matches the given ". The resulting String @@ -2935,8 +2933,7 @@ the regular expression to which this string is to be matched the string to be substituted for the first match - Replaces the first substring of this string that matches the given <a - href=". + Replaces the first substring of this string that matches the given ". The resulting String @@ -3303,11 +3300,11 @@ - + - - - + + + Method M:System.Collections.IEnumerable.GetEnumerator diff --git a/docs/Mono.Android/en/Java.Lang/StringBuffer.xml b/docs/Mono.Android/en/Java.Lang/StringBuffer.xml index ba5fbdfb4b..969089208f 100644 --- a/docs/Mono.Android/en/Java.Lang/StringBuffer.xml +++ b/docs/Mono.Android/en/Java.Lang/StringBuffer.xml @@ -2475,11 +2475,11 @@ - + - - - + + + Method M:System.Collections.IEnumerable.GetEnumerator diff --git a/docs/Mono.Android/en/Java.Lang/StringBuilder.xml b/docs/Mono.Android/en/Java.Lang/StringBuilder.xml index 7017be0e66..09225ba7f6 100644 --- a/docs/Mono.Android/en/Java.Lang/StringBuilder.xml +++ b/docs/Mono.Android/en/Java.Lang/StringBuilder.xml @@ -2374,11 +2374,11 @@ - + - - - + + + Method M:System.Collections.IEnumerable.GetEnumerator diff --git a/docs/Mono.Android/en/Java.Lang/SuppressWarnings.xml b/docs/Mono.Android/en/Java.Lang/SuppressWarnings.xml index 589e76a357..cded2c4993 100644 --- a/docs/Mono.Android/en/Java.Lang/SuppressWarnings.xml +++ b/docs/Mono.Android/en/Java.Lang/SuppressWarnings.xml @@ -35,10 +35,20 @@ - Annotation type used to indicate that the compiler should not issue the - specified warnings for the marked program element. + Indicates that the named compiler warnings should be suppressed in the + annotated element (and in all program elements contained in the annotated + element). - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.lang.SuppressWarnings. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Lang/Thread+IUncaughtExceptionHandler.xml b/docs/Mono.Android/en/Java.Lang/Thread+IUncaughtExceptionHandler.xml index 526be71143..8b3da3d0e0 100644 --- a/docs/Mono.Android/en/Java.Lang/Thread+IUncaughtExceptionHandler.xml +++ b/docs/Mono.Android/en/Java.Lang/Thread+IUncaughtExceptionHandler.xml @@ -25,15 +25,19 @@ - Implemented by objects that want to handle cases where a thread is being - terminated by an uncaught exception. + Interface for handlers invoked when a Thread abruptly + terminates due to an uncaught exception. - Android platform documentation + Java documentation for java.lang.Thread.UncaughtExceptionHandler. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -62,11 +66,21 @@ - To be added. - To be added. - The thread is being terminated by an uncaught exception. + the thread + the exception + Method invoked when the given thread terminates due to the + given uncaught exception. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.lang.Thread.UncaughtExceptionHandler.uncaughtException(java.lang.Thread, java.lang.Throwable). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Lang/Thread+State.xml b/docs/Mono.Android/en/Java.Lang/Thread+State.xml index fde9bb180a..4bca2cd9d3 100644 --- a/docs/Mono.Android/en/Java.Lang/Thread+State.xml +++ b/docs/Mono.Android/en/Java.Lang/Thread+State.xml @@ -18,14 +18,18 @@ - A representation of a thread's state. + A thread state. - Android platform documentation + Java documentation for java.lang.Thread.State. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Net/Authenticator+RequestorType.xml b/docs/Mono.Android/en/Java.Net/Authenticator+RequestorType.xml index c6eb6797cb..946e5b76fb 100644 --- a/docs/Mono.Android/en/Java.Net/Authenticator+RequestorType.xml +++ b/docs/Mono.Android/en/Java.Net/Authenticator+RequestorType.xml @@ -18,14 +18,18 @@ - Enumeration class for the origin of the authentication request. + The type of the entity requesting authentication. - Android platform documentation + Java documentation for java.net.Authenticator.RequestorType. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Net/IDN.xml b/docs/Mono.Android/en/Java.Net/IDN.xml index e930f96a29..8ff43774ff 100644 --- a/docs/Mono.Android/en/Java.Net/IDN.xml +++ b/docs/Mono.Android/en/Java.Net/IDN.xml @@ -194,7 +194,7 @@ the string to be processed Translates a string from Unicode to ASCII Compatible Encoding (ACE), - as defined by the ToASCII operation of <a href="http://www. + as defined by the ToASCII operation of RFC 3490. the translated String @@ -246,7 +246,7 @@ the string to be processed process flag; can be 0 or any logical OR of possible flags Translates a string from Unicode to ASCII Compatible Encoding (ACE), - as defined by the ToASCII operation of <a href="http://www. + as defined by the ToASCII operation of RFC 3490. the translated String @@ -289,7 +289,7 @@ the string to be processed Translates a string from ASCII Compatible Encoding (ACE) to Unicode, - as defined by the ToUnicode operation of <a href="http://www. + as defined by the ToUnicode operation of RFC 3490. the translated String @@ -340,7 +340,7 @@ the string to be processed process flag; can be 0 or any logical OR of possible flags Translates a string from ASCII Compatible Encoding (ACE) to Unicode, - as defined by the ToUnicode operation of <a href="http://www. + as defined by the ToUnicode operation of RFC 3490. the translated String diff --git a/docs/Mono.Android/en/Java.Net/NetworkInterface.xml b/docs/Mono.Android/en/Java.Net/NetworkInterface.xml index 8a24f1488f..72a7f9adda 100644 --- a/docs/Mono.Android/en/Java.Net/NetworkInterface.xml +++ b/docs/Mono.Android/en/Java.Net/NetworkInterface.xml @@ -100,7 +100,7 @@ Get a network interface given its index. the NetworkInterface obtained from its index, or null if an interface with the specified index does not exist or - <a href="#access-restrictions">can't be accessed</a>. + "#access-restrictions">can't be accessed. @@ -191,8 +191,8 @@ Searches for the network interface with the specified name. A NetworkInterface with the specified name, or null if the network interface with the specified - name does not exist or <a href="#access-restrictions">can't be - accessed</a>. + name does not exist or "#access-restrictions">can't be + accessed. @@ -657,7 +657,7 @@ Returns all the interfaces on this machine. an Enumeration of NetworkInterfaces found on this machine - that <a href="#access-restrictions">are accessible</a>. + that "#access-restrictions">are accessible. diff --git a/docs/Mono.Android/en/Java.Net/Proxy+Type.xml b/docs/Mono.Android/en/Java.Net/Proxy+Type.xml index 88fe8832a7..3ffc77c39e 100644 --- a/docs/Mono.Android/en/Java.Net/Proxy+Type.xml +++ b/docs/Mono.Android/en/Java.Net/Proxy+Type.xml @@ -18,15 +18,18 @@ - - Enum class for the proxy type. + Represents the proxy type. - Android platform documentation + Java documentation for java.net.Proxy.Type. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Net/URLDecoder.xml b/docs/Mono.Android/en/Java.Net/URLDecoder.xml index c5d3970e50..ca4bc79793 100644 --- a/docs/Mono.Android/en/Java.Net/URLDecoder.xml +++ b/docs/Mono.Android/en/Java.Net/URLDecoder.xml @@ -153,8 +153,8 @@ the String to decode The name of a supported - <a href="../lang/package-summary.html#charenc">character - encoding</a>. + "../lang/package-summary.html#charenc">character + encoding. Decodes a application/x-www-form-urlencoded string using a specific encoding scheme. the newly decoded String diff --git a/docs/Mono.Android/en/Java.Net/URLEncoder.xml b/docs/Mono.Android/en/Java.Net/URLEncoder.xml index 7c4b194e83..d2f6e8804c 100644 --- a/docs/Mono.Android/en/Java.Net/URLEncoder.xml +++ b/docs/Mono.Android/en/Java.Net/URLEncoder.xml @@ -128,8 +128,8 @@ String to be translated. The name of a supported - <a href="../lang/package-summary.html#charenc">character - encoding</a>. + "../lang/package-summary.html#charenc">character + encoding. Translates a string into application/x-www-form-urlencoded format using a specific encoding scheme. the translated String. diff --git a/docs/Mono.Android/en/Java.Nio.Channels/FileChannel+MapMode.xml b/docs/Mono.Android/en/Java.Nio.Channels/FileChannel+MapMode.xml index 8dddc612da..a96f9b5ff2 100644 --- a/docs/Mono.Android/en/Java.Nio.Channels/FileChannel+MapMode.xml +++ b/docs/Mono.Android/en/Java.Nio.Channels/FileChannel+MapMode.xml @@ -18,15 +18,18 @@ - - MapMode defines file mapping mode constants. + A typesafe enumeration for file-mapping modes. - Android platform documentation + Java documentation for java.nio.channels.FileChannel.MapMode. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Nio.Channels/Pipe+SinkChannel.xml b/docs/Mono.Android/en/Java.Nio.Channels/Pipe+SinkChannel.xml index b8443b8b14..ed0074dfe5 100644 --- a/docs/Mono.Android/en/Java.Nio.Channels/Pipe+SinkChannel.xml +++ b/docs/Mono.Android/en/Java.Nio.Channels/Pipe+SinkChannel.xml @@ -40,14 +40,18 @@ - Writable sink channel used to write to a pipe. + A channel representing the writable end of a Pipe. - Android platform documentation + Java documentation for java.nio.channels.Pipe.SinkChannel. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -72,10 +76,19 @@ - To be added. - Constructs a new SinkChannel. + The selector provider + Initializes a new instance of this class. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.nio.channels.Pipe.SinkChannel.Pipe$SinkChannel(java.nio.channels.spi.SelectorProvider). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -226,10 +239,20 @@ - Indicates that this channel only supports writing. - To be added. + Returns an operation set identifying this channel's supported + operations. + The valid-operation set - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.nio.channels.Pipe.SinkChannel.validOps(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Nio.Channels/Pipe+SourceChannel.xml b/docs/Mono.Android/en/Java.Nio.Channels/Pipe+SourceChannel.xml index d64dfca02c..1c61a1246d 100644 --- a/docs/Mono.Android/en/Java.Nio.Channels/Pipe+SourceChannel.xml +++ b/docs/Mono.Android/en/Java.Nio.Channels/Pipe+SourceChannel.xml @@ -40,14 +40,18 @@ - Readable source channel used to read from a pipe. + A channel representing the readable end of a Pipe. - Android platform documentation + Java documentation for java.nio.channels.Pipe.SourceChannel. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -72,10 +76,19 @@ - To be added. - Constructs a new SourceChannel. + The selector provider + Constructs a new instance of this class. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.nio.channels.Pipe.SourceChannel.Pipe$SourceChannel(java.nio.channels.spi.SelectorProvider). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -446,10 +459,20 @@ - Indicates that this channel only supports reading. - To be added. + Returns an operation set identifying this channel's supported + operations. + The valid-operation set - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.nio.channels.Pipe.SourceChannel.validOps(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Nio.Channels/SelectableChannel.xml b/docs/Mono.Android/en/Java.Nio.Channels/SelectableChannel.xml index 8cba6f7e46..4ea8a048a4 100644 --- a/docs/Mono.Android/en/Java.Nio.Channels/SelectableChannel.xml +++ b/docs/Mono.Android/en/Java.Nio.Channels/SelectableChannel.xml @@ -568,7 +568,7 @@ - Returns an <a href="SelectionKey. + Returns an "SelectionKey. The valid-operation set diff --git a/docs/Mono.Android/en/Java.Nio.Charset/Charset.xml b/docs/Mono.Android/en/Java.Nio.Charset/Charset.xml index dee9b70762..0ac6970792 100644 --- a/docs/Mono.Android/en/Java.Nio.Charset/Charset.xml +++ b/docs/Mono.Android/en/Java.Nio.Charset/Charset.xml @@ -703,8 +703,8 @@ System.Boolean - Tells whether or not this charset is registered in the <a - href="http://www. + Tells whether or not this charset is registered in the IANA Charset + Registry. true if, and only if, this charset is known by its implementor to be registered with the IANA diff --git a/docs/Mono.Android/en/Java.Nio.Charset/IllegalCharsetNameException.xml b/docs/Mono.Android/en/Java.Nio.Charset/IllegalCharsetNameException.xml index 55b5eb4cae..9e1e5cb91c 100644 --- a/docs/Mono.Android/en/Java.Nio.Charset/IllegalCharsetNameException.xml +++ b/docs/Mono.Android/en/Java.Nio.Charset/IllegalCharsetNameException.xml @@ -19,7 +19,7 @@ Unchecked exception thrown when a string that is not a - <a href=Charset. + Charset. diff --git a/docs/Mono.Android/en/Java.Nio.FileNio.Attributes/AclEntry+Builder.xml b/docs/Mono.Android/en/Java.Nio.FileNio.Attributes/AclEntry+Builder.xml index 6001365688..9e92f50d8b 100644 --- a/docs/Mono.Android/en/Java.Nio.FileNio.Attributes/AclEntry+Builder.xml +++ b/docs/Mono.Android/en/Java.Nio.FileNio.Attributes/AclEntry+Builder.xml @@ -18,14 +18,18 @@ - To be added. + A builder of AclEntry objects. - Android platform documentation + Java documentation for java.nio.file.attribute.AclEntry.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -50,10 +54,19 @@ - To be added. - To be added. + Constructs an AclEntry from the components of this builder. + a new ACL entry - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.nio.file.attribute.AclEntry.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Nio.FileNio/IDirectoryStreamFilter.xml b/docs/Mono.Android/en/Java.Nio.FileNio/IDirectoryStreamFilter.xml index dc2f803d9e..fff9a9eb7d 100644 --- a/docs/Mono.Android/en/Java.Nio.FileNio/IDirectoryStreamFilter.xml +++ b/docs/Mono.Android/en/Java.Nio.FileNio/IDirectoryStreamFilter.xml @@ -29,14 +29,20 @@ - To be added. + the type of the directory entry + An interface that is implemented by objects that decide if a directory + entry should be accepted or filtered. - Android platform documentation + Java documentation for java.nio.file.DirectoryStream.Filter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -63,11 +69,21 @@ - To be added. - To be added. - To be added. + the directory entry to be tested + Decides if the given directory entry should be accepted or filtered. + + true if the directory entry should be accepted - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.nio.file.DirectoryStream.Filter.accept(T). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Nio.FileNio/IWatchEventKind.xml b/docs/Mono.Android/en/Java.Nio.FileNio/IWatchEventKind.xml index 807c09c5ff..77365352cf 100644 --- a/docs/Mono.Android/en/Java.Nio.FileNio/IWatchEventKind.xml +++ b/docs/Mono.Android/en/Java.Nio.FileNio/IWatchEventKind.xml @@ -29,14 +29,18 @@ - To be added. + An event kind, for the purposes of identification. - Android platform documentation + Java documentation for java.nio.file.WatchEvent.Kind. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -61,10 +65,19 @@ - To be added. - To be added. + Returns the name of the event kind. + the name of the event kind - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.nio.file.WatchEvent.Kind.name(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -89,10 +102,19 @@ - To be added. - To be added. + Returns the type of the WatchEvent#context context value. + the type of the context value - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.nio.file.WatchEvent.Kind.type(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Nio.FileNio/IWatchEventModifier.xml b/docs/Mono.Android/en/Java.Nio.FileNio/IWatchEventModifier.xml index b1a623c138..88ccc48eef 100644 --- a/docs/Mono.Android/en/Java.Nio.FileNio/IWatchEventModifier.xml +++ b/docs/Mono.Android/en/Java.Nio.FileNio/IWatchEventModifier.xml @@ -25,14 +25,19 @@ - To be added. + An event modifier that qualifies how a Watchable is registered + with a WatchService. - Android platform documentation + Java documentation for java.nio.file.WatchEvent.Modifier. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -57,10 +62,19 @@ - To be added. - To be added. + Returns the name of the modifier. + the name of the modifier - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.nio.file.WatchEvent.Modifier.name(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Nio/CharBuffer.xml b/docs/Mono.Android/en/Java.Nio/CharBuffer.xml index 0e562310c4..d002a5cb26 100644 --- a/docs/Mono.Android/en/Java.Nio/CharBuffer.xml +++ b/docs/Mono.Android/en/Java.Nio/CharBuffer.xml @@ -1595,11 +1595,11 @@ - + - - - + + + Method M:System.Collections.IEnumerable.GetEnumerator diff --git a/docs/Mono.Android/en/Java.Security.Cert/CRL.xml b/docs/Mono.Android/en/Java.Security.Cert/CRL.xml index 76b6d89856..6f86e342cf 100644 --- a/docs/Mono.Android/en/Java.Security.Cert/CRL.xml +++ b/docs/Mono.Android/en/Java.Security.Cert/CRL.xml @@ -56,9 +56,9 @@ the standard name of the CRL type. - See Appendix A in the <a href= + See Appendix A in the "../../../../technotes/guides/security/crypto/CryptoSpec.html#AppA"> - Java Cryptography Architecture API Specification &amp; Reference </a> + Java Cryptography Architecture API Specification &amp; Reference for information about standard CRL types. Creates a CRL of the specified type. diff --git a/docs/Mono.Android/en/Java.Security.Cert/CRLReason.xml b/docs/Mono.Android/en/Java.Security.Cert/CRLReason.xml index 4c1987b62a..67f9859441 100644 --- a/docs/Mono.Android/en/Java.Security.Cert/CRLReason.xml +++ b/docs/Mono.Android/en/Java.Security.Cert/CRLReason.xml @@ -19,7 +19,9 @@ The CRLReason enumeration specifies the reason that a certificate - is revoked, as defined in <a href="http://www. + is revoked, as defined in + RFC 3280: Internet X.509 Public Key Infrastructure Certificate and CRL + Profile. diff --git a/docs/Mono.Android/en/Java.Security.Cert/CertPath+CertPathRep.xml b/docs/Mono.Android/en/Java.Security.Cert/CertPath+CertPathRep.xml index 3105418edd..846f9234f4 100644 --- a/docs/Mono.Android/en/Java.Security.Cert/CertPath+CertPathRep.xml +++ b/docs/Mono.Android/en/Java.Security.Cert/CertPath+CertPathRep.xml @@ -30,15 +30,18 @@ - The alternate Serializable class to be used for serialization and - deserialization on CertPath objects. + Alternate CertPath class for serialization. - Android platform documentation + Java documentation for java.security.cert.CertPath.CertPathRep. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -87,12 +90,21 @@ - To be added. - To be added. - Creates a new CertPathRep instance with the specified type - and encoded data. + the standard name of a CertPath type + the encoded form of the certification path + Creates a CertPathRep with the specified + type and encoded form of a certification path. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.security.cert.CertPath.CertPathRep.CertPath$CertPathRep(java.lang.String, byte[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -152,11 +164,19 @@ - Deserializes a CertPath from a serialized CertPathRep - object. - To be added. + Returns a CertPath constructed from the type and data. + the resolved CertPath object - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.security.cert.CertPath.CertPathRep.readResolve(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. if deserialization fails. diff --git a/docs/Mono.Android/en/Java.Security.Cert/CertPathBuilder.xml b/docs/Mono.Android/en/Java.Security.Cert/CertPathBuilder.xml index a125175a5b..d1942f2504 100644 --- a/docs/Mono.Android/en/Java.Security.Cert/CertPathBuilder.xml +++ b/docs/Mono.Android/en/Java.Security.Cert/CertPathBuilder.xml @@ -247,9 +247,8 @@ the name of the requested CertPathBuilder - algorithm. See the CertPathBuilder section in the <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#CertPathBuilder"> - Java Cryptography Architecture Standard Algorithm Name Documentation</a> + algorithm. See the CertPathBuilder section in the + Java Cryptography Architecture Standard Algorithm Name Documentation for information about standard algorithm names. Returns a CertPathBuilder object that implements the specified algorithm. @@ -298,9 +297,8 @@ the name of the requested CertPathBuilder - algorithm. See the CertPathBuilder section in the <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#CertPathBuilder"> - Java Cryptography Architecture Standard Algorithm Name Documentation</a> + algorithm. See the CertPathBuilder section in the + Java Cryptography Architecture Standard Algorithm Name Documentation for information about standard algorithm names. the provider. Returns a CertPathBuilder object that implements the @@ -351,9 +349,8 @@ the name of the requested CertPathBuilder - algorithm. See the CertPathBuilder section in the <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#CertPathBuilder"> - Java Cryptography Architecture Standard Algorithm Name Documentation</a> + algorithm. See the CertPathBuilder section in the + Java Cryptography Architecture Standard Algorithm Name Documentation for information about standard algorithm names. the name of the provider. Returns a CertPathBuilder object that implements the diff --git a/docs/Mono.Android/en/Java.Security.Cert/CertPathValidator.xml b/docs/Mono.Android/en/Java.Security.Cert/CertPathValidator.xml index d459de8e9b..3b0226e144 100644 --- a/docs/Mono.Android/en/Java.Security.Cert/CertPathValidator.xml +++ b/docs/Mono.Android/en/Java.Security.Cert/CertPathValidator.xml @@ -202,9 +202,8 @@ the name of the requested CertPathValidator - algorithm. See the CertPathValidator section in the <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#CertPathValidator"> - Java Cryptography Architecture Standard Algorithm Name Documentation</a> + algorithm. See the CertPathValidator section in the + Java Cryptography Architecture Standard Algorithm Name Documentation for information about standard algorithm names. Returns a CertPathValidator object that implements the specified algorithm. @@ -253,9 +252,8 @@ the name of the requested CertPathValidator - algorithm. See the CertPathValidator section in the <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#CertPathValidator"> - Java Cryptography Architecture Standard Algorithm Name Documentation</a> + algorithm. See the CertPathValidator section in the + Java Cryptography Architecture Standard Algorithm Name Documentation for information about standard algorithm names. the provider. Returns a CertPathValidator object that implements the @@ -307,9 +305,8 @@ the name of the requested CertPathValidator - algorithm. See the CertPathValidator section in the <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#CertPathValidator"> - Java Cryptography Architecture Standard Algorithm Name Documentation</a> + algorithm. See the CertPathValidator section in the + Java Cryptography Architecture Standard Algorithm Name Documentation for information about standard algorithm names. the name of the provider. Returns a CertPathValidator object that implements the diff --git a/docs/Mono.Android/en/Java.Security.Cert/CertPathValidatorException+BasicReason.xml b/docs/Mono.Android/en/Java.Security.Cert/CertPathValidatorException+BasicReason.xml index 13bc5ee3fd..432f5afa48 100644 --- a/docs/Mono.Android/en/Java.Security.Cert/CertPathValidatorException+BasicReason.xml +++ b/docs/Mono.Android/en/Java.Security.Cert/CertPathValidatorException+BasicReason.xml @@ -34,14 +34,19 @@ - To be added. + The BasicReason enumerates the potential reasons that a certification + path of any type may be invalid. - Android platform documentation + Java documentation for java.security.cert.CertPathValidatorException.BasicReason. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Security.Cert/CertPathValidatorException+IReason.xml b/docs/Mono.Android/en/Java.Security.Cert/CertPathValidatorException+IReason.xml index a16741a53d..e55c51a19b 100644 --- a/docs/Mono.Android/en/Java.Security.Cert/CertPathValidatorException+IReason.xml +++ b/docs/Mono.Android/en/Java.Security.Cert/CertPathValidatorException+IReason.xml @@ -28,14 +28,18 @@ - To be added. + The reason the validation algorithm failed. - Android platform documentation + Java documentation for java.security.cert.CertPathValidatorException.Reason. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Security.Cert/CertStore.xml b/docs/Mono.Android/en/Java.Security.Cert/CertStore.xml index fe5445eabb..f300599c56 100644 --- a/docs/Mono.Android/en/Java.Security.Cert/CertStore.xml +++ b/docs/Mono.Android/en/Java.Security.Cert/CertStore.xml @@ -300,9 +300,8 @@ the name of the requested CertStore type. - See the CertStore section in the <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#CertStore"> - Java Cryptography Architecture Standard Algorithm Name Documentation</a> + See the CertStore section in the + Java Cryptography Architecture Standard Algorithm Name Documentation for information about standard types. the initialization parameters (may be null). Returns a CertStore object that implements the specified @@ -356,9 +355,8 @@ the requested CertStore type. - See the CertStore section in the <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#CertStore"> - Java Cryptography Architecture Standard Algorithm Name Documentation</a> + See the CertStore section in the + Java Cryptography Architecture Standard Algorithm Name Documentation for information about standard types. the initialization parameters (may be null). the provider. @@ -413,9 +411,8 @@ the requested CertStore type. - See the CertStore section in the <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#CertStore"> - Java Cryptography Architecture Standard Algorithm Name Documentation</a> + See the CertStore section in the + Java Cryptography Architecture Standard Algorithm Name Documentation for information about standard types. the initialization parameters (may be null). the name of the provider. diff --git a/docs/Mono.Android/en/Java.Security.Cert/Certificate+CertificateRep.xml b/docs/Mono.Android/en/Java.Security.Cert/Certificate+CertificateRep.xml index d45bb8e5d0..5e5709987f 100644 --- a/docs/Mono.Android/en/Java.Security.Cert/Certificate+CertificateRep.xml +++ b/docs/Mono.Android/en/Java.Security.Cert/Certificate+CertificateRep.xml @@ -30,15 +30,18 @@ - The alternate Serializable class to be used for serialization and - deserialization of Certificate objects. + Alternate Certificate class for serialization. - Android platform documentation + Java documentation for java.security.cert.Certificate.CertificateRep. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -87,12 +90,21 @@ - To be added. - To be added. - Creates a new CertificateRep instance with the specified - certificate type and encoded data. + the standard name of the Certificate type. <p> + the Certificate data. + Construct the alternate Certificate class with the Certificate + type and Certificate encoding bytes. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.security.cert.Certificate.CertificateRep.Certificate$CertificateRep(java.lang.String, byte[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -152,10 +164,19 @@ - Deserializes a Certificate from a serialized CertificateRep object. - To be added. + Resolve the Certificate Object. + the resolved Certificate Object - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.security.cert.Certificate.CertificateRep.readResolve(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. if deserialization fails. diff --git a/docs/Mono.Android/en/Java.Security.Cert/Certificate.xml b/docs/Mono.Android/en/Java.Security.Cert/Certificate.xml index 3f792d597c..1ee55c990c 100644 --- a/docs/Mono.Android/en/Java.Security.Cert/Certificate.xml +++ b/docs/Mono.Android/en/Java.Security.Cert/Certificate.xml @@ -68,9 +68,8 @@ the standard name of the certificate type. - See the CertificateFactory section in the <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#CertificateFactory"> - Java Cryptography Architecture Standard Algorithm Name Documentation</a> + See the CertificateFactory section in the + Java Cryptography Architecture Standard Algorithm Name Documentation for information about standard certificate types. Creates a certificate of the specified type. diff --git a/docs/Mono.Android/en/Java.Security.Cert/CertificateFactory.xml b/docs/Mono.Android/en/Java.Security.Cert/CertificateFactory.xml index bfe3bdcf14..28107c9afb 100644 --- a/docs/Mono.Android/en/Java.Security.Cert/CertificateFactory.xml +++ b/docs/Mono.Android/en/Java.Security.Cert/CertificateFactory.xml @@ -634,9 +634,8 @@ the name of the requested certificate type. - See the CertificateFactory section in the <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#CertificateFactory"> - Java Cryptography Architecture Standard Algorithm Name Documentation</a> + See the CertificateFactory section in the + Java Cryptography Architecture Standard Algorithm Name Documentation for information about standard certificate types. Returns a certificate factory object that implements the specified certificate type. @@ -684,9 +683,8 @@ the certificate type. - See the CertificateFactory section in the <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#CertificateFactory"> - Java Cryptography Architecture Standard Algorithm Name Documentation</a> + See the CertificateFactory section in the + Java Cryptography Architecture Standard Algorithm Name Documentation for information about standard certificate types. the provider. Returns a certificate factory object for the specified @@ -737,9 +735,8 @@ the certificate type. - See the CertificateFactory section in the <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#CertificateFactory"> - Java Cryptography Architecture Standard Algorithm Name Documentation</a> + See the CertificateFactory section in the + Java Cryptography Architecture Standard Algorithm Name Documentation for information about standard certificate types. the name of the provider. Returns a certificate factory object for the specified diff --git a/docs/Mono.Android/en/Java.Security.Cert/PKIXCertPathChecker.xml b/docs/Mono.Android/en/Java.Security.Cert/PKIXCertPathChecker.xml index ad3b91f708..1926484837 100644 --- a/docs/Mono.Android/en/Java.Security.Cert/PKIXCertPathChecker.xml +++ b/docs/Mono.Android/en/Java.Security.Cert/PKIXCertPathChecker.xml @@ -134,7 +134,7 @@ To be added. - [TODO: @inheritDoc] + To be added diff --git a/docs/Mono.Android/en/Java.Security.Cert/PKIXRevocationChecker+Option.xml b/docs/Mono.Android/en/Java.Security.Cert/PKIXRevocationChecker+Option.xml index 98e7786e64..828a772a62 100644 --- a/docs/Mono.Android/en/Java.Security.Cert/PKIXRevocationChecker+Option.xml +++ b/docs/Mono.Android/en/Java.Security.Cert/PKIXRevocationChecker+Option.xml @@ -18,14 +18,19 @@ - To be added. + Various revocation options that can be specified for the revocation + checking mechanism. - Android platform documentation + Java documentation for java.security.cert.PKIXRevocationChecker.Option. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Security.Cert/TrustAnchor.xml b/docs/Mono.Android/en/Java.Security.Cert/TrustAnchor.xml index bd3deed3f6..c9859759e2 100644 --- a/docs/Mono.Android/en/Java.Security.Cert/TrustAnchor.xml +++ b/docs/Mono.Android/en/Java.Security.Cert/TrustAnchor.xml @@ -174,8 +174,7 @@ the X.500 distinguished name of the most-trusted CA in - <a href="http://www.ietf.org/rfc/rfc2253.txt">RFC 2253</a> - String format + RFC 2253String format the public key of the most-trusted CA a byte array containing the ASN.1 DER encoding of a NameConstraints extension to be used for checking name constraints. diff --git a/docs/Mono.Android/en/Java.Security.Spec/MGF1ParameterSpec.xml b/docs/Mono.Android/en/Java.Security.Spec/MGF1ParameterSpec.xml index 9effba9af8..644b475f05 100644 --- a/docs/Mono.Android/en/Java.Security.Spec/MGF1ParameterSpec.xml +++ b/docs/Mono.Android/en/Java.Security.Spec/MGF1ParameterSpec.xml @@ -34,7 +34,8 @@ This class specifies the set of parameters used with mask generation function MGF1 in OAEP Padding and RSA-PSS signature scheme, as defined in the - <a href="http://www. + PKCS #1 v2.1 + standard. diff --git a/docs/Mono.Android/en/Java.Security.Spec/PSSParameterSpec.xml b/docs/Mono.Android/en/Java.Security.Spec/PSSParameterSpec.xml index 8820450e25..b6455eb852 100644 --- a/docs/Mono.Android/en/Java.Security.Spec/PSSParameterSpec.xml +++ b/docs/Mono.Android/en/Java.Security.Spec/PSSParameterSpec.xml @@ -33,7 +33,8 @@ This class specifies a parameter spec for RSA-PSS signature scheme, as defined in the - <a href="http://www. + PKCS#1 v2.1 + standard. diff --git a/docs/Mono.Android/en/Java.Security/AlgorithmParameterGenerator.xml b/docs/Mono.Android/en/Java.Security/AlgorithmParameterGenerator.xml index db9739e960..3380cc8972 100644 --- a/docs/Mono.Android/en/Java.Security/AlgorithmParameterGenerator.xml +++ b/docs/Mono.Android/en/Java.Security/AlgorithmParameterGenerator.xml @@ -201,9 +201,8 @@ the name of the algorithm this parameter generator is associated with. - See the AlgorithmParameterGenerator section in the <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#AlgorithmParameterGenerator"> - Java Cryptography Architecture Standard Algorithm Name Documentation</a> + See the AlgorithmParameterGenerator section in the + Java Cryptography Architecture Standard Algorithm Name Documentation for information about standard algorithm names. Returns an AlgorithmParameterGenerator object for generating a set of parameters to be used with the specified algorithm. @@ -252,9 +251,8 @@ the string name of the algorithm this parameter generator is associated with. - See the AlgorithmParameterGenerator section in the <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#AlgorithmParameterGenerator"> - Java Cryptography Architecture Standard Algorithm Name Documentation</a> + See the AlgorithmParameterGenerator section in the + Java Cryptography Architecture Standard Algorithm Name Documentation for information about standard algorithm names. the Provider object. Returns an AlgorithmParameterGenerator object for generating @@ -304,9 +302,8 @@ the name of the algorithm this parameter generator is associated with. - See the AlgorithmParameterGenerator section in the <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#AlgorithmParameterGenerator"> - Java Cryptography Architecture Standard Algorithm Name Documentation</a> + See the AlgorithmParameterGenerator section in the + Java Cryptography Architecture Standard Algorithm Name Documentation for information about standard algorithm names. the string name of the Provider. Returns an AlgorithmParameterGenerator object for generating diff --git a/docs/Mono.Android/en/Java.Security/AlgorithmParameters.xml b/docs/Mono.Android/en/Java.Security/AlgorithmParameters.xml index f5453441ae..c5ba6a1b7c 100644 --- a/docs/Mono.Android/en/Java.Security/AlgorithmParameters.xml +++ b/docs/Mono.Android/en/Java.Security/AlgorithmParameters.xml @@ -244,9 +244,8 @@ the name of the algorithm requested. - See the AlgorithmParameters section in the <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#AlgorithmParameters"> - Java Cryptography Architecture Standard Algorithm Name Documentation</a> + See the AlgorithmParameters section in the + Java Cryptography Architecture Standard Algorithm Name Documentation for information about standard algorithm names. Returns a parameter object for the specified algorithm. the new parameter object. @@ -293,9 +292,8 @@ the name of the algorithm requested. - See the AlgorithmParameters section in the <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#AlgorithmParameters"> - Java Cryptography Architecture Standard Algorithm Name Documentation</a> + See the AlgorithmParameters section in the + Java Cryptography Architecture Standard Algorithm Name Documentation for information about standard algorithm names. the name of the provider. Returns a parameter object for the specified algorithm. @@ -343,9 +341,8 @@ the name of the algorithm requested. - See the AlgorithmParameters section in the <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#AlgorithmParameters"> - Java Cryptography Architecture Standard Algorithm Name Documentation</a> + See the AlgorithmParameters section in the + Java Cryptography Architecture Standard Algorithm Name Documentation for information about standard algorithm names. the name of the provider. Returns a parameter object for the specified algorithm. diff --git a/docs/Mono.Android/en/Java.Security/IdentityScope.xml b/docs/Mono.Android/en/Java.Security/IdentityScope.xml index 695265b1ff..310af0f2e6 100644 --- a/docs/Mono.Android/en/Java.Security/IdentityScope.xml +++ b/docs/Mono.Android/en/Java.Security/IdentityScope.xml @@ -200,6 +200,10 @@ [Android.Runtime.Register("addIdentity", "(Ljava/security/Identity;)V", "GetAddIdentity_Ljava_security_Identity_Handler")] [<Android.Runtime.Register("addIdentity", "(Ljava/security/Identity;)V", "GetAddIdentity_Ljava_security_Identity_Handler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void @@ -292,6 +296,10 @@ [Android.Runtime.Register("getIdentity", "(Ljava/security/PublicKey;)Ljava/security/Identity;", "GetGetIdentity_Ljava_security_PublicKey_Handler")] [<Android.Runtime.Register("getIdentity", "(Ljava/security/PublicKey;)Ljava/security/Identity;", "GetGetIdentity_Ljava_security_PublicKey_Handler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + Java.Security.Identity @@ -334,6 +342,10 @@ [Android.Runtime.Register("getIdentity", "(Ljava/lang/String;)Ljava/security/Identity;", "GetGetIdentity_Ljava_lang_String_Handler")] [<Android.Runtime.Register("getIdentity", "(Ljava/lang/String;)Ljava/security/Identity;", "GetGetIdentity_Ljava_lang_String_Handler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + Java.Security.Identity @@ -376,6 +388,10 @@ [Android.Runtime.Register("identities", "()Ljava/util/Enumeration;", "GetIdentitiesHandler")] [<Android.Runtime.Register("identities", "()Ljava/util/Enumeration;", "GetIdentitiesHandler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + Java.Util.IEnumeration @@ -445,6 +461,10 @@ [Android.Runtime.Register("removeIdentity", "(Ljava/security/Identity;)V", "GetRemoveIdentity_Ljava_security_Identity_Handler")] [<Android.Runtime.Register("removeIdentity", "(Ljava/security/Identity;)V", "GetRemoveIdentity_Ljava_security_Identity_Handler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void @@ -511,6 +531,10 @@ [Android.Runtime.Register("size", "()I", "GetSizeHandler")] [<Android.Runtime.Register("size", "()I", "GetSizeHandler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Int32 diff --git a/docs/Mono.Android/en/Java.Security/KeyFactory.xml b/docs/Mono.Android/en/Java.Security/KeyFactory.xml index 26ad38c8fb..86ee52ede7 100644 --- a/docs/Mono.Android/en/Java.Security/KeyFactory.xml +++ b/docs/Mono.Android/en/Java.Security/KeyFactory.xml @@ -253,9 +253,8 @@ the name of the requested key algorithm. - See the KeyFactory section in the <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#KeyFactory"> - Java Cryptography Architecture Standard Algorithm Name Documentation</a> + See the KeyFactory section in the + Java Cryptography Architecture Standard Algorithm Name Documentation for information about standard algorithm names. Returns a KeyFactory object that converts public/private keys of the specified algorithm. @@ -302,9 +301,8 @@ the name of the requested key algorithm. - See the KeyFactory section in the <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#KeyFactory"> - Java Cryptography Architecture Standard Algorithm Name Documentation</a> + See the KeyFactory section in the + Java Cryptography Architecture Standard Algorithm Name Documentation for information about standard algorithm names. the provider. Returns a KeyFactory object that converts @@ -352,9 +350,8 @@ the name of the requested key algorithm. - See the KeyFactory section in the <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#KeyFactory"> - Java Cryptography Architecture Standard Algorithm Name Documentation</a> + See the KeyFactory section in the + Java Cryptography Architecture Standard Algorithm Name Documentation for information about standard algorithm names. the name of the provider. Returns a KeyFactory object that converts diff --git a/docs/Mono.Android/en/Java.Security/KeyPairGenerator.xml b/docs/Mono.Android/en/Java.Security/KeyPairGenerator.xml index be4544920b..d5db635f48 100644 --- a/docs/Mono.Android/en/Java.Security/KeyPairGenerator.xml +++ b/docs/Mono.Android/en/Java.Security/KeyPairGenerator.xml @@ -56,9 +56,8 @@ the standard string name of the algorithm. - See the KeyPairGenerator section in the <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#KeyPairGenerator"> - Java Cryptography Architecture Standard Algorithm Name Documentation</a> + See the KeyPairGenerator section in the + Java Cryptography Architecture Standard Algorithm Name Documentation for information about standard algorithm names. Creates a KeyPairGenerator object for the specified algorithm. @@ -236,9 +235,8 @@ the standard string name of the algorithm. - See the KeyPairGenerator section in the <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#KeyPairGenerator"> - Java Cryptography Architecture Standard Algorithm Name Documentation</a> + See the KeyPairGenerator section in the + Java Cryptography Architecture Standard Algorithm Name Documentation for information about standard algorithm names. Returns a KeyPairGenerator object that generates public/private key pairs for the specified algorithm. @@ -285,9 +283,8 @@ the standard string name of the algorithm. - See the KeyPairGenerator section in the <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#KeyPairGenerator"> - Java Cryptography Architecture Standard Algorithm Name Documentation</a> + See the KeyPairGenerator section in the + Java Cryptography Architecture Standard Algorithm Name Documentation for information about standard algorithm names. the provider. Returns a KeyPairGenerator object that generates public/private @@ -336,9 +333,8 @@ the standard string name of the algorithm. - See the KeyPairGenerator section in the <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#KeyPairGenerator"> - Java Cryptography Architecture Standard Algorithm Name Documentation</a> + See the KeyPairGenerator section in the + Java Cryptography Architecture Standard Algorithm Name Documentation for information about standard algorithm names. the string name of the provider. Returns a KeyPairGenerator object that generates public/private diff --git a/docs/Mono.Android/en/Java.Security/KeyRep+Type.xml b/docs/Mono.Android/en/Java.Security/KeyRep+Type.xml index 8b7eb716a8..011bab0614 100644 --- a/docs/Mono.Android/en/Java.Security/KeyRep+Type.xml +++ b/docs/Mono.Android/en/Java.Security/KeyRep+Type.xml @@ -18,15 +18,18 @@ - - Type enumerates the supported key types. + Key type. - Android platform documentation + Java documentation for java.security.KeyRep.Type. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Security/KeyStore+Builder.xml b/docs/Mono.Android/en/Java.Security/KeyStore+Builder.xml index de260910f7..47db14ca25 100644 --- a/docs/Mono.Android/en/Java.Security/KeyStore+Builder.xml +++ b/docs/Mono.Android/en/Java.Security/KeyStore+Builder.xml @@ -18,15 +18,18 @@ - - Builder is used to construct new instances of KeyStore. + A description of a to-be-instantiated KeyStore object. - Android platform documentation + Java documentation for java.security.KeyStore.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -48,9 +51,18 @@ - Constructs a new instance of Builder. + Construct a new Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.security.KeyStore.Builder.KeyStore$Builder(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Security/KeyStore+CallbackHandlerProtection.xml b/docs/Mono.Android/en/Java.Security/KeyStore+CallbackHandlerProtection.xml index 2ae2b980ec..cda395c31c 100644 --- a/docs/Mono.Android/en/Java.Security/KeyStore+CallbackHandlerProtection.xml +++ b/docs/Mono.Android/en/Java.Security/KeyStore+CallbackHandlerProtection.xml @@ -31,16 +31,18 @@ - - CallbackHandlerProtection is a ProtectionParameter that - encapsulates a . + A ProtectionParameter encapsulating a CallbackHandler. - Android platform documentation + Java documentation for java.security.KeyStore.CallbackHandlerProtection. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -65,11 +67,20 @@ - To be added. - Constructs a new instance of CallbackHandlerProtection with - the CallbackHandler. + the CallbackHandler + Constructs a new CallbackHandlerProtection from a + CallbackHandler. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.security.KeyStore.CallbackHandlerProtection.KeyStore$CallbackHandlerProtection(javax.security.auth.callback.CallbackHandler). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. if handler is null. @@ -119,10 +130,19 @@ Javax.Security.Auth.Callback.ICallbackHandler - Returns the CallbackHandler. - To be added. + Returns the CallbackHandler. + the CallbackHandler. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.security.KeyStore.CallbackHandlerProtection.getCallbackHandler(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Security/KeyStore+IEntry.xml b/docs/Mono.Android/en/Java.Security/KeyStore+IEntry.xml index 0a585ffc5b..a275b63082 100644 --- a/docs/Mono.Android/en/Java.Security/KeyStore+IEntry.xml +++ b/docs/Mono.Android/en/Java.Security/KeyStore+IEntry.xml @@ -25,16 +25,18 @@ - - Entry is the common marker interface for a KeyStore - entry. + A marker interface for KeyStore entry types. - Android platform documentation + Java documentation for java.security.KeyStore.Entry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -59,9 +61,20 @@ System.Collections.Generic.ICollection<Java.Security.KeyStore+IEntryAttribute> - To be added. - To be added. - To be added. + Retrieves the attributes associated with an entry. + an unmodifiable Set of attributes, possibly empty + + + + Java documentation for java.security.KeyStore.Entry.getAttributes(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Java.Security/KeyStore+ILoadStoreParameter.xml b/docs/Mono.Android/en/Java.Security/KeyStore+ILoadStoreParameter.xml index e79a1fefbb..91517f7508 100644 --- a/docs/Mono.Android/en/Java.Security/KeyStore+ILoadStoreParameter.xml +++ b/docs/Mono.Android/en/Java.Security/KeyStore+ILoadStoreParameter.xml @@ -25,16 +25,21 @@ - - LoadStoreParameter represents a parameter that specifies how a - KeyStore can be loaded and stored. + A marker interface for KeyStore#load(KeyStore.LoadStoreParameter) load + and + #store(KeyStore.LoadStoreParameter) store + parameters. - Android platform documentation + Java documentation for java.security.KeyStore.LoadStoreParameter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Security/KeyStore+IProtectionParameter.xml b/docs/Mono.Android/en/Java.Security/KeyStore+IProtectionParameter.xml index 3cecddf412..cb03c77089 100644 --- a/docs/Mono.Android/en/Java.Security/KeyStore+IProtectionParameter.xml +++ b/docs/Mono.Android/en/Java.Security/KeyStore+IProtectionParameter.xml @@ -25,16 +25,18 @@ - - ProtectionParameter is a marker interface for protection - parameters. + A marker interface for keystore protection parameters. - Android platform documentation + Java documentation for java.security.KeyStore.ProtectionParameter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Security/KeyStore+PasswordProtection.xml b/docs/Mono.Android/en/Java.Security/KeyStore+PasswordProtection.xml index cb75c4691a..7ce4c4a77d 100644 --- a/docs/Mono.Android/en/Java.Security/KeyStore+PasswordProtection.xml +++ b/docs/Mono.Android/en/Java.Security/KeyStore+PasswordProtection.xml @@ -34,16 +34,18 @@ - - PasswordProtection is a ProtectionParameter that protects - a KeyStore using a password. + A password-based implementation of ProtectionParameter. - Android platform documentation + Java documentation for java.security.KeyStore.PasswordProtection. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -68,11 +70,19 @@ - To be added. - Constructs a new instance of PasswordProtection with a - password. + the password, which may be null + Creates a password parameter. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.security.KeyStore.PasswordProtection.KeyStore$PasswordProtection(char[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -122,12 +132,28 @@ - To be added. - To be added. - To be added. - To be added. + the password, which may be null + the encryption algorithm name, for + example, PBEWithHmacSHA256AndAES_256. + See the Cipher section in the + Java Cryptography Architecture Standard Algorithm Name + Documentation + for information about standard encryption algorithm names. + the encryption algorithm parameter + specification, which may be null + Creates a password parameter and specifies the protection algorithm + and associated parameters to use when encrypting a keystore entry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.security.KeyStore.PasswordProtection.KeyStore$PasswordProtection(char[], java.lang.String, java.security.spec.AlgorithmParameterSpec). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -155,9 +181,18 @@ - Destroys / invalidates the password. + Clears the password. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.security.KeyStore.PasswordProtection.destroy(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. if the password could not be invalidated. @@ -185,10 +220,19 @@ - Returns the password. - To be added. + Gets the password. + the password, which may be null - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.security.KeyStore.PasswordProtection.getPassword(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. if the password has been destroyed. @@ -218,10 +262,19 @@ System.Boolean - Indicates whether the password is invalidated. - To be added. + Determines if password has been cleared. + true if the password has been cleared, false otherwise - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.security.KeyStore.PasswordProtection.isDestroyed(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -280,10 +333,19 @@ System.String - To be added. - To be added. + Gets the name of the protection algorithm. + the algorithm name, or null if none was set - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.security.KeyStore.PasswordProtection.getProtectionAlgorithm(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -307,10 +369,20 @@ Java.Security.Spec.IAlgorithmParameterSpec - To be added. - To be added. + Gets the parameters supplied for the protection algorithm. + the algorithm parameter specification, or null, + if none was set - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.security.KeyStore.PasswordProtection.getProtectionParameters(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Security/KeyStore+PrivateKeyEntry.xml b/docs/Mono.Android/en/Java.Security/KeyStore+PrivateKeyEntry.xml index 62a42292d4..289b80ff6c 100644 --- a/docs/Mono.Android/en/Java.Security/KeyStore+PrivateKeyEntry.xml +++ b/docs/Mono.Android/en/Java.Security/KeyStore+PrivateKeyEntry.xml @@ -31,16 +31,19 @@ - - PrivateKeyEntry represents a KeyStore entry that - holds a private key. + A KeyStore entry that holds a PrivateKey + and corresponding certificate chain. - Android platform documentation + Java documentation for java.security.KeyStore.PrivateKeyEntry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -66,12 +69,25 @@ - To be added. - To be added. - Constructs a new instance of PrivateKeyEntry with the given - PrivateKey and the provided certificate chain. + the PrivateKey + an array of Certificates + representing the certificate chain. + The chain must be ordered and contain a + Certificate at index 0 + corresponding to the private key. + Constructs a PrivateKeyEntry with a + PrivateKey and corresponding certificate chain. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.security.KeyStore.PrivateKeyEntry.KeyStore$PrivateKeyEntry(java.security.PrivateKey, java.security.cert.Certificate[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. if privateKey or chain is null. @@ -104,12 +120,26 @@ - To be added. - To be added. - To be added. - To be added. + the PrivateKey + an array of Certificates + representing the certificate chain. + The chain must be ordered and contain a + Certificate at index 0 + corresponding to the private key. + the attributes + Constructs a PrivateKeyEntry with a PrivateKey and + corresponding certificate chain and associated entry attributes. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.security.KeyStore.PrivateKeyEntry.KeyStore$PrivateKeyEntry(java.security.PrivateKey, java.security.cert.Certificate[], java.util.Set<java.security.KeyStore.Entry.Attribute>). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -136,10 +166,19 @@ System.Collections.Generic.ICollection<Java.Security.KeyStore+IEntryAttribute> - To be added. - To be added. + Retrieves the attributes associated with an entry. + an unmodifiable Set of attributes, possibly empty - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.security.KeyStore.PrivateKeyEntry.getAttributes(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -163,10 +202,24 @@ Java.Security.Cert.Certificate - Returns the certificate corresponding to the private key. - To be added. + Gets the end entity Certificate + from the certificate chain in this entry. + the end entity Certificate (at index 0) + from the certificate chain in this entry. + If the certificate is of type X.509, + the runtime type of the returned certificate is + X509Certificate. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.security.KeyStore.PrivateKeyEntry.getCertificate(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -192,10 +245,23 @@ - Returns the certificate chain. - To be added. + Gets the Certificate chain from this entry. + an array of Certificates corresponding + to the certificate chain for the public key. + If the certificates are of type X.509, + the runtime type of the returned array is + X509Certificate[]. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.security.KeyStore.PrivateKeyEntry.getCertificateChain(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -254,10 +320,19 @@ Java.Security.IPrivateKey - Returns the private key. - To be added. + Gets the PrivateKey from this entry. + the PrivateKey from this entry - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.security.KeyStore.PrivateKeyEntry.getPrivateKey(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Security/KeyStore+SecretKeyEntry.xml b/docs/Mono.Android/en/Java.Security/KeyStore+SecretKeyEntry.xml index ba83d34db4..790069212b 100644 --- a/docs/Mono.Android/en/Java.Security/KeyStore+SecretKeyEntry.xml +++ b/docs/Mono.Android/en/Java.Security/KeyStore+SecretKeyEntry.xml @@ -31,16 +31,18 @@ - - SecretKeyEntry represents a KeyStore entry that - holds a secret key. + A KeyStore entry that holds a SecretKey. - Android platform documentation + Java documentation for java.security.KeyStore.SecretKeyEntry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -65,11 +67,20 @@ - To be added. - Constructs a new instance of SecretKeyEntry with the given - SecretKey. + the SecretKey + Constructs a SecretKeyEntry with a + SecretKey. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.security.KeyStore.SecretKeyEntry.KeyStore$SecretKeyEntry(javax.crypto.SecretKey). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. if secretKey is null. @@ -97,11 +108,21 @@ - To be added. - To be added. - To be added. + the SecretKey + the attributes + Constructs a SecretKeyEntry with a SecretKey and + associated entry attributes. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.security.KeyStore.SecretKeyEntry.KeyStore$SecretKeyEntry(javax.crypto.SecretKey, java.util.Set<java.security.KeyStore.Entry.Attribute>). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -128,10 +149,19 @@ System.Collections.Generic.ICollection<Java.Security.KeyStore+IEntryAttribute> - To be added. - To be added. + Retrieves the attributes associated with an entry. + an unmodifiable Set of attributes, possibly empty - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.security.KeyStore.SecretKeyEntry.getAttributes(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -189,10 +219,19 @@ Javax.Crypto.ISecretKey - Returns the secret key. - To be added. + Gets the SecretKey from this entry. + the SecretKey from this entry - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.security.KeyStore.SecretKeyEntry.getSecretKey(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Security/KeyStore+TrustedCertificateEntry.xml b/docs/Mono.Android/en/Java.Security/KeyStore+TrustedCertificateEntry.xml index bd137af92f..45a07f3ccc 100644 --- a/docs/Mono.Android/en/Java.Security/KeyStore+TrustedCertificateEntry.xml +++ b/docs/Mono.Android/en/Java.Security/KeyStore+TrustedCertificateEntry.xml @@ -31,16 +31,19 @@ - - TrustedCertificateEntry represents a KeyStore entry that - holds a trusted certificate. + A KeyStore entry that holds a trusted + Certificate. - Android platform documentation + Java documentation for java.security.KeyStore.TrustedCertificateEntry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -65,11 +68,20 @@ - To be added. - Constructs a new instance of TrustedCertificateEntry with the - given Certificate. + the trusted Certificate + Constructs a TrustedCertificateEntry with a + trusted Certificate. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.security.KeyStore.TrustedCertificateEntry.KeyStore$TrustedCertificateEntry(java.security.cert.Certificate). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. if trustCertificate is null. @@ -97,11 +109,21 @@ - To be added. - To be added. - To be added. + the trusted Certificate + the attributes + Constructs a TrustedCertificateEntry with a + trusted Certificate and associated entry attributes. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.security.KeyStore.TrustedCertificateEntry.KeyStore$TrustedCertificateEntry(java.security.cert.Certificate, java.util.Set<java.security.KeyStore.Entry.Attribute>). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -128,10 +150,19 @@ System.Collections.Generic.ICollection<Java.Security.KeyStore+IEntryAttribute> - To be added. - To be added. + Retrieves the attributes associated with an entry. + an unmodifiable Set of attributes, possibly empty - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.security.KeyStore.TrustedCertificateEntry.getAttributes(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -251,10 +282,19 @@ Java.Security.Cert.Certificate - Returns the trusted certificate. - To be added. + Gets the trusted Certficate from this entry. + the trusted Certificate from this entry - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.security.KeyStore.TrustedCertificateEntry.getTrustedCertificate(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Security/KeyStore.xml b/docs/Mono.Android/en/Java.Security/KeyStore.xml index 01d55903c0..61e650e1a7 100644 --- a/docs/Mono.Android/en/Java.Security/KeyStore.xml +++ b/docs/Mono.Android/en/Java.Security/KeyStore.xml @@ -568,9 +568,8 @@ the type of keystore. - See the KeyStore section in the <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#KeyStore"> - Java Cryptography Architecture Standard Algorithm Name Documentation</a> + See the KeyStore section in the + Java Cryptography Architecture Standard Algorithm Name Documentation for information about standard keystore types. Returns a keystore object of the specified type. a keystore object of the specified type. @@ -617,9 +616,8 @@ the type of keystore. - See the KeyStore section in the <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#KeyStore"> - Java Cryptography Architecture Standard Algorithm Name Documentation</a> + See the KeyStore section in the + Java Cryptography Architecture Standard Algorithm Name Documentation for information about standard keystore types. the provider. Returns a keystore object of the specified type. @@ -669,9 +667,8 @@ the type of keystore. - See the KeyStore section in the <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#KeyStore"> - Java Cryptography Architecture Standard Algorithm Name Documentation</a> + See the KeyStore section in the + Java Cryptography Architecture Standard Algorithm Name Documentation for information about standard keystore types. the name of the provider. Returns a keystore object of the specified type. diff --git a/docs/Mono.Android/en/Java.Security/MessageDigest.xml b/docs/Mono.Android/en/Java.Security/MessageDigest.xml index 97004ea254..b73a25e932 100644 --- a/docs/Mono.Android/en/Java.Security/MessageDigest.xml +++ b/docs/Mono.Android/en/Java.Security/MessageDigest.xml @@ -56,9 +56,8 @@ the standard name of the digest algorithm. - See the MessageDigest section in the <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#MessageDigest"> - Java Cryptography Architecture Standard Algorithm Name Documentation</a> + See the MessageDigest section in the + Java Cryptography Architecture Standard Algorithm Name Documentation for information about standard algorithm names. Creates a message digest with the specified algorithm name. @@ -334,9 +333,8 @@ the name of the algorithm requested. - See the MessageDigest section in the <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#MessageDigest"> - Java Cryptography Architecture Standard Algorithm Name Documentation</a> + See the MessageDigest section in the + Java Cryptography Architecture Standard Algorithm Name Documentation for information about standard algorithm names. Returns a MessageDigest object that implements the specified digest algorithm. @@ -383,9 +381,8 @@ the name of the algorithm requested. - See the MessageDigest section in the <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#MessageDigest"> - Java Cryptography Architecture Standard Algorithm Name Documentation</a> + See the MessageDigest section in the + Java Cryptography Architecture Standard Algorithm Name Documentation for information about standard algorithm names. the provider. Returns a MessageDigest object that implements the specified digest @@ -434,9 +431,8 @@ the name of the algorithm requested. - See the MessageDigest section in the <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#MessageDigest"> - Java Cryptography Architecture Standard Algorithm Name Documentation</a> + See the MessageDigest section in the + Java Cryptography Architecture Standard Algorithm Name Documentation for information about standard algorithm names. the name of the provider. Returns a MessageDigest object that implements the specified digest diff --git a/docs/Mono.Android/en/Java.Security/Provider+Service.xml b/docs/Mono.Android/en/Java.Security/Provider+Service.xml index bea0598e55..e8762cf826 100644 --- a/docs/Mono.Android/en/Java.Security/Provider+Service.xml +++ b/docs/Mono.Android/en/Java.Security/Provider+Service.xml @@ -18,15 +18,18 @@ - - Service represents a service in the Java Security infrastructure. + The description of a security service. - Android platform documentation + Java documentation for java.security.Provider.Service. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -79,15 +82,25 @@ - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. + the provider that offers this service + the type of this service + the algorithm name + the name of the class implementing this service + List of aliases or null if algorithm has no aliases + Map of attributes or null if this implementation + has no attributes + Construct a new service. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.security.Provider.Service.Provider$Service(java.security.Provider, java.lang.String, java.lang.String, java.lang.String, java.util.List<java.lang.String>, java.util.Map<java.lang.String, java.lang.String>). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -111,10 +124,19 @@ System.String - Returns the name of the algorithm implemented by this Service. - To be added. + Return the name of the algorithm of this service. + the algorithm of this service - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.security.Provider.Service.getAlgorithm(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -139,10 +161,19 @@ System.String - Returns the name of the class implementing this Service. - To be added. + Return the name of the class implementing this service. + the name of the class implementing this service - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.security.Provider.Service.getClassName(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -170,11 +201,22 @@ - the name of the attribute. - Returns the value of the attribute with the specified name. - To be added. + the name of the requested attribute + Return the value of the specified attribute or null if this + attribute is not set for this Service. + the value of the specified attribute or null if the + attribute is not present - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.security.Provider.Service.getAttribute(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. if name is null. @@ -235,13 +277,22 @@ - the parameter that is used by the constructor, or null if the implementation does not declare a constructor - parameter. - Creates and returns a new instance of the implementation described by - this Service. - To be added. + the value to pass to the constructor, + or null if this type of service does not use a constructorParameter. + Return a new instance of the implementation described by this + service. + a new implementation of this service - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.security.Provider.Service.newInstance(java.lang.Object). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. if the instance could not be constructed. @@ -270,10 +321,19 @@ Java.Security.Provider - Returns the Provider this Service belongs to. - To be added. + Return the Provider of this service. + the Provider of this service - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.security.Provider.Service.getProvider(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -301,12 +361,21 @@ - the parameter to test. - Indicates whether this Service supports the specified - constructor parameter. - To be added. + the parameter to test + Test whether this Service can use the specified parameter. + false if this this service cannot use the specified + parameter; true if it can possibly use the parameter - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.security.Provider.Service.supportsParameter(java.lang.Object). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -393,10 +462,19 @@ System.String - Returns the type of this Service. - To be added. + Get the type of this service. + the type of this service - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.security.Provider.Service.getType(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Security/SecureRandom.xml b/docs/Mono.Android/en/Java.Security/SecureRandom.xml index f241af8012..33da9ea3b2 100644 --- a/docs/Mono.Android/en/Java.Security/SecureRandom.xml +++ b/docs/Mono.Android/en/Java.Security/SecureRandom.xml @@ -274,9 +274,8 @@ the name of the RNG algorithm. - See the SecureRandom section in the <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#SecureRandom"> - Java Cryptography Architecture Standard Algorithm Name Documentation</a> + See the SecureRandom section in the + Java Cryptography Architecture Standard Algorithm Name Documentation for information about standard RNG algorithm names. Returns a SecureRandom object that implements the specified Random Number Generator (RNG) algorithm. @@ -324,9 +323,8 @@ the name of the RNG algorithm. - See the SecureRandom section in the <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#SecureRandom"> - Java Cryptography Architecture Standard Algorithm Name Documentation</a> + See the SecureRandom section in the + Java Cryptography Architecture Standard Algorithm Name Documentation for information about standard RNG algorithm names. the provider. Returns a SecureRandom object that implements the specified @@ -375,9 +373,8 @@ the name of the RNG algorithm. - See the SecureRandom section in the <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#SecureRandom"> - Java Cryptography Architecture Standard Algorithm Name Documentation</a> + See the SecureRandom section in the + Java Cryptography Architecture Standard Algorithm Name Documentation for information about standard RNG algorithm names. the name of the provider. Returns a SecureRandom object that implements the specified diff --git a/docs/Mono.Android/en/Java.Security/Signature.xml b/docs/Mono.Android/en/Java.Security/Signature.xml index 16a1e3b0c4..c63708fc20 100644 --- a/docs/Mono.Android/en/Java.Security/Signature.xml +++ b/docs/Mono.Android/en/Java.Security/Signature.xml @@ -56,9 +56,8 @@ the standard string name of the algorithm. - See the Signature section in the <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#Signature"> - Java Cryptography Architecture Standard Algorithm Name Documentation</a> + See the Signature section in the + Java Cryptography Architecture Standard Algorithm Name Documentation for information about standard algorithm names. Creates a Signature object for the specified algorithm. @@ -160,9 +159,8 @@ the standard name of the algorithm requested. - See the Signature section in the <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#Signature"> - Java Cryptography Architecture Standard Algorithm Name Documentation</a> + See the Signature section in the + Java Cryptography Architecture Standard Algorithm Name Documentation for information about standard algorithm names. Returns a Signature object that implements the specified signature algorithm. @@ -210,9 +208,8 @@ the name of the algorithm requested. - See the Signature section in the <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#Signature"> - Java Cryptography Architecture Standard Algorithm Name Documentation</a> + See the Signature section in the + Java Cryptography Architecture Standard Algorithm Name Documentation for information about standard algorithm names. the provider. Returns a Signature object that implements the specified @@ -261,9 +258,8 @@ the name of the algorithm requested. - See the Signature section in the <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#Signature"> - Java Cryptography Architecture Standard Algorithm Name Documentation</a> + See the Signature section in the + Java Cryptography Architecture Standard Algorithm Name Documentation for information about standard algorithm names. the name of the provider. Returns a Signature object that implements the specified signature diff --git a/docs/Mono.Android/en/Java.Security/SignatureSpi.xml b/docs/Mono.Android/en/Java.Security/SignatureSpi.xml index b75b11c886..c32c703308 100644 --- a/docs/Mono.Android/en/Java.Security/SignatureSpi.xml +++ b/docs/Mono.Android/en/Java.Security/SignatureSpi.xml @@ -175,6 +175,10 @@ [Android.Runtime.Register("engineGetParameter", "(Ljava/lang/String;)Ljava/lang/Object;", "GetEngineGetParameter_Ljava_lang_String_Handler")] [<Android.Runtime.Register("engineGetParameter", "(Ljava/lang/String;)Ljava/lang/Object;", "GetEngineGetParameter_Ljava_lang_String_Handler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + Java.Lang.Object @@ -437,6 +441,10 @@ [Android.Runtime.Register("engineSetParameter", "(Ljava/lang/String;Ljava/lang/Object;)V", "GetEngineSetParameter_Ljava_lang_String_Ljava_lang_Object_Handler")] [<Android.Runtime.Register("engineSetParameter", "(Ljava/lang/String;Ljava/lang/Object;)V", "GetEngineSetParameter_Ljava_lang_String_Ljava_lang_Object_Handler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void diff --git a/docs/Mono.Android/en/Java.Text/AttributedCharacterIteratorAttribute.xml b/docs/Mono.Android/en/Java.Text/AttributedCharacterIteratorAttribute.xml index 4ce374c12a..3fc2402316 100644 --- a/docs/Mono.Android/en/Java.Text/AttributedCharacterIteratorAttribute.xml +++ b/docs/Mono.Android/en/Java.Text/AttributedCharacterIteratorAttribute.xml @@ -31,14 +31,18 @@ - Defines keys for text attributes. + Defines attribute keys that are used to identify text attributes. - Android platform documentation + Java documentation for java.text.AttributedCharacterIterator.Attribute. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -63,10 +67,19 @@ - To be added. - The constructor for an Attribute with the name passed. + the name of Attribute + Constructs an Attribute with the given name. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.text.AttributedCharacterIterator.Attribute.AttributedCharacterIterator$Attribute(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -118,10 +131,19 @@ To be added. - Compares this attribute with the specified object. + Compares two objects for equality. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.text.AttributedCharacterIterator.Attribute.equals(java.lang.Object). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -147,10 +169,19 @@ - Calculates the hash code for objects of type Attribute. + Returns a hash code value for the object. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.text.AttributedCharacterIterator.Attribute.hashCode(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -265,10 +296,19 @@ System.String - Returns the name of this attribute. - To be added. + Returns the name of the attribute. + the name of Attribute - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.text.AttributedCharacterIterator.Attribute.getName(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -324,10 +364,19 @@ - Resolves a deserialized instance to the correct constant attribute. - To be added. + Resolves instances being deserialized to the predefined constants. + the resolved Attribute object - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.text.AttributedCharacterIterator.Attribute.readResolve(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. if this instance is not of type Attribute.class diff --git a/docs/Mono.Android/en/Java.Text/BreakIterator.xml b/docs/Mono.Android/en/Java.Text/BreakIterator.xml index a8665c1674..3698d082d1 100644 --- a/docs/Mono.Android/en/Java.Text/BreakIterator.xml +++ b/docs/Mono.Android/en/Java.Text/BreakIterator.xml @@ -125,7 +125,7 @@ Returns a new <code>BreakIterator</code> instance - for <a href="BreakIterator. + for "BreakIterator. A break iterator for character breaks @@ -409,7 +409,7 @@ the desired locale Returns a new <code>BreakIterator</code> instance - for <a href="BreakIterator. + for "BreakIterator. A break iterator for character breaks @@ -451,7 +451,7 @@ the desired locale Returns a new <code>BreakIterator</code> instance - for <a href="BreakIterator. + for "BreakIterator. A break iterator for line breaks @@ -495,7 +495,7 @@ the desired locale Returns a new <code>BreakIterator</code> instance - for <a href="BreakIterator. + for "BreakIterator. A break iterator for sentence breaks @@ -539,7 +539,7 @@ the desired locale Returns a new <code>BreakIterator</code> instance - for <a href="BreakIterator. + for "BreakIterator. A break iterator for word breaks @@ -693,7 +693,7 @@ Returns a new <code>BreakIterator</code> instance - for <a href="BreakIterator. + for "BreakIterator. A break iterator for line breaks @@ -902,7 +902,7 @@ Returns a new <code>BreakIterator</code> instance - for <a href="BreakIterator. + for "BreakIterator. A break iterator for sentence breaks @@ -1075,7 +1075,7 @@ Returns a new <code>BreakIterator</code> instance - for <a href="BreakIterator. + for "BreakIterator. A break iterator for word breaks diff --git a/docs/Mono.Android/en/Java.Text/DateFormat+Field.xml b/docs/Mono.Android/en/Java.Text/DateFormat+Field.xml index 2930944524..5dceabed5d 100644 --- a/docs/Mono.Android/en/Java.Text/DateFormat+Field.xml +++ b/docs/Mono.Android/en/Java.Text/DateFormat+Field.xml @@ -18,16 +18,20 @@ - The instances of this inner class are used as attribute keys and values - in AttributedCharacterIterator that the - method returns. + Defines constants that are used as attribute keys in the + <code>AttributedCharacterIterator</code> returned + from <code>DateFormat. - Android platform documentation + Java documentation for java.text.DateFormat.Field. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -76,12 +80,24 @@ - To be added. - To be added. - Constructs a new instance of DateFormat.Field with the given - fieldName and calendar field. + the name of the <code>Field</code> + the <code>Calendar</code> constant this + <code>Field</code> corresponds to; any value, even one + outside the range of legal <code>Calendar</code> values may + be used, but <code>-1</code> should be used for values + that don't correspond to legal <code>Calendar</code> values + Creates a <code>Field</code>. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.text.DateFormat.Field.DateFormat$Field(java.lang.String, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -134,10 +150,20 @@ System.Int32 - Returns the Calendar field that this field represents. - To be added. + Returns the <code>Calendar</code> field associated with this + attribute. + Calendar constant for this field - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.text.DateFormat.Field.getCalendarField(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Text/MessageFormat+Field.xml b/docs/Mono.Android/en/Java.Text/MessageFormat+Field.xml index 9b473beb7a..5d29bcdf9c 100644 --- a/docs/Mono.Android/en/Java.Text/MessageFormat+Field.xml +++ b/docs/Mono.Android/en/Java.Text/MessageFormat+Field.xml @@ -18,16 +18,20 @@ - The instances of this inner class are used as attribute keys in - AttributedCharacterIterator that the - method returns. + Defines constants that are used as attribute keys in the + <code>AttributedCharacterIterator</code> returned + from <code>MessageFormat. - Android platform documentation + Java documentation for java.text.MessageFormat.Field. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -52,11 +56,19 @@ - To be added. - Constructs a new instance of MessageFormat.Field with the - given field name. + Name of the attribute + Creates a Field with the specified name. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.text.MessageFormat.Field.MessageFormat$Field(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Text/Normalizer+Form.xml b/docs/Mono.Android/en/Java.Text/Normalizer+Form.xml index 76250cd1da..dda7be0348 100644 --- a/docs/Mono.Android/en/Java.Text/Normalizer+Form.xml +++ b/docs/Mono.Android/en/Java.Text/Normalizer+Form.xml @@ -18,14 +18,20 @@ - The normalization forms supported by the Normalizer. + This enum provides constants of the four Unicode normalization forms + that are described in + "http://www. - Android platform documentation + Java documentation for java.text.Normalizer.Form. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Text/NumberFormat+Field.xml b/docs/Mono.Android/en/Java.Text/NumberFormat+Field.xml index b34db9e730..912fe65a25 100644 --- a/docs/Mono.Android/en/Java.Text/NumberFormat+Field.xml +++ b/docs/Mono.Android/en/Java.Text/NumberFormat+Field.xml @@ -18,16 +18,20 @@ - The instances of this inner class are used as attribute keys and values - in AttributedCharacterIterator that the - method returns. + Defines constants that are used as attribute keys in the + <code>AttributedCharacterIterator</code> returned + from <code>NumberFormat. - Android platform documentation + Java documentation for java.text.NumberFormat.Field. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -52,11 +56,20 @@ - To be added. - Constructs a new instance of NumberFormat.Field with the - given field name. + Name of the attribute + Creates a Field instance with the specified + name. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.text.NumberFormat.Field.NumberFormat$Field(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Text/_Format+Field.xml b/docs/Mono.Android/en/Java.Text/_Format+Field.xml index 64f04856f8..37e3d8374e 100644 --- a/docs/Mono.Android/en/Java.Text/_Format+Field.xml +++ b/docs/Mono.Android/en/Java.Text/_Format+Field.xml @@ -18,17 +18,20 @@ - Inner class used to represent Format attributes in the - AttributedCharacterIterator that the - formatToCharacterIterator() method returns in Format - subclasses. + Defines constants that are used as attribute keys in the + <code>AttributedCharacterIterator</code> returned + from <code>Format. - Android platform documentation + Java documentation for java.text.Format.Field. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -53,10 +56,19 @@ - To be added. - Constructs a new instance of Field with the given field name. + Name of the attribute + Creates a Field with the specified name. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.text.Format.Field.Format$Field(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Time.Zone/ZoneOffsetTransitionRule+TimeDefinition.xml b/docs/Mono.Android/en/Java.Time.Zone/ZoneOffsetTransitionRule+TimeDefinition.xml index 6fe01366d5..8d20472057 100644 --- a/docs/Mono.Android/en/Java.Time.Zone/ZoneOffsetTransitionRule+TimeDefinition.xml +++ b/docs/Mono.Android/en/Java.Time.Zone/ZoneOffsetTransitionRule+TimeDefinition.xml @@ -18,14 +18,19 @@ - To be added. + A definition of the way a local time can be converted to the actual + transition date-time. - Android platform documentation + Java documentation for java.time.zone.ZoneOffsetTransitionRule.TimeDefinition. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Util.Concurrent.Locks/AbstractQueuedLongSynchronizer+ConditionObject.xml b/docs/Mono.Android/en/Java.Util.Concurrent.Locks/AbstractQueuedLongSynchronizer+ConditionObject.xml index 42ec811e8c..31b4713a10 100644 --- a/docs/Mono.Android/en/Java.Util.Concurrent.Locks/AbstractQueuedLongSynchronizer+ConditionObject.xml +++ b/docs/Mono.Android/en/Java.Util.Concurrent.Locks/AbstractQueuedLongSynchronizer+ConditionObject.xml @@ -34,14 +34,18 @@ - Condition implementation for a serving as the basis of a implementation. + Condition implementation for a AbstractQueuedLongSynchronizer serving as the basis of a Lock implementation. - Android platform documentation + Java documentation for java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -122,7 +126,16 @@ Implements interruptible condition wait. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject.await(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -160,7 +173,16 @@ Implements timed condition wait. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject.await(long, java.util.concurrent.TimeUnit). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -196,7 +218,16 @@ Implements timed condition wait. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject.awaitNanos(long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -228,7 +259,16 @@ Implements uninterruptible condition wait. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject.awaitUninterruptibly(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -263,7 +303,16 @@ Implements absolute timed condition wait. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject.awaitUntil(java.util.Date). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -290,9 +339,19 @@ Queries whether any threads are waiting on this condition. - To be added. + + true if there are any waiting threads - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject.hasWaiters(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. if M:Java.Util.Concurrent.Locks.AbstractQueuedLongSynchronizer.get_IsHeldExclusively @@ -358,10 +417,19 @@ Moves the longest-waiting thread, if one exists, from the - wait queue for this condition to the wait queue for the - owning lock. + wait queue for this condition to the wait queue for the + owning lock. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject.signal(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. if M:Java.Util.Concurrent.Locks.AbstractQueuedLongSynchronizer.get_IsHeldExclusively @@ -393,9 +461,18 @@ Moves all threads from the wait queue for this condition to - the wait queue for the owning lock. + the wait queue for the owning lock. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject.signalAll(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. if M:Java.Util.Concurrent.Locks.AbstractQueuedLongSynchronizer.get_IsHeldExclusively @@ -485,10 +562,19 @@ Returns a collection containing those threads that may be - waiting on this Condition. - To be added. + waiting on this Condition. + the collection of threads - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject.getWaitingThreads(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. if M:Java.Util.Concurrent.Locks.AbstractQueuedLongSynchronizer.get_IsHeldExclusively @@ -516,10 +602,19 @@ Returns an estimate of the number of threads waiting on - this condition. - To be added. + this condition. + the estimated number of waiting threads - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject.getWaitQueueLength(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. if M:Java.Util.Concurrent.Locks.AbstractQueuedLongSynchronizer.get_IsHeldExclusively diff --git a/docs/Mono.Android/en/Java.Util.Concurrent.Locks/AbstractQueuedSynchronizer+ConditionObject.xml b/docs/Mono.Android/en/Java.Util.Concurrent.Locks/AbstractQueuedSynchronizer+ConditionObject.xml index 69f4b9a43e..5ad35bf4ae 100644 --- a/docs/Mono.Android/en/Java.Util.Concurrent.Locks/AbstractQueuedSynchronizer+ConditionObject.xml +++ b/docs/Mono.Android/en/Java.Util.Concurrent.Locks/AbstractQueuedSynchronizer+ConditionObject.xml @@ -34,14 +34,18 @@ - Condition implementation for a serving as the basis of a implementation. + Condition implementation for a AbstractQueuedSynchronizer serving as the basis of a Lock implementation. - Android platform documentation + Java documentation for java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -122,7 +126,16 @@ Implements interruptible condition wait. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject.await(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -160,7 +173,16 @@ Implements timed condition wait. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject.await(long, java.util.concurrent.TimeUnit). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -196,7 +218,16 @@ Implements timed condition wait. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject.awaitNanos(long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -228,7 +259,16 @@ Implements uninterruptible condition wait. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject.awaitUninterruptibly(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -263,7 +303,16 @@ Implements absolute timed condition wait. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject.awaitUntil(java.util.Date). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -290,9 +339,19 @@ Queries whether any threads are waiting on this condition. - To be added. + + true if there are any waiting threads - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject.hasWaiters(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. if M:Java.Util.Concurrent.Locks.AbstractQueuedSynchronizer.get_IsHeldExclusively @@ -358,10 +417,19 @@ Moves the longest-waiting thread, if one exists, from the - wait queue for this condition to the wait queue for the - owning lock. + wait queue for this condition to the wait queue for the + owning lock. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject.signal(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. if M:Java.Util.Concurrent.Locks.AbstractQueuedSynchronizer.get_IsHeldExclusively @@ -393,9 +461,18 @@ Moves all threads from the wait queue for this condition to - the wait queue for the owning lock. + the wait queue for the owning lock. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject.signalAll(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. if M:Java.Util.Concurrent.Locks.AbstractQueuedSynchronizer.get_IsHeldExclusively @@ -485,10 +562,19 @@ Returns a collection containing those threads that may be - waiting on this Condition. - To be added. + waiting on this Condition. + the collection of threads - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject.getWaitingThreads(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. if M:Java.Util.Concurrent.Locks.AbstractQueuedSynchronizer.get_IsHeldExclusively @@ -516,10 +602,19 @@ Returns an estimate of the number of threads waiting on - this condition. - To be added. + this condition. + the estimated number of waiting threads - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject.getWaitQueueLength(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. if M:Java.Util.Concurrent.Locks.AbstractQueuedSynchronizer.get_IsHeldExclusively diff --git a/docs/Mono.Android/en/Java.Util.Concurrent.Locks/ReentrantReadWriteLock+ReentrantReadLock.xml b/docs/Mono.Android/en/Java.Util.Concurrent.Locks/ReentrantReadWriteLock+ReentrantReadLock.xml index 355da01a82..a029baa9b9 100644 --- a/docs/Mono.Android/en/Java.Util.Concurrent.Locks/ReentrantReadWriteLock+ReentrantReadLock.xml +++ b/docs/Mono.Android/en/Java.Util.Concurrent.Locks/ReentrantReadWriteLock+ReentrantReadLock.xml @@ -34,14 +34,18 @@ - The lock returned by method . + The lock returned by method ReentrantReadWriteLock#readLock. - Android platform documentation + Java documentation for java.util.concurrent.locks.ReentrantReadWriteLock.ReadLock. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -66,10 +70,19 @@ - To be added. - Constructor for use by subclasses + the outer lock object + Constructor for use by subclasses. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.concurrent.locks.ReentrantReadWriteLock.ReadLock.ReentrantReadWriteLock$ReadLock(java.util.concurrent.locks.ReentrantReadWriteLock). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. if the lock is null @@ -159,7 +172,16 @@ Acquires the read lock. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.concurrent.locks.ReentrantReadWriteLock.ReadLock.lock(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -189,9 +211,18 @@ Acquires the read lock unless the current thread is - . + Thread#interrupt interrupted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.concurrent.locks.ReentrantReadWriteLock.ReadLock.lockInterruptibly(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. if the current thread is interrupted @@ -223,10 +254,19 @@ Throws UnsupportedOperationException because - ReadLocks do not support conditions. + ReadLocks do not support conditions. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.concurrent.locks.ReentrantReadWriteLock.ReadLock.newCondition(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. always @@ -320,10 +360,20 @@ Acquires the read lock only if the write lock is not held by - another thread at the time of invocation. - To be added. + another thread at the time of invocation. + + true if the read lock was acquired - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.concurrent.locks.ReentrantReadWriteLock.ReadLock.tryLock(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -358,11 +408,22 @@ the time to wait for the read lock the time unit of the timeout argument Acquires the read lock if the write lock is not held by - another thread within the given waiting time and the - current thread has not been . - To be added. + another thread within the given waiting time and the + current thread has not been Thread#interrupt + interrupted. + + true if the read lock was acquired - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.concurrent.locks.ReentrantReadWriteLock.ReadLock.tryLock(long, java.util.concurrent.TimeUnit). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. if the current thread is interrupted @@ -397,7 +458,16 @@ Attempts to release this lock. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.concurrent.locks.ReentrantReadWriteLock.ReadLock.unlock(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Util.Concurrent.Locks/ReentrantReadWriteLock+ReentrantWriteLock.xml b/docs/Mono.Android/en/Java.Util.Concurrent.Locks/ReentrantReadWriteLock+ReentrantWriteLock.xml index db54f69a86..7eb556a4e5 100644 --- a/docs/Mono.Android/en/Java.Util.Concurrent.Locks/ReentrantReadWriteLock+ReentrantWriteLock.xml +++ b/docs/Mono.Android/en/Java.Util.Concurrent.Locks/ReentrantReadWriteLock+ReentrantWriteLock.xml @@ -34,14 +34,18 @@ - The lock returned by method . + The lock returned by method ReentrantReadWriteLock#writeLock. - Android platform documentation + Java documentation for java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -66,10 +70,19 @@ - To be added. - Constructor for use by subclasses + the outer lock object + Constructor for use by subclasses. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock.ReentrantReadWriteLock$WriteLock(java.util.concurrent.locks.ReentrantReadWriteLock). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. if the lock is null @@ -120,10 +133,20 @@ Queries the number of holds on this write lock by the current - thread. - To be added. + thread. + the number of holds on this lock by the current thread, + or zero if this lock is not held by the current thread - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock.getHoldCount(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -149,9 +172,20 @@ Queries if this write lock is held by the current thread. - To be added. + + true if the current thread holds this lock and + false otherwise - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock.isHeldByCurrentThread(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -216,7 +250,16 @@ Acquires the write lock. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock.lock(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -246,9 +289,18 @@ Acquires the write lock unless the current thread is - . + Thread#interrupt interrupted. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock.lockInterruptibly(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. if the current thread is interrupted @@ -279,11 +331,20 @@ - Returns a instance for use with this - instance. - To be added. + Returns a Condition instance for use with this + Lock instance. + the Condition object - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock.newCondition(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -375,10 +436,22 @@ Acquires the write lock only if it is not held by another thread - at the time of invocation. - To be added. + at the time of invocation. + + true if the lock was free and was acquired + by the current thread, or the write lock was already held + by the current thread; and false otherwise. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock.tryLock(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -413,11 +486,24 @@ the time to wait for the write lock the time unit of the timeout argument Acquires the write lock if it is not held by another thread - within the given waiting time and the current thread has - not been . - To be added. + within the given waiting time and the current thread has + not been Thread#interrupt interrupted. + + true if the lock was free and was acquired + by the current thread, or the write lock was already held by the + current thread; and false if the waiting time + elapsed before the lock could be acquired. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock.tryLock(long, java.util.concurrent.TimeUnit). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. if the current thread is interrupted @@ -452,7 +538,16 @@ Attempts to release this lock. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock.unlock(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. if the current thread does not diff --git a/docs/Mono.Android/en/Java.Util.Concurrent/CompletableFuture+IAsynchronousCompletionTask.xml b/docs/Mono.Android/en/Java.Util.Concurrent/CompletableFuture+IAsynchronousCompletionTask.xml index 85561031cb..ff12c0e373 100644 --- a/docs/Mono.Android/en/Java.Util.Concurrent/CompletableFuture+IAsynchronousCompletionTask.xml +++ b/docs/Mono.Android/en/Java.Util.Concurrent/CompletableFuture+IAsynchronousCompletionTask.xml @@ -25,14 +25,19 @@ - To be added. + A marker interface identifying asynchronous tasks produced by + async methods. - Android platform documentation + Java documentation for java.util.concurrent.CompletableFuture.AsynchronousCompletionTask. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Util.Concurrent/ConcurrentHashMap.xml b/docs/Mono.Android/en/Java.Util.Concurrent/ConcurrentHashMap.xml index 1de9b8abef..43cbad264c 100644 --- a/docs/Mono.Android/en/Java.Util.Concurrent/ConcurrentHashMap.xml +++ b/docs/Mono.Android/en/Java.Util.Concurrent/ConcurrentHashMap.xml @@ -1214,7 +1214,7 @@ To be added. To be added. - [TODO: @inheritDoc] + To be added the previous value associated with the specified key, or null if there was no mapping for the key @@ -2225,7 +2225,7 @@ the key that needs to be removed value expected to be associated with the specified key - [TODO: @inheritDoc] + To be added the previous value associated with key, or null if there was no mapping for key @@ -2274,7 +2274,7 @@ To be added. To be added. - [TODO: @inheritDoc] + To be added the previous value associated with the specified key, or null if there was no mapping for the key @@ -2322,7 +2322,7 @@ To be added. To be added. To be added. - [TODO: @inheritDoc] + To be added the previous value associated with the specified key, or null if there was no mapping for the key diff --git a/docs/Mono.Android/en/Java.Util.Concurrent/ConcurrentSkipListMap.xml b/docs/Mono.Android/en/Java.Util.Concurrent/ConcurrentSkipListMap.xml index ad1290874a..a595f695c3 100644 --- a/docs/Mono.Android/en/Java.Util.Concurrent/ConcurrentSkipListMap.xml +++ b/docs/Mono.Android/en/Java.Util.Concurrent/ConcurrentSkipListMap.xml @@ -1230,7 +1230,7 @@ To be added. To be added. - [TODO: @inheritDoc] + To be added the previous value associated with the specified key, or null if there was no mapping for the key @@ -1273,7 +1273,7 @@ key for which mapping should be removed value expected to be associated with the specified key - [TODO: @inheritDoc] + To be added the previous value associated with the specified key, or null if there was no mapping for the key @@ -1321,7 +1321,7 @@ To be added. To be added. - [TODO: @inheritDoc] + To be added the previous value associated with the specified key, or null if there was no mapping for the key @@ -1366,7 +1366,7 @@ To be added. To be added. To be added. - [TODO: @inheritDoc] + To be added the previous value associated with the specified key, or null if there was no mapping for the key diff --git a/docs/Mono.Android/en/Java.Util.Concurrent/CopyOnWriteArrayList.xml b/docs/Mono.Android/en/Java.Util.Concurrent/CopyOnWriteArrayList.xml index 74bf22e194..8e71409d8b 100644 --- a/docs/Mono.Android/en/Java.Util.Concurrent/CopyOnWriteArrayList.xml +++ b/docs/Mono.Android/en/Java.Util.Concurrent/CopyOnWriteArrayList.xml @@ -696,7 +696,7 @@ the index of the element to return. - [TODO: @inheritDoc] + To be added To be added. @@ -740,7 +740,7 @@ To be added. - [TODO: @inheritDoc] + To be added To be added. @@ -946,7 +946,7 @@ To be added. - [TODO: @inheritDoc] + To be added To be added. @@ -1033,7 +1033,7 @@ - [TODO: @inheritDoc] + To be added To be added. @@ -1077,7 +1077,7 @@ the index at which to start the iteration. - [TODO: @inheritDoc] + To be added To be added. diff --git a/docs/Mono.Android/en/Java.Util.Concurrent/Flow+IProcessor.xml b/docs/Mono.Android/en/Java.Util.Concurrent/Flow+IProcessor.xml index ba7404f333..567450bf1d 100644 --- a/docs/Mono.Android/en/Java.Util.Concurrent/Flow+IProcessor.xml +++ b/docs/Mono.Android/en/Java.Util.Concurrent/Flow+IProcessor.xml @@ -35,8 +35,21 @@ - To be added. - To be added. + the subscribed item type + the published item type + A component that acts as both a Subscriber and Publisher. + + + + Java documentation for java.util.concurrent.Flow.Processor. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Java.Util.Concurrent/Flow+IPublisher.xml b/docs/Mono.Android/en/Java.Util.Concurrent/Flow+IPublisher.xml index b262b33393..8898d24452 100644 --- a/docs/Mono.Android/en/Java.Util.Concurrent/Flow+IPublisher.xml +++ b/docs/Mono.Android/en/Java.Util.Concurrent/Flow+IPublisher.xml @@ -29,8 +29,21 @@ - To be added. - To be added. + the published item type + A producer of items (and related control messages) received by + Subscribers. + + + + Java documentation for java.util.concurrent.Flow.Publisher. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Java.Util.Concurrent/Flow+ISubscriber.xml b/docs/Mono.Android/en/Java.Util.Concurrent/Flow+ISubscriber.xml index 8a7bf8847a..8605dd1f6a 100644 --- a/docs/Mono.Android/en/Java.Util.Concurrent/Flow+ISubscriber.xml +++ b/docs/Mono.Android/en/Java.Util.Concurrent/Flow+ISubscriber.xml @@ -29,8 +29,20 @@ - To be added. - To be added. + the subscribed item type + A receiver of messages. + + + + Java documentation for java.util.concurrent.Flow.Subscriber. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -54,8 +66,22 @@ - To be added. - To be added. + Method invoked when it is known that no additional + Subscriber method invocations will occur for a Subscription + that is not already terminated by error, after which no + other Subscriber methods are invoked by the Subscription. + + + + Java documentation for java.util.concurrent.Flow.Subscriber.onComplete(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -81,9 +107,22 @@ - To be added. - To be added. - To be added. + the exception + Method invoked upon an unrecoverable error encountered by a + Publisher or Subscription, after which no other Subscriber + methods are invoked by the Subscription. + + + + Java documentation for java.util.concurrent.Flow.Subscriber.onError(java.lang.Throwable). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -109,9 +148,20 @@ - To be added. - To be added. - To be added. + the item + Method invoked with a Subscription's next item. + + + + Java documentation for java.util.concurrent.Flow.Subscriber.onNext(T). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Java.Util.Concurrent/Flow+ISubscription.xml b/docs/Mono.Android/en/Java.Util.Concurrent/Flow+ISubscription.xml index 30b91eb7b3..fccd7f7d6c 100644 --- a/docs/Mono.Android/en/Java.Util.Concurrent/Flow+ISubscription.xml +++ b/docs/Mono.Android/en/Java.Util.Concurrent/Flow+ISubscription.xml @@ -25,8 +25,19 @@ - To be added. - To be added. + Message control linking a Publisher and Subscriber. + + + + Java documentation for java.util.concurrent.Flow.Subscription. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -50,8 +61,20 @@ - To be added. - To be added. + Causes the Subscriber to (eventually) stop receiving + messages. + + + + Java documentation for java.util.concurrent.Flow.Subscription.cancel(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -77,9 +100,21 @@ - To be added. - To be added. - To be added. + the increment of demand; a value of Long.MAX_VALUE may be considered as effectively unbounded + Adds the given number n of items to the current + unfulfilled demand for this subscription. + + + + Java documentation for java.util.concurrent.Flow.Subscription.request(long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Java.Util.Concurrent/ForkJoinPool+IForkJoinWorkerThreadFactory.xml b/docs/Mono.Android/en/Java.Util.Concurrent/ForkJoinPool+IForkJoinWorkerThreadFactory.xml index baa146d892..79c0efb4d5 100644 --- a/docs/Mono.Android/en/Java.Util.Concurrent/ForkJoinPool+IForkJoinWorkerThreadFactory.xml +++ b/docs/Mono.Android/en/Java.Util.Concurrent/ForkJoinPool+IForkJoinWorkerThreadFactory.xml @@ -25,14 +25,18 @@ - To be added. + Factory for creating new ForkJoinWorkerThreads. - Android platform documentation + Java documentation for java.util.concurrent.ForkJoinPool.ForkJoinWorkerThreadFactory. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -59,11 +63,21 @@ - To be added. - To be added. - To be added. + the pool this thread works in + Returns a new worker thread operating in the given pool. + the new worker thread, or null if the request + to create a thread is rejected - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.concurrent.ForkJoinPool.ForkJoinWorkerThreadFactory.newThread(java.util.concurrent.ForkJoinPool). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Util.Concurrent/ForkJoinPool+IManagedBlocker.xml b/docs/Mono.Android/en/Java.Util.Concurrent/ForkJoinPool+IManagedBlocker.xml index 64d871bb8c..66a603cc82 100644 --- a/docs/Mono.Android/en/Java.Util.Concurrent/ForkJoinPool+IManagedBlocker.xml +++ b/docs/Mono.Android/en/Java.Util.Concurrent/ForkJoinPool+IManagedBlocker.xml @@ -25,14 +25,19 @@ - To be added. + Interface for extending managed parallelism for tasks running + in ForkJoinPools. - Android platform documentation + Java documentation for java.util.concurrent.ForkJoinPool.ManagedBlocker. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -57,10 +62,22 @@ - To be added. - To be added. + Possibly blocks the current thread, for example waiting for + a lock or condition. + + true if no additional blocking is necessary + (i.e., if isReleasable would return true) - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.concurrent.ForkJoinPool.ManagedBlocker.block(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Util.Concurrent/IBlockingDeque.xml b/docs/Mono.Android/en/Java.Util.Concurrent/IBlockingDeque.xml index 3f7f9eded1..2b3141578a 100644 --- a/docs/Mono.Android/en/Java.Util.Concurrent/IBlockingDeque.xml +++ b/docs/Mono.Android/en/Java.Util.Concurrent/IBlockingDeque.xml @@ -247,7 +247,7 @@ if the class of the specified element is incompatible with this deque - (optional) + ("../Collection.html#optional-restrictions">optional) if the specified element is null (optional) diff --git a/docs/Mono.Android/en/Java.Util.Concurrent/IConcurrentMap.xml b/docs/Mono.Android/en/Java.Util.Concurrent/IConcurrentMap.xml index 0ac715dbb1..db153953fd 100644 --- a/docs/Mono.Android/en/Java.Util.Concurrent/IConcurrentMap.xml +++ b/docs/Mono.Android/en/Java.Util.Concurrent/IConcurrentMap.xml @@ -114,7 +114,7 @@ To be added. To be added. - [TODO: @inheritDoc] + To be added To be added. @@ -224,7 +224,7 @@ To be added. To be added. - [TODO: @inheritDoc] + To be added To be added. diff --git a/docs/Mono.Android/en/Java.Util.Concurrent/ThreadPoolExecutor+AbortPolicy.xml b/docs/Mono.Android/en/Java.Util.Concurrent/ThreadPoolExecutor+AbortPolicy.xml index e77e9c7233..3f702745ea 100644 --- a/docs/Mono.Android/en/Java.Util.Concurrent/ThreadPoolExecutor+AbortPolicy.xml +++ b/docs/Mono.Android/en/Java.Util.Concurrent/ThreadPoolExecutor+AbortPolicy.xml @@ -32,14 +32,18 @@ A handler for rejected tasks that throws a - RejectedExecutionException. + RejectedExecutionException. - Android platform documentation + Java documentation for java.util.concurrent.ThreadPoolExecutor.AbortPolicy. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -63,7 +67,16 @@ Creates an AbortPolicy. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.concurrent.ThreadPoolExecutor.AbortPolicy.ThreadPoolExecutor$AbortPolicy(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -156,7 +169,16 @@ the executor attempting to execute this task Always throws RejectedExecutionException. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.concurrent.ThreadPoolExecutor.AbortPolicy.rejectedExecution(java.lang.Runnable, java.util.concurrent.ThreadPoolExecutor). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. always. diff --git a/docs/Mono.Android/en/Java.Util.Concurrent/ThreadPoolExecutor+CallerRunsPolicy.xml b/docs/Mono.Android/en/Java.Util.Concurrent/ThreadPoolExecutor+CallerRunsPolicy.xml index bb5d1db08c..08c71115c1 100644 --- a/docs/Mono.Android/en/Java.Util.Concurrent/ThreadPoolExecutor+CallerRunsPolicy.xml +++ b/docs/Mono.Android/en/Java.Util.Concurrent/ThreadPoolExecutor+CallerRunsPolicy.xml @@ -32,16 +32,20 @@ A handler for rejected tasks that runs the rejected task - directly in the calling thread of the execute method, - unless the executor has been shut down, in which case the task - is discarded. + directly in the calling thread of the execute method, + unless the executor has been shut down, in which case the task + is discarded. - Android platform documentation + Java documentation for java.util.concurrent.ThreadPoolExecutor.CallerRunsPolicy. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -65,7 +69,16 @@ Creates a CallerRunsPolicy. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.concurrent.ThreadPoolExecutor.CallerRunsPolicy.ThreadPoolExecutor$CallerRunsPolicy(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -155,12 +168,20 @@ the runnable task requested to be executed - the executor attempting to execute this task - + the executor attempting to execute this task Executes task r in the caller's thread, unless the executor - has been shut down, in which case the task is discarded. + has been shut down, in which case the task is discarded. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.concurrent.ThreadPoolExecutor.CallerRunsPolicy.rejectedExecution(java.lang.Runnable, java.util.concurrent.ThreadPoolExecutor). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Util.Concurrent/ThreadPoolExecutor+DiscardOldestPolicy.xml b/docs/Mono.Android/en/Java.Util.Concurrent/ThreadPoolExecutor+DiscardOldestPolicy.xml index e6af1809e4..ac1c140c26 100644 --- a/docs/Mono.Android/en/Java.Util.Concurrent/ThreadPoolExecutor+DiscardOldestPolicy.xml +++ b/docs/Mono.Android/en/Java.Util.Concurrent/ThreadPoolExecutor+DiscardOldestPolicy.xml @@ -32,15 +32,19 @@ A handler for rejected tasks that discards the oldest unhandled - request and then retries execute, unless the executor - is shut down, in which case the task is discarded. + request and then retries execute, unless the executor + is shut down, in which case the task is discarded. - Android platform documentation + Java documentation for java.util.concurrent.ThreadPoolExecutor.DiscardOldestPolicy. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -64,7 +68,16 @@ Creates a DiscardOldestPolicy for the given executor. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.concurrent.ThreadPoolExecutor.DiscardOldestPolicy.ThreadPoolExecutor$DiscardOldestPolicy(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -154,11 +167,22 @@ the runnable task requested to be executed - the executor attempting to execute this task - - To be added. + the executor attempting to execute this task + Obtains and ignores the next task that the executor + would otherwise execute, if one is immediately available, + and then retries execution of task r, unless the executor + is shut down, in which case task r is instead discarded. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.concurrent.ThreadPoolExecutor.DiscardOldestPolicy.rejectedExecution(java.lang.Runnable, java.util.concurrent.ThreadPoolExecutor). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Util.Concurrent/ThreadPoolExecutor+DiscardPolicy.xml b/docs/Mono.Android/en/Java.Util.Concurrent/ThreadPoolExecutor+DiscardPolicy.xml index b7903c2c81..c8a6b0d322 100644 --- a/docs/Mono.Android/en/Java.Util.Concurrent/ThreadPoolExecutor+DiscardPolicy.xml +++ b/docs/Mono.Android/en/Java.Util.Concurrent/ThreadPoolExecutor+DiscardPolicy.xml @@ -32,14 +32,18 @@ A handler for rejected tasks that silently discards the - rejected task. + rejected task. - Android platform documentation + Java documentation for java.util.concurrent.ThreadPoolExecutor.DiscardPolicy. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -63,7 +67,16 @@ Creates a DiscardPolicy. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.concurrent.ThreadPoolExecutor.DiscardPolicy.ThreadPoolExecutor$DiscardPolicy(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -153,11 +166,19 @@ the runnable task requested to be executed - the executor attempting to execute this task - + the executor attempting to execute this task Does nothing, which has the effect of discarding task r. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.concurrent.ThreadPoolExecutor.DiscardPolicy.rejectedExecution(java.lang.Runnable, java.util.concurrent.ThreadPoolExecutor). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Util.Jar/Attributes+Name.xml b/docs/Mono.Android/en/Java.Util.Jar/Attributes+Name.xml index b6d3b60649..09936a399c 100644 --- a/docs/Mono.Android/en/Java.Util.Jar/Attributes+Name.xml +++ b/docs/Mono.Android/en/Java.Util.Jar/Attributes+Name.xml @@ -18,15 +18,18 @@ - The name part of the name/value pairs constituting an attribute as - defined by the specification of the JAR manifest. + The Attributes. - Android platform documentation + Java documentation for java.util.jar.Attributes.Name. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -51,11 +54,19 @@ - To be added. - - + the attribute string name + Constructs a new attribute name using the given string name. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.jar.Attributes.Name.Attributes$Name(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Util.Jar/Pack200+IPacker.xml b/docs/Mono.Android/en/Java.Util.Jar/Pack200+IPacker.xml index 1de5510035..b2d2a74b5a 100644 --- a/docs/Mono.Android/en/Java.Util.Jar/Pack200+IPacker.xml +++ b/docs/Mono.Android/en/Java.Util.Jar/Pack200+IPacker.xml @@ -25,15 +25,20 @@ - The interface defining the API for converting a JAR file to an output - stream in the Pack200 format. + The packer engine applies various transformations to the input JAR file, + making the pack stream highly compressible by a compressor such as + gzip or zip. - Android platform documentation + Java documentation for java.util.jar.Pack200.Packer. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -65,11 +70,19 @@ - the listener to listen if PropertyChange events occurs - - add a listener for PropertyChange events + An object to be invoked when a property is changed. + Registers a listener for PropertyChange events on the properties map. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.jar.Pack200.Packer.addPropertyChangeListener(java.beans.PropertyChangeListener). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -94,8 +107,21 @@ System.String - To be added. - To be added. + When concatenated with a class attribute name, + indicates the format of that attribute, + using the layout language specified in the JSR 200 specification. + + + + Java documentation for java.util.jar.Pack200.Packer.CLASS_ATTRIBUTE_PFX. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -118,8 +144,20 @@ System.String - To be added. - To be added. + When concatenated with a code attribute name, + indicates the format of that attribute. + + + + Java documentation for java.util.jar.Pack200.Packer.CODE_ATTRIBUTE_PFX. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -142,8 +180,21 @@ System.String - To be added. - To be added. + If this property is set to #TRUE or #FALSE, the packer + will set the deflation hint accordingly in the output archive, and + will not transmit the individual deflation hints of archive elements. + + + + Java documentation for java.util.jar.Pack200.Packer.DEFLATE_HINT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -166,8 +217,20 @@ System.String - To be added. - To be added. + If this property is set to a single decimal digit, the packer will + use the indicated amount of effort in compressing the archive. + + + + Java documentation for java.util.jar.Pack200.Packer.EFFORT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -190,8 +253,19 @@ System.String - To be added. - To be added. + The string "error", a possible value for certain properties. + + + + Java documentation for java.util.jar.Pack200.Packer.ERROR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -214,8 +288,19 @@ System.String - To be added. - To be added. + The string "false", a possible value for certain properties. + + + + Java documentation for java.util.jar.Pack200.Packer.FALSE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -238,8 +323,20 @@ System.String - To be added. - To be added. + When concatenated with a field attribute name, + indicates the format of that attribute. + + + + Java documentation for java.util.jar.Pack200.Packer.FIELD_ATTRIBUTE_PFX. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -262,8 +359,19 @@ System.String - To be added. - To be added. + The string "keep", a possible value for certain properties. + + + + Java documentation for java.util.jar.Pack200.Packer.KEEP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -286,8 +394,20 @@ System.String - To be added. - To be added. + If this property is set to #TRUE, the packer will transmit + all elements in their original order within the source archive. + + + + Java documentation for java.util.jar.Pack200.Packer.KEEP_FILE_ORDER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -310,8 +430,19 @@ System.String - To be added. - To be added. + The string "latest", a possible value for certain properties. + + + + Java documentation for java.util.jar.Pack200.Packer.LATEST. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -334,8 +465,20 @@ System.String - To be added. - To be added. + When concatenated with a method attribute name, + indicates the format of that attribute. + + + + Java documentation for java.util.jar.Pack200.Packer.METHOD_ATTRIBUTE_PFX. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -358,8 +501,22 @@ System.String - To be added. - To be added. + If this property is set to the special string #LATEST, + the packer will attempt to determine the latest modification time, + among all the available entries in the original archive or the latest + modification time of all the available entries in each segment. + + + + Java documentation for java.util.jar.Pack200.Packer.MODIFICATION_TIME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -386,11 +543,20 @@ - JAR file to be compressed. - stream of compressed data. - Pack the specified JAR file to the specified output stream. + a JarFile + an OutputStream + Takes a JarFile and converts it into a Pack200 archive. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.jar.Pack200.Packer.pack(java.util.jar.JarFile, java.io.OutputStream). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. if I/O exception occurs. @@ -421,12 +587,20 @@ - stream of uncompressed JAR data. - stream of compressed data. - Pack the data from the specified jar input stream to the specified - output stream. + a JarInputStream + an OutputStream + Takes a JarInputStream and converts it into a Pack200 archive. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.jar.Pack200.Packer.pack(java.util.jar.JarInputStream, java.io.OutputStream). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. if I/O exception occurs. @@ -453,8 +627,19 @@ System.String - To be added. - To be added. + The string "pass", a possible value for certain properties. + + + + Java documentation for java.util.jar.Pack200.Packer.PASS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -477,8 +662,20 @@ System.String - To be added. - To be added. + Indicates that a file should be passed through bytewise, with no + compression. + + + + Java documentation for java.util.jar.Pack200.Packer.PASS_FILE_PFX. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -501,8 +698,20 @@ System.String - To be added. - To be added. + The unpacker's progress as a percentage, as periodically + updated by the unpacker. + + + + Java documentation for java.util.jar.Pack200.Packer.PROGRESS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -526,10 +735,20 @@ - Returns a sorted map of the properties of this packer. - To be added. + Get the set of this engine's properties. + A sorted association of property key strings to property + values. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.jar.Pack200.Packer.properties(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -561,11 +780,20 @@ - listener to remove - - remove a listener + The PropertyChange listener to be removed. + Remove a listener for PropertyChange events, added by + the #addPropertyChangeListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.jar.Pack200.Packer.removePropertyChangeListener(java.beans.PropertyChangeListener). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -590,8 +818,20 @@ System.String - To be added. - To be added. + This property is a numeral giving the estimated target size N + (in bytes) of each archive segment. + + + + Java documentation for java.util.jar.Pack200.Packer.SEGMENT_LIMIT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -614,8 +854,19 @@ System.String - To be added. - To be added. + The string "strip", a possible value for certain properties. + + + + Java documentation for java.util.jar.Pack200.Packer.STRIP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -638,8 +889,19 @@ System.String - To be added. - To be added. + The string "true", a possible value for certain properties. + + + + Java documentation for java.util.jar.Pack200.Packer.TRUE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -662,8 +924,20 @@ System.String - To be added. - To be added. + Indicates the action to take when a class-file containing an unknown + attribute is encountered. + + + + Java documentation for java.util.jar.Pack200.Packer.UNKNOWN_ATTRIBUTE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + diff --git a/docs/Mono.Android/en/Java.Util.Jar/Pack200+IUnpacker.xml b/docs/Mono.Android/en/Java.Util.Jar/Pack200+IUnpacker.xml index 8290231e36..2283382113 100644 --- a/docs/Mono.Android/en/Java.Util.Jar/Pack200+IUnpacker.xml +++ b/docs/Mono.Android/en/Java.Util.Jar/Pack200+IUnpacker.xml @@ -25,15 +25,18 @@ - The interface defining the API for converting a packed stream in the - Pack200 format to a JAR file. + The unpacker engine converts the packed stream to a JAR file. - Android platform documentation + Java documentation for java.util.jar.Pack200.Unpacker. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -65,12 +68,19 @@ - the listener to listen if PropertyChange events - occurs. - - add a listener for PropertyChange events. + An object to be invoked when a property is changed. + Registers a listener for PropertyChange events on the properties map. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.jar.Pack200.Unpacker.addPropertyChangeListener(java.beans.PropertyChangeListener). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -95,8 +105,21 @@ System.String - To be added. - To be added. + Property indicating that the unpacker should + ignore all transmitted values for DEFLATE_HINT, + replacing them by the given value, #TRUE or #FALSE. + + + + Java documentation for java.util.jar.Pack200.Unpacker.DEFLATE_HINT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -119,8 +142,19 @@ System.String - To be added. - To be added. + The string "false", a possible value for certain properties. + + + + Java documentation for java.util.jar.Pack200.Unpacker.FALSE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -143,8 +177,19 @@ System.String - To be added. - To be added. + The string "keep", a possible value for certain properties. + + + + Java documentation for java.util.jar.Pack200.Unpacker.KEEP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -167,8 +212,20 @@ System.String - To be added. - To be added. + The unpacker's progress as a percentage, as periodically + updated by the unpacker. + + + + Java documentation for java.util.jar.Pack200.Unpacker.PROGRESS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -192,10 +249,19 @@ - Returns a sorted map of the properties of this unpacker. - To be added. + Get the set of this engine's properties. + A sorted association of option key strings to option values. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.jar.Pack200.Unpacker.properties(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -227,11 +293,20 @@ - listener to remove. - - remove a listener. + The PropertyChange listener to be removed. + Remove a listener for PropertyChange events, added by + the #addPropertyChangeListener. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.jar.Pack200.Unpacker.removePropertyChangeListener(java.beans.PropertyChangeListener). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -256,8 +331,19 @@ System.String - To be added. - To be added. + The string "true", a possible value for certain properties. + + + + Java documentation for java.util.jar.Pack200.Unpacker.TRUE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -284,12 +370,21 @@ - file to be uncompressed. - JAR output stream of uncompressed data. - Unpack the contents of the specified File to the specified - JAR output stream. + a File. + a JarOutputStream. + Read a Pack200 archive, and write the encoded JAR to + a JarOutputStream. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.jar.Pack200.Unpacker.unpack(java.io.File, java.util.jar.JarOutputStream). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. if I/O exception occurs. @@ -320,11 +415,21 @@ - stream to uncompressed. - JAR output stream of uncompressed data. - Unpack the specified stream to the specified JAR output stream. + an InputStream. + a JarOutputStream. + Read a Pack200 archive, and write the encoded JAR to + a JarOutputStream. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.jar.Pack200.Unpacker.unpack(java.io.InputStream, java.util.jar.JarOutputStream). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. if I/O exception occurs. diff --git a/docs/Mono.Android/en/Java.Util.Jar/Pack200+Packer.xml b/docs/Mono.Android/en/Java.Util.Jar/Pack200+Packer.xml index a068a6cd4c..0c64616bce 100644 --- a/docs/Mono.Android/en/Java.Util.Jar/Pack200+Packer.xml +++ b/docs/Mono.Android/en/Java.Util.Jar/Pack200+Packer.xml @@ -59,9 +59,20 @@ System.String - the format of a class attribute name. + When concatenated with a class attribute name, + indicates the format of that attribute, + using the layout language specified in the JSR 200 specification. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.jar.Pack200.Packer.CLASS_ATTRIBUTE_PFX. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -90,9 +101,19 @@ System.String - the format of a code attribute name. + When concatenated with a code attribute name, + indicates the format of that attribute. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.jar.Pack200.Packer.CODE_ATTRIBUTE_PFX. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -121,9 +142,20 @@ System.String - the deflation hint to set in the output archive. + If this property is set to #TRUE or #FALSE, the packer + will set the deflation hint accordingly in the output archive, and + will not transmit the individual deflation hints of archive elements. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.jar.Pack200.Packer.DEFLATE_HINT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -152,9 +184,19 @@ System.String - the indicated amount of effort to use in compressing the archive. + If this property is set to a single decimal digit, the packer will + use the indicated amount of effort in compressing the archive. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.jar.Pack200.Packer.EFFORT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -183,9 +225,18 @@ System.String - a String representation for error. + The string "error", a possible value for certain properties. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.jar.Pack200.Packer.ERROR. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -214,9 +265,18 @@ System.String - a String representation of false. + The string "false", a possible value for certain properties. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.jar.Pack200.Packer.FALSE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -245,9 +305,19 @@ System.String - the format of a field attribute name. + When concatenated with a field attribute name, + indicates the format of that attribute. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.jar.Pack200.Packer.FIELD_ATTRIBUTE_PFX. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -276,9 +346,18 @@ System.String - a String representation for keep. + The string "keep", a possible value for certain properties. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.jar.Pack200.Packer.KEEP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -307,9 +386,19 @@ System.String - decide if all elements shall transmit in their original order. + If this property is set to #TRUE, the packer will transmit + all elements in their original order within the source archive. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.jar.Pack200.Packer.KEEP_FILE_ORDER. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -338,9 +427,18 @@ System.String - a String representation for latest. + The string "latest", a possible value for certain properties. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.jar.Pack200.Packer.LATEST. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -369,9 +467,19 @@ System.String - the format of a method attribute name. + When concatenated with a method attribute name, + indicates the format of that attribute. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.jar.Pack200.Packer.METHOD_ATTRIBUTE_PFX. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -400,10 +508,21 @@ System.String - if it shall attempt to determine the latest modification time if this - is set to LATEST. + If this property is set to the special string #LATEST, + the packer will attempt to determine the latest modification time, + among all the available entries in the original archive or the latest + modification time of all the available entries in each segment. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.jar.Pack200.Packer.MODIFICATION_TIME. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -432,9 +551,18 @@ System.String - a String representation of pass. + The string "pass", a possible value for certain properties. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.jar.Pack200.Packer.PASS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -463,9 +591,19 @@ System.String - the file that will not be compressed. + Indicates that a file should be passed through bytewise, with no + compression. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.jar.Pack200.Packer.PASS_FILE_PFX. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -494,9 +632,19 @@ System.String - packer progress as a percentage. + The unpacker's progress as a percentage, as periodically + updated by the unpacker. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.jar.Pack200.Packer.PROGRESS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -525,9 +673,19 @@ System.String - The number of bytes of each archive segment. + This property is a numeral giving the estimated target size N + (in bytes) of each archive segment. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.jar.Pack200.Packer.SEGMENT_LIMIT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -556,9 +714,18 @@ System.String - a String representation of strip. + The string "strip", a possible value for certain properties. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.jar.Pack200.Packer.STRIP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -587,9 +754,18 @@ System.String - a String representation of true. + The string "true", a possible value for certain properties. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.jar.Pack200.Packer.TRUE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -618,9 +794,19 @@ System.String - the action to take if an unknown attribute is encountered. + Indicates the action to take when a class-file containing an unknown + attribute is encountered. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.jar.Pack200.Packer.UNKNOWN_ATTRIBUTE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Util.Jar/Pack200+Unpacker.xml b/docs/Mono.Android/en/Java.Util.Jar/Pack200+Unpacker.xml index cf2a7b49e8..0dee2d9189 100644 --- a/docs/Mono.Android/en/Java.Util.Jar/Pack200+Unpacker.xml +++ b/docs/Mono.Android/en/Java.Util.Jar/Pack200+Unpacker.xml @@ -59,10 +59,20 @@ System.String - The String indicating if the unpacker should ignore all transmitted - values,can be replaced by either true or false. + Property indicating that the unpacker should + ignore all transmitted values for DEFLATE_HINT, + replacing them by the given value, #TRUE or #FALSE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.jar.Pack200.Unpacker.DEFLATE_HINT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -91,9 +101,18 @@ System.String - a String representation of false. + The string "false", a possible value for certain properties. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.jar.Pack200.Unpacker.FALSE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -122,9 +141,18 @@ System.String - a String representation of keep. + The string "keep", a possible value for certain properties. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.jar.Pack200.Unpacker.KEEP. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -153,9 +181,19 @@ System.String - the progress as a percentage. + The unpacker's progress as a percentage, as periodically + updated by the unpacker. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.jar.Pack200.Unpacker.PROGRESS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -184,9 +222,18 @@ System.String - a String representation of true. + The string "true", a possible value for certain properties. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.jar.Pack200.Unpacker.TRUE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Util.Regex/Matcher.xml b/docs/Mono.Android/en/Java.Util.Regex/Matcher.xml index a6b3186c0f..969fd15eb4 100644 --- a/docs/Mono.Android/en/Java.Util.Regex/Matcher.xml +++ b/docs/Mono.Android/en/Java.Util.Regex/Matcher.xml @@ -244,7 +244,7 @@ The name of a named-capturing group in this matcher's pattern Returns the offset after the last character of the subsequence - captured by the given <a href="Pattern. + captured by the given "Pattern. The offset after the last character captured by the group, or -1 if the match was successful but the group itself did not match anything @@ -468,7 +468,7 @@ The name of a named-capturing group in this matcher's pattern Returns the input subsequence captured by the given - <a href="Pattern. + "Pattern. The (possibly empty) subsequence captured by the named group during the previous match, or null if the group failed to match part of the input @@ -1317,7 +1317,7 @@ The name of a named-capturing group in this matcher's pattern Returns the start index of the subsequence captured by the given - <a href="Pattern. + "Pattern. The index of the first character captured by the group, or -1 if the match was successful but the group itself did not match anything diff --git a/docs/Mono.Android/en/Java.Util.Streams/CollectorCharacteristics.xml b/docs/Mono.Android/en/Java.Util.Streams/CollectorCharacteristics.xml index 5b91c1bb60..7c160390e4 100644 --- a/docs/Mono.Android/en/Java.Util.Streams/CollectorCharacteristics.xml +++ b/docs/Mono.Android/en/Java.Util.Streams/CollectorCharacteristics.xml @@ -18,14 +18,19 @@ - To be added. + Characteristics indicating properties of a Collector, which can + be used to optimize reduction implementations. - Android platform documentation + Java documentation for java.util.stream.Collector.Characteristics. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Util.Streams/IBaseStream.xml b/docs/Mono.Android/en/Java.Util.Streams/IBaseStream.xml index 6a8e6a3f3a..f6b436be8d 100644 --- a/docs/Mono.Android/en/Java.Util.Streams/IBaseStream.xml +++ b/docs/Mono.Android/en/Java.Util.Streams/IBaseStream.xml @@ -321,7 +321,7 @@ Returns an equivalent stream that is - <a href="package-summary. + "package-summary. an unordered stream diff --git a/docs/Mono.Android/en/Java.Util.Streams/ICollector.xml b/docs/Mono.Android/en/Java.Util.Streams/ICollector.xml index 88e1ef0ccf..304aef55d5 100644 --- a/docs/Mono.Android/en/Java.Util.Streams/ICollector.xml +++ b/docs/Mono.Android/en/Java.Util.Streams/ICollector.xml @@ -33,7 +33,7 @@ the mutable accumulation type of the reduction operation (often hidden as an implementation detail) the result type of the reduction operation - A <a href="package-summary. + A "package-summary. diff --git a/docs/Mono.Android/en/Java.Util.Zip/DeflaterInputStream.xml b/docs/Mono.Android/en/Java.Util.Zip/DeflaterInputStream.xml index 85cee86de2..ee15f6ed50 100644 --- a/docs/Mono.Android/en/Java.Util.Zip/DeflaterInputStream.xml +++ b/docs/Mono.Android/en/Java.Util.Zip/DeflaterInputStream.xml @@ -18,14 +18,19 @@ - An InputStream filter to compress data. + Implements an input stream filter for compressing data in the "deflate" + compression format. - Android platform documentation + Java documentation for java.util.zip.DeflaterInputStream. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Util.Zip/InflaterOutputStream.xml b/docs/Mono.Android/en/Java.Util.Zip/InflaterOutputStream.xml index 2b289b2950..91d2af25db 100644 --- a/docs/Mono.Android/en/Java.Util.Zip/InflaterOutputStream.xml +++ b/docs/Mono.Android/en/Java.Util.Zip/InflaterOutputStream.xml @@ -18,14 +18,19 @@ - An OutputStream filter to decompress data. + Implements an output stream filter for uncompressing data stored in the + "deflate" compression format. - Android platform documentation + Java documentation for java.util.zip.InflaterOutputStream. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Util.Zip/ZipFile.xml b/docs/Mono.Android/en/Java.Util.Zip/ZipFile.xml index f85c1d1012..f23eeeb0f9 100644 --- a/docs/Mono.Android/en/Java.Util.Zip/ZipFile.xml +++ b/docs/Mono.Android/en/Java.Util.Zip/ZipFile.xml @@ -150,8 +150,8 @@ the ZIP file to be opened for reading The java.nio.charset.Charset charset to be used to decode the ZIP entry name and comment (ignored if - the <a href="package-summary.html#lang_encoding"> language - encoding bit</a> of the ZIP entry's general purpose bit + the "package-summary.html#lang_encoding"> language + encoding bit of the ZIP entry's general purpose bit flag is set). Opens a ZIP file for reading given the specified File object. diff --git a/docs/Mono.Android/en/Java.Util.Zip/ZipInputStream.xml b/docs/Mono.Android/en/Java.Util.Zip/ZipInputStream.xml index 476d57e394..f25bf18552 100644 --- a/docs/Mono.Android/en/Java.Util.Zip/ZipInputStream.xml +++ b/docs/Mono.Android/en/Java.Util.Zip/ZipInputStream.xml @@ -119,8 +119,8 @@ the actual input stream The java.nio.charset.Charset charset to be used to decode the ZIP entry name (ignored if the - <a href="package-summary.html#lang_encoding"> language - encoding bit</a> of the ZIP entry's general purpose bit + "package-summary.html#lang_encoding"> language + encoding bit of the ZIP entry's general purpose bit flag is set). Creates a new ZIP input stream. diff --git a/docs/Mono.Android/en/Java.Util/AbstractCollection.xml b/docs/Mono.Android/en/Java.Util/AbstractCollection.xml index 5e97569968..ac943f41b3 100644 --- a/docs/Mono.Android/en/Java.Util/AbstractCollection.xml +++ b/docs/Mono.Android/en/Java.Util/AbstractCollection.xml @@ -138,7 +138,7 @@ To be added. - [TODO: @inheritDoc] + To be added To be added. @@ -181,7 +181,7 @@ To be added. - [TODO: @inheritDoc] + To be added To be added. @@ -221,7 +221,7 @@ - [TODO: @inheritDoc] + To be added @@ -269,7 +269,7 @@ To be added. - [TODO: @inheritDoc] + To be added To be added. @@ -317,7 +317,7 @@ To be added. - [TODO: @inheritDoc] + To be added To be added. @@ -356,7 +356,7 @@ System.Boolean - [TODO: @inheritDoc] + To be added To be added. @@ -476,7 +476,7 @@ To be added. - [TODO: @inheritDoc] + To be added To be added. @@ -525,7 +525,7 @@ To be added. - [TODO: @inheritDoc] + To be added To be added. @@ -568,7 +568,7 @@ To be added. - [TODO: @inheritDoc] + To be added To be added. @@ -702,7 +702,7 @@ - [TODO: @inheritDoc] + To be added To be added. @@ -750,7 +750,7 @@ To be added. - [TODO: @inheritDoc] + To be added To be added. diff --git a/docs/Mono.Android/en/Java.Util/AbstractList.xml b/docs/Mono.Android/en/Java.Util/AbstractList.xml index 66d016b687..2d780df35d 100644 --- a/docs/Mono.Android/en/Java.Util/AbstractList.xml +++ b/docs/Mono.Android/en/Java.Util/AbstractList.xml @@ -144,7 +144,7 @@ To be added. To be added. - [TODO: @inheritDoc] + To be added @@ -188,7 +188,7 @@ To be added. To be added. - [TODO: @inheritDoc] + To be added To be added. @@ -231,7 +231,7 @@ To be added. - [TODO: @inheritDoc] + To be added To be added. @@ -276,7 +276,7 @@ To be added. - [TODO: @inheritDoc] + To be added To be added. @@ -396,7 +396,7 @@ To be added. - [TODO: @inheritDoc] + To be added To be added. @@ -437,7 +437,7 @@ - [TODO: @inheritDoc] + To be added To be added. @@ -482,7 +482,7 @@ To be added. - [TODO: @inheritDoc] + To be added To be added. @@ -565,7 +565,7 @@ To be added. - [TODO: @inheritDoc] + To be added To be added. @@ -659,7 +659,7 @@ To be added. To be added. - [TODO: @inheritDoc] + To be added To be added. @@ -704,7 +704,7 @@ To be added. To be added. - [TODO: @inheritDoc] + To be added To be added. diff --git a/docs/Mono.Android/en/Java.Util/AbstractMap+SimpleEntry.xml b/docs/Mono.Android/en/Java.Util/AbstractMap+SimpleEntry.xml index 8799ede104..46f12c5dbe 100644 --- a/docs/Mono.Android/en/Java.Util/AbstractMap+SimpleEntry.xml +++ b/docs/Mono.Android/en/Java.Util/AbstractMap+SimpleEntry.xml @@ -38,14 +38,18 @@ - A key-value mapping with mutable values. + An Entry maintaining a key and a value. - Android platform documentation + Java documentation for java.util.AbstractMap.SimpleEntry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -98,11 +102,21 @@ - To be added. - To be added. - To be added. + the key represented by this entry + the value represented by this entry + Creates an entry representing a mapping from the specified + key to the specified value. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.AbstractMap.SimpleEntry.AbstractMap$SimpleEntry(K, V). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -186,10 +200,19 @@ Java.Lang.Object - Returns the key. - To be added. + Returns the key corresponding to this entry. + the key corresponding to this entry - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.AbstractMap.SimpleEntry.getKey(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -220,11 +243,21 @@ - To be added. - To be added. - To be added. + new value to be stored in this entry + Replaces the value corresponding to this entry with the specified + value. + the old value corresponding to the entry - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.AbstractMap.SimpleEntry.setValue(V). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -313,10 +346,19 @@ Java.Lang.Object - Returns the value. - To be added. + Returns the value corresponding to this entry. + the value corresponding to this entry - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.AbstractMap.SimpleEntry.getValue(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Util/AbstractMap+SimpleImmutableEntry.xml b/docs/Mono.Android/en/Java.Util/AbstractMap+SimpleImmutableEntry.xml index 063c71f3d6..e9c857ae1f 100644 --- a/docs/Mono.Android/en/Java.Util/AbstractMap+SimpleImmutableEntry.xml +++ b/docs/Mono.Android/en/Java.Util/AbstractMap+SimpleImmutableEntry.xml @@ -38,14 +38,18 @@ - An immutable key-value mapping. + An Entry maintaining an immutable key and value. - Android platform documentation + Java documentation for java.util.AbstractMap.SimpleImmutableEntry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -98,11 +102,21 @@ - To be added. - To be added. - To be added. + the key represented by this entry + the value represented by this entry + Creates an entry representing a mapping from the specified + key to the specified value. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.AbstractMap.SimpleImmutableEntry.AbstractMap$SimpleImmutableEntry(K, V). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -186,10 +200,19 @@ Java.Lang.Object - Returns the key. - To be added. + Returns the key corresponding to this entry. + the key corresponding to this entry - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.AbstractMap.SimpleImmutableEntry.getKey(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -220,11 +243,21 @@ - To be added. - To be added. - To be added. + new value to be stored in this entry + Replaces the value corresponding to this entry with the specified + value (optional operation). + (Does not return) - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.AbstractMap.SimpleImmutableEntry.setValue(V). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -313,10 +346,19 @@ Java.Lang.Object - Returns the value. - To be added. + Returns the value corresponding to this entry. + the value corresponding to this entry - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.AbstractMap.SimpleImmutableEntry.getValue(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Util/AbstractMap.xml b/docs/Mono.Android/en/Java.Util/AbstractMap.xml index 5a8b7651e3..d68258b910 100644 --- a/docs/Mono.Android/en/Java.Util/AbstractMap.xml +++ b/docs/Mono.Android/en/Java.Util/AbstractMap.xml @@ -134,7 +134,7 @@ - [TODO: @inheritDoc] + To be added @@ -177,7 +177,7 @@ the key to search for. - [TODO: @inheritDoc] + To be added To be added. @@ -221,7 +221,7 @@ the value to search for. - [TODO: @inheritDoc] + To be added To be added. @@ -297,7 +297,7 @@ the key. - [TODO: @inheritDoc] + To be added To be added. @@ -337,7 +337,7 @@ System.Boolean - [TODO: @inheritDoc] + To be added To be added. @@ -412,7 +412,7 @@ - [TODO: @inheritDoc] + To be added To be added. @@ -458,7 +458,7 @@ To be added. To be added. - [TODO: @inheritDoc] + To be added To be added. @@ -501,7 +501,7 @@ To be added. - [TODO: @inheritDoc] + To be added @@ -543,7 +543,7 @@ the key of the mapping to remove. - [TODO: @inheritDoc] + To be added To be added. @@ -584,7 +584,7 @@ - [TODO: @inheritDoc] + To be added To be added. @@ -687,7 +687,7 @@ - [TODO: @inheritDoc] + To be added To be added. diff --git a/docs/Mono.Android/en/Java.Util/ArrayDeque.xml b/docs/Mono.Android/en/Java.Util/ArrayDeque.xml index 8bd62b184a..854d2d8fbc 100644 --- a/docs/Mono.Android/en/Java.Util/ArrayDeque.xml +++ b/docs/Mono.Android/en/Java.Util/ArrayDeque.xml @@ -1274,7 +1274,7 @@ - Creates a <em><a href="Spliterator. + Creates a <em>"Spliterator. a Spliterator over the elements in this deque diff --git a/docs/Mono.Android/en/Java.Util/ArrayList.xml b/docs/Mono.Android/en/Java.Util/ArrayList.xml index ade3fed607..bb1ee155d5 100644 --- a/docs/Mono.Android/en/Java.Util/ArrayList.xml +++ b/docs/Mono.Android/en/Java.Util/ArrayList.xml @@ -554,7 +554,7 @@ - Creates a <em><a href="Spliterator. + Creates a <em>"Spliterator. a Spliterator over the elements in this list diff --git a/docs/Mono.Android/en/Java.Util/Base64+Decoder.xml b/docs/Mono.Android/en/Java.Util/Base64+Decoder.xml index 2be5b8bce4..0eea8600ae 100644 --- a/docs/Mono.Android/en/Java.Util/Base64+Decoder.xml +++ b/docs/Mono.Android/en/Java.Util/Base64+Decoder.xml @@ -18,14 +18,19 @@ - To be added. + This class implements a decoder for decoding byte data using the + Base64 encoding scheme as specified in RFC 4648 and RFC 2045. - Android platform documentation + Java documentation for java.util.Base64.Decoder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -75,11 +80,21 @@ - To be added. - To be added. - To be added. + the ByteBuffer to decode + Decodes all bytes from the input byte buffer using the Base64 + encoding scheme, writing the results into a newly-allocated ByteBuffer. + A newly-allocated byte buffer containing the decoded bytes - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.Base64.Decoder.decode(java.nio.ByteBuffer). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -106,11 +121,22 @@ - To be added. - To be added. - To be added. + the byte array to decode + Decodes all bytes from the input byte array using the Base64 + encoding scheme, writing the results into a newly-allocated output + byte array. + A newly-allocated byte array containing the decoded bytes. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.Base64.Decoder.decode(byte[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -137,11 +163,21 @@ - To be added. - To be added. - To be added. + the string to decode + Decodes a Base64 encoded String into a newly-allocated byte array + using the Base64 encoding scheme. + A newly-allocated byte array containing the decoded bytes. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.Base64.Decoder.decode(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -169,12 +205,23 @@ - To be added. - To be added. - To be added. - To be added. + the byte array to decode + the output byte array + Decodes all bytes from the input byte array using the Base64 + encoding scheme, writing the results into the given output byte array, + starting at offset 0. + The number of bytes written to the output byte array - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.Base64.Decoder.decode(byte[], byte[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -294,11 +341,21 @@ - To be added. - To be added. - To be added. + the input stream + Returns an input stream for decoding Base64 encoded byte stream. + the input stream for decoding the specified Base64 encoded + byte stream - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.Base64.Decoder.wrap(java.io.InputStream). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Util/Base64+Encoder.xml b/docs/Mono.Android/en/Java.Util/Base64+Encoder.xml index b212ef3bef..d5fba45a3d 100644 --- a/docs/Mono.Android/en/Java.Util/Base64+Encoder.xml +++ b/docs/Mono.Android/en/Java.Util/Base64+Encoder.xml @@ -18,14 +18,19 @@ - To be added. + This class implements an encoder for encoding byte data using + the Base64 encoding scheme as specified in RFC 4648 and RFC 2045. - Android platform documentation + Java documentation for java.util.Base64.Encoder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -75,11 +80,22 @@ - To be added. - To be added. - To be added. + the source ByteBuffer to encode + Encodes all remaining bytes from the specified byte buffer into + a newly-allocated ByteBuffer using the Base64 encoding + scheme. + A newly-allocated byte buffer containing the encoded bytes. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.Base64.Encoder.encode(java.nio.ByteBuffer). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -106,11 +122,22 @@ - To be added. - To be added. - To be added. + the byte array to encode + Encodes all bytes from the specified byte array into a newly-allocated + byte array using the Base64 encoding scheme. + A newly-allocated byte array containing the resulting + encoded bytes. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.Base64.Encoder.encode(byte[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -138,12 +165,23 @@ - To be added. - To be added. - To be added. - To be added. + the byte array to encode + the output byte array + Encodes all bytes from the specified byte array using the + Base64 encoding scheme, writing the resulting bytes to the + given output byte array, starting at offset 0. + The number of bytes written to the output byte array - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.Base64.Encoder.encode(byte[], byte[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -170,11 +208,21 @@ - To be added. - To be added. - To be added. + the byte array to encode + Encodes the specified byte array into a String using the Base64 + encoding scheme. + A String containing the resulting Base64 encoded characters - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.Base64.Encoder.encodeToString(byte[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -322,11 +370,22 @@ - To be added. - To be added. - To be added. + the output stream. + Wraps an output stream for encoding byte data using the Base64 + encoding scheme. + the output stream for encoding the byte data into the + specified Base64 encoded format - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.Base64.Encoder.wrap(java.io.OutputStream). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Util/Calendar+Builder.xml b/docs/Mono.Android/en/Java.Util/Calendar+Builder.xml index fac4487d2d..f5ecf342dd 100644 --- a/docs/Mono.Android/en/Java.Util/Calendar+Builder.xml +++ b/docs/Mono.Android/en/Java.Util/Calendar+Builder.xml @@ -18,14 +18,20 @@ - To be added. + + Calendar.Builder is used for creating a Calendar from + various date-time parameters. - Android platform documentation + Java documentation for java.util.Calendar.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -46,9 +52,18 @@ - To be added. + Constructs a Calendar.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.Calendar.Builder.Calendar$Builder(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -96,10 +111,20 @@ - To be added. - To be added. + Returns a Calendar built from the parameters set by the + setter methods. + a Calendar built with parameters of this Calendar.Builder - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.Calendar.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Util/Calendar.xml b/docs/Mono.Android/en/Java.Util/Calendar.xml index 82197b571f..8669a02772 100644 --- a/docs/Mono.Android/en/Java.Util/Calendar.xml +++ b/docs/Mono.Android/en/Java.Util/Calendar.xml @@ -437,10 +437,19 @@ System.Boolean - True iff the values in fields[] correspond to time. + True if <code>fields[]</code> are in sync with the currently set time. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.Calendar.areFieldsSet. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -627,7 +636,7 @@ Sets all the calendar field values and the time value - (millisecond offset from the <a href="#Epoch">Epoch</a>) of + (millisecond offset from the "#Epoch">Epoch) of this <code>Calendar</code> undefined. @@ -676,7 +685,7 @@ the calendar field to be cleared. Sets the given calendar field value and the time value - (millisecond offset from the <a href="#Epoch">Epoch</a>) of + (millisecond offset from the "#Epoch">Epoch) of this <code>Calendar</code> undefined. @@ -755,8 +764,7 @@ the <code>Calendar</code> to be compared. - Compares the time values (millisecond offsets from the <a - href="#Epoch">Epoch</a>) represented by two + Compares the time values (millisecond offsets from the "#Epoch">Epoch) represented by two <code>Calendar</code> objects. the value <code>0</code> if the time represented by the argument is equal to the time represented by this <code>Calendar</code>; a value @@ -1343,11 +1351,19 @@ System.Collections.Generic.IList<System.Int32> - Contains broken-down field values for the current value of time if - areFieldsSet is true, or stale data corresponding to some previous value otherwise. + The calendar field values for the currently set time for this calendar. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.Calendar.fields. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -2300,10 +2316,19 @@ System.Boolean - Whether time corresponds to the values in fields[]. + True if then the value of <code>time</code> is valid. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.Calendar.isTimeSet. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -3934,8 +3959,7 @@ the given Date. Returns a <code>Date</code> object representing this - <code>Calendar</code>'s time value (millisecond offset from the <a - href="#Epoch">Epoch</a>"). -or- Sets this Calendar's time with the given <code>Date</code>. + <code>Calendar</code>'s time value (millisecond offset from the "#Epoch">Epoch"). -or- Sets this Calendar's time with the given <code>Date</code>. a <code>Date</code> representing the time value. Property getter documentation: diff --git a/docs/Mono.Android/en/Java.Util/Formatter+BigDecimalLayoutForm.xml b/docs/Mono.Android/en/Java.Util/Formatter+BigDecimalLayoutForm.xml index b96dcf71d5..e3c1bbdce4 100644 --- a/docs/Mono.Android/en/Java.Util/Formatter+BigDecimalLayoutForm.xml +++ b/docs/Mono.Android/en/Java.Util/Formatter+BigDecimalLayoutForm.xml @@ -18,15 +18,18 @@ - The enumeration giving the available styles for formatting very large - decimal numbers. + Enum for BigDecimal formatting. - Android platform documentation + Java documentation for java.util.Formatter.BigDecimalLayoutForm. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Util/GregorianCalendar.xml b/docs/Mono.Android/en/Java.Util/GregorianCalendar.xml index 6eed195b10..02261d505f 100644 --- a/docs/Mono.Android/en/Java.Util/GregorianCalendar.xml +++ b/docs/Mono.Android/en/Java.Util/GregorianCalendar.xml @@ -504,8 +504,7 @@ - Converts the time value (millisecond offset from the <a - href="Calendar. + Converts the time value (millisecond offset from the "Calendar. @@ -543,7 +542,7 @@ Converts calendar field values to the time value (millisecond - offset from the <a href="Calendar. + offset from the "Calendar. diff --git a/docs/Mono.Android/en/Java.Util/HashSet.xml b/docs/Mono.Android/en/Java.Util/HashSet.xml index 9d597c92e4..543572c580 100644 --- a/docs/Mono.Android/en/Java.Util/HashSet.xml +++ b/docs/Mono.Android/en/Java.Util/HashSet.xml @@ -418,7 +418,7 @@ - Creates a <em><a href="Spliterator. + Creates a <em>"Spliterator. a Spliterator over the elements in this set diff --git a/docs/Mono.Android/en/Java.Util/IList.xml b/docs/Mono.Android/en/Java.Util/IList.xml index bc93bc9d15..9c428e2bce 100644 --- a/docs/Mono.Android/en/Java.Util/IList.xml +++ b/docs/Mono.Android/en/Java.Util/IList.xml @@ -393,7 +393,7 @@ the List's element type a Collection from which elements are drawn, must be non-null - Returns an <a href="#unmodifiable">unmodifiable List</a> containing the elements of + Returns an "#unmodifiable">unmodifiable List containing the elements of the given Collection, in its iteration order. a List containing the elements of the given Collection diff --git a/docs/Mono.Android/en/Java.Util/IMap.xml b/docs/Mono.Android/en/Java.Util/IMap.xml index 8c3f66d860..6264c091ae 100644 --- a/docs/Mono.Android/en/Java.Util/IMap.xml +++ b/docs/Mono.Android/en/Java.Util/IMap.xml @@ -298,7 +298,7 @@ the Map's key type the Map's value type a Map from which entries are drawn, must be non-null - Returns an <a href="#unmodifiable">unmodifiable Map</a> containing the entries + Returns an "#unmodifiable">unmodifiable Map containing the entries of the given Map. a Map containing the entries of the given Map diff --git a/docs/Mono.Android/en/Java.Util/IMapEntry.xml b/docs/Mono.Android/en/Java.Util/IMapEntry.xml index 3954402b55..d9ae6467eb 100644 --- a/docs/Mono.Android/en/Java.Util/IMapEntry.xml +++ b/docs/Mono.Android/en/Java.Util/IMapEntry.xml @@ -29,15 +29,18 @@ - - Map.Entry is a key/value mapping contained in a Map. + A map entry (key-value pair). - Android platform documentation + Java documentation for java.util.Map.Entry. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -67,9 +70,22 @@ - To be added. - To be added. - To be added. + the Comparable type of then map keys + the type of the map values + Returns a comparator that compares Map.Entry in natural order on key. + a comparator that compares Map.Entry in natural order on key. + + + + Java documentation for java.util.Map.Entry.comparingByKey(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -99,10 +115,24 @@ - To be added. - To be added. - To be added. - To be added. + the type of the map keys + the type of the map values + the key Comparator + Returns a comparator that compares Map.Entry by key using the given + Comparator. + a comparator that compares Map.Entry by the key. + + + + Java documentation for java.util.Map.Entry.comparingByKey(java.util.Comparator<? super K>). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -130,9 +160,22 @@ - To be added. - To be added. - To be added. + the type of the map keys + the Comparable type of the map values + Returns a comparator that compares Map.Entry in natural order on value. + a comparator that compares Map.Entry in natural order on value. + + + + Java documentation for java.util.Map.Entry.comparingByValue(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -162,10 +205,24 @@ - To be added. - To be added. - To be added. - To be added. + the type of the map keys + the type of the map values + the value Comparator + Returns a comparator that compares Map.Entry by value using the given + Comparator. + a comparator that compares Map.Entry by the value. + + + + Java documentation for java.util.Map.Entry.comparingByValue(java.util.Comparator<? super V>). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -191,12 +248,22 @@ - To be added. - Compares the specified object to this Map.Entry and returns if they - are equal. - To be added. + object to be compared for equality with this map entry + Compares the specified object with this entry for equality. + + true if the specified object is equal to this map + entry - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.Map.Entry.equals(java.lang.Object). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -223,10 +290,19 @@ - Returns an integer hash code for the receiver. - To be added. + Returns the hash code value for this map entry. + the hash code value for this map entry - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.Map.Entry.hashCode(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -283,11 +359,21 @@ - To be added. - To be added. - To be added. + new value to be stored in this entry + Replaces the value corresponding to this entry with the specified + value (optional operation). + old value corresponding to the entry - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.Map.Entry.setValue(V). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Util/INavigableMap.xml b/docs/Mono.Android/en/Java.Util/INavigableMap.xml index 81abe1bdc9..daac3d207c 100644 --- a/docs/Mono.Android/en/Java.Util/INavigableMap.xml +++ b/docs/Mono.Android/en/Java.Util/INavigableMap.xml @@ -367,7 +367,7 @@ To be added. - [TODO: @inheritDoc] + To be added To be added. @@ -786,7 +786,7 @@ To be added. To be added. - [TODO: @inheritDoc] + To be added To be added. @@ -881,7 +881,7 @@ To be added. - [TODO: @inheritDoc] + To be added To be added. diff --git a/docs/Mono.Android/en/Java.Util/INavigableSet.xml b/docs/Mono.Android/en/Java.Util/INavigableSet.xml index 70fa0b5946..8851c74435 100644 --- a/docs/Mono.Android/en/Java.Util/INavigableSet.xml +++ b/docs/Mono.Android/en/Java.Util/INavigableSet.xml @@ -246,7 +246,7 @@ To be added. - [TODO: @inheritDoc] + To be added To be added. @@ -540,7 +540,7 @@ To be added. To be added. - [TODO: @inheritDoc] + To be added To be added. @@ -635,7 +635,7 @@ To be added. - [TODO: @inheritDoc] + To be added To be added. diff --git a/docs/Mono.Android/en/Java.Util/IPrimitiveIteratorOfDouble.xml b/docs/Mono.Android/en/Java.Util/IPrimitiveIteratorOfDouble.xml index 2808a5ca2c..df7ab05890 100644 --- a/docs/Mono.Android/en/Java.Util/IPrimitiveIteratorOfDouble.xml +++ b/docs/Mono.Android/en/Java.Util/IPrimitiveIteratorOfDouble.xml @@ -31,14 +31,18 @@ - To be added. + An Iterator specialized for double values. - Android platform documentation + Java documentation for java.util.PrimitiveIterator.OfDouble. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -69,8 +73,19 @@ To be added. - To be added. - To be added. + To be added + + + + Java documentation for java.util.PrimitiveIterator.OfDouble.forEachRemaining(java.util.function.Consumer<? super java.lang.Double>). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -96,9 +111,21 @@ - To be added. - To be added. - To be added. + The action to be performed for each element + Performs the given action for each remaining element until all elements + have been processed or the action throws an exception. + + + + Java documentation for java.util.PrimitiveIterator.OfDouble.forEachRemaining(java.util.function.DoubleConsumer). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -125,9 +152,20 @@ - To be added. + To be added To be added. - To be added. + + + + Java documentation for java.util.PrimitiveIterator.OfDouble.next(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -151,10 +189,19 @@ - To be added. - To be added. + Returns the next double element in the iteration. + the next double element in the iteration - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.PrimitiveIterator.OfDouble.nextDouble(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Util/IPrimitiveIteratorOfInt.xml b/docs/Mono.Android/en/Java.Util/IPrimitiveIteratorOfInt.xml index 7fd3821696..6986312992 100644 --- a/docs/Mono.Android/en/Java.Util/IPrimitiveIteratorOfInt.xml +++ b/docs/Mono.Android/en/Java.Util/IPrimitiveIteratorOfInt.xml @@ -31,14 +31,18 @@ - To be added. + An Iterator specialized for int values. - Android platform documentation + Java documentation for java.util.PrimitiveIterator.OfInt. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -69,8 +73,19 @@ To be added. - To be added. - To be added. + To be added + + + + Java documentation for java.util.PrimitiveIterator.OfInt.forEachRemaining(java.util.function.Consumer<? super java.lang.Integer>). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -96,9 +111,21 @@ - To be added. - To be added. - To be added. + The action to be performed for each element + Performs the given action for each remaining element until all elements + have been processed or the action throws an exception. + + + + Java documentation for java.util.PrimitiveIterator.OfInt.forEachRemaining(java.util.function.IntConsumer). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -125,9 +152,20 @@ - To be added. + To be added To be added. - To be added. + + + + Java documentation for java.util.PrimitiveIterator.OfInt.next(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -151,10 +189,19 @@ - To be added. - To be added. + Returns the next int element in the iteration. + the next int element in the iteration - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.PrimitiveIterator.OfInt.nextInt(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Util/IPrimitiveIteratorOfLong.xml b/docs/Mono.Android/en/Java.Util/IPrimitiveIteratorOfLong.xml index 8ceb9907b2..854b620e0f 100644 --- a/docs/Mono.Android/en/Java.Util/IPrimitiveIteratorOfLong.xml +++ b/docs/Mono.Android/en/Java.Util/IPrimitiveIteratorOfLong.xml @@ -31,14 +31,18 @@ - To be added. + An Iterator specialized for long values. - Android platform documentation + Java documentation for java.util.PrimitiveIterator.OfLong. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -69,8 +73,19 @@ To be added. - To be added. - To be added. + To be added + + + + Java documentation for java.util.PrimitiveIterator.OfLong.forEachRemaining(java.util.function.Consumer<? super java.lang.Long>). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -96,9 +111,21 @@ - To be added. - To be added. - To be added. + The action to be performed for each element + Performs the given action for each remaining element until all elements + have been processed or the action throws an exception. + + + + Java documentation for java.util.PrimitiveIterator.OfLong.forEachRemaining(java.util.function.LongConsumer). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -125,9 +152,20 @@ - To be added. + To be added To be added. - To be added. + + + + Java documentation for java.util.PrimitiveIterator.OfLong.next(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -151,10 +189,19 @@ - To be added. - To be added. + Returns the next long element in the iteration. + the next long element in the iteration - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.PrimitiveIterator.OfLong.nextLong(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Util/ISet.xml b/docs/Mono.Android/en/Java.Util/ISet.xml index c2f36082ea..84c4b62a89 100644 --- a/docs/Mono.Android/en/Java.Util/ISet.xml +++ b/docs/Mono.Android/en/Java.Util/ISet.xml @@ -306,7 +306,7 @@ the Set's element type a Collection from which elements are drawn, must be non-null - Returns an <a href="#unmodifiable">unmodifiable Set</a> containing the elements + Returns an "#unmodifiable">unmodifiable Set containing the elements of the given Collection. a Set containing the elements of the given Collection diff --git a/docs/Mono.Android/en/Java.Util/LinkedList.xml b/docs/Mono.Android/en/Java.Util/LinkedList.xml index 692b2bb4f6..43542809fb 100644 --- a/docs/Mono.Android/en/Java.Util/LinkedList.xml +++ b/docs/Mono.Android/en/Java.Util/LinkedList.xml @@ -1302,7 +1302,7 @@ - Creates a <em><a href="Spliterator. + Creates a <em>"Spliterator. a Spliterator over the elements in this list diff --git a/docs/Mono.Android/en/Java.Util/List.xml b/docs/Mono.Android/en/Java.Util/List.xml index 8db9ed5751..ee48d6e48f 100644 --- a/docs/Mono.Android/en/Java.Util/List.xml +++ b/docs/Mono.Android/en/Java.Util/List.xml @@ -59,7 +59,7 @@ the List's element type a Collection from which elements are drawn, must be non-null - Returns an <a href="#unmodifiable">unmodifiable List</a> containing the elements of + Returns an "#unmodifiable">unmodifiable List containing the elements of the given Collection, in its iteration order. a List containing the elements of the given Collection diff --git a/docs/Mono.Android/en/Java.Util/Locale+Builder.xml b/docs/Mono.Android/en/Java.Util/Locale+Builder.xml index 3e930e73bf..ebba3976cc 100644 --- a/docs/Mono.Android/en/Java.Util/Locale+Builder.xml +++ b/docs/Mono.Android/en/Java.Util/Locale+Builder.xml @@ -18,14 +18,19 @@ - To be added. + <code>Builder</code> is used to build instances of <code>Locale</code> + from values configured by the setters. - Android platform documentation + Java documentation for java.util.Locale.Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -46,9 +51,18 @@ - To be added. + Constructs an empty Builder. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.Locale.Builder.Locale$Builder(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -104,10 +118,20 @@ - To be added. - To be added. + Returns an instance of <code>Locale</code> created from the fields set + on this builder. + A Locale. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.Locale.Builder.build(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Util/Locale+Category.xml b/docs/Mono.Android/en/Java.Util/Locale+Category.xml index 9d7d60831d..664f64439e 100644 --- a/docs/Mono.Android/en/Java.Util/Locale+Category.xml +++ b/docs/Mono.Android/en/Java.Util/Locale+Category.xml @@ -18,14 +18,18 @@ - To be added. + Enum for locale categories. - Android platform documentation + Java documentation for java.util.Locale.Category. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Util/Locale+FilteringMode.xml b/docs/Mono.Android/en/Java.Util/Locale+FilteringMode.xml index fc9e2d7ab4..f9a210ae3b 100644 --- a/docs/Mono.Android/en/Java.Util/Locale+FilteringMode.xml +++ b/docs/Mono.Android/en/Java.Util/Locale+FilteringMode.xml @@ -18,14 +18,19 @@ - To be added. + This enum provides constants to select a filtering mode for locale + matching. - Android platform documentation + Java documentation for java.util.Locale.FilteringMode. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Util/Locale+LanguageRange.xml b/docs/Mono.Android/en/Java.Util/Locale+LanguageRange.xml index d2ead51230..d25032529f 100644 --- a/docs/Mono.Android/en/Java.Util/Locale+LanguageRange.xml +++ b/docs/Mono.Android/en/Java.Util/Locale+LanguageRange.xml @@ -18,14 +18,20 @@ - To be added. + This class expresses a <em>Language Range</em> defined in + RFC 4647 Matching of + Language Tags. - Android platform documentation + Java documentation for java.util.Locale.LanguageRange. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -49,10 +55,19 @@ - To be added. - To be added. + a language range + Constructs a LanguageRange using the given range. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.Locale.LanguageRange.Locale$LanguageRange(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -77,11 +92,22 @@ - To be added. - To be added. - To be added. + a language range + a weight value between MIN_WEIGHT and + MAX_WEIGHT + Constructs a LanguageRange using the given range and + weight. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.Locale.LanguageRange.Locale$LanguageRange(java.lang.String, double). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -140,12 +166,23 @@ - To be added. - To be added. - To be added. - To be added. + user's Language Priority List + a map containing information to customize language ranges + Generates a new customized Language Priority List using the given + priorityList and map. + a new Language Priority List with customization. The list is + modifiable. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.Locale.LanguageRange.mapEquivalents(java.util.List<java.util.Locale.LanguageRange>, java.util.Map<java.lang.String, java.util.List<java.lang.String>>). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -170,9 +207,18 @@ 1 - To be added. + A constant holding the maximum value of weight, 1. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.Locale.LanguageRange.MAX_WEIGHT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -197,9 +243,18 @@ 0 - To be added. + A constant holding the minimum value of weight, 0. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.Locale.LanguageRange.MIN_WEIGHT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -226,11 +281,25 @@ - To be added. - To be added. - To be added. + a list of comma-separated language ranges or a list of + language ranges in the form of the "Accept-Language" header + defined in RFC + 2616 + Parses the given ranges to generate a Language Priority List. + a Language Priority List consisting of language ranges + included in the given ranges and their equivalent + language ranges if available. The list is modifiable. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.Locale.LanguageRange.parse(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -258,12 +327,26 @@ - To be added. - To be added. - To be added. - To be added. + a list of comma-separated language ranges or a list + of language ranges in the form of the "Accept-Language" header + defined in RFC + 2616 + a map containing information to customize language ranges + Parses the given ranges to generate a Language Priority + List, and then customizes the list using the given map. + a Language Priority List with customization. The list is + modifiable. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.Locale.LanguageRange.parse(java.lang.String, java.util.Map<java.lang.String, java.util.List<java.lang.String>>). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -287,10 +370,19 @@ System.String - To be added. - To be added. + Returns the language range of this LanguageRange. + the language range. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.Locale.LanguageRange.getRange(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -376,10 +468,19 @@ System.Double - To be added. - To be added. + Returns the weight of this LanguageRange. + the weight value. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.Locale.LanguageRange.getWeight(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Util/Locale.xml b/docs/Mono.Android/en/Java.Util/Locale.xml index ad52baf6b0..00213a6a2f 100644 --- a/docs/Mono.Android/en/Java.Util/Locale.xml +++ b/docs/Mono.Android/en/Java.Util/Locale.xml @@ -1567,8 +1567,8 @@ System.Boolean - Returns true if this Locale has any <a href="#def_extensions"> - extensions</a>. + Returns true if this Locale has any "#def_extensions"> + extensions. true if this Locale has any extensions @@ -2294,8 +2294,8 @@ - Returns a copy of this Locale with no <a href="#def_extensions"> - extensions</a>. + Returns a copy of this Locale with no "#def_extensions"> + extensions. a copy of this Locale with no extensions, or this if this has no extensions diff --git a/docs/Mono.Android/en/Java.Util/Map.xml b/docs/Mono.Android/en/Java.Util/Map.xml index 060767e124..ecf291aa54 100644 --- a/docs/Mono.Android/en/Java.Util/Map.xml +++ b/docs/Mono.Android/en/Java.Util/Map.xml @@ -60,7 +60,7 @@ the Map's key type the Map's value type a Map from which entries are drawn, must be non-null - Returns an <a href="#unmodifiable">unmodifiable Map</a> containing the entries + Returns an "#unmodifiable">unmodifiable Map containing the entries of the given Map. a Map containing the entries of the given Map diff --git a/docs/Mono.Android/en/Java.Util/MapEntry.xml b/docs/Mono.Android/en/Java.Util/MapEntry.xml index 96582d1b3a..0f8b3860ba 100644 --- a/docs/Mono.Android/en/Java.Util/MapEntry.xml +++ b/docs/Mono.Android/en/Java.Util/MapEntry.xml @@ -62,10 +62,21 @@ - To be added. - To be added. + the Comparable type of then map keys + the type of the map values + Returns a comparator that compares Map.Entry in natural order on key. + a comparator that compares Map.Entry in natural order on key. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.Map.Entry.comparingByKey(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -100,11 +111,23 @@ - To be added. - To be added. - To be added. + the type of the map keys + the type of the map values + the key Comparator + Returns a comparator that compares Map.Entry by key using the given + Comparator. + a comparator that compares Map.Entry by the key. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.Map.Entry.comparingByKey(java.util.Comparator<? super K>). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -137,10 +160,21 @@ - To be added. - To be added. + the type of the map keys + the Comparable type of the map values + Returns a comparator that compares Map.Entry in natural order on value. + a comparator that compares Map.Entry in natural order on value. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.Map.Entry.comparingByValue(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -175,11 +209,23 @@ - To be added. - To be added. - To be added. + the type of the map keys + the type of the map values + the value Comparator + Returns a comparator that compares Map.Entry by value using the given + Comparator. + a comparator that compares Map.Entry by the value. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.Map.Entry.comparingByValue(java.util.Comparator<? super V>). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Util/PriorityQueue.xml b/docs/Mono.Android/en/Java.Util/PriorityQueue.xml index c03b1eb256..27c3cec431 100644 --- a/docs/Mono.Android/en/Java.Util/PriorityQueue.xml +++ b/docs/Mono.Android/en/Java.Util/PriorityQueue.xml @@ -608,7 +608,7 @@ - Creates a <em><a href="Spliterator. + Creates a <em>"Spliterator. a Spliterator over the elements in this queue diff --git a/docs/Mono.Android/en/Java.Util/Properties.xml b/docs/Mono.Android/en/Java.Util/Properties.xml index b5fc3772bf..3a459df5aa 100644 --- a/docs/Mono.Android/en/Java.Util/Properties.xml +++ b/docs/Mono.Android/en/Java.Util/Properties.xml @@ -148,11 +148,20 @@ Java.Util.Properties - The default values for keys not found in this Properties - instance. + A property list that contains default values for any keys not + found in this property list. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.Properties.defaults. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -789,8 +798,8 @@ a description of the property list, or null if no comment is desired. the name of a supported - <a href="../lang/package-summary.html#charenc"> - character encoding</a> + "../lang/package-summary.html#charenc"> + character encoding Emits an XML document representing all of the properties contained in this table, using the specified encoding. diff --git a/docs/Mono.Android/en/Java.Util/ResourceBundle+Control.xml b/docs/Mono.Android/en/Java.Util/ResourceBundle+Control.xml index 1952036a62..91c5caf810 100644 --- a/docs/Mono.Android/en/Java.Util/ResourceBundle+Control.xml +++ b/docs/Mono.Android/en/Java.Util/ResourceBundle+Control.xml @@ -18,14 +18,18 @@ - ResourceBundle. + <code>ResourceBundle. - Android platform documentation + Java documentation for java.util.ResourceBundle.Control. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -47,11 +51,18 @@ - default constructor - - + Sole constructor. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.ResourceBundle.Control.ResourceBundle$Control(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -99,11 +110,20 @@ System.Collections.IList - a list defines java class format - + The class-only format <code>List</code> containing + <code>"java. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.ResourceBundle.Control.FORMAT_CLASS. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -128,11 +148,20 @@ System.Collections.IList - a list defines default format - + The default format <code>List</code>, which contains the strings + <code>"java. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.ResourceBundle.Control.FORMAT_DEFAULT. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -157,11 +186,20 @@ System.Collections.IList - a list defines property format - + The properties-only format <code>List</code> containing + <code>"java. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.ResourceBundle.Control.FORMAT_PROPERTIES. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -190,13 +228,24 @@ - To be added. - To be added. - Returns a list of candidate locales according to baseName in - locale. - To be added. + the base name of the resource bundle, a fully + qualified class name + the locale for which a resource bundle is desired + Returns a <code>List</code> of <code>Locale</code>s as candidate + locales for <code>baseName</code> and <code>locale</code>. + a <code>List</code> of candidate + <code>Locale</code>s for the given <code>locale</code> - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.ResourceBundle.Control.getCandidateLocales(java.lang.String, java.util.Locale). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -256,12 +305,32 @@ - To be added. - To be added. - Returns the fallback locale for baseName in locale. - To be added. + the base name of the resource bundle, a fully + qualified class name for which + <code>ResourceBundle.getBundle</code> has been + unable to find any resource bundles (except for the + base bundle) + the <code>Locale</code> for which + <code>ResourceBundle.getBundle</code> has been + unable to find any resource bundles (except for the + base bundle) + Returns a <code>Locale</code> to be used as a fallback locale for + further resource bundle searches by the + <code>ResourceBundle. + a <code>Locale</code> for the fallback search, + or <code>null</code> if no further fallback search + is desired. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.ResourceBundle.Control.getFallbackLocale(java.lang.String, java.util.Locale). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -289,11 +358,24 @@ - To be added. - Returns a list of strings of formats according to baseName. - To be added. + the base name of the resource bundle, a fully qualified class + name + Returns a <code>List</code> of <code>String</code>s containing + formats to be used to load resource bundles for the given + <code>baseName</code>. + a <code>List</code> of <code>String</code>s containing + formats for loading resource bundles. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.ResourceBundle.Control.getFormats(java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -353,13 +435,29 @@ - To be added. - To be added. - Returns the time to live of the ResourceBundle baseName in locale, - default is TTL_NO_EXPIRATION_CONTROL. - To be added. + the base name of the resource bundle for which the + expiration value is specified. + the locale of the resource bundle for which the + expiration value is specified. + Returns the time-to-live (TTL) value for resource bundles that + are loaded under this + <code>ResourceBundle. + the time (0 or a positive millisecond offset from the + cached time) to get loaded bundles expired in the cache, + #TTL_NO_EXPIRATION_CONTROL to disable the + expiration control, or #TTL_DONT_CACHE to disable + caching. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.ResourceBundle.Control.getTimeToLive(java.lang.String, java.util.Locale). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -423,16 +521,32 @@ - the base name of the ResourceBundle - the locale of the ResourceBundle - the format to load - the ClassLoader to load resource - the ResourceBundle - the expired time - Returns true if the ResourceBundle needs to reload. - To be added. + the base bundle name of the resource bundle, a + fully qualified class name + the locale for which the resource bundle + should be instantiated + the resource bundle format to be loaded + the <code>ClassLoader</code> to use to load the bundle + the resource bundle instance that has been expired + in the cache + the time when <code>bundle</code> was loaded and put + in the cache + Determines if the expired <code>bundle</code> in the cache needs + to be reloaded based on the loading time given by + <code>loadTime</code> or some other criteria. + <code>true</code> if the expired bundle needs to be + reloaded; <code>false</code> otherwise. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.ResourceBundle.Control.needsReload(java.lang.String, java.util.Locale, java.lang.String, java.lang.ClassLoader, java.util.ResourceBundle, long). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -464,15 +578,31 @@ - the base name to use - the given locale - the format, default is "java.class" or "java.properties" - the classloader to use - whether to reload the resource - Returns a new ResourceBundle. - To be added. + the base bundle name of the resource bundle, a fully + qualified class name + the locale for which the resource bundle should be + instantiated + the resource bundle format to be loaded + the <code>ClassLoader</code> to use to load the bundle + the flag to indicate bundle reloading; <code>true</code> + if reloading an expired resource bundle, + <code>false</code> otherwise + Instantiates a resource bundle for the given bundle name of the + given format and locale, using the given class loader if + necessary. + the resource bundle instance, + or <code>null</code> if none could be found. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.ResourceBundle.Control.newBundle(java.lang.String, java.util.Locale, java.lang.String, java.lang.ClassLoader, boolean). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. if we can not access resources @@ -567,13 +697,24 @@ - the given base name - the locale to use - a utility method to answer the name of a resource bundle according to - the given base name and locale - To be added. + the base name of the resource bundle, a fully + qualified class name + the locale for which a resource bundle should be + loaded + Converts the given <code>baseName</code> and <code>locale</code> + to the bundle name. + the bundle name for the resource bundle - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.ResourceBundle.Control.toBundleName(java.lang.String, java.util.Locale). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -602,13 +743,23 @@ - the given bundle name - the suffix - a utility method to answer the name of a resource according to the - given bundleName and suffix - To be added. + the bundle name + the file type suffix + Converts the given <code>bundleName</code> to the form required + by the ClassLoader#getResource ClassLoader.getResource + method by replacing all occurrences of <code>'. + the converted resource name - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.ResourceBundle.Control.toResourceName(java.lang.String, java.lang.String). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -634,9 +785,19 @@ -1 - a constant that indicates cache will not be used. + The time-to-live constant for not caching loaded resource bundle + instances. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.ResourceBundle.Control.TTL_DONT_CACHE. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -662,9 +823,19 @@ -2 - a constant that indicates cache will not be expired. + The time-to-live constant for disabling the expiration control + for loaded resource bundle instances in the cache. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.ResourceBundle.Control.TTL_NO_EXPIRATION_CONTROL. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Util/Set.xml b/docs/Mono.Android/en/Java.Util/Set.xml index d9c09a4990..e88e1de3d5 100644 --- a/docs/Mono.Android/en/Java.Util/Set.xml +++ b/docs/Mono.Android/en/Java.Util/Set.xml @@ -59,7 +59,7 @@ the Set's element type a Collection from which elements are drawn, must be non-null - Returns an <a href="#unmodifiable">unmodifiable Set</a> containing the elements + Returns an "#unmodifiable">unmodifiable Set containing the elements of the given Collection. a Set containing the elements of the given Collection diff --git a/docs/Mono.Android/en/Java.Util/Spliterators+AbstractDoubleSpliterator.xml b/docs/Mono.Android/en/Java.Util/Spliterators+AbstractDoubleSpliterator.xml index 8618e08222..c5c79408f8 100644 --- a/docs/Mono.Android/en/Java.Util/Spliterators+AbstractDoubleSpliterator.xml +++ b/docs/Mono.Android/en/Java.Util/Spliterators+AbstractDoubleSpliterator.xml @@ -50,11 +50,24 @@ - To be added. - To be added. - To be added. + the estimated size of this spliterator if known, otherwise + Long.MAX_VALUE. + properties of this spliterator's + source or elements. If SIZED is reported then this + spliterator will additionally report SUBSIZED. + Creates a spliterator reporting the given estimated size and + characteristics. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.Spliterators.AbstractDoubleSpliterator.Spliterators$AbstractDoubleSpliterator(long, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -108,10 +121,19 @@ - To be added. + To be added To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.Spliterators.AbstractDoubleSpliterator.characteristics(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -136,10 +158,19 @@ - To be added. + To be added To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.Spliterators.AbstractDoubleSpliterator.estimateSize(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Util/Spliterators+AbstractIntSpliterator.xml b/docs/Mono.Android/en/Java.Util/Spliterators+AbstractIntSpliterator.xml index 0d45367eaf..08f036cfa9 100644 --- a/docs/Mono.Android/en/Java.Util/Spliterators+AbstractIntSpliterator.xml +++ b/docs/Mono.Android/en/Java.Util/Spliterators+AbstractIntSpliterator.xml @@ -50,11 +50,24 @@ - To be added. - To be added. - To be added. + the estimated size of this spliterator if known, otherwise + Long.MAX_VALUE. + properties of this spliterator's + source or elements. If SIZED is reported then this + spliterator will additionally report SUBSIZED. + Creates a spliterator reporting the given estimated size and + characteristics. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.Spliterators.AbstractIntSpliterator.Spliterators$AbstractIntSpliterator(long, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -108,10 +121,19 @@ - To be added. + To be added To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.Spliterators.AbstractIntSpliterator.characteristics(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -136,10 +158,19 @@ - To be added. + To be added To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.Spliterators.AbstractIntSpliterator.estimateSize(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Util/Spliterators+AbstractLongSpliterator.xml b/docs/Mono.Android/en/Java.Util/Spliterators+AbstractLongSpliterator.xml index fd03562bfb..6b2a82e09d 100644 --- a/docs/Mono.Android/en/Java.Util/Spliterators+AbstractLongSpliterator.xml +++ b/docs/Mono.Android/en/Java.Util/Spliterators+AbstractLongSpliterator.xml @@ -50,11 +50,24 @@ - To be added. - To be added. - To be added. + the estimated size of this spliterator if known, otherwise + Long.MAX_VALUE. + properties of this spliterator's + source or elements. If SIZED is reported then this + spliterator will additionally report SUBSIZED. + Creates a spliterator reporting the given estimated size and + characteristics. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.Spliterators.AbstractLongSpliterator.Spliterators$AbstractLongSpliterator(long, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -108,10 +121,19 @@ - To be added. + To be added To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.Spliterators.AbstractLongSpliterator.characteristics(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -136,10 +158,19 @@ - To be added. + To be added To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.Spliterators.AbstractLongSpliterator.estimateSize(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Util/Spliterators+AbstractSpliterator.xml b/docs/Mono.Android/en/Java.Util/Spliterators+AbstractSpliterator.xml index 1eb954dffa..e8ca31f2fd 100644 --- a/docs/Mono.Android/en/Java.Util/Spliterators+AbstractSpliterator.xml +++ b/docs/Mono.Android/en/Java.Util/Spliterators+AbstractSpliterator.xml @@ -35,14 +35,19 @@ - To be added. + An abstract Spliterator that implements trySplit to + permit limited parallelism. - Android platform documentation + Java documentation for java.util.Spliterators.AbstractSpliterator. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -67,11 +72,24 @@ - To be added. - To be added. - To be added. + the estimated size of this spliterator if known, otherwise + Long.MAX_VALUE. + properties of this spliterator's + source or elements. If SIZED is reported then this + spliterator will additionally report SUBSIZED. + Creates a spliterator reporting the given estimated size and + additionalCharacteristics. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.Spliterators.AbstractSpliterator.Spliterators$AbstractSpliterator(long, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -128,10 +146,19 @@ - To be added. + To be added To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.Spliterators.AbstractSpliterator.characteristics(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -159,10 +186,19 @@ - To be added. + To be added To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.Spliterators.AbstractSpliterator.estimateSize(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -314,10 +350,21 @@ - To be added. + To be added + + This implementation permits limited parallelism. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.Spliterators.AbstractSpliterator.trySplit(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Java.Util/TreeSet.xml b/docs/Mono.Android/en/Java.Util/TreeSet.xml index 40eb8ac087..554e4a085e 100644 --- a/docs/Mono.Android/en/Java.Util/TreeSet.xml +++ b/docs/Mono.Android/en/Java.Util/TreeSet.xml @@ -969,7 +969,7 @@ - Creates a <em><a href="Spliterator. + Creates a <em>"Spliterator. a Spliterator over the elements in this set diff --git a/docs/Mono.Android/en/Java.Util/Vector.xml b/docs/Mono.Android/en/Java.Util/Vector.xml index a8a7d89964..90c28cafb7 100644 --- a/docs/Mono.Android/en/Java.Util/Vector.xml +++ b/docs/Mono.Android/en/Java.Util/Vector.xml @@ -349,11 +349,20 @@ System.Int32 - How many elements should be added to the vector when it is detected that - it needs to grow to accommodate extra entries. + The amount by which the capacity of the vector is automatically + incremented when its size becomes greater than its capacity. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.Vector.capacityIncrement. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -502,10 +511,19 @@ System.Int32 - The number of elements or the size of the vector. + The number of valid components in this Vector object. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.Vector.elementCount. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -530,10 +548,20 @@ System.Collections.Generic.IList<Java.Lang.Object> - The elements of the vector. + The array buffer into which the components of the vector are + stored. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for java.util.Vector.elementData. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -1339,7 +1367,7 @@ - Creates a <em><a href="Spliterator. + Creates a <em>"Spliterator. a Spliterator over the elements in this list diff --git a/docs/Mono.Android/en/Javax.Crypto.Spec/OAEPParameterSpec.xml b/docs/Mono.Android/en/Javax.Crypto.Spec/OAEPParameterSpec.xml index f615503c9b..ac470f9b53 100644 --- a/docs/Mono.Android/en/Javax.Crypto.Spec/OAEPParameterSpec.xml +++ b/docs/Mono.Android/en/Javax.Crypto.Spec/OAEPParameterSpec.xml @@ -33,7 +33,8 @@ This class specifies the set of parameters used with OAEP Padding, as defined in the - <a href="http://www. + PKCS #1 + standard. diff --git a/docs/Mono.Android/en/Javax.Crypto.Spec/PBEParameterSpec.xml b/docs/Mono.Android/en/Javax.Crypto.Spec/PBEParameterSpec.xml index cd6a387077..069ff98b37 100644 --- a/docs/Mono.Android/en/Javax.Crypto.Spec/PBEParameterSpec.xml +++ b/docs/Mono.Android/en/Javax.Crypto.Spec/PBEParameterSpec.xml @@ -33,7 +33,8 @@ This class specifies the set of parameters used with password-based encryption (PBE), as defined in the - <a href="http://www. + PKCS #5 + standard. diff --git a/docs/Mono.Android/en/Javax.Crypto.Spec/PSource+PSpecified.xml b/docs/Mono.Android/en/Javax.Crypto.Spec/PSource+PSpecified.xml index 9c3c352b71..ca9a512865 100644 --- a/docs/Mono.Android/en/Javax.Crypto.Spec/PSource+PSpecified.xml +++ b/docs/Mono.Android/en/Javax.Crypto.Spec/PSource+PSpecified.xml @@ -18,15 +18,19 @@ - The explicit specification of the parameter P used in the - source algorithm. + This class is used to explicitly specify the value for + encoding input P in OAEP Padding. - Android platform documentation + Java documentation for javax.crypto.spec.PSource.PSpecified. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -51,11 +55,22 @@ - To be added. - Creates a new instance of PSpecified with the specified - parameter P. + the value of the encoding input. The contents + of the array are copied to protect against subsequent + modification. + Constructs the source explicitly with the specified + value <code>p</code> as the encoding input P. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for javax.crypto.spec.PSource.PSpecified.PSource$PSpecified(byte[]). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. if p is null. @@ -112,10 +127,20 @@ - Returns a copy of the value of the parameter P. - To be added. + Returns the value of encoding input P. + the value of encoding input P. A new array is + returned each time this method is called. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for javax.crypto.spec.PSource.PSpecified.getValue(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Javax.Crypto.Spec/PSource.xml b/docs/Mono.Android/en/Javax.Crypto.Spec/PSource.xml index 7fa7114248..2752fb127b 100644 --- a/docs/Mono.Android/en/Javax.Crypto.Spec/PSource.xml +++ b/docs/Mono.Android/en/Javax.Crypto.Spec/PSource.xml @@ -20,7 +20,8 @@ This class specifies the source for encoding input P in OAEP Padding, as defined in the - <a href="http://www. + PKCS #1 + standard. diff --git a/docs/Mono.Android/en/Javax.Crypto.Spec/RC2ParameterSpec.xml b/docs/Mono.Android/en/Javax.Crypto.Spec/RC2ParameterSpec.xml index 82b26265cb..69bfe32cdd 100644 --- a/docs/Mono.Android/en/Javax.Crypto.Spec/RC2ParameterSpec.xml +++ b/docs/Mono.Android/en/Javax.Crypto.Spec/RC2ParameterSpec.xml @@ -32,7 +32,8 @@ This class specifies the parameters used with the - <a href="http://www. + RC2 + algorithm. diff --git a/docs/Mono.Android/en/Javax.Crypto.Spec/RC5ParameterSpec.xml b/docs/Mono.Android/en/Javax.Crypto.Spec/RC5ParameterSpec.xml index d925f42ad0..0abefff7b3 100644 --- a/docs/Mono.Android/en/Javax.Crypto.Spec/RC5ParameterSpec.xml +++ b/docs/Mono.Android/en/Javax.Crypto.Spec/RC5ParameterSpec.xml @@ -32,7 +32,8 @@ This class specifies the parameters used with the - <a href="http://www. + RC5 + algorithm. diff --git a/docs/Mono.Android/en/Javax.Crypto.Spec/SecretKeySpec.xml b/docs/Mono.Android/en/Javax.Crypto.Spec/SecretKeySpec.xml index e20368a3db..56c8f781d4 100644 --- a/docs/Mono.Android/en/Javax.Crypto.Spec/SecretKeySpec.xml +++ b/docs/Mono.Android/en/Javax.Crypto.Spec/SecretKeySpec.xml @@ -81,9 +81,8 @@ the array are copied to protect against subsequent modification. the name of the secret-key algorithm to be associated with the given key material. - See Appendix A in the <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/crypto/CryptoSpec.html#AppA"> - Java Cryptography Architecture Reference Guide</a> + See Appendix A in the + Java Cryptography Architecture Reference Guide for information about standard algorithm names. Constructs a secret key from the given byte array. @@ -159,9 +158,8 @@ the length of the key material. the name of the secret-key algorithm to be associated with the given key material. - See Appendix A in the <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/crypto/CryptoSpec.html#AppA"> - Java Cryptography Architecture Reference Guide</a> + See Appendix A in the + Java Cryptography Architecture Reference Guide for information about standard algorithm names. Constructs a secret key from the given byte array, using the first <code>len</code> bytes of <code>key</code>, starting at diff --git a/docs/Mono.Android/en/Javax.Crypto/Cipher.xml b/docs/Mono.Android/en/Javax.Crypto/Cipher.xml index 3bdd8ba79e..0669839bdd 100644 --- a/docs/Mono.Android/en/Javax.Crypto/Cipher.xml +++ b/docs/Mono.Android/en/Javax.Crypto/Cipher.xml @@ -693,9 +693,8 @@ the name of the transformation, e.g., DES/CBC/PKCS5Padding. - See the Cipher section in the <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#Cipher"> - Java Cryptography Architecture Standard Algorithm Name Documentation</a> + See the Cipher section in the + Java Cryptography Architecture Standard Algorithm Name Documentation for information about standard transformation names. Returns a <code>Cipher</code> object that implements the specified transformation. @@ -747,9 +746,8 @@ the name of the transformation, e.g., DES/CBC/PKCS5Padding. - See the Cipher section in the <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#Cipher"> - Java Cryptography Architecture Standard Algorithm Name Documentation</a> + See the Cipher section in the + Java Cryptography Architecture Standard Algorithm Name Documentation for information about standard transformation names. the provider. Returns a <code>Cipher</code> object that implements the specified @@ -803,9 +801,8 @@ the name of the transformation, e.g., DES/CBC/PKCS5Padding. - See the Cipher section in the <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#Cipher"> - Java Cryptography Architecture Standard Algorithm Name Documentation</a> + See the Cipher section in the + Java Cryptography Architecture Standard Algorithm Name Documentation for information about standard transformation names. the name of the provider. Returns a <code>Cipher</code> object that implements the specified diff --git a/docs/Mono.Android/en/Javax.Crypto/EncryptedPrivateKeyInfo.xml b/docs/Mono.Android/en/Javax.Crypto/EncryptedPrivateKeyInfo.xml index 3ced0b18df..df5d4ee969 100644 --- a/docs/Mono.Android/en/Javax.Crypto/EncryptedPrivateKeyInfo.xml +++ b/docs/Mono.Android/en/Javax.Crypto/EncryptedPrivateKeyInfo.xml @@ -172,9 +172,8 @@ encryption algorithm name. See Appendix A in the - <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/crypto/CryptoSpec.html#AppA"> - Java Cryptography Architecture Reference Guide</a> + + Java Cryptography Architecture Reference Guide for information about standard Cipher algorithm names. encrypted data. The contents of <code>encrypedData</code> are copied to protect against subsequent diff --git a/docs/Mono.Android/en/Javax.Crypto/ExemptionMechanism.xml b/docs/Mono.Android/en/Javax.Crypto/ExemptionMechanism.xml index fbc36cf571..ac96953981 100644 --- a/docs/Mono.Android/en/Javax.Crypto/ExemptionMechanism.xml +++ b/docs/Mono.Android/en/Javax.Crypto/ExemptionMechanism.xml @@ -266,9 +266,8 @@ the standard name of the requested exemption mechanism. See the ExemptionMechanism section in the - <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#Exemption"> - Java Cryptography Architecture Standard Algorithm Name Documentation</a> + + Java Cryptography Architecture Standard Algorithm Name Documentation for information about standard exemption mechanism names. Returns an <code>ExemptionMechanism</code> object that implements the specified exemption mechanism algorithm. @@ -317,9 +316,8 @@ the standard name of the requested exemption mechanism. See the ExemptionMechanism section in the - <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#Exemption"> - Java Cryptography Architecture Standard Algorithm Name Documentation</a> + + Java Cryptography Architecture Standard Algorithm Name Documentation for information about standard exemption mechanism names. the provider. Returns an <code>ExemptionMechanism</code> object that implements the @@ -371,9 +369,8 @@ the standard name of the requested exemption mechanism. See the ExemptionMechanism section in the - <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#Exemption"> - Java Cryptography Architecture Standard Algorithm Name Documentation</a> + + Java Cryptography Architecture Standard Algorithm Name Documentation for information about standard exemption mechanism names. the name of the provider. Returns an <code>ExemptionMechanism</code> object that implements the diff --git a/docs/Mono.Android/en/Javax.Crypto/KeyAgreement.xml b/docs/Mono.Android/en/Javax.Crypto/KeyAgreement.xml index 446b22c7c1..19d23f33b8 100644 --- a/docs/Mono.Android/en/Javax.Crypto/KeyAgreement.xml +++ b/docs/Mono.Android/en/Javax.Crypto/KeyAgreement.xml @@ -350,9 +350,8 @@ the standard name of the requested key agreement algorithm. - See the KeyAgreement section in the <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#KeyAgreement"> - Java Cryptography Architecture Standard Algorithm Name Documentation</a> + See the KeyAgreement section in the + Java Cryptography Architecture Standard Algorithm Name Documentation for information about standard algorithm names. Returns a <code>KeyAgreement</code> object that implements the specified key agreement algorithm. @@ -401,9 +400,8 @@ the standard name of the requested key agreement algorithm. - See the KeyAgreement section in the <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#KeyAgreement"> - Java Cryptography Architecture Standard Algorithm Name Documentation</a> + See the KeyAgreement section in the + Java Cryptography Architecture Standard Algorithm Name Documentation for information about standard algorithm names. the provider. Returns a <code>KeyAgreement</code> object that implements the @@ -455,9 +453,8 @@ the standard name of the requested key agreement algorithm. - See the KeyAgreement section in the <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#KeyAgreement"> - Java Cryptography Architecture Standard Algorithm Name Documentation</a> + See the KeyAgreement section in the + Java Cryptography Architecture Standard Algorithm Name Documentation for information about standard algorithm names. the name of the provider. Returns a <code>KeyAgreement</code> object that implements the diff --git a/docs/Mono.Android/en/Javax.Crypto/KeyGenerator.xml b/docs/Mono.Android/en/Javax.Crypto/KeyGenerator.xml index 46575c9b07..6d2f2edbb3 100644 --- a/docs/Mono.Android/en/Javax.Crypto/KeyGenerator.xml +++ b/docs/Mono.Android/en/Javax.Crypto/KeyGenerator.xml @@ -197,9 +197,8 @@ the standard name of the requested key algorithm. - See the KeyGenerator section in the <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#KeyGenerator"> - Java Cryptography Architecture Standard Algorithm Name Documentation</a> + See the KeyGenerator section in the + Java Cryptography Architecture Standard Algorithm Name Documentation for information about standard algorithm names. Returns a <code>KeyGenerator</code> object that generates secret keys for the specified algorithm. @@ -247,9 +246,8 @@ the standard name of the requested key algorithm. - See the KeyGenerator section in the <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#KeyGenerator"> - Java Cryptography Architecture Standard Algorithm Name Documentation</a> + See the KeyGenerator section in the + Java Cryptography Architecture Standard Algorithm Name Documentation for information about standard algorithm names. the provider. Returns a <code>KeyGenerator</code> object that generates secret keys @@ -300,9 +298,8 @@ the standard name of the requested key algorithm. - See the KeyGenerator section in the <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#KeyGenerator"> - Java Cryptography Architecture Standard Algorithm Name Documentation</a> + See the KeyGenerator section in the + Java Cryptography Architecture Standard Algorithm Name Documentation for information about standard algorithm names. the name of the provider. Returns a <code>KeyGenerator</code> object that generates secret keys diff --git a/docs/Mono.Android/en/Javax.Crypto/Mac.xml b/docs/Mono.Android/en/Javax.Crypto/Mac.xml index d1f2580d7a..83edf9a26f 100644 --- a/docs/Mono.Android/en/Javax.Crypto/Mac.xml +++ b/docs/Mono.Android/en/Javax.Crypto/Mac.xml @@ -345,9 +345,8 @@ the standard name of the requested MAC algorithm. - See the Mac section in the <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#Mac"> - Java Cryptography Architecture Standard Algorithm Name Documentation</a> + See the Mac section in the + Java Cryptography Architecture Standard Algorithm Name Documentation for information about standard algorithm names. Returns a <code>Mac</code> object that implements the specified MAC algorithm. @@ -396,9 +395,8 @@ the standard name of the requested MAC algorithm. - See the Mac section in the <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#Mac"> - Java Cryptography Architecture Standard Algorithm Name Documentation</a> + See the Mac section in the + Java Cryptography Architecture Standard Algorithm Name Documentation for information about standard algorithm names. the provider. Returns a <code>Mac</code> object that implements the @@ -450,9 +448,8 @@ the standard name of the requested MAC algorithm. - See the Mac section in the <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#Mac"> - Java Cryptography Architecture Standard Algorithm Name Documentation</a> + See the Mac section in the + Java Cryptography Architecture Standard Algorithm Name Documentation for information about standard algorithm names. the name of the provider. Returns a <code>Mac</code> object that implements the diff --git a/docs/Mono.Android/en/Javax.Crypto/SealedObject.xml b/docs/Mono.Android/en/Javax.Crypto/SealedObject.xml index 54476c0d2a..f29e17387c 100644 --- a/docs/Mono.Android/en/Javax.Crypto/SealedObject.xml +++ b/docs/Mono.Android/en/Javax.Crypto/SealedObject.xml @@ -210,10 +210,20 @@ System.Collections.Generic.IList<System.Byte> - The cipher's in encoded format. + The cryptographic parameters used by the sealing Cipher, + encoded in the default format. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for javax.crypto.SealedObject.encodedParams. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Javax.Crypto/SecretKeyFactory.xml b/docs/Mono.Android/en/Javax.Crypto/SecretKeyFactory.xml index cd63771f08..e62a5bc1c3 100644 --- a/docs/Mono.Android/en/Javax.Crypto/SecretKeyFactory.xml +++ b/docs/Mono.Android/en/Javax.Crypto/SecretKeyFactory.xml @@ -206,9 +206,8 @@ the standard name of the requested secret-key algorithm. - See the SecretKeyFactory section in the <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#SecretKeyFactory"> - Java Cryptography Architecture Standard Algorithm Name Documentation</a> + See the SecretKeyFactory section in the + Java Cryptography Architecture Standard Algorithm Name Documentation for information about standard algorithm names. Returns a <code>SecretKeyFactory</code> object that converts secret keys of the specified algorithm. @@ -257,9 +256,8 @@ the standard name of the requested secret-key algorithm. - See the SecretKeyFactory section in the <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#SecretKeyFactory"> - Java Cryptography Architecture Standard Algorithm Name Documentation</a> + See the SecretKeyFactory section in the + Java Cryptography Architecture Standard Algorithm Name Documentation for information about standard algorithm names. the provider. Returns a <code>SecretKeyFactory</code> object that converts @@ -311,9 +309,8 @@ the standard name of the requested secret-key algorithm. - See the SecretKeyFactory section in the <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#SecretKeyFactory"> - Java Cryptography Architecture Standard Algorithm Name Documentation</a> + See the SecretKeyFactory section in the + Java Cryptography Architecture Standard Algorithm Name Documentation for information about standard algorithm names. the name of the provider. Returns a <code>SecretKeyFactory</code> object that converts diff --git a/docs/Mono.Android/en/Javax.Net.Ssl/KeyManagerFactory.xml b/docs/Mono.Android/en/Javax.Net.Ssl/KeyManagerFactory.xml index 4e0b3fb0e2..5e1b61807e 100644 --- a/docs/Mono.Android/en/Javax.Net.Ssl/KeyManagerFactory.xml +++ b/docs/Mono.Android/en/Javax.Net.Ssl/KeyManagerFactory.xml @@ -199,9 +199,8 @@ the standard name of the requested algorithm. - See the <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/jsse/JSSERefGuide.html"> - Java Secure Socket Extension Reference Guide </a> + See the + Java Secure Socket Extension Reference Guide for information about standard algorithm names. Returns a <code>KeyManagerFactory</code> object that acts as a factory for key managers. @@ -250,9 +249,8 @@ the standard name of the requested algorithm. - See the <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/jsse/JSSERefGuide.html"> - Java Secure Socket Extension Reference Guide </a> + See the + Java Secure Socket Extension Reference Guide for information about standard algorithm names. an instance of the provider. Returns a <code>KeyManagerFactory</code> object that acts as a @@ -303,9 +301,8 @@ the standard name of the requested algorithm. - See the <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/jsse/JSSERefGuide.html"> - Java Secure Socket Extension Reference Guide </a> + See the + Java Secure Socket Extension Reference Guide for information about standard algorithm names. the name of the provider. Returns a <code>KeyManagerFactory</code> object that acts as a diff --git a/docs/Mono.Android/en/Javax.Net.Ssl/SNIHostName.xml b/docs/Mono.Android/en/Javax.Net.Ssl/SNIHostName.xml index ee019f80d8..96934aaf4f 100644 --- a/docs/Mono.Android/en/Javax.Net.Ssl/SNIHostName.xml +++ b/docs/Mono.Android/en/Javax.Net.Ssl/SNIHostName.xml @@ -168,8 +168,8 @@ - the <a href="[TODO: @docRoot]/java/util/regex/Pattern.html#sum"> - regular expression pattern</a> + the + regular expression pattern representing the hostname(s) to match Creates an SNIMatcher object for SNIHostNames. a SNIMatcher object for SNIHostNames diff --git a/docs/Mono.Android/en/Javax.Net.Ssl/SSLContext.xml b/docs/Mono.Android/en/Javax.Net.Ssl/SSLContext.xml index 5e35878320..f18df7a08e 100644 --- a/docs/Mono.Android/en/Javax.Net.Ssl/SSLContext.xml +++ b/docs/Mono.Android/en/Javax.Net.Ssl/SSLContext.xml @@ -340,10 +340,9 @@ the standard name of the requested protocol. - See the SSLContext section in the <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#SSLContext"> + See the SSLContext section in the Java Cryptography Architecture Standard Algorithm Name - Documentation</a> + Documentation for information about standard protocol names. Returns a <code>SSLContext</code> object that implements the specified secure socket protocol. @@ -392,10 +391,9 @@ the standard name of the requested protocol. - See the SSLContext section in the <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#SSLContext"> + See the SSLContext section in the Java Cryptography Architecture Standard Algorithm Name - Documentation</a> + Documentation for information about standard protocol names. an instance of the provider. Returns a <code>SSLContext</code> object that implements the @@ -446,10 +444,9 @@ the standard name of the requested protocol. - See the SSLContext section in the <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#SSLContext"> + See the SSLContext section in the Java Cryptography Architecture Standard Algorithm Name - Documentation</a> + Documentation for information about standard protocol names. the name of the provider. Returns a <code>SSLContext</code> object that implements the diff --git a/docs/Mono.Android/en/Javax.Net.Ssl/SSLEngineResult+HandshakeStatus.xml b/docs/Mono.Android/en/Javax.Net.Ssl/SSLEngineResult+HandshakeStatus.xml index 0b0d702520..1c9499638d 100644 --- a/docs/Mono.Android/en/Javax.Net.Ssl/SSLEngineResult+HandshakeStatus.xml +++ b/docs/Mono.Android/en/Javax.Net.Ssl/SSLEngineResult+HandshakeStatus.xml @@ -18,14 +18,19 @@ - The enum describing the state of the current handshake. + An <code>SSLEngineResult</code> enum describing the current + handshaking state of this <code>SSLEngine</code>. - Android platform documentation + Java documentation for javax.net.ssl.SSLEngineResult.HandshakeStatus. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Javax.Net.Ssl/SSLEngineResult+Status.xml b/docs/Mono.Android/en/Javax.Net.Ssl/SSLEngineResult+Status.xml index efd0fe9e15..1012895077 100644 --- a/docs/Mono.Android/en/Javax.Net.Ssl/SSLEngineResult+Status.xml +++ b/docs/Mono.Android/en/Javax.Net.Ssl/SSLEngineResult+Status.xml @@ -18,15 +18,19 @@ - The enum describing the result of the SSLEngine - operation. + An <code>SSLEngineResult</code> enum describing the overall result + of the <code>SSLEngine</code> operation. - Android platform documentation + Java documentation for javax.net.ssl.SSLEngineResult.Status. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Javax.Net.Ssl/SSLParameters.xml b/docs/Mono.Android/en/Javax.Net.Ssl/SSLParameters.xml index 12c44d5f4c..2b72d0299f 100644 --- a/docs/Mono.Android/en/Javax.Net.Ssl/SSLParameters.xml +++ b/docs/Mono.Android/en/Javax.Net.Ssl/SSLParameters.xml @@ -242,9 +242,8 @@ The standard string name of the endpoint - identification algorithm (or null). See Appendix A in the <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/crypto/CryptoSpec.html#AppA"> - Java Cryptography Architecture API Specification &amp; Reference </a> + identification algorithm (or null). See Appendix A in the + Java Cryptography Architecture API Specification & Reference for information about standard algorithm names. Gets the endpoint identification algorithm. -or- Sets the endpoint identification algorithm. the endpoint identification algorithm, or null if none diff --git a/docs/Mono.Android/en/Javax.Net.Ssl/TrustManagerFactory.xml b/docs/Mono.Android/en/Javax.Net.Ssl/TrustManagerFactory.xml index bf90b782fa..7bf0945b50 100644 --- a/docs/Mono.Android/en/Javax.Net.Ssl/TrustManagerFactory.xml +++ b/docs/Mono.Android/en/Javax.Net.Ssl/TrustManagerFactory.xml @@ -201,9 +201,8 @@ the standard name of the requested trust management - algorithm. See the <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/jsse/JSSERefGuide.html"> - Java Secure Socket Extension Reference Guide </a> + algorithm. See the + Java Secure Socket Extension Reference Guide for information about standard algorithm names. Returns a <code>TrustManagerFactory</code> object that acts as a factory for trust managers. @@ -252,9 +251,8 @@ the standard name of the requested trust management - algorithm. See the <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/jsse/JSSERefGuide.html"> - Java Secure Socket Extension Reference Guide </a> + algorithm. See the + Java Secure Socket Extension Reference Guide for information about standard algorithm names. an instance of the provider. Returns a <code>TrustManagerFactory</code> object that acts as a @@ -305,9 +303,8 @@ the standard name of the requested trust management - algorithm. See the <a href= - "https://docs.oracle.com/javase/8/docs/technotes/guides/security/jsse/JSSERefGuide.html"> - Java Secure Socket Extension Reference Guide </a> + algorithm. See the + Java Secure Socket Extension Reference Guide for information about standard algorithm names. the name of the provider. Returns a <code>TrustManagerFactory</code> object that acts as a diff --git a/docs/Mono.Android/en/Javax.Xml.Datatype/DatatypeConstants+Field.xml b/docs/Mono.Android/en/Javax.Xml.Datatype/DatatypeConstants+Field.xml index b8a546530f..472afc8d7b 100644 --- a/docs/Mono.Android/en/Javax.Xml.Datatype/DatatypeConstants+Field.xml +++ b/docs/Mono.Android/en/Javax.Xml.Datatype/DatatypeConstants+Field.xml @@ -19,14 +19,18 @@ Type-safe enum class that represents six fields - of the class. + of the Duration class. - Android platform documentation + Java documentation for javax.xml.datatype.DatatypeConstants.Field. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. @@ -51,11 +55,19 @@ System.Int32 - - - To be added. + Get id of this Field. + Id of field. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + + + Java documentation for javax.xml.datatype.DatatypeConstants.Field.getId(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. diff --git a/docs/Mono.Android/en/Javax.Xml.Datatype/DatatypeFactory.xml b/docs/Mono.Android/en/Javax.Xml.Datatype/DatatypeFactory.xml index a8daa4b970..539b3f7e12 100644 --- a/docs/Mono.Android/en/Javax.Xml.Datatype/DatatypeFactory.xml +++ b/docs/Mono.Android/en/Javax.Xml.Datatype/DatatypeFactory.xml @@ -420,7 +420,8 @@ Milliseconds of <code>Duration</code> to create. Create a <code>Duration</code> of type <code>xdt:dayTimeDuration</code> using the specified milliseconds as defined in - <a href="http://www. + + XQuery 1.0 and XPath 2.0 Data Model, xdt:dayTimeDuration. New <code>Duration</code> created with the specified <code>durationInMilliseconds</code>. @@ -462,7 +463,8 @@ Lexical representation of a duration. Create a <code>Duration</code> of type <code>xdt:dayTimeDuration</code> by parsing its <code>String</code> representation, - "<em>PnDTnHnMnS</em>", <a href="http://www. + "<em>PnDTnHnMnS</em>", + XQuery 1.0 and XPath 2.0 Data Model, xdt:dayTimeDuration. New <code>Duration</code> created using the specified <code>lexicalRepresentation</code>. @@ -518,7 +520,8 @@ Second of <code>Duration</code>. Create a <code>Duration</code> of type <code>xdt:dayTimeDuration</code> using the specified <code>day</code>, <code>hour</code>, <code>minute</code> and <code>second</code> as defined in - <a href="http://www. + + XQuery 1.0 and XPath 2.0 Data Model, xdt:dayTimeDuration. New <code>Duration</code> created with the specified <code>day</code>, <code>hour</code>, <code>minute</code> and <code>second</code>. @@ -574,7 +577,8 @@ Second of <code>Duration</code>. Create a <code>Duration</code> of type <code>xdt:dayTimeDuration</code> using the specified <code>day</code>, <code>hour</code>, <code>minute</code> and <code>second</code> as defined in - <a href="http://www. + + XQuery 1.0 and XPath 2.0 Data Model, xdt:dayTimeDuration. New <code>Duration</code> created with the specified <code>day</code>, <code>hour</code>, <code>minute</code> and <code>second</code>. @@ -619,7 +623,8 @@ Milliseconds of <code>Duration</code> to create. Create a <code>Duration</code> of type <code>xdt:yearMonthDuration</code> using the specified milliseconds as defined in - <a href="http://www. + + XQuery 1.0 and XPath 2.0 Data Model, xdt:yearMonthDuration. New <code>Duration</code> created using the specified <code>durationInMilliseconds</code>. @@ -661,7 +666,8 @@ Lexical representation of a duration. Create a <code>Duration</code> of type <code>xdt:yearMonthDuration</code> by parsing its <code>String</code> representation, - "<em>PnYnM</em>", <a href="http://www. + "<em>PnYnM</em>", + XQuery 1.0 and XPath 2.0 Data Model, xdt:yearMonthDuration. New <code>Duration</code> created using the specified <code>lexicalRepresentation</code>. @@ -713,7 +719,8 @@ Month of <code>Duration</code>. Create a <code>Duration</code> of type <code>xdt:yearMonthDuration</code> using the specified <code>year</code> and <code>month</code> as defined in - <a href="http://www. + + XQuery 1.0 and XPath 2.0 Data Model, xdt:yearMonthDuration. New <code>Duration</code> created using the specified <code>year</code> and <code>month</code>. @@ -764,7 +771,8 @@ Month of <code>Duration</code>. Create a <code>Duration</code> of type <code>xdt:yearMonthDuration</code> using the specified <code>year</code> and <code>month</code> as defined in - <a href="http://www. + + XQuery 1.0 and XPath 2.0 Data Model, xdt:yearMonthDuration. New <code>Duration</code> created using the specified <code>year</code> and <code>month</code>. diff --git a/docs/Mono.Android/en/Javax.Xml.Datatype/XMLGregorianCalendar.xml b/docs/Mono.Android/en/Javax.Xml.Datatype/XMLGregorianCalendar.xml index 175d9e0ec0..9519c9a230 100644 --- a/docs/Mono.Android/en/Javax.Xml.Datatype/XMLGregorianCalendar.xml +++ b/docs/Mono.Android/en/Javax.Xml.Datatype/XMLGregorianCalendar.xml @@ -903,7 +903,7 @@ value constraints summarized in - <a href="#datetimefield-millisecond">millisecond field of date/time field mapping table</a>. + "#datetimefield-millisecond">millisecond field of date/time field mapping table. Set milliseconds. @@ -945,11 +945,11 @@ value constraints are summarized in - <a href="#datetimefield-hour">hour field of date/time field mapping table</a>. + "#datetimefield-hour">hour field of date/time field mapping table. value constraints are summarized in - <a href="#datetimefield-minute">minute field of date/time field mapping table</a>. + "#datetimefield-minute">minute field of date/time field mapping table. value constraints are summarized in - <a href="#datetimefield-second">second field of date/time field mapping table</a>. + "#datetimefield-second">second field of date/time field mapping table. Set time as one unit. @@ -998,11 +998,11 @@ value constraints are summarized in - <a href="#datetimefield-hour">hour field of date/time field mapping table</a>. + "#datetimefield-hour">hour field of date/time field mapping table. value constraints are summarized in - <a href="#datetimefield-minute">minute field of date/time field mapping table</a>. + "#datetimefield-minute">minute field of date/time field mapping table. value constraints are summarized in - <a href="#datetimefield-second">second field of date/time field mapping table</a>. + "#datetimefield-second">second field of date/time field mapping table. value of <code>null</code> indicates this optional field is not set. Set time as one unit, including the optional infinite precision @@ -1053,11 +1053,11 @@ value constraints are summarized in - <a href="#datetimefield-hour">hour field of date/time field mapping table</a>. + "#datetimefield-hour">hour field of date/time field mapping table. value constraints are summarized in - <a href="#datetimefield-minute">minute field of date/time field mapping table</a>. + "#datetimefield-minute">minute field of date/time field mapping table. value constraints are summarized in - <a href="#datetimefield-second">second field of date/time field mapping table</a>. + "#datetimefield-second">second field of date/time field mapping table. value of DatatypeConstants#FIELD_UNDEFINED indicates this optional field is not set. Set time as one unit, including optional milliseconds. @@ -1103,7 +1103,7 @@ - value constraints summarized in <a href="#datetimefield-year">year field of date/time field mapping table</a>. + value constraints summarized in "#datetimefield-year">year field of date/time field mapping table. Set low and high order component of XSD <code>dateTime</code> year field. diff --git a/docs/Mono.Android/en/Javax.Xml.Namespace/QName.xml b/docs/Mono.Android/en/Javax.Xml.Namespace/QName.xml index 23e1301151..b46d664f11 100644 --- a/docs/Mono.Android/en/Javax.Xml.Namespace/QName.xml +++ b/docs/Mono.Android/en/Javax.Xml.Namespace/QName.xml @@ -32,8 +32,10 @@ <code>QName</code> represents a <strong>qualified name</strong> - as defined in the XML specifications: <a - href="http://www. + as defined in the XML specifications: XML Schema Part2: + Datatypes specification, Namespaces + in XML, Namespaces + in XML Errata. diff --git a/docs/Mono.Android/en/Javax.Xml.Transform/TransformerFactory.xml b/docs/Mono.Android/en/Javax.Xml.Transform/TransformerFactory.xml index 4545e68b5e..1f1457c98d 100644 --- a/docs/Mono.Android/en/Javax.Xml.Transform/TransformerFactory.xml +++ b/docs/Mono.Android/en/Javax.Xml.Transform/TransformerFactory.xml @@ -197,7 +197,8 @@ The value of the charset attribute to match. May be null. Get the stylesheet specification(s) associated with the XML <code>Source</code> document via the - <a href="http://www. + + xml-stylesheet processing instruction that match the given criteria. A <code>Source</code> <code>Object</code> suitable for passing to the <code>TransformerFactory</code>. diff --git a/docs/Mono.Android/en/Javax.Xml.Validation/SchemaFactory.xml b/docs/Mono.Android/en/Javax.Xml.Validation/SchemaFactory.xml index 6aa1751299..f78f27add8 100644 --- a/docs/Mono.Android/en/Javax.Xml.Validation/SchemaFactory.xml +++ b/docs/Mono.Android/en/Javax.Xml.Validation/SchemaFactory.xml @@ -244,7 +244,7 @@ Specifies the schema language which the returned <code>SchemaFactory</code> will understand. - <code>schemaLanguage</code> must specify a <a href="#schemaLanguage">valid</a> schema language. + <code>schemaLanguage</code> must specify a "#schemaLanguage">valid schema language. Is specified schema supported by this <code>SchemaFactory</code>? <code>true</code> if <code>SchemaFactory</code> supports <code>schemaLanguage</code>, else <code>false</code>. @@ -322,8 +322,8 @@ Specifies the schema language which the returned SchemaFactory will understand. See - <a href="#schemaLanguage">the list of available - schema languages</a> for the possible values. + "#schemaLanguage">the list of available + schema languages for the possible values. Lookup an implementation of the <code>SchemaFactory</code> that supports the specified schema language and return it. New instance of a <code>SchemaFactory</code> diff --git a/docs/Mono.Android/en/Org.Apache.Http.Conn.Ssl/AbstractVerifier.xml b/docs/Mono.Android/en/Org.Apache.Http.Conn.Ssl/AbstractVerifier.xml index cec260a149..3ba61055b2 100644 --- a/docs/Mono.Android/en/Org.Apache.Http.Conn.Ssl/AbstractVerifier.xml +++ b/docs/Mono.Android/en/Org.Apache.Http.Conn.Ssl/AbstractVerifier.xml @@ -511,6 +511,10 @@ [Android.Runtime.Register("verify", "(Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/String;)V", "GetVerify_Ljava_lang_String_arrayLjava_lang_String_arrayLjava_lang_String_Handler")] [<Android.Runtime.Register("verify", "(Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/String;)V", "GetVerify_Ljava_lang_String_arrayLjava_lang_String_arrayLjava_lang_String_Handler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Void diff --git a/docs/Mono.Android/en/Org.Apache.Http.Params/AbstractHttpParams.xml b/docs/Mono.Android/en/Org.Apache.Http.Params/AbstractHttpParams.xml index 95244cc7fb..f84c8e8648 100644 --- a/docs/Mono.Android/en/Org.Apache.Http.Params/AbstractHttpParams.xml +++ b/docs/Mono.Android/en/Org.Apache.Http.Params/AbstractHttpParams.xml @@ -112,6 +112,10 @@ [Android.Runtime.Register("copy", "()Lorg/apache/http/params/HttpParams;", "GetCopyHandler")] [<Android.Runtime.Register("copy", "()Lorg/apache/http/params/HttpParams;", "GetCopyHandler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + Org.Apache.Http.Params.IHttpParams @@ -300,6 +304,10 @@ [Android.Runtime.Register("getParameter", "(Ljava/lang/String;)Ljava/lang/Object;", "GetGetParameter_Ljava_lang_String_Handler")] [<Android.Runtime.Register("getParameter", "(Ljava/lang/String;)Ljava/lang/Object;", "GetGetParameter_Ljava_lang_String_Handler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + Java.Lang.Object @@ -449,6 +457,10 @@ [Android.Runtime.Register("removeParameter", "(Ljava/lang/String;)Z", "GetRemoveParameter_Ljava_lang_String_Handler")] [<Android.Runtime.Register("removeParameter", "(Ljava/lang/String;)Z", "GetRemoveParameter_Ljava_lang_String_Handler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + System.Boolean @@ -644,6 +656,10 @@ [Android.Runtime.Register("setParameter", "(Ljava/lang/String;Ljava/lang/Object;)Lorg/apache/http/params/HttpParams;", "GetSetParameter_Ljava_lang_String_Ljava_lang_Object_Handler")] [<Android.Runtime.Register("setParameter", "(Ljava/lang/String;Ljava/lang/Object;)Lorg/apache/http/params/HttpParams;", "GetSetParameter_Ljava_lang_String_Ljava_lang_Object_Handler")>] + + [System.Obsolete("deprecated")] + [<System.Obsolete("deprecated")>] + Org.Apache.Http.Params.IHttpParams diff --git a/docs/Mono.Android/en/Org.Json/JSONTokener.xml b/docs/Mono.Android/en/Org.Json/JSONTokener.xml index bb3a3cb926..cdbd5989f3 100644 --- a/docs/Mono.Android/en/Org.Json/JSONTokener.xml +++ b/docs/Mono.Android/en/Org.Json/JSONTokener.xml @@ -18,7 +18,8 @@ - Parses a JSON (<a href="http://www. + Parses a JSON (RFC 4627) + encoded string into the corresponding object. diff --git a/docs/Mono.Android/en/Org.W3c.Dom.LS/IDOMImplementationLS.xml b/docs/Mono.Android/en/Org.W3c.Dom.LS/IDOMImplementationLS.xml index 432fdfeb8f..f1c311c6b1 100644 --- a/docs/Mono.Android/en/Org.W3c.Dom.LS/IDOMImplementationLS.xml +++ b/docs/Mono.Android/en/Org.W3c.Dom.LS/IDOMImplementationLS.xml @@ -155,9 +155,9 @@ <code>LSParser</code> for any kind of schema types (i.e. the LSParser will be free to use any schema found), use the value <code>null</code>. - <p ><b>Note:</b> For W3C XML Schema [<a href='http://www.w3.org/TR/2001/REC-xmlschema-1-20010502/'>XML Schema Part 1</a>] + <p ><b>Note:</b> For W3C XML Schema [XML Schema Part 1] , applications must use the value - <code>"http://www.w3.org/2001/XMLSchema"</code>. For XML DTD [<a href='http://www.w3.org/TR/2004/REC-xml-20040204'>XML 1.0</a>], + <code>"http://www.w3.org/2001/XMLSchema"</code>. For XML DTD [XML 1.0], applications must use the value <code>"http://www.w3.org/TR/REC-xml"</code>. Other Schema languages are outside the scope of the W3C and therefore should recommend an @@ -168,8 +168,8 @@ depending on the value of the <code>mode</code> argument. <p ><b>Note:</b> By default, the newly created <code>LSParser</code> does not contain a <code>DOMErrorHandler</code>, i.e. the value of - the "<a href='http://www.w3.org/TR/DOM-Level-3-Core/core.html#parameter-error-handler'> - error-handler</a>" configuration parameter is <code>null</code>. However, implementations + the " + error-handler" configuration parameter is <code>null</code>. However, implementations may provide a default error handler at creation time. In that case, the initial value of the <code>"error-handler"</code> configuration parameter on the new <code>LSParser</code> object contains a diff --git a/docs/Mono.Android/en/Org.W3c.Dom.LS/ILSParser.xml b/docs/Mono.Android/en/Org.W3c.Dom.LS/ILSParser.xml index 2fa5c9f9f1..cb1e935fc8 100644 --- a/docs/Mono.Android/en/Org.W3c.Dom.LS/ILSParser.xml +++ b/docs/Mono.Android/en/Org.W3c.Dom.LS/ILSParser.xml @@ -463,7 +463,7 @@ The location of the XML document to be read. - Parse an XML document from a location identified by a URI reference [<a href='http://www. + Parse an XML document from a location identified by a URI reference [IETF RFC 2396]. If the <code>LSParser</code> is a synchronous <code>LSParser</code>, the newly created and populated <code>Document</code> is returned, or <code>null</code> if an error diff --git a/docs/Mono.Android/en/Org.W3c.Dom.LS/ILSResourceResolver.xml b/docs/Mono.Android/en/Org.W3c.Dom.LS/ILSResourceResolver.xml index 30f18d6ed4..d6badb8f9e 100644 --- a/docs/Mono.Android/en/Org.W3c.Dom.LS/ILSResourceResolver.xml +++ b/docs/Mono.Android/en/Org.W3c.Dom.LS/ILSResourceResolver.xml @@ -69,20 +69,20 @@ - The type of the resource being resolved. For XML [<a href='http://www.w3.org/TR/2004/REC-xml-20040204'>XML 1.0</a>] resources + The type of the resource being resolved. For XML [XML 1.0] resources (i.e. entities), applications must use the value - <code>"http://www.w3.org/TR/REC-xml"</code>. For XML Schema [<a href='http://www.w3.org/TR/2001/REC-xmlschema-1-20010502/'>XML Schema Part 1</a>] + <code>"http://www.w3.org/TR/REC-xml"</code>. For XML Schema [XML Schema Part 1] , applications must use the value <code>"http://www.w3.org/2001/XMLSchema"</code>. Other types of resources are outside the scope of this specification and therefore should recommend an absolute URI in order to use this method. The namespace of the resource being resolved, - e.g. the target namespace of the XML Schema [<a href='http://www.w3.org/TR/2001/REC-xmlschema-1-20010502/'>XML Schema Part 1</a>] + e.g. the target namespace of the XML Schema [XML Schema Part 1] when resolving XML Schema resources. The public identifier of the external entity being referenced, or <code>null</code> if no public identifier was supplied or if the resource is not an entity. - The system identifier, a URI reference [<a href='http://www.ietf.org/rfc/rfc2396.txt'>IETF RFC 2396</a>], of the + The system identifier, a URI reference [IETF RFC 2396], of the external resource being referenced, or <code>null</code> if no system identifier was supplied. The absolute base URI of the resource being parsed, or diff --git a/docs/Mono.Android/en/Org.W3c.Dom/IText.xml b/docs/Mono.Android/en/Org.W3c.Dom/IText.xml index dad07b6e2a..3e46a9624f 100644 --- a/docs/Mono.Android/en/Org.W3c.Dom/IText.xml +++ b/docs/Mono.Android/en/Org.W3c.Dom/IText.xml @@ -32,7 +32,7 @@ The <code>Text</code> interface inherits from <code>CharacterData</code> - and represents the textual content (termed <a href='http://www. + and represents the textual content (termed character data in XML) of an <code>Element</code> or <code>Attr</code>. diff --git a/docs/Mono.Android/en/Org.XmlPull.V1/IXmlPullParser.xml b/docs/Mono.Android/en/Org.XmlPull.V1/IXmlPullParser.xml index cff0c37018..318d321dde 100644 --- a/docs/Mono.Android/en/Org.XmlPull.V1/IXmlPullParser.xml +++ b/docs/Mono.Android/en/Org.XmlPull.V1/IXmlPullParser.xml @@ -26,7 +26,8 @@ XML Pull Parser is an interface that defines parsing functionality provided - in <a href="http://www. + in XMLPULL V1 API (visit this website to + learn more about API and its implementations). @@ -126,7 +127,8 @@ To be added. To be added. Set new value for entity replacement text as defined in - <a href="http://www. + XML 1.0 Section 4.5 + Construction of Internal Entity Replacement Text. diff --git a/docs/Mono.Android/en/System.Drawing/Color.xml b/docs/Mono.Android/en/System.Drawing/Color.xml index e80400eec5..01b377d93d 100644 --- a/docs/Mono.Android/en/System.Drawing/Color.xml +++ b/docs/Mono.Android/en/System.Drawing/Color.xml @@ -1,5 +1,5 @@ - + diff --git a/docs/Mono.Android/en/Xamarin.Android.Net/AndroidMessageHandler.xml b/docs/Mono.Android/en/Xamarin.Android.Net/AndroidMessageHandler.xml index 0fad34eedc..9a7d17126e 100644 --- a/docs/Mono.Android/en/Xamarin.Android.Net/AndroidMessageHandler.xml +++ b/docs/Mono.Android/en/Xamarin.Android.Net/AndroidMessageHandler.xml @@ -145,6 +145,122 @@ To be added. + + + + + + Method + + Mono.Android + 0.0.0.0 + + + Javax.Net.Ssl.SSLSocketFactory + + + + + + HTTPS connection to return socket factory for + + Configure and return a custom for the passed HTTPS . If the class overriding the method returns anything but the default + null, the SSL setup code will not call the nor the + methods used to configure a custom trust manager which is + then used to create a default socket factory. + Deriving class must perform all the key manager and trust manager configuration to ensure proper + operation of the returned socket factory. + + Instance of SSLSocketFactory ready to use with the HTTPS connection. + To be added. + + + + + + + + Method + + Mono.Android + 0.0.0.0 + + + Javax.Net.Ssl.KeyManagerFactory + + + + + + Key store. + + Create and configure an instance of . The parameter is set to the + return value of the method, so it might be null if the application overrode the method and provided + no key store. It will not be null when the default implementation is used. The application can return null here since + KeyManagerFactory is not required for the custom SSL configuration, but it might be used by the application to implement a more advanced + mechanism of key management. + + The key manager factory or null. + To be added. + + + + + + + + Method + + Mono.Android + 0.0.0.0 + + + Java.Security.KeyStore + + + + + + Key store to configure. + + Configures the key store. The parameter is set to instance of + created using the type and with populated with certificates provided in the + property. AndroidMessageHandler implementation simply returns the instance passed in the parameter + + The key store. + To be added. + + + + + + + + Method + + Mono.Android + 0.0.0.0 + + + Javax.Net.Ssl.TrustManagerFactory + + + + + + Key store. + + Create and configure an instance of . The parameter is set to the + return value of the method, so it might be null if the application overrode the method and provided + no key store. It will not be null when the default implementation is used. The application can return null from this + method in which case AndroidMessageHandler will create its own instance of the trust manager factory provided that the + list contains at least one valid certificate. If there are no valid certificates and this method returns null, no custom + trust manager will be created since that would make all the HTTPS requests fail. + + The trust manager factory. + To be added. + + @@ -255,6 +371,59 @@ To be added. + + + + + + Method + + Mono.Android + 0.0.0.0 + + + System.Threading.Tasks.Task<Java.Net.Proxy> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + Method + + Mono.Android + 0.0.0.0 + + + Javax.Net.Ssl.IHostnameVerifier + + + + + + HTTPS connection object. + + Returns a custom host name verifier for a HTTPS connection. By default it returns null and + thus the connection uses whatever host name verification mechanism the operating system defaults to. + Override in your class to define custom host name verification behavior. The overriding class should + not set the property directly on the passed + + Instance of IHostnameVerifier to be used for this HTTPS connection + To be added. + + @@ -351,10 +520,10 @@ before the request is made. Generally the value can be taken from after the initial request, without any authentication data, receives the authorization request from the server. The application must then store credentials in instance of and - assign the instance to this propery before retrying the request. + assign the instance to this property before retrying the request. - The property is never set by AndroidClientHandler. + The property is never set by AndroidMessageHandler. The pre authentication data. @@ -470,9 +639,9 @@ If the website requires authentication, this property will contain data about each scheme supported by the server after the response. Note that unauthorized request will return a valid response - you - need to check the status code and and (re)configure AndroidClientHandler instance accordingly by providing - both the credentials and the authentication scheme by setting the - property. If AndroidClientHandler is not able to detect the kind of authentication scheme it will store an + need to check the status code and and (re)configure AndroidMessageHandler instance accordingly by providing + both the credentials and the authentication scheme by setting the + property. If AndroidMessageHandler is not able to detect the kind of authentication scheme it will store an instance of with its property set to AuthenticationScheme.Unsupported and the application will be responsible for providing an instance of which handles this kind of authorization scheme @@ -530,7 +699,7 @@ - + @@ -548,6 +717,36 @@ To be added. + + + + + + Method + + Mono.Android + 0.0.0.0 + + + System.Threading.Tasks.Task + + + + + + + Request data + Pre-configured connection instance + + Configure the before the request is sent. This method is meant to be overriden + by applications which need to perform some extra configuration steps on the connection. It is called with all + the request headers set, pre-authentication performed (if applicable) but before the request body is set + (e.g. for POST requests). The default implementation in AndroidMessageHandler does nothing. + + To be added. + To be added. + + @@ -643,10 +842,10 @@ If the request is to the server protected with a self-signed (or otherwise untrusted) SSL certificate, the request will fail security chain verification unless the application provides either the CA certificate of the entity which issued the server's certificate or, alternatively, provides the server public key. Whichever the case, the certificate(s) must be stored - in this property in order for AndroidClientHandler to configure the request to accept the server certificate. - AndroidClientHandler uses a custom and to configure the connection. + in this property in order for AndroidMessageHandler to configure the request to accept the server certificate. + AndroidMessageHandler uses a custom and to configure the connection. If, however, the application requires finer control over the SSL configuration (e.g. it implements its own TrustManager) then - it should leave this property empty and instead derive a custom class from AndroidClientHandler and override, as needed, the + it should leave this property empty and instead derive a custom class from AndroidMessageHandler and override, as needed, the , and methods instead @@ -692,5 +891,32 @@ To be added. + + + + + + Method + + Mono.Android + 0.0.0.0 + + + System.Threading.Tasks.Task + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + diff --git a/docs/Mono.Android/en/index.xml b/docs/Mono.Android/en/index.xml index 767e41c6ab..29fbd91360 100644 --- a/docs/Mono.Android/en/index.xml +++ b/docs/Mono.Android/en/index.xml @@ -1,7 +1,6 @@ - [00 24 00 00 04 80 00 00 94 00 00 00 06 02 00 00 00 24 00 00 52 53 41 31 00 04 00 00 11 00 00 00 43 8a c2 a5 ac fb f1 6c bd 2b 2b 47 a6 27 62 f2 73 df 9c b2 79 5c ec cd f7 7d 10 bf 50 8e 69 e7 a3 62 ea 7a 45 45 5b bf 3a c9 55 e1 f2 e2 81 4f 14 4e 5d 81 7e fc 4c 65 02 cc 01 2d f3 10 78 33 48 30 4e 3a e3 85 73 c6 d6 58 c2 34 02 58 21 fd a8 7a 0b e8 a0 d5 04 df 56 4e 2c 93 b2 b8 78 92 5f 42 50 3e 9d 54 df ef 9f 95 86 d9 e6 f3 8a 30 57 69 58 7b 1d e0 1f 6c 04 10 32 8b 2c 97 33 db ] System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute+DebuggingModes.IgnoreSymbolStoreSequencePoints) @@ -54,9 +53,6 @@ System.Reflection.AssemblyFileVersion("0.1.0.0") - - System.Reflection.AssemblyInformationalVersion("0.1.41.0 git-rev-head:d3f0c5c6 git-branch:main") - System.Reflection.AssemblyMetadata("IsTrimmable", "True") @@ -72,10 +68,13 @@ System.Runtime.Versioning.TargetFramework("MonoAndroid,Version=v1.0", FrameworkDisplayName="Xamarin.Android Base Class Libraries") + + System.Reflection.AssemblyInformationalVersion("") + + [00 24 00 00 04 80 00 00 94 00 00 00 06 02 00 00 00 24 00 00 52 53 41 31 00 04 00 00 11 00 00 00 43 8a c2 a5 ac fb f1 6c bd 2b 2b 47 a6 27 62 f2 73 df 9c b2 79 5c ec cd f7 7d 10 bf 50 8e 69 e7 a3 62 ea 7a 45 45 5b bf 3a c9 55 e1 f2 e2 81 4f 14 4e 5d 81 7e fc 4c 65 02 cc 01 2d f3 10 78 33 48 30 4e 3a e3 85 73 c6 d6 58 c2 34 02 58 21 fd a8 7a 0b e8 a0 d5 04 df 56 4e 2c 93 b2 b8 78 92 5f 42 50 3e 9d 54 df ef 9f 95 86 d9 e6 f3 8a 30 57 69 58 7b 1d e0 1f 6c 04 10 32 8b 2c 97 33 db ] - [00 24 00 00 04 80 00 00 94 00 00 00 06 02 00 00 00 24 00 00 52 53 41 31 00 04 00 00 11 00 00 00 43 8a c2 a5 ac fb f1 6c bd 2b 2b 47 a6 27 62 f2 73 df 9c b2 79 5c ec cd f7 7d 10 bf 50 8e 69 e7 a3 62 ea 7a 45 45 5b bf 3a c9 55 e1 f2 e2 81 4f 14 4e 5d 81 7e fc 4c 65 02 cc 01 2d f3 10 78 33 48 30 4e 3a e3 85 73 c6 d6 58 c2 34 02 58 21 fd a8 7a 0b e8 a0 d5 04 df 56 4e 2c 93 b2 b8 78 92 5f 42 50 3e 9d 54 df ef 9f 95 86 d9 e6 f3 8a 30 57 69 58 7b 1d e0 1f 6c 04 10 32 8b 2c 97 33 db ] Android.Runtime.NamespaceMapping(Java="android", Managed="Android") @@ -890,9 +889,6 @@ Android.Runtime.NamespaceMapping(Java="android.window", Managed="Android.Window") - - System.Reflection.AssemblyInformationalVersion("12.1.99.144; git-rev-head:9520620; git-branch:main") - System.Reflection.AssemblyMetadata("IsTrimmable", "True") @@ -914,7 +910,11 @@ System.Runtime.CompilerServices.InternalsVisibleTo("Mono.Android.NET-Tests, PublicKey=0024000004800000940000000602000000240000525341310004000011000000438ac2a5acfbf16cbd2b2b47a62762f273df9cb2795ceccdf77d10bf508e69e7a362ea7a45455bbf3ac955e1f2e2814f144e5d817efc4c6502cc012df310783348304e3ae38573c6d658c234025821fda87a0be8a0d504df564e2c93b2b878925f42503e9d54dfef9f9586d9e6f38a305769587b1de01f6c0410328b2c9733db") + + System.Reflection.AssemblyInformationalVersion("13.0.99.31; git-rev-head:ace5f71; git-branch:main") + + [00 24 00 00 04 80 00 00 94 00 00 00 06 02 00 00 00 24 00 00 52 53 41 31 00 04 00 00 11 00 00 00 43 8a c2 a5 ac fb f1 6c bd 2b 2b 47 a6 27 62 f2 73 df 9c b2 79 5c ec cd f7 7d 10 bf 50 8e 69 e7 a3 62 ea 7a 45 45 5b bf 3a c9 55 e1 f2 e2 81 4f 14 4e 5d 81 7e fc 4c 65 02 cc 01 2d f3 10 78 33 48 30 4e 3a e3 85 73 c6 d6 58 c2 34 02 58 21 fd a8 7a 0b e8 a0 d5 04 df 56 4e 2c 93 b2 b8 78 92 5f 42 50 3e 9d 54 df ef 9f 95 86 d9 e6 f3 8a 30 57 69 58 7b 1d e0 1f 6c 04 10 32 8b 2c 97 33 db ] @@ -1833,6 +1833,7 @@ +