OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:describeContents
(Results
76 - 100
of
106
) sorted by null
1
2
3
4
5
/cts/tests/tests/database/src/android/database/cts/
CursorWindowTest.java
374
assertEquals(0, cursorWindow.
describeContents
());
/cts/tests/tests/graphics/src/android/graphics/cts/
RectTest.java
518
assertEquals(0, mRect.
describeContents
());
RectFTest.java
525
assertEquals(0, rectIn.
describeContents
());
BitmapTest.java
319
assertEquals(0, mBitmap.
describeContents
());
[
all
...]
/cts/tests/tests/location/src/android/location/cts/
LocationTest.java
204
location.
describeContents
();
/cts/tests/tests/os/src/android/os/cts/
ParcelFileDescriptorTest.java
230
assertTrue((Parcelable.CONTENTS_FILE_DESCRIPTOR & pfd.
describeContents
()) != 0);
LaunchpadActivity.java
48
public int
describeContents
() {
/development/samples/ApiDemos/src/com/example/android/apis/app/
PresentationActivity.java
475
public int
describeContents
() {
/cts/tests/app/src/android/app/cts/
LaunchpadActivity.java
48
public int
describeContents
() {
/cts/tests/tests/util/src/android/util/cts/
ArrayMapTest.java
117
public int
describeContents
() {
/external/chromium_org/base/android/java/src/org/chromium/base/library_loader/
Linker.java
[
all
...]
/cts/tests/tests/content/src/android/content/cts/
IntentTest.java
606
assertEquals(expected, mIntent.
describeContents
());
608
assertEquals(mIntent.getExtras().
describeContents
(), mIntent.
describeContents
());
[
all
...]
/development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar
/cts/tests/tests/view/src/android/view/cts/
KeyEventTest.java
553
mKeyEvent.
describeContents
();
MotionEventTest.java
155
mMotionEvent2.
describeContents
();
/cts/tests/tests/widget/src/android/widget/cts/
RemoteViewsTest.java
314
mRemoteViews.
describeContents
();
/external/chromium_org/third_party/android_platform/webview/
frameworks.jar
/development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar
/development/samples/training/basic/FragmentBasics/libs/
android-support-v4.jar
/development/samples/training/location-aware/libs/
android-support-v4.jar
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
ChromeBrowserProvider.java
[
all
...]
/development/samples/ControllerSample/libs/
android-support-v4.jar
/development/samples/training/AnimationsDemo/libs/
android-support-v13.jar
/development/samples/training/ContactsList/libs/
android-support-v4.jar
/development/samples/training/EffectiveNavigation/libs/
android-support-v4.jar
Completed in 646 milliseconds
1
2
3
4
5