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

<<11121314151617181920>>

  /development/tutorials/NotepadCodeLab/Notepadv1Solution/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
  /development/tutorials/NotepadCodeLab/Notepadv2/src/com/android/demo/notepad2/
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
  /development/tutorials/NotepadCodeLab/Notepadv2Solution/src/com/android/demo/notepad2/
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
  /development/tutorials/NotepadCodeLab/Notepadv3/src/com/android/demo/notepad3/
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
  /development/tutorials/NotepadCodeLab/Notepadv3Solution/src/com/android/demo/notepad3/
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
  /external/libvpx/vpx_scale/leapster/
doptsystemdependant_lf.c 44 * SPECIAL NOTES : None.
65 * SPECIAL NOTES : None.
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/util/
EventListenerProxyTest.java 46 notes = "",
57 notes = "",
  /libcore/luni/src/test/java/org/apache/harmony/nio/tests/java/nio/
ByteOrderTest.java 37 notes = "",
48 notes = "",
ReadOnlyDirectByteBufferTest.java 38 notes = "Verifies isReadOnly method for read only ByteBuffer.",
48 notes = "",
  /libcore/luni/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
FilePreferencesImplTest.java 47 notes = "Exceptions checking missed, but method is abstract, probably it is OK",
53 notes = "Exceptions checking missed, but method is abstract, probably it is OK",
59 notes = "Exceptions checking missed, but method is abstract, probably it is OK",
87 notes = "Exceptions checking missed, but method is abstract, probably it is OK",
93 notes = "Exceptions checking missed, but method is abstract, probably it is OK",
99 notes = "Exceptions checking missed, but method is abstract, probably it is OK",
115 notes = "Exceptions checking missed, but method is abstract, probably it is OK",
155 notes = "Exceptions checking missed, but method is abstract, probably it is OK",
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
CodeSignerTest.java 54 notes = "NPE case",
72 notes = "Null parameter timestamp checking",
90 notes = "",
108 notes = "",
139 notes = "",
152 notes = "",
166 notes = "",
183 notes = "",
KSPrivateKeyEntryTest.java 71 notes = "",
93 notes = "",
120 notes = "",
141 notes = "",
160 notes = "",
178 notes = "",
200 notes = "",
218 notes = "",
  /libcore/luni/src/test/java/tests/api/java/lang/
BooleanTest.java 35 notes = "Checks that booleanValue() returns true.",
44 notes = "Checks that booleanValue() returns false.",
  /libcore/luni/src/test/java/tests/api/java/util/
PropertyPermissionTest.java 46 notes = "",
61 notes = "",
89 notes = "",
107 notes = "",
124 notes = "",
154 notes = "",
176 notes = "Verifies serialization/deserialization.",
182 notes = "Verifies serialization/deserialization.",
HashSetTest.java 50 notes = "",
65 notes = "",
87 notes = "",
109 notes = "",
135 notes = "",
155 notes = "",
174 notes = "",
190 notes = "",
210 notes = "",
225 notes = ""
    [all...]
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
SSLExceptionTest.java 49 notes = "",
68 notes = "",
85 notes = "",
103 notes = "",
126 notes = "",
143 notes = "",
164 notes = "",
188 notes = "",
HttpsURLConnectionTest.java 56 notes = "",
78 notes = "",
109 notes = "",
144 notes = "",
159 notes = "",
175 notes = "",
194 notes = "",
227 notes = "",
266 notes = "",
307 notes = ""
    [all...]
  /libcore/luni/src/test/java/tests/api/javax/security/auth/
UnsupportedCallbackExceptionTest.java 63 notes = "",
69 notes = "",
89 notes = "",
95 notes = "",
114 notes = "",
130 notes = "",
149 notes = "",
167 notes = "",
  /libcore/luni/src/test/java/tests/api/javax/xml/parsers/
ParserConfigurationExceptionTest.java 30 notes = "",
43 notes = "",
  /libcore/luni/src/test/java/tests/security/acl/
IAclTest.java 54 notes = "",
60 notes = "",
101 notes = "",
107 notes = "",
138 notes = "",
163 notes = "",
193 notes = "",
199 notes = "",
  /libcore/luni/src/test/java/tests/security/spec/
RSAOtherPrimeInfoTest.java 49 notes = "Verifies constructor with valid parameters.",
67 notes = "Verifies NullPointerException.",
87 notes = "Verifies NullPointerException.",
107 notes = "Verifies NullPointerException.",
127 notes = "Verifies NullPointerException.",
147 notes = "",
165 notes = "",
183 notes = "",
  /libcore/luni/src/test/java/tests/sql/
SavepointTest.java 38 notes = "",
51 notes = "",
  /libcore/luni/src/test/java/tests/org/w3c/dom/
GetElementsByTagNameNS.java 77 notes = "Verifies getElementsByTagNameNS method with * as parameters.",
94 notes = "Verifies getElementsByTagNameNS with '*' as the first parameter.",
115 notes = "Verifies getElementsByTagNameNS with '*' as the second parameter.",
153 notes = "Verifies getElementsByTagNameNS with '*' as the first parameter.",
182 notes = "Verifies negative case of getElementsByTagNameNS method.",
197 notes = "Verifies negative case of getElementsByTagNameNS method.",
211 notes = "Verifies positive case of getElementsByTagNameNS method.",
225 notes = "Verifies getElementsByTagNameNS method with '*' as parameters; positive case.",
240 notes = "Verifies getElementsByTagNameNS method with '*' as the first parameter.",
263 notes = "Verifies getElementsByTagNameNS method with '*' as the second parameter."
    [all...]
  /cts/tests/tests/content/src/android/content/pm/cts/
ProviderInfoTest.java 42 notes = "Test describeContents",
48 notes = "Test constructors",
54 notes = "Test constructors",
60 notes = "Test toString",
66 notes = "Test writeToParcel",
  /cts/tests/tests/text/src/android/text/method/cts/
DialerKeyListenerTest.java 38 notes = "Test constructor(s) of {@link DialerKeyListener}",
48 notes = "Test {@link DialerKeyListener#lookup(KeyEvent, Spannable)}",
76 notes = "Test {@link DialerKeyListener#getInstance()}",
93 notes = "Test {@link DialerKeyListener#getAcceptedChars()}",
106 notes = "Test {@link DialerKeyListener#getInputType()}",

Completed in 2976 milliseconds

<<11121314151617181920>>