/packages/apps/Messaging/src/com/android/messaging/datamodel/media/ |
D | CustomVCardEntry.java | 45 public VCardProperty getProperty(String name) { in getProperty() method in CustomVCardEntry
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/ |
D | ShadowDeviceConfig.java | 45 public static String getProperty(String namespace, String name) { in getProperty() method in ShadowDeviceConfig
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/ |
D | PropertyUtils.java | 53 public static String getProperty(SQLiteDatabase db, String key, String defaultValue) { in getProperty() method in PropertyUtils
|
/packages/services/Car/car-lib/src/android/car/hardware/property/ |
D | ICarProperty.aidl | 34 CarPropertyValue getProperty(int prop, int zone) = 3; in getProperty() method
|
D | CarPropertyManager.java | 700 public <E> CarPropertyValue<E> getProperty(@NonNull Class<E> clazz, int propId, int areaId) { in getProperty() method in CarPropertyManager 773 public <E> CarPropertyValue<E> getProperty(int propId, int areaId) { in getProperty() method in CarPropertyManager
|
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | MultiValueAlpha.java | 69 public AlphaProperty getProperty(int index) { in getProperty() method in MultiValueAlpha
|
/packages/services/Car/tools/emulator/ |
D | vhal_emulator.py | 188 def getProperty(self, prop, area_id): member in Vhal
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/ |
D | patricia_trie_policy.h | 136 void getProperty(const char *const query, const int queryLength, char *const outResult, in getProperty() function
|
/packages/services/Car/car-lib/src/android/car/hardware/ |
D | CarVendorExtensionManager.java | 172 public <E> E getProperty(Class<E> propertyClass, int propId, int area) { in getProperty() method in CarVendorExtensionManager
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/ |
D | dictionary.cpp | 180 void Dictionary::getProperty(const char *const query, const int queryLength, char *const outResult, in getProperty() function in latinime::Dictionary
|
/packages/services/Car/car-test-lib/src/android/car/testapi/ |
D | FakeCarPropertyService.java | 102 public CarPropertyValue getProperty(int prop, int zone) throws RemoteException { in getProperty() method in FakeCarPropertyService
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | CallLogDatabaseHelper.java | 269 public String getProperty(String key, String defaultValue) { in getProperty() method in CallLogDatabaseHelper
|
D | ContactsDatabaseHelper.java | 4438 public String getProperty(String key, String defaultValue) { in getProperty() method in ContactsDatabaseHelper
|
/packages/services/Car/service/src/com/android/car/hal/ |
D | PropertyHalService.java | 176 public CarPropertyValue getProperty(int mgrPropId, int areaId) throws ServiceSpecificException { in getProperty() method in PropertyHalService
|
/packages/apps/Dialer/java/com/android/dialer/database/ |
D | DialerDatabaseHelper.java | 296 public String getProperty(String key, String defaultValue) { in getProperty() method in DialerDatabaseHelper 300 public String getProperty(SQLiteDatabase db, String key, String defaultValue) { in getProperty() method in DialerDatabaseHelper
|
/packages/services/Car/service/src/com/android/car/ |
D | CarPropertyService.java | 409 public CarPropertyValue getProperty(int prop, int zone) { in getProperty() method in CarPropertyService
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/ |
D | ver4_patricia_trie_policy.cpp | 479 void Ver4PatriciaTriePolicy::getProperty(const char *const query, const int queryLength, in getProperty() function in latinime::Ver4PatriciaTriePolicy
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/ |
D | ver4_patricia_trie_policy.cpp | 524 void Ver4PatriciaTriePolicy::getProperty(const char *const query, const int queryLength, in getProperty() function in latinime::backward::v402::Ver4PatriciaTriePolicy
|
/packages/modules/StatsD/tests/src/android/cts/statsd/atom/ |
D | AtomTestCase.java | 831 protected String getProperty(String prop) throws Exception { in getProperty() method in AtomTestCase
|