Searched refs:attributes (Results 1 – 5 of 5) sorted by relevance
/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/ |
D | SampleGattAttributes.java | 25 private static HashMap<String, String> attributes = new HashMap(); field in SampleGattAttributes 31 attributes.put("0000180d-0000-1000-8000-00805f9b34fb", "Heart Rate Service"); 32 attributes.put("0000180a-0000-1000-8000-00805f9b34fb", "Device Information Service"); 34 attributes.put(HEART_RATE_MEASUREMENT, "Heart Rate Measurement"); in attributes.put() 35 attributes.put("00002a29-0000-1000-8000-00805f9b34fb", "Manufacturer Name String"); 39 String name = attributes.get(uuid); in lookup()
|
/development/tools/apkcheck/src/com/android/apkcheck/ |
D | ApiDescrHandler.java | 69 Attributes attributes) { in startElement() argument 74 attributes.getValue("name")); in startElement() 78 attributes.getValue("name"), in startElement() 79 attributes.getValue("extends"), in startElement() 80 attributes.getValue("static")); in startElement() 83 mCurrentClass.addInterface(attributes.getValue("name")); in startElement() 86 mCurrentMethod = new MethodInfo(attributes.getValue("name"), in startElement() 87 attributes.getValue("return")); in startElement() 121 FieldInfo fInfo = new FieldInfo(attributes.getValue("name"), in startElement() 122 attributes.getValue("type")); in startElement() [all …]
|
/development/samples/training/threadsample/src/com/example/android/threadsample/ |
D | PhotoView.java | 107 TypedArray attributes = in getAttributes() local 112 attributes.getResourceId(R.styleable.ImageDownloaderView_hideShowSibling, -1); in getAttributes() 115 attributes.recycle(); in getAttributes()
|
/development/tools/checkcolor/ |
D | build.gradle | 41 attributes("Lint-Registry": "com.google.checkcolor.lint.HardcodedColorIssueRegistry")
|
/development/samples/SearchableDictionary/res/raw/ |
D | definitions.txt | 710 personality - n. the complex of all the attributes--behavioral, temperamental, emotional and mental…
|