OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:typeResourceId
(Results
1 - 5
of
5
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DirectoryListLoader.java
172
int
typeResourceId
= cursor.getInt(DirectoryQuery.TYPE_RESOURCE_ID);
173
if (!TextUtils.isEmpty(packageName) &&
typeResourceId
!= 0) {
176
.getString(
typeResourceId
);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactDirectoryManager.java
65
int
typeResourceId
;
429
info.
typeResourceId
= cursor.getInt(DirectoryQuery.TYPE_RESOURCE_ID);
496
values.put(Directory.TYPE_RESOURCE_ID, info.
typeResourceId
);
502
if (info.
typeResourceId
!= 0) {
503
String resourceName = getResourceNameById(info.packageName, info.
typeResourceId
);
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactDirectoryManagerTest.java
619
String displayName, int
typeResourceId
, int exportSupport, int shortcutSupport,
625
row[cursor.getColumnIndex(Directory.TYPE_RESOURCE_ID)] =
typeResourceId
;
633
String accountName, String accountType, String displayName, int
typeResourceId
,
641
if (
typeResourceId
>= 0) {
642
values.put(Directory.TYPE_RESOURCE_ID,
typeResourceId
);
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
ContactLoader.java
[
all
...]
/packages/providers/ContactsProvider/tests/assets/upgradeTest/
contacts2_1108.sql
49
CREATE TABLE directories(_id INTEGER PRIMARY KEY AUTOINCREMENT,packageName TEXT NOT NULL,authority TEXT NOT NULL,
typeResourceId
INTEGER,typeResourceName TEXT,accountType TEXT,accountName TEXT,displayName TEXT, exportSupport INTEGER NOT NULL DEFAULT 0,shortcutSupport INTEGER NOT NULL DEFAULT 0,photoSupport INTEGER NOT NULL DEFAULT 0);
[
all
...]
Completed in 122 milliseconds