OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PHONES
(Results
1 - 4
of
4
) sorted by null
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
symshift.pl
63
"
phones
=s" => \$
PHONES
, # string
83
$0 [-
phones
<phonestab>] [-POS <postab>] [-accents <acctab>]
93
-
phones
<infile>,
101
usually only -
phones
ans -POS are used.
116
@alltables = ("
PHONES
", "ACCENTS", "POS", "PB_STRENGTHS", "INTERN");
119
PHONES
=> 0,
/packages/providers/ContactsProvider/src/com/android/providers/contacts/enterprise/
EnterprisePolicyGuard.java
198
case ContactsProvider2.
PHONES
:
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyApiSupport.java
89
private static final int
PHONES
= 12;
215
public static final String
PHONES
= "view_v1_phones";
314
matcher.addURI(authority, "people/#/
phones
", PEOPLE_PHONES);
315
matcher.addURI(authority, "people/#/
phones
/#", PEOPLE_PHONES_ID);
334
matcher.addURI(authority, "
phones
",
PHONES
);
336
matcher.addURI(authority, "
phones
/filter/*", PHONES_FILTER);
337
// matcher.addURI(authority, "
phones
/filter_name/*", PHONES_FILTER_NAME);
338
// matcher.addURI(authority, "
phones
/mobile_filter_name/*",
340
matcher.addURI(authority, "
phones
/#", PHONES_ID)
[
all
...]
ContactsProvider2.java
360
public static final int
PHONES
= 3002;
[
all
...]
Completed in 286 milliseconds