OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PHONEBOOK
(Results
1 - 8
of
8
) sorted by null
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
UsimServiceTableTest.java
40
assertFalse(testTable1.isAvailable(UsimServiceTable.UsimService.
PHONEBOOK
));
45
assertTrue(testTable2.isAvailable(UsimServiceTable.UsimService.
PHONEBOOK
));
50
assertFalse(testTable3.isAvailable(UsimServiceTable.UsimService.
PHONEBOOK
));
57
assertFalse(testTable4.isAvailable(UsimServiceTable.UsimService.
PHONEBOOK
));
65
assertFalse(testTable5.isAvailable(UsimServiceTable.UsimService.
PHONEBOOK
));
70
assertFalse(testTable6.isAvailable(UsimServiceTable.UsimService.
PHONEBOOK
));
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UsimServiceTable.java
26
PHONEBOOK
,
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java
132
private static final String TYPE_PB = "x-bt/
phonebook
";
163
public static final int
PHONEBOOK
= 1;
348
// For "x-bt/
phonebook
" and "x-bt/vcard-listing":
363
appParamValue.needTag = ContentType.
PHONEBOOK
;
395
appParamValue.needTag = ContentType.
PHONEBOOK
;
396
if (D) Log.v(TAG, "download
phonebook
request");
604
//
Phonebook
listing request
605
if (type == ContentType.
PHONEBOOK
) {
691
* Function to send obex header back to client such as get
phonebook
size
749
if (V) Log.v(TAG, "Need
Phonebook
size in response header.")
[
all
...]
BluetoothPbapVcardManager.java
150
case BluetoothPbapObexServer.ContentType.
PHONEBOOK
:
275
Log.e(TAG, "CursorWindowAllocationException while getting
phonebook
name list");
277
Log.e(TAG, "Exception while getting
phonebook
name list", e);
422
Log.e(TAG, "CursorWindowAllocationException while composing
phonebook
vcards");
455
"CursorWindowAllocationException while composing
phonebook
one vcard");
[
all
...]
/packages/providers/ContactsProvider/tests/assets/upgradeTest/
contacts2_1108.sql
17
CREATE TABLE raw_contacts (_id INTEGER PRIMARY KEY AUTOINCREMENT,account_id INTEGER REFERENCES accounts(_id),sourceid TEXT,backup_id TEXT,raw_contact_is_read_only INTEGER NOT NULL DEFAULT 0,version INTEGER NOT NULL DEFAULT 1,dirty INTEGER NOT NULL DEFAULT 0,deleted INTEGER NOT NULL DEFAULT 0,metadata_dirty INTEGER NOT NULL DEFAULT 0,contact_id INTEGER REFERENCES contacts(_id),aggregation_mode INTEGER NOT NULL DEFAULT 0,aggregation_needed INTEGER NOT NULL DEFAULT 1,custom_ringtone TEXT,send_to_voicemail INTEGER NOT NULL DEFAULT 0,times_contacted INTEGER NOT NULL DEFAULT 0,last_time_contacted INTEGER,starred INTEGER NOT NULL DEFAULT 0,pinned INTEGER NOT NULL DEFAULT 0,display_name TEXT,display_name_alt TEXT,display_name_source INTEGER NOT NULL DEFAULT 0,phonetic_name TEXT,phonetic_name_style TEXT,sort_key TEXT COLLATE
PHONEBOOK
,phonebook_label TEXT,phonebook_bucket INTEGER,sort_key_alt TEXT COLLATE
PHONEBOOK
,phonebook_label_alt TEXT,phonebook_bucket_alt INTEGER,name_verified INTEGER NOT NULL DEFAULT 0,sync1 TEXT, sync2 TEXT, sync3 TEXT, sync4 TEXT );
[
all
...]
/external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar
android-all-5.0.0_r2-robolectric-1.jar
android-all-5.1.1_r9-robolectric-1.jar
Completed in 535 milliseconds