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

12345678

/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/apct-tests/perftests/utils/src/android/perftests/utils/
H A DPerfStatusReporter.java59 public Statement apply(Statement base, Description description) { argument
63 String invokeMethodName = description.getMethodName();
/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/support/percent/tests/java/android/support/percent/
H A DBaseInstrumentationTestCase.java37 protected static void assertFuzzyEquals(String description, float expected, float actual) { argument
43 assertEquals(description, expected, actual, 1.1f);
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHidDeviceAppSdpSettings.java28 final public String description; field in class:BluetoothHidDeviceAppSdpSettings
33 public BluetoothHidDeviceAppSdpSettings(String name, String description, String provider, argument
36 this.description = description;
75 out.writeString(description);
/frameworks/base/core/java/android/webkit/
H A DWebViewProviderInfo.java31 public WebViewProviderInfo(String packageName, String description, argument
34 this.description = description;
54 description = in.readString();
68 out.writeString(description);
76 public final String description; field in class:WebViewProviderInfo
/frameworks/base/core/java/com/android/internal/util/
H A DConcurrentUtils.java72 * @param description short description of the operation
78 public static <T> T waitForFutureNoInterrupt(Future<T> future, String description) { argument
83 throw new IllegalStateException(description + " interrupted");
85 throw new RuntimeException(description + " failed", e);
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A DFastXmlSerializerTest.java64 private boolean checkPreserved(String description, String str) { argument
81 Log.e(TAG, "Unable to serialize: " + description, e);
102 Log.e(TAG, "Attribute not preserved: " + description
111 Log.e(TAG, "Text not preserved: " + description
118 Log.e(TAG, "Unable to parse: " + description, e);
124 private boolean check(String description, String str) throws Exception { argument
126 ok |= checkPreserved(description, str);
127 ok |= checkPreserved(description + " wrapped with spaces" ," " + str + " ");
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DInMatcher.java61 public void describeTo(Description description) { argument
62 description.appendText("in(").appendValue(mValues).appendText(")");
/frameworks/base/services/core/java/com/android/server/
H A DSystemServerInitThreadPool.java59 public Future<?> submit(Runnable runnable, String description) { argument
62 Slog.d(TAG, "Started executing " + description);
66 Slog.e(TAG, "Failure in " + description + ": " + e, e);
69 Slog.d(TAG, "Finished executing " + description);
/frameworks/base/tools/aapt2/
H A DFlags.h34 Flags& RequiredFlag(const android::StringPiece& name, const android::StringPiece& description,
36 Flags& RequiredFlagList(const android::StringPiece& name, const android::StringPiece& description,
38 Flags& OptionalFlag(const android::StringPiece& name, const android::StringPiece& description,
40 Flags& OptionalFlagList(const android::StringPiece& name, const android::StringPiece& description,
42 Flags& OptionalFlagList(const android::StringPiece& name, const android::StringPiece& description,
44 Flags& OptionalSwitch(const android::StringPiece& name, const android::StringPiece& description,
57 std::string description; member in struct:aapt::Flags::Flag
/frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/
H A DAppCompatBaseImageViewTest.java52 private void verifyImageSourceIsColoredAs(String description, @NonNull ImageView imageView, argument
55 TestUtils.assertAllPixelsOfColor(description,
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/recyclerview/test/
H A DSameActivityTestRule.java38 public Statement apply(final Statement base, Description description) { argument
/frameworks/support/wear/tests/src/android/support/wear/widget/util/
H A DWakeLockRule.java37 public Statement apply(final Statement statement, Description description) { 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/base/libs/hwui/tests/common/
H A DBitmapAllocationTestUtils.h58 static bool registerBitmapAllocationScene(std::string name, std::string description) { argument
61 description + " (GlTex version).",
67 description + " (EglImage version).",
H A DTestScene.h49 std::string description; member in struct:android::uirenderer::test::TestScene::Info
/frameworks/base/tests/testables/src/android/testing/
H A DLeakCheck.java39 protected void succeeded(Description description) { argument
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
H A DMediaStoreSaver.java43 String description) {
50 return insertImage(contentResolver, streamWriter, title, description);
57 String description) {
62 values.put(Images.Media.DESCRIPTION, description);
40 insertImage(ContentResolver contentResolver, Bitmap image, String title, String description) argument
54 insertImage(ContentResolver cr, StreamWriter source, String title, String description) argument
/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
H A DMediaStoreSaver.java43 String description) {
50 return insertImage(contentResolver, streamWriter, title, description);
57 String description) {
62 values.put(Images.Media.DESCRIPTION, description);
40 insertImage(ContentResolver contentResolver, Bitmap image, String title, String description) argument
54 insertImage(ContentResolver cr, StreamWriter source, String title, String description) argument
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DHeaderItem.java59 * Returns optional content description for the HeaderItem. When it is null, {@link #getName()}
60 * should be used for the content description.
61 * @return Content description for the HeaderItem.
68 * Sets optional content description for the HeaderItem.
69 * @param contentDescription Content description sets on the HeaderItem.
76 * Sets the description for the current header item. This will be visible when
79 public void setDescription(CharSequence description) { argument
80 this.mDescription = description;
84 * Returns the description for the current row.
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
H A DAppCompatMenuItemIconTintingTest.java107 private void verifyIconIsColoredAs(String description, @NonNull Drawable icon, argument
109 TestUtils.assertAllPixelsOfColor(description,
/frameworks/support/v7/mediarouter/jellybean-mr2/android/support/v7/media/
H A DMediaRouterJellybeanMr2.java43 public static void setDescription(Object routeObj, CharSequence description) { argument
44 ((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;

Completed in 6894 milliseconds

12345678