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

<<111213

  /cts/tests/tests/location/src/android/location/cts/
LocationManagerTest.java 327 notes = "Cannot determine whether location has been cleared",
709 notes = "Cannot rely on any specific extra command to be implemented.",
736 notes = "Cannot determine whether status has been cleared",
    [all...]
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewTest.java 211 notes = "Cannot test the effect of this method"
897 notes = "Cannot test whether picture has been restored correctly.",
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyContactImporter.java 239 "_id", "name", "notes", "should_sync", "system_id", "_sync_account", "_sync_id",
245 static int NOTES = 2;
258 Groups.NOTES + "," +
269 int NOTES = 3;
297 bindString(insert, GroupsInsert.NOTES, c.getString(GroupsQuery.NOTES));
341 "_id", NAME_SQL, "notes", "times_contacted", "last_time_contacted", "starred",
348 "_id", NAME_SQL, "notes", "times_contacted", "last_time_contacted", "starred",
355 "_id", "name", "notes", "times_contacted", "last_time_contacted", "starred",
362 "_id", "name", "notes", "times_contacted", "last_time_contacted", "starred"
661 String notes = c.getString(PeopleQuery.NOTES); local
    [all...]
  /cts/tests/tests/content/src/android/content/cts/
ContentProviderTest.java 404 notes = "Test getIContentProvider()",
  /cts/tests/tests/database/src/android/database/cts/
MergeCursorTest.java 123 notes = "Test method related to column infos during MergeCursor is switching" +
  /cts/tests/tests/os/src/android/os/cts/
DebugTest.java 361 notes = "test method: resetAllCounts",
ParcelTest.java 61 notes = "This method is protected final, which can't be invoked in test case.",
121 notes = "Test method: dataAvail ",
    [all...]
  /packages/providers/ContactsProvider/tests/assets/testUnsynced/
legacy_contacts.sql 30 CREATE TABLE groups (_id INTEGER PRIMARY KEY AUTOINCREMENT,_sync_account TEXT,_sync_id TEXT,_sync_time TEXT,_sync_version TEXT,_sync_local_id INTEGER,_sync_dirty INTEGER NOT NULL DEFAULT 0,_sync_mark INTEGER,name TEXT NOT NULL,notes TEXT,should_sync INTEGER NOT NULL DEFAULT 0,system_id TEXT,UNIQUE(name,system_id,_sync_account));
33 CREATE TABLE people (_id INTEGER PRIMARY KEY AUTOINCREMENT,_sync_account TEXT,_sync_id TEXT,_sync_time TEXT,_sync_version TEXT,_sync_local_id INTEGER,_sync_dirty INTEGER NOT NULL DEFAULT 0,_sync_mark INTEGER,name TEXT COLLATE LOCALIZED,notes TEXT COLLATE LOCALIZED,times_contacted INTEGER NOT NULL DEFAULT 0,last_time_contacted INTEGER,starred INTEGER NOT NULL DEFAULT 0,primary_phone INTEGER REFERENCES phones(_id),primary_organization INTEGER REFERENCES organizations(_id),primary_email INTEGER REFERENCES contact_methods(_id),photo_version TEXT,custom_ringtone TEXT,send_to_voicemail INTEGER,phonetic_name TEXT COLLATE LOCALIZED);
  /packages/apps/Contacts/src/com/android/contacts/model/
