Home
last modified time | relevance | path

Searched refs:_id (Results 1 – 18 of 18) sorted by relevance

/packages/providers/ContactsProvider/tests/assets/test1/
Dexpected_data.txt2 2 _id=778
29 29 _id=779
56 56 _id=780
83 83 _id=781
110 110 _id=782
137 137 _id=783
164 164 _id=784
191 191 _id=785
218 218 _id=786
245 245 _id=787
[all …]
Dexpected_raw_contacts.txt2 2 _id=1
20 20 _id=2
38 38 _id=3
56 56 _id=11
74 74 _id=43
Dexpected_contacts.txt2 2 _id=1
17 17 _id=2
32 32 _id=3
47 47 _id=11
Dexpected_groups.txt2 2 _id=1
19 19 _id=2
36 36 _id=3
53 53 _id=4
Dexpected_calls.txt2 2 _id=1
/packages/providers/ContactsProvider/tests/assets/testSynced/
Dexpected_data.txt2 2 _id=778
29 29 _id=779
56 56 _id=780
83 83 _id=781
110 110 _id=782
137 137 _id=783
164 164 _id=784
191 191 _id=785
218 218 _id=786
245 245 _id=787
[all …]
Dexpected_contacts.txt2 2 _id=1
17 17 _id=2
32 32 _id=3
47 47 _id=4
62 62 _id=5
77 77 _id=6
92 92 _id=7
107 107 _id=8
122 122 _id=9
137 137 _id=10
[all …]
Dexpected_raw_contacts.txt2 2 _id=1
20 20 _id=2
38 38 _id=3
56 56 _id=4
74 74 _id=5
92 92 _id=6
110 110 _id=7
128 128 _id=8
146 146 _id=9
164 164 _id=10
[all …]
Dexpected_calls.txt2 2 _id=1
Dexpected_groups.txt2 2 _id=1
/packages/providers/ContactsProvider/tests/assets/testUnsynced/
Dexpected_data.txt2 2 _id=778
29 29 _id=779
56 56 _id=780
83 83 _id=781
110 110 _id=782
137 137 _id=783
164 164 _id=784
191 191 _id=785
218 218 _id=786
245 245 _id=787
[all …]
Dexpected_contacts.txt2 2 _id=1
17 17 _id=2
32 32 _id=3
47 47 _id=4
62 62 _id=5
Dexpected_raw_contacts.txt2 2 _id=1
20 20 _id=2
38 38 _id=3
56 56 _id=4
74 74 _id=5
Dexpected_calls.txt2 2 _id=1
Dexpected_groups.txt2 2 _id=1
/packages/apps/Camera2/tests/exiftool_parser/
Dparser.py67 _id = re.search("0x[0-9a-f]{4}", s) variable
68 _id = _id.group(0) variable
89 + _id + '" name="' + name +'">' + value + "</tag>")
/packages/providers/MediaProvider/tools/genfiles/
Dgenfiles.sh133 …sts_map on audio_playlists._id=audio_playlists_map.playlist_id left outer join audio on audio_play…
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarProvider2.java1977 String _id = values.getAsString(Events._ID); in handleInsertException() local
2008 values.put(Events.ORIGINAL_ID, _id); in handleInsertException()