Searched defs:properties (Results 1 - 11 of 11) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattDbElement.java49 * If type is TYPE_CHARACTERISTIC, this contains the properties of
52 public int properties; field in class:GattDbElement
69 public static GattDbElement createCharacteristic(UUID uuid, int properties, int permissions) { argument
73 el.properties = properties;
/packages/apps/Car/Hvac/src/com/android/car/hvac/
H A DHvacPolicy.java32 public HvacPolicy(Context context, List<CarPropertyConfig> properties) { argument
34 for (CarPropertyConfig config : properties) {
/packages/apps/DocumentsUI/src/com/android/documentsui/files/
H A DMenuManager.java268 protected void updateInspector(MenuItem properties, SelectionDetails selectionDetails) { argument
270 properties.setVisible(visible);
271 properties.setEnabled(visible && selectionDetails.size() == 1);
/packages/services/Telephony/src/com/android/services/telephony/
H A DImsConference.java181 int properties = ImsConference.this.getConnectionProperties();
182 setConnectionProperties(applyHostProperties(properties, connectionProperties));
338 * Transfers properties from the conference host to the conference itself.
340 * @param conferenceProperties The current conference properties.
341 * @param properties The new conference host properties.
342 * @return The merged properties to be applied to the conference.
344 private int applyHostProperties(int conferenceProperties, int properties) { argument
347 can(properties, Connection.PROPERTY_HIGH_DEF_AUDIO));
351 can(properties, Connectio
[all...]
/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DMenuManager.java276 protected void updateInspector(MenuItem properties, SelectionDetails selectionDetails) { argument
277 properties.setVisible(false);
/packages/services/Telecomm/src/com/android/server/telecom/
H A DAnalytics.java190 public void addCallProperties(int properties) { argument
352 public void addCallProperties(int properties) { argument
353 this.callProperties |= properties;
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DConnectionServiceFixture.java386 int properties; field in class:ConnectionServiceFixture.ConnectionInfo
407 int properties; field in class:ConnectionServiceFixture.ConferenceInfo
493 a.setConnectionProperties(id, mConnectionById.get(id).properties, null /*Session.Info*/);
638 c.properties,
653 c.properties,
/packages/providers/ContactsProvider/tests/assets/upgradeTest/
H A Dcontacts2_1108.sql6 CREATE TABLE properties (property_key TEXT PRIMARY KEY, property_value TEXT ); table
7 INSERT INTO "properties" VALUES('database_time_created','20243770769');
8 INSERT INTO "properties" VALUES('icu_version','56.1');
9 INSERT INTO "properties" VALUES('locale','en-US');
10 INSERT INTO "properties" VALUES('aggregation_v2','5');
11 INSERT INTO "properties" VALUES('search_index','1');
12 INSERT INTO "properties" VALUES('known_accounts','twyen.dev@gmail.comcom.google');
13 INSERT INTO "properties" VALUES('directoryScanComplete','1');
96 INSERT INTO "sqlite_stat1" VALUES('properties','sqlite_autoindex_properties_1','4 1');
/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_btservice_AdapterService.cpp21 #include "cutils/properties.h"
80 static int get_properties(int num_properties, bt_property_t* properties, argument
84 callbackEnv, callbackEnv->NewByteArray(properties[i].len));
90 callbackEnv->SetByteArrayRegion(propVal.get(), 0, properties[i].len,
91 (jbyte*)properties[i].val);
93 callbackEnv->SetIntArrayRegion(*types, i, 1, (jint*)&properties[i].type);
99 bt_property_t* properties) {
128 ALOGE("%s: Error allocating object Array for properties", __func__);
141 if (get_properties(num_properties, properties, &typesPtr, &propsPtr) < 0) {
153 bt_property_t* properties) {
98 adapter_properties_callback(bt_status_t status, int num_properties, bt_property_t* properties) argument
150 remote_device_properties_callback(bt_status_t status, RawAddress* bd_addr, int num_properties, bt_property_t* properties) argument
214 device_found_callback(int num_properties, bt_property_t* properties) argument
[all...]
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jar ... META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/devtools/ com/google/devtools/checkstyle ...
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...

Completed in 210 milliseconds