HomeSort by relevance Sort by last modified time
    Searched refs:String (Results 126 - 150 of 12721) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/base/core/java/android/os/
BatteryManager.java 28 public static final String EXTRA_STATUS = "status";
34 public static final String EXTRA_HEALTH = "health";
40 public static final String EXTRA_PRESENT = "present";
47 public static final String EXTRA_LEVEL = "level";
53 public static final String EXTRA_SCALE = "scale";
60 public static final String EXTRA_ICON_SMALL = "icon-small";
68 public static final String EXTRA_PLUGGED = "plugged";
74 public static final String EXTRA_VOLTAGE = "voltage";
80 public static final String EXTRA_TEMPERATURE = "temperature";
84 * String describing the technology of the current battery
    [all...]
  /packages/apps/Mms/src/org/w3c/dom/smil/
SMILMediaElement.java 26 public String getAbstractAttr();
27 public void setAbstractAttr(String abstractAttr)
35 public String getAlt();
36 public void setAlt(String alt)
44 public String getAuthor();
45 public void setAuthor(String author)
53 public String getClipBegin();
54 public void setClipBegin(String clipBegin)
62 public String getClipEnd();
63 public void setClipEnd(String clipEnd
    [all...]
  /external/nist-sip/java/javax/sip/header/
AuthorizationHeader.java 7 String NAME = "Authorization";
9 String getAlgorithm();
10 void setAlgorithm(String algorithm) throws ParseException;
12 String getCNonce();
13 void setCNonce(String cNonce) throws ParseException;
15 String getNonce();
16 void setNonce(String nonce) throws ParseException;
21 String getOpaque();
22 void setOpaque(String opaque) throws ParseException;
24 String getQop()
    [all...]
PriorityHeader.java 6 String NAME = "Priority";
8 String NON_URGENT = "Non-Urgent";
9 String NORMAL = "Normal";
10 String URGENT = "Urgent";
11 String EMERGENCY = "Emergency";
13 String getPriority();
14 void setPriority(String priority) throws ParseException;
AuthenticationInfoHeader.java 6 String NAME = "Authentication-Info";
8 String getCNonce();
9 void setCNonce(String cNonce) throws ParseException;
11 String getNextNonce();
12 void setNextNonce(String nextNonce) throws ParseException;
17 String getQop();
18 void setQop(String qop) throws ParseException;
20 String getResponse();
21 void setResponse(String response) throws ParseException;
  /external/webkit/WebCore/platform/sql/
SQLiteFileSystem.h 55 static int openDatabase(const String& fileName, sqlite3** database);
63 static String getFileNameForNewDatabase(const String& dbDir, const String& dbName,
64 const String& originIdentifier, SQLiteDatabase* db);
70 static String appendDatabaseFileNameToPath(const String& path, const String& fileName);
76 static bool ensureDatabaseDirectoryExists(const String& path);
90 static bool ensureDatabaseFileExists(const String& fileName, bool checkPathOnly)
    [all...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/
SdkConstants.java 47 public final static String INI_CHARSET = "UTF-8";
50 public static final String FN_ANDROID_MANIFEST_XML= "AndroidManifest.xml";
52 public final static String FN_APK_CLASSES_DEX = "classes.dex"; //$NON-NLS-1$
55 public final static String FN_BUILD_XML = "build.xml";
58 public static final String FN_FRAMEWORK_LIBRARY = "android.jar";
60 public static final String FN_ATTRS_XML = "attrs.xml";
62 public static final String FN_ATTRS_MANIFEST_XML = "attrs_manifest.xml";
64 public static final String FN_FRAMEWORK_AIDL = "framework.aidl";
66 public static final String FN_LAYOUTLIB_JAR = "layoutlib.jar";
68 public static final String FN_WIDGETS = "widgets.txt"
    [all...]
  /frameworks/base/core/java/android/provider/
Downloads.java 36 public static final String PERMISSION_ACCESS = "android.permission.ACCESS_DOWNLOAD_MANAGER";
42 public static final String PERMISSION_ACCESS_ADVANCED =
49 public static final String PERMISSION_CACHE = "android.permission.ACCESS_CACHE_FILESYSTEM";
55 public static final String PERMISSION_SEND_INTENTS =
71 public static final String ACTION_DOWNLOAD_COMPLETED =
85 public static final String ACTION_NOTIFICATION_CLICKED =
94 public static final String COLUMN_URI = "uri";
102 public static final String COLUMN_APP_DATA = "entity";
116 public static final String COLUMN_NO_INTEGRITY = "no_integrity";
126 public static final String COLUMN_FILE_NAME_HINT = "hint"
    [all...]
  /dalvik/tools/dexdeps/src/com/android/dexdeps/
FieldRef.java 20 private String mDeclClass, mFieldType, mFieldName;
25 public FieldRef(String declClass, String fieldType, String fieldName) {
34 public String getDeclClassName() {
39 * Gets the type name. Examples: "Ljava/lang/String;", "[I".
41 public String getTypeName() {
48 public String getName() {
  /external/emma/core/data/com/vladium/app/
IAppVersion.java 27 String APP_BUILD_RELEASE_TAG = /* @APP_BUILD_RELEASE_TAG@ */ " (unsupported private build)";
28 String APP_BUILD_DATE = /* @APP_BUILD_DATE@ */ "unknown";
30 String APP_BUG_REPORT_LINK = /* @APP_BUG_REPORT_LINK@ */ "this private build is unsupported";
31 String APP_HOME_SITE_LINK = /* @APP_HOME_SITE_LINK@ */ "this private build is unsupported";
35 String APP_BUILD_ID_AND_TAG = "" + APP_BUILD_ID + APP_BUILD_RELEASE_TAG;
37 String APP_VERSION = "" + APP_MAJOR_VERSION + "." + APP_MINOR_VERSION;
38 String APP_VERSION_WITH_BUILD_ID_AND_TAG = APP_VERSION + "." + APP_BUILD_ID_AND_TAG;
  /external/webkit/WebCore/dom/
ExceptionBase.h 41 String name() const { return m_name; }
42 String message() const { return m_message; }
43 String description() const { return m_description; }
45 String toString() const;
52 String m_name;
53 String m_message;
54 String m_description;
Notation.h 33 const String& publicId() const { return m_publicId; }
34 const String& systemId() const { return m_systemId; }
37 Notation(Document*, const String& name, const String& publicId, const String& systemId);
39 virtual String nodeName() const;
44 String m_name;
45 String m_publicId;
46 String m_systemId;
  /external/webkit/WebCore/html/
HTMLFontElement.h 39 String color() const;
40 void setColor(const String&);
42 String face() const;
43 void setFace(const String&);
45 String size() const;
46 void setSize(const String&);
48 static bool cssValueFromFontSizeNumber(const String&, int&);
  /frameworks/base/core/java/android/speech/
RecognizerResultsIntent.java 36 * then a search url should be constructed from the actual recognition result string.
55 * These are parallel arrays, where a recognition result string at index N of
57 * searching based on that string at index N of {@link #EXTRA_VOICE_SEARCH_RESULT_URLS},
64 public static final String ACTION_VOICE_SEARCH_RESULTS =
68 * The key to an extra {@link ArrayList} of {@link String}s that contains the list of
73 public static final String EXTRA_VOICE_SEARCH_RESULT_STRINGS =
77 * The key to an extra {@link ArrayList} of {@link String}s that contains the search urls
83 * based on the recognition result string.
87 public static final String EXTRA_VOICE_SEARCH_RESULT_URLS =
91 * The key to an extra {@link ArrayList} of {@link String}s that contains the html content t
    [all...]
  /frameworks/base/media/java/android/media/
MediaScannerClient.java 24 public void scanFile(String path, long lastModified, long fileSize);
26 public void scanFile(String path, String mimeType, long lastModified, long fileSize);
28 public void addNoMediaFolder(String path);
33 public void handleStringTag(String name, String value);
38 public void setMimeType(String mimeType);
  /libcore/luni/src/main/java/java/util/logging/
LoggingMXBean.java 34 * Gets the string value of the logging level of a logger. An empty string
40 * @return a {@code String} if the logger is found, otherwise {@code null}.
43 String getLoggerLevel(String loggerName);
51 List<String> getLoggerNames();
56 * then an empty {@code String} is returned.
60 * @return a {@code String} if the logger was found, otherwise {@code null}.
62 String getParentLoggerName(String loggerName)
    [all...]
  /libcore/luni/src/main/java/org/xml/sax/
AttributeList.java 39 * public void startElement (String name, AttributeList atts) {
41 * String name = atts.getName(i);
42 * String type = atts.getType(i);
43 * String value = atts.getValue(i);
56 * public void startElement (String name, AttributeList atts) {
57 * String identifier = atts.getValue("id");
58 * String label = atts.getValue("label");
111 public abstract String getName (int i);
130 * @return The attribute type as a string, or
133 * @see #getType(java.lang.String)
    [all...]
DTDHandler.java 80 public abstract void notationDecl (String name,
81 String publicId,
82 String systemId)
109 public abstract void unparsedEntityDecl (String name,
110 String publicId,
111 String systemId,
112 String notationName)
  /external/webkit/WebCore/notifications/
NotificationContents.h 41 NotificationContents(const String& iconUrl, const String& title, const String& body)
46 String icon() const { return m_icon; }
47 String title() const { return m_title; }
48 String body() const { return m_body; }
51 String m_icon;
52 String m_title;
53 String m_body;
  /external/webkit/WebKit/android/WebCoreSupport/
InspectorClientAndroid.h 41 virtual String localizedStringsURL() { return String(); }
54 virtual void inspectedURLChanged(const String& newURL) {}
56 virtual void populateSetting(const String& key, String* value) {}
57 virtual void storeSetting(const String& key, const String& value) {}
58 virtual String hiddenPanels() { return String(); }
  /libcore/luni/src/main/java/org/w3c/dom/
DOMImplementation.java 30 public boolean hasFeature(String feature,
31 String version);
53 public DocumentType createDocumentType(String qualifiedName,
54 String publicId,
55 String systemId)
105 public Document createDocument(String namespaceURI,
106 String qualifiedName,
133 public Object getFeature(String feature,
134 String version);
  /cts/tools/dx-tests/src/dxc/junit/opcodes/aload/jm/
T_aload_1.java 21 public String run() {
22 String a = new String("hello");
T_aload_1_w.java 21 public String run() {
22 String a = new String("hello");
T_aload_2.java 21 public String run() {
22 String a = new String("hello");
T_aload_2_w.java 21 public String run() {
22 String a = new String("hello");

Completed in 1311 milliseconds

1 2 3 4 56 7 8 91011>>