/packages/apps/TV/tests/common/src/com/android/tv/testing/utils/ |
D | TestUtils.java | 80 Constructor<TvInputInfo> constructor = in createTvInputInfoForO() local 98 constructor.setAccessible(true); in createTvInputInfoForO() 99 return constructor.newInstance( in createTvInputInfoForO() 134 Constructor<TvInputInfo> constructor = in createTvInputInfoForNyc() local 153 constructor.setAccessible(true); in createTvInputInfoForNyc() 154 return constructor.newInstance( in createTvInputInfoForNyc() 177 Constructor<TvInputInfo> constructor = in createTvInputInfoForMnc() local 180 constructor.setAccessible(true); in createTvInputInfoForMnc() 181 return constructor.newInstance(service, id, parentId, type, isHardwareInput); in createTvInputInfoForMnc()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/core/ |
D | XmlControllerAttributeTest.java | 88 Constructor<?> constructor = getConstructorFromClass(clazz); in testAllIndexableXML_onlyValidBasePreferenceControllersAdded() local 90 if (constructor == null) { in testAllIndexableXML_onlyValidBasePreferenceControllersAdded() 191 Constructor<?> constructor = null; in getConstructorFromClass() local 193 constructor = clazz.getConstructor(Context.class); in getConstructorFromClass() 197 if (constructor != null) { in getConstructorFromClass() 198 return constructor; in getConstructorFromClass() 202 constructor = clazz.getConstructor(Context.class, String.class); in getConstructorFromClass() 206 return constructor; in getConstructorFromClass()
|
D | BasePreferenceControllerSignatureInspector.java | 63 for (Constructor constructor : constructors) { in run() 64 if (hasValidConstructorSignature(constructor)) { in run() 86 private static boolean hasValidConstructorSignature(Constructor constructor) { in hasValidConstructorSignature() argument 87 final Class[] parameterTypes = constructor.getParameterTypes(); in hasValidConstructorSignature()
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
D | PreferenceInflater.java | 56 Constructor<?> constructor = sConstructorMap.get(name); in newPreference() local 58 if (constructor == null) { in newPreference() 62 constructor = clazz.getConstructor(CTOR_SIGNATURE); in newPreference() 63 sConstructorMap.put(name, constructor); in newPreference() 65 return (CameraPreference) constructor.newInstance(args); in newPreference()
|
/packages/apps/Tag/src/com/android/apps/tag/record/ |
D | VCardRecord.java | 123 final VCardEntryConstructor constructor = new VCardEntryConstructor(type); in getVCardEntries() local 124 constructor.addEntryHandler(new VCardEntryHandler() { in getVCardEntries() 136 parser.parse(new ByteArrayInputStream(mVCard), constructor); in getVCardEntries() 140 parser.parse(new ByteArrayInputStream(mVCard), constructor); in getVCardEntries()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/ |
D | BluetoothPbapVcardList.java | 69 VCardEntryConstructor constructor = in parse() local 74 constructor.addEntryHandler(handler); in parse() 76 parser.addInterpreter(constructor); in parse()
|
/packages/apps/Contacts/src/com/android/contacts/vcard/ |
D | ImportProcessor.java | 153 final VCardEntryConstructor constructor = in runInternal() local 156 constructor.addEntryHandler(committer); in runInternal() 157 constructor.addEntryHandler(this); in runInternal() 171 successful = readOneVCard(is, estimatedVCardType, estimatedCharset, constructor, in runInternal()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/ |
D | CompatUtils.java | 80 public static Object newInstance(final Constructor<?> constructor, final Object ... args) { in newInstance() argument 81 if (constructor == null) { in newInstance() 85 return constructor.newInstance(args); in newInstance()
|
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_a2dp.cpp | 36 jmethodID constructor; member 110 android_bluetooth_BluetoothCodecConfig.constructor, in bta2dp_audio_config_callback() 125 android_bluetooth_BluetoothCodecConfig.constructor, in bta2dp_audio_config_callback() 141 android_bluetooth_BluetoothCodecConfig.constructor, in bta2dp_audio_config_callback() 198 android_bluetooth_BluetoothCodecConfig.constructor = in classInitNative()
|
D | com_android_bluetooth_btservice_AdapterService.cpp | 65 jmethodID constructor; member 438 android_bluetooth_UidTraffic.constructor, in energy_info_recv_callback() 635 android_bluetooth_UidTraffic.constructor = in classInitNative()
|
/packages/apps/Settings/src/com/android/settings/slices/ |
D | CustomSliceable.java | 112 final Constructor<? extends CustomSliceable> constructor = in createInstance() local 115 return constructor.newInstance(params); in createInstance()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/slices/ |
D | CustomSliceable.java | 112 final Constructor<? extends CustomSliceable> constructor = in createInstance() local 115 return constructor.newInstance(params); in createInstance()
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
D | tutorial.md | 220 Besides, `std::string` also support a constructor: 226 which accepts the length of string as parameter. This constructor supports storing null character w… 248 When creating a Value or Document by default constructor, its type is Null. To change its type, cal… 269 To create empty object or array, you may use `SetObject()`/`SetArray()` after default constructor, … 473 If we really need to copy a DOM tree, we can use two APIs for deep copy: constructor with allocator…
|
D | stream.md | 161 `EncodedOutputStream` is similar but it has a `bool putBOM` parameter in the constructor, controlli… 187 …o make detection. If neither method success, it falls back to the UTF type provided in constructor.
|
D | faq.md | 39 …03. Later it added optional support of some C++11 features (e.g., move constructor, `noexcept`). R… 173 …There are two APIs: constructor with allocator, and `CopyFrom()`. See [Deep Copy Value](doc/tutori…
|
D | pointer.md | 182 A `Pointer` parses a source string in its constructor. If there is parsing error, `Pointer::IsValid…
|
D | sax.md | 264 Besides, the constructor of `Writer` has a `levelDepth` parameter. This parameter affects the initi…
|
/packages/modules/DnsResolver/ |
D | README-DoT.md | 120 `DnsTlsDispatcher`'s constructor takes an `IDnsTlsSocketFactory`,
|
/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/ |
D | NetworkMonitorTest.java | 997 final Constructor<CellIdentityGsm> constructor = CellIdentityGsm.class.getConstructor( in makeCellIdentityGsm() local 1000 return constructor.newInstance(lac, cid, arfcn, bsic, mccStr, mncStr, alphal, alphas); in makeCellIdentityGsm() 1013 final Constructor<CellIdentityLte> constructor = CellIdentityLte.class.getConstructor( in makeCellIdentityLte() local 1016 return constructor.newInstance(ci, pci, tac, earfcn, bandwidth, mccStr, mncStr, alphal, in makeCellIdentityLte()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
D | es_wordlist.combined.gz | 1dictionary=main:es,locale=es,description=Español,date=1414726268, ... |
D | ro_wordlist.combined.gz | 1dictionary=main:ro,locale=ro,description=Română,date=1412325511, ... |