Searched defs:description (Results 1 - 25 of 104) sorted by relevance

12345

/frameworks/base/core/java/android/database/
H A DCursorWindowAllocationException.java26 public CursorWindowAllocationException(String description) { argument
27 super(description);
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
/frameworks/av/media/mtp/
H A DMtpStorage.cpp36 const char* description, uint64_t reserveSpace,
40 mDescription(description),
35 MtpStorage(MtpStorageID id, const char* filePath, const char* description, uint64_t reserveSpace, bool removable, uint64_t maxFileSize) argument
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
H A DBluetoothPbapObexAuthenticator.java49 public PasswordAuthentication onAuthenticationChallenge(String description, argument
/frameworks/support/v4/jellybean-mr2/android/support/v4/media/routing/
H A DMediaRouterJellybeanMr2.java40 public static void setDescription(Object routeObj, CharSequence description) { argument
41 ((android.media.MediaRouter.UserRouteInfo)routeObj).setDescription(description);
/frameworks/support/v7/mediarouter/jellybean-mr2/android/support/v7/media/
H A DMediaRouterJellybeanMr2.java40 public static void setDescription(Object routeObj, CharSequence description) { argument
41 ((android.media.MediaRouter.UserRouteInfo)routeObj).setDescription(description);
/frameworks/av/drm/common/
H A DDrmSupportInfo.cpp96 status_t DrmSupportInfo::setDescription(const String8& description) { argument
97 mDescription = description;
/frameworks/base/core/java/android/app/
H A DKeyguardManager.java57 * A CharSequence description to show to the user when used with
71 public Intent createConfirmDeviceCredentialIntent(CharSequence title, CharSequence description) { argument
75 intent.putExtra(EXTRA_DESCRIPTION, description);
/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.java117 * @param description of error
119 public void error(int id, String description); argument
/frameworks/base/core/java/android/nfc/cardemulation/
H A DAidGroup.java34 final String description; field in class:AidGroup
63 this.description = null;
66 AidGroup(String category, String description) { argument
69 this.description = description;
/frameworks/base/drm/java/android/drm/
H A DDrmSupportInfo.java88 * Sets a description for the DRM plug-in (agent).
90 * @param description Unique description of plug-in. Must not be null
93 public void setDescription(String description) { argument
94 if (description == null) {
95 throw new IllegalArgumentException("description is null");
97 if (description == "") {
98 throw new IllegalArgumentException("description is an empty string");
101 mDescription = description;
105 * Retrieves the DRM plug-in (agent) description
[all...]
/frameworks/base/libs/hwui/
H A DSkiaShader.h52 static void describe(Caches* caches, ProgramDescription& description,
60 static void describe(Caches* caches, ProgramDescription& description, argument
75 static void describe(Caches* caches, ProgramDescription& description,
86 static void describe(Caches* caches, ProgramDescription& description,
99 static void describe(Caches* caches, ProgramDescription& description,
110 static void describe(Caches* caches, ProgramDescription& description,
H A DGammaFontRenderer.cpp105 void ShaderGammaFontRenderer::describe(ProgramDescription& description, argument
112 description.hasGammaCorrection = true;
113 description.gamma = mGamma;
115 description.hasGammaCorrection = true;
116 description.gamma = 1.0f / mGamma;
119 description.hasGammaCorrection = true;
120 description.gamma = 1.0f / mGamma;
125 void ShaderGammaFontRenderer::setupProgram(ProgramDescription& description, argument
127 if (description.hasGammaCorrection) {
128 glUniform1f(program->getUniform("gamma"), description
[all...]
H A DGammaFontRenderer.h40 virtual void describe(ProgramDescription& description, const SkPaint* paint) const = 0;
41 virtual void setupProgram(ProgramDescription& description, Program* program) const = 0;
88 void describe(ProgramDescription& description, const SkPaint* paint) const;
89 void setupProgram(ProgramDescription& description, Program* program) const;
135 void describe(ProgramDescription& description, const SkPaint* paint) const { argument
138 void setupProgram(ProgramDescription& description, Program* program) const { argument
174 void describe(ProgramDescription& description, const SkPaint* paint) const { argument
177 void setupProgram(ProgramDescription& description, Program* program) const { argument
H A DProgram.cpp32 Program::Program(const ProgramDescription& description, const char* vertex, const char* fragment) { argument
50 if (description.hasTexture || description.hasExternalTexture) {
/frameworks/base/media/java/android/media/
H A DMediaRouterClientState.java97 public String description; field in class:MediaRouterClientState.RouteInfo
121 description = other.description;
136 description = in.readString();
157 dest.writeString(description);
173 + ", description=" + description
H A DMediaDescription.java40 * A description suitable for display or null.
57 CharSequence description, Bitmap icon, Uri iconUri, Bundle extras) {
61 mDescription = description;
104 * Returns a description suitable for display or null.
106 * @return A description or null.
131 * Returns any extras that were added to the description.
225 * Sets the description.
227 * @param description A description suitable for display to the user or
231 public Builder setDescription(@Nullable CharSequence description) { argument
56 MediaDescription(String mediaId, CharSequence title, CharSequence subtitle, CharSequence description, Bitmap icon, Uri iconUri, Bundle extras) argument
[all...]
H A DRemoteDisplayState.java105 public String description; field in class:RemoteDisplayState.RemoteDisplayInfo
122 description = other.description;
133 description = in.readString();
154 dest.writeString(description);
166 + ", description=" + description
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DCastController.java41 public String description; field in class:CastController.CastDevice
/frameworks/base/core/java/android/webkit/
H A DPlugin.java64 String description) {
68 mDescription = description;
158 public void setDescription(String description) { argument
159 mDescription = description;
199 // Show a simple popup dialog containing the description
61 Plugin(String name, String path, String fileName, String description) argument
/frameworks/base/media/lib/remotedisplay/java/com/android/media/remotedisplay/
H A DRemoteDisplay.java96 return mMutableInfo.description;
99 public void setDescription(String description) { argument
100 if (!Objects.equals(mMutableInfo.description, description)) {
101 mMutableInfo.description = description;
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DTaskDescription.java30 final CharSequence description; field in class:TaskDescription
46 description = _description;
57 description = null;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DNetworkControllerWifiTest.java148 String description) {
164 assertEquals("WiFI desc (ssid), in quick settings", description,
147 verifyLastQsWifiIcon(boolean enabled, boolean connected, int icon, String description) argument

Completed in 5073 milliseconds

12345