OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLAG_EXPOSE
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
BluetoothMapContract.java
373
* change the
FLAG_EXPOSE
values for each account in this table.
417
public static final String
FLAG_EXPOSE
= "
flag_expose
";
[
all
...]
BluetoothMapEmailProvider.java
596
Integer exposeFlag = values.getAsInteger(BluetoothMapContract.AccountColumns.
FLAG_EXPOSE
);
BluetoothMapIMProvider.java
503
BluetoothMapContract.AccountColumns.
FLAG_EXPOSE
);
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapAccountLoader.java
195
int exposeIndex = c.getColumnIndex(BluetoothMapContract.AccountColumns.
FLAG_EXPOSE
);
BluetoothMapSettingsAdapter.java
321
values.put(BluetoothMapContract.AccountColumns.
FLAG_EXPOSE
, ((account.mIsChecked)?1:0));
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
BluetoothMapContentTest.java
497
c.getColumnIndex(BluetoothMapContract.AccountColumns.
FLAG_EXPOSE
));
501
values.put(BluetoothMapContract.AccountColumns.
FLAG_EXPOSE
, (int) 0);
503
values.put(BluetoothMapContract.AccountColumns.
FLAG_EXPOSE
, (int) 1);
507
values.getAsInteger(BluetoothMapContract.AccountColumns.
FLAG_EXPOSE
));
[
all
...]
Completed in 2180 milliseconds