EntityModifier.java 569 // Notes
570 final boolean hasNotes = extras.containsKey(Insert.NOTES);
575 final String notes = extras.getString(Insert.NOTES); local
576 if (ContactsUtils.isGraphic(notes)) {
577 child.put(Note.NOTE, notes);
    [all...]
  /cts/tests/tests/telephony/src/android/telephony/cts/
PhoneNumberUtilsTest.java 175 notes = "partial, null branch is ok, non-null has a insert fail",
  /external/icu4c/tools/gensprep/
filterRFC3454.pl 670 The RFC text can be downloaded from ftp://ftp.rfc-editor.org/in-notes/rfc3454.txt
  /external/oprofile/utils/
opcontrol 195 --note-table-size kernel notes buffer size in notes units (2.4
    [all...]
  /external/sonivox/jet_tools/JetCreator/
midifile.py 310 def __init__ (self, notes, exclude=True):
311 self.notes = notes
315 if event.note in self.notes:
    [all...]
  /packages/providers/ContactsProvider/tests/assets/test1/
legacy_contacts.sql 47 CREATE TABLE groups (_id INTEGER PRIMARY KEY AUTOINCREMENT,_sync_account TEXT,_sync_id TEXT,_sync_time TEXT,_sync_version TEXT,_sync_local_id INTEGER,_sync_dirty INTEGER NOT NULL DEFAULT 0,_sync_mark INTEGER,name TEXT NOT NULL,notes TEXT,should_sync INTEGER NOT NULL DEFAULT 0,system_id TEXT,UNIQUE(name,system_id,_sync_account));
53 CREATE TABLE people (_id INTEGER PRIMARY KEY AUTOINCREMENT,_sync_account TEXT,_sync_id TEXT,_sync_time TEXT,_sync_version TEXT,_sync_local_id INTEGER,_sync_dirty INTEGER NOT NULL DEFAULT 0,_sync_mark INTEGER,name TEXT COLLATE LOCALIZED,notes TEXT COLLATE LOCALIZED,times_contacted INTEGER NOT NULL DEFAULT 0,last_time_contacted INTEGER,starred INTEGER NOT NULL DEFAULT 0,primary_phone INTEGER REFERENCES phones(_id),primary_organization INTEGER REFERENCES organizations(_id),primary_email INTEGER REFERENCES contact_methods(_id),photo_version TEXT,custom_ringtone TEXT,send_to_voicemail INTEGER,phonetic_name TEXT COLLATE LOCALIZED);
  /packages/providers/ContactsProvider/tests/assets/testSynced/
legacy_contacts.sql 40 CREATE TABLE groups (_id INTEGER PRIMARY KEY AUTOINCREMENT,_sync_account TEXT,_sync_id TEXT,_sync_time TEXT,_sync_version TEXT,_sync_local_id INTEGER,_sync_dirty INTEGER NOT NULL DEFAULT 0,_sync_mark INTEGER,name TEXT NOT NULL,notes TEXT,should_sync INTEGER NOT NULL DEFAULT 0,system_id TEXT,UNIQUE(name,system_id,_sync_account));
43 CREATE TABLE people (_id INTEGER PRIMARY KEY AUTOINCREMENT,_sync_account TEXT,_sync_id TEXT,_sync_time TEXT,_sync_version TEXT,_sync_local_id INTEGER,_sync_dirty INTEGER NOT NULL DEFAULT 0,_sync_mark INTEGER,name TEXT COLLATE LOCALIZED,notes TEXT COLLATE LOCALIZED,times_contacted INTEGER NOT NULL DEFAULT 0,last_time_contacted INTEGER,starred INTEGER NOT NULL DEFAULT 0,primary_phone INTEGER REFERENCES phones(_id),primary_organization INTEGER REFERENCES organizations(_id),primary_email INTEGER REFERENCES contact_methods(_id),photo_version TEXT,custom_ringtone TEXT,send_to_voicemail INTEGER,phonetic_name TEXT COLLATE LOCALIZED);
  /external/chromium/chrome/common/extensions/docs/examples/api/webNavigation/basic/
navigation_collector.js 156 * with a sourceUrl, and notes that it was opened in a new tab.
  /frameworks/base/docs/html/sdk/
sdk_toc.cs 153 <li><a href="<?cs var:toroot ?>sdk/tools-notes.html">SDK Tools, r15</a> <span
  /cts/tests/tests/widget/src/android/widget/cts/
HorizontalScrollViewTest.java 650 notes = "The method is simply called to make sure no exception is thrown.",
ScrollViewTest.java 681 notes = "The method is simply called to make sure no exception is thrown.",
TextViewTest.java     [all...]
  /external/iproute2/doc/
api-ip6-flowlabels.tex 68 NB notes here and below reflect only my personal opinion,
  /frameworks/base/docs/html/resources/
resources-data.js 567 en: 'An application for saving notes. Similar (but not identical) to the <a href="/resources/tutorials/notepad/index.html">Notepad tutorial</a>.'
  /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php     [all...]
  /external/blktrace/doc/
blktrace.tex 531 \item[Q -- queued] This notes intent to queue io at the given location.
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java     [all...]

Completed in 1768 milliseconds

<<111213