Searched refs:description (Results 1 - 25 of 30) sorted by relevance

12

/frameworks/base/core/java/android/database/
H A DStaleDataException.java30 public StaleDataException(String description) argument
32 super(description);
/frameworks/base/obex/javax/obex/
H A DAuthenticator.java90 * @param description the description of which user name and password should
91 * be used; if no description is provided in the authentication
92 * challenge or the description is encoded in an encoding scheme that
101 PasswordAuthentication onAuthenticationChallenge(String description, boolean isUserIdRequired, argument
H A DObexSession.java73 * 0x02 is the realm, which provides a description of which user name
78 byte[] description = ObexHelper.getTagValue((byte)0x02, header.mAuthChall);
81 if (description != null) {
82 byte[] realmString = new byte[description.length - 1];
83 System.arraycopy(description, 1, realmString, 0, realmString.length);
85 switch (description[0] & 0xFF) {
/frameworks/base/core/java/android/view/
H A DInputDevice.java455 StringBuilder description = new StringBuilder();
456 description.append("Input Device ").append(mId).append(": ").append(mName).append("\n");
458 description.append(" Keyboard Type: ");
461 description.append("none");
464 description.append("non-alphabetic");
467 description.append("alphabetic");
470 description.append("\n");
472 description.append(" Sources:");
473 appendSourceDescriptionIfApplicable(description, SOURCE_KEYBOARD, "keyboard");
474 appendSourceDescriptionIfApplicable(description, SOURCE_DPA
494 appendSourceDescriptionIfApplicable(StringBuilder description, int source, String sourceName) argument
502 appendRangeDescriptionIfApplicable(StringBuilder description, int rangeType, String rangeName) argument
[all...]
/frameworks/base/core/java/android/app/
H A DIThumbnailReceiver.aidl27 void newThumbnail(int id, in Bitmap thumbnail, CharSequence description);
H A DActivityManager.java213 public CharSequence description; field in class:ActivityManager.RunningTaskInfo
243 TextUtils.writeToParcel(description, dest,
258 description = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(source);
H A DDownloadManager.java71 * The client-supplied description of this download. This will be displayed in system
74 public final static String COLUMN_DESCRIPTION = "description";
441 * Set a description of this download, to be displayed in notifications (if enabled)
444 public Request setDescription(CharSequence description) { argument
445 mDescription = description;
H A DIActivityManager.java125 Bitmap thumbnail, CharSequence description) throws RemoteException;
145 Bitmap thumbnail, CharSequence description) throws RemoteException;
124 activityStopped(IBinder token, Bitmap thumbnail, CharSequence description) argument
144 reportThumbnail(IBinder token, Bitmap thumbnail, CharSequence description) argument
/frameworks/base/core/java/android/webkit/
H A DPlugin.java53 String description) {
57 mDescription = description;
138 public void setDescription(String description) { argument
139 mDescription = description;
176 // Show a simple popup dialog containing the description
50 Plugin(String name, String path, String fileName, String description) argument
H A DWebViewClient.java136 * @param description A String describing the error.
140 String description, String failingUrl) {
192 * @param realm A description to help store user credentials for future
139 onReceivedError(WebView view, int errorCode, String description, String failingUrl) argument
H A DLoadListener.java577 * @param description A string description of the error.
581 public void error(int id, String description) { argument
584 url() + " id:" + id + " description:" + description);
586 sendMessageInternal(obtainMessage(MSG_CONTENT_ERROR, id, 0, description));
590 private void handleError(int id, String description) { argument
592 mErrorDescription = description;
1215 * Return the error description.
1227 String description
[all...]
H A DBrowserFrame.java312 * @param description A String description.
317 private void reportError(final int errorCode, final String description, argument
322 mCallbackProxy.onReceivedError(errorCode, description, failingUrl);
H A DCallbackProxy.java301 final String description = msg.getData().getString("description");
304 description, failUrl);
870 public void onReceivedError(int errorCode, String description, argument
880 msg.getData().putString("description", description);
H A DHTML5VideoViewProxy.java426 public void error(int id, String description) { argument
/frameworks/base/core/java/android/net/http/
H A DLoggingEventHandler.java78 public void error(int id, String description) { argument
81 " description " + description);
H A DEventHandler.java136 * @param description of error
138 public void error(int id, String description); argument
/frameworks/base/core/java/android/hardware/usb/
H A DUsbAccessory.java43 public UsbAccessory(String manufacturer, String model, String description, argument
47 mDescription = description;
85 * Returns a user visible description of the accessory.
87 * @return the accessory description
168 String description = in.readString();
172 return new UsbAccessory(manufacturer, model, description, version, uri, serial);
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
H A DPowerTestActivity.java202 public void onReceivedError(WebView view, int errorCode, String description, argument
206 + ", description=" + description
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DReliabilityTestActivity.java200 public void onReceivedError(WebView view, int errorCode, String description, argument
203 + ", description=" + description
H A DTestShellActivity.java508 public void onReceivedError(WebView view, int errorCode, String description,
511 + ", desc=" + description + ", url=" + failingUrl);
512 super.onReceivedError(view, errorCode, description, failingUrl);
/frameworks/base/sax/tests/saxtests/src/android/sax/
H A DSafeSaxTest.java287 mediaGroup.getChild(MEDIA_NAMESPACE, "description")
290 video.description = body;
415 || localName.equals("description")
501 if (localName.equals("description")) {
502 video.description = takeText();
538 public String description; field in class:SafeSaxTest.YouTubeVideo
/frameworks/base/core/java/android/app/admin/
H A DDeviceAdminInfo.java111 final public int description; field in class:DeviceAdminInfo.PolicyInfo
117 description = descriptionIn;
289 * Load user-visible description associated with this device admin.
/frameworks/base/tests/CoreTests/android/core/
H A DTestEventHandler.java455 * @param description Brief description of the error
457 public void error(int id, String description) { argument
460 " description " + description);
/frameworks/base/core/java/android/provider/
H A DMediaStore.java437 * The description of the image
440 public static final String DESCRIPTION = "description";
540 * @param description The description of the image
545 String name, String description) throws FileNotFoundException {
550 String ret = insertImage(cr, bm, name, description);
609 * @param description The description of the image
614 String title, String description) {
617 values.put(Images.Media.DESCRIPTION, description);
544 insertImage(ContentResolver cr, String imagePath, String name, String description) argument
613 insertImage(ContentResolver cr, Bitmap source, String title, String description) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DAppSecurityPermissions.java153 CharSequence grpName, CharSequence description, boolean dangerous) {
159 description, dangerous, icon);
237 * Canonicalizes the group description before it is displayed to the user.
387 * Say group1 has perm11, perm12, perm13, the group description will be
413 if(localLOGV) Log.i(TAG, "Group:"+grpNameKey+" description:"+grpDesc.toString());
152 getPermissionItemView(Context context, CharSequence grpName, CharSequence description, boolean dangerous) argument

Completed in 404 milliseconds

12