HomeSort by relevance Sort by last modified time
    Searched full:notes (Results 251 - 275 of 2205) sorted by null

<<11121314151617181920>>

  /cts/tests/tests/database/src/android/database/cts/
SQLExceptionTest.java 32 notes = "Test constructors of SQLException.",
38 notes = "Test constructors of SQLException.",
StaleDataExceptionTest.java 31 notes = "Test constructors of StaleDataException.",
37 notes = "Test constructors of StaleDataException.",
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteAbortExceptionTest.java 31 notes = "Test constructors",
37 notes = "Test constructors",
SQLiteConstraintExceptionTest.java 31 notes = "Test constructors",
37 notes = "Test constructors",
SQLiteDatabaseCorruptExceptionTest.java 31 notes = "Test constructor",
37 notes = "Test constructor",
SQLiteDiskIOExceptionTest.java 31 notes = "Test constructor",
37 notes = "Test constructor",
SQLiteDoneExceptionTest.java 31 notes = "Test constructor",
37 notes = "Test constructor",
SQLiteExceptionTest.java 31 notes = "Test constructor",
37 notes = "Test constructor",
SQLiteFullExceptionTest.java 31 notes = "Test constructor",
37 notes = "Test constructor",
SQLiteMisuseExceptionTest.java 31 notes = "Test constructor",
37 notes = "Test constructor",
  /cts/tests/tests/graphics/src/android/graphics/cts/
RasterizerTest.java 32 notes = "Test finalize function",
38 notes = "Test finalize function",
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
Drawable_ConstantStateTest.java 30 notes = "Test getChangingConfigurations()",
40 notes = "Test newDrawable()",
  /cts/tests/tests/net/src/android/net/cts/
LocalSocketAddress_NamespaceTest.java 30 notes = "Test valueOf(String name).",
42 notes = "Test values().",
UrlQuerySanitizer_IllegalCharacterValueSanitizerTest.java 33 notes = "Test constructor(s) of {@link IllegalCharacterValueSanitizer}",
39 notes = "Test method: sanitize",
  /cts/tests/tests/os/src/android/os/cts/
ParcelFileDescriptor_AutoCloseOutputStreamTest.java 33 notes = "Test constructor(s) of {@link AutoCloseOutputStream}",
39 notes = "Test method: close",
PatternMatcherTest.java 42 notes = "Test constructor",
48 notes = "Test constructor",
71 notes = "Test getType",
89 notes = "Test getPath",
109 notes = "Test toString",
134 notes = "Test writeToParcel",
153 notes = "Test describeContents",
166 notes = "Test match",
  /cts/tests/tests/text/src/android/text/style/cts/
AbsoluteSizeSpanTest.java 36 notes = "Test constructor(s) of AbsoluteSizeSpan.",
42 notes = "Test constructor(s) of AbsoluteSizeSpan.",
62 notes = "Test {@link AbsoluteSizeSpan#getSize()}",
77 notes = "Test {@link AbsoluteSizeSpan#updateMeasureState(TextPaint)}",
104 notes = "Test {@link AbsoluteSizeSpan#updateDrawState(TextPaint)}",
133 notes = "Test describeContents().",
145 notes = "Test getSpanTypeId().",
157 notes = "Test writeToParcel(Parcel dest, int flags).",
LeadingMarginSpan_StandardTest.java 36 notes = "Test constructor(s) of Standard.",
42 notes = "Test constructor(s) of Standard.",
48 notes = "Test constructor(s) of Standard.",
70 notes = "Test getLeadingMargin(boolean first).",
90 notes = "Test drawLeadingMargin(Canvas c, Paint p, int x, int dir, int top," +
106 notes = "Test describeContents().",
118 notes = "Test getSpanTypeId().",
130 notes = "Test writeToParcel(Parcel dest, int flags).",
TabStopSpan_StandardTest.java 31 notes = "Test constructor(s) of Standard.",
43 notes = "Test getTabStop().",
TypefaceSpanTest.java 39 notes = "Test constructor(s) of TypefaceSpan.",
45 notes = "Test constructor(s) of TypefaceSpan.",
63 notes = "Test getFamily().",
74 notes = "Test updateMeasureState(TextPaint paint).",
102 notes = "Test updateDrawState(TextPaint ds).",
130 notes = "Test describeContents().",
142 notes = "Test getSpanTypeId().",
154 notes = "Test writeToParcel(Parcel dest, int flags).",
URLSpanTest.java 54 notes = "Test constructor(s) of URLSpan.",
60 notes = "Test constructor(s) of URLSpan.",
78 notes = "Test getURL().",
90 notes = "Test onClick(View widget).",
119 notes = "Test onClick(View widget).",
138 notes = "Test describeContents().",
149 notes = "Test getSpanTypeId().",
160 notes = "Test writeToParcel(Parcel dest, int flags).",
  /cts/tests/tests/view/src/android/view/cts/
WindowManager_BadTokenExceptionTest.java 31 notes = "test BadTokenException constructor",
37 notes = "test BadTokenException constructor",
  /cts/tests/tests/widget/src/android/widget/cts/
BaseExpandableListAdapterTest.java 37 notes = "Test areAllItemsEnabled(), this function always returns true.",
49 notes = "Test getCombinedChildId(long, long) function.",
55 notes = "Test getCombinedChildId(long, long) function.",
79 notes = "Test isEmpty() function.",
92 notes = "Test notifyDataSetChanged() function.",
108 notes = "Test notifyDataSetInvalidated() function.",
124 notes = "Test onGroupCollapsed(int), this function is non-operation.",
136 notes = "Test onGroupExpanded(int), this function is non-operation.",
  /development/samples/NotePad/res/values/
strings.xml 19 <string name="live_folder_name">Notes</string>
24 <string name="title_notes_list">Notes</string>
  /development/tutorials/NotepadCodeLab/Notepadv1/src/com/android/demo/notepad1/
NotesDbAdapter.java 28 * Simple notes database access helper class. Defines the basic CRUD operations
29 * for the notepad example, and gives the ability to list all notes as well as
51 "create table notes (_id integer primary key autoincrement, "
55 private static final String DATABASE_TABLE = "notes";
76 db.execSQL("DROP TABLE IF EXISTS notes");
92 * Open the notes database. If it cannot be opened, try to create a new
140 * Return a Cursor over the list of all notes in the database
142 * @return Cursor over all notes

Completed in 1630 milliseconds

<<11121314151617181920>>