/packages/services/Telephony/ecc/input/ |
D | eccdata.txt | 6 types: POLICE 10 types: AMBULANCE 14 types: FIRE 22 types: POLICE 26 types: AMBULANCE 30 types: FIRE 38 types: POLICE 39 types: FIRE 43 types: AMBULANCE 51 types: POLICE [all …]
|
/packages/apps/Contacts/tests/src/com/android/contacts/tests/ |
D | FakeDeviceAccountTypeFactory.java | 46 public FakeDeviceAccountTypeFactory withSimTypes(String... types) { in withSimTypes() argument 47 for (String type : types) { in withSimTypes() 53 public FakeDeviceAccountTypeFactory withSimTypes(AccountType... types) { in withSimTypes() argument 54 for (AccountType type : types) { in withSimTypes() 60 public FakeDeviceAccountTypeFactory withDeviceTypes(String... types) { in withDeviceTypes() argument 61 for (String type : types) { in withDeviceTypes() 67 public FakeDeviceAccountTypeFactory withDeviceTypes(AccountType... types) { in withDeviceTypes() argument 68 for (AccountType type : types) { in withDeviceTypes()
|
/packages/apps/Settings/src/com/android/settings/accounts/ |
D | TopLevelAccountEntryPreferenceController.java | 46 final String[] types = authHelper.getEnabledAccountTypes(); in getSummary() local 50 if (types == null || types.length == 0) { in getSummary() 54 int accountToAdd = Math.min(3, types.length); in getSummary() 56 for (int i = 0; i < types.length && accountToAdd > 0; i++) { in getSummary() 57 final CharSequence label = authHelper.getLabelForType(mContext, types[i]); in getSummary()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accounts/ |
D | TopLevelAccountEntryPreferenceController.java | 46 final String[] types = authHelper.getEnabledAccountTypes(); in getSummary() local 50 if (types == null || types.length == 0) { in getSummary() 54 int accountToAdd = Math.min(3, types.length); in getSummary() 56 for (int i = 0; i < types.length && accountToAdd > 0; i++) { in getSummary() 57 final CharSequence label = authHelper.getLabelForType(mContext, types[i]); in getSummary()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
D | GestureStrokeDrawingPoints.java | 95 final ResizableIntArray types) { in appendPreviewStroke() argument 104 types.fill(GestureTrailDrawingPoints.POINT_TYPE_SAMPLED, types.getLength(), length); in appendPreviewStroke() 126 final ResizableIntArray yCoords, final ResizableIntArray types) { in interpolateStrokeAndReturnStartIndexOfLastSegment() argument 164 types.addAt(d1, GestureTrailDrawingPoints.POINT_TYPE_INTERPOLATED); in interpolateStrokeAndReturnStartIndexOfLastSegment() 172 types.addAt(d1, GestureTrailDrawingPoints.POINT_TYPE_SAMPLED); in interpolateStrokeAndReturnStartIndexOfLastSegment()
|
/packages/services/Telephony/testapps/TelephonyManagerTestApp/src/com/android/phone/testapps/telephonymanagertestapp/ |
D | TelephonyManagerTestApp.java | 171 private String getParameters(Class<?>[] types, Parameter[] parameters) { in getParameters() argument 172 if (types == null || types.length == 0) { in getParameters() 178 for (int j = 0; j < types.length; j++) { in getParameters() 179 String typeName = getShortTypeName(types[j].getTypeName()); in getParameters() 181 if (j < (types.length - 1)) { in getParameters()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
D | JniCallbacks.java | 52 void devicePropertyChangedCallback(byte[] address, int[] types, byte[][] val) { in devicePropertyChangedCallback() argument 53 mRemoteDevices.devicePropertyChangedCallback(address, types, val); in devicePropertyChangedCallback() 80 void adapterPropertyChangedCallback(int[] types, byte[][] val) { in adapterPropertyChangedCallback() argument 81 mAdapterProperties.adapterPropertyChangedCallback(types, val); in adapterPropertyChangedCallback()
|
/packages/apps/TV/jni/ |
D | DvbManager.cpp | 339 const char *types; in openDvbFe() local 342 types = "DVB-S"; in openDvbFe() 345 types = "DVB-C"; in openDvbFe() 348 types = "DVB-T"; in openDvbFe() 351 types = "ATSC"; in openDvbFe() 354 types = "Unknown"; in openDvbFe() 356 ALOGI("Using frontend \"%s\", type %s", info.name, types); in openDvbFe()
|
/packages/apps/TV/tuner/proto/ |
D | channel.proto | 65 // Enum describing the types of tuner. 72 // Enum describing the types of video stream. 90 // Enum describing the types of audio stream. 106 // Enum describing ATSC service types 121 // Enum describing the types of delivery system.
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/ |
D | SortingCursorWrapperTest.java | 415 List<String> types = new ArrayList<>(ITEM_COUNT); in testSort_type_ascending() local 421 types.add(type); in testSort_type_ascending() 429 final String lhs = types.get(i); in testSort_type_ascending() 430 final String rhs = types.get(i + 1); in testSort_type_ascending() 447 List<String> types = new ArrayList<>(ITEM_COUNT); in testSort_type_descending() local 453 types.add(type); in testSort_type_descending() 461 final String lhs = types.get(i); in testSort_type_descending() 462 final String rhs = types.get(i + 1); in testSort_type_descending()
|
/packages/apps/Dialer/java/com/android/incallui/calllocation/impl/ |
D | ReverseGeocodeTask.java | 81 JSONArray types = component.optJSONArray(JSON_KEY_TYPES); in doInBackground() local 82 if (types != null) { in doInBackground() 83 for (int j = 0; !stripped && j < types.length(); j++) { in doInBackground() 84 if (JSON_KEY_PREMISE.equals(types.getString(j))) { in doInBackground()
|
/packages/apps/Contacts/src/com/android/contacts/model/account/ |
D | AccountTypeProvider.java | 95 List<AccountType> types = mCache.get(accountType); in getAccountTypes() local 96 if (types == null) { in getAccountTypes() 97 types = loadTypes(accountType); in getAccountTypes() 98 mCache.put(accountType, types); in getAccountTypes() 100 return types; in getAccountTypes()
|
/packages/apps/UniversalMediaPlayer/java/com/android/pump/provider/ |
D | KnowledgeGraph.java | 143 private @NonNull JSONObject getResultFromKG(String title, String... types) throws IOException { in getResultFromKG() argument 145 JSONObject root = (JSONObject) getContent(getContentUri(title, types)); in getResultFromKG() 198 private static @NonNull Uri getContentUri(@NonNull String title, @NonNull String... types) { in getContentUri() argument 207 for (String type : types) { in getContentUri()
|
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_btservice_AdapterService.cpp | 97 jintArray* types, jobjectArray* props) { in get_properties() argument 109 callbackEnv->SetIntArrayRegion(*types, i, 1, (jint*)&properties[i].type); in get_properties() 148 ScopedLocalRef<jintArray> types( in adapter_properties_callback() local 150 if (!types.get()) { in adapter_properties_callback() 155 jintArray typesPtr = types.get(); in adapter_properties_callback() 163 types.get(), props.get()); in adapter_properties_callback() 202 ScopedLocalRef<jintArray> types( in remote_device_properties_callback() local 204 if (!types.get()) { in remote_device_properties_callback() 219 jintArray typesPtr = types.get(); in remote_device_properties_callback() 227 types.get(), props.get()); in remote_device_properties_callback()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/inspector/ |
D | DebugView.java | 120 String[] types = metadata.getStringArray(DocumentsContract.METADATA_TYPES); in accept() local 121 if (types == null) { in accept() 125 for (String type : types) { in accept()
|
/packages/services/Mms/src/com/android/mms/service/ |
D | ApnSettings.java | 205 private static boolean isValidApnType(String types, String requestType) { in isValidApnType() argument 207 if (TextUtils.isEmpty(types)) { in isValidApnType() 210 for (String type : types.split(",")) { in isValidApnType()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/ |
D | CompatUtils.java | 68 final Class<?> ... types) { in getConstructor() argument 69 if (targetClass == null || types == null) { in getConstructor() 73 return targetClass.getConstructor(types); in getConstructor()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactLookupKeyTest.java | 224 private void assertLookupKey(String lookupKey, int[] accountHashCodes, int[] types, in assertLookupKey() argument 228 assertEquals(types.length, list.size()); in assertLookupKey() 233 assertEquals(types[i], segment.lookupType); in assertLookupKey()
|
/packages/apps/Launcher3/protos/ |
D | launcher_log.proto | 42 // For container types only 46 // For control types only 49 // For item types only
|
D | launcher_dump.proto | 35 // For container types only 38 // For item types only
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
D | tutorial.md | 11 …presenting the DOM, contains the root `Value` of the DOM tree. All public types and functions of R… 50 …` member exists in the root object. Since a `Value` can contain different types of value, we may n… 116 Note that, RapidJSON does not automatically convert values between JSON types. If a value is a stri… 118 In the following, details about querying individual types are discussed. 176 As C++ provides several integer and floating point number types, the DOM tries to handle these with… 230 …e have same type and contents. You can also compare values with primitive types. Here is an exampl… 260 There are also overloaded constructors for several types: 290 …nce. For fixed size JSON types (Number, True, False, Null), copying them is fast and easy. However…
|
/packages/apps/Contacts/tests/src/com/android/contacts/test/mocks/ |
D | MockAccountTypeManager.java | 41 public MockAccountTypeManager(AccountType[] types, AccountWithDataSet[] accounts) { in MockAccountTypeManager() argument 42 this.mTypes = types; in MockAccountTypeManager()
|
/packages/apps/Bluetooth/ |
D | Android.bp | 19 "system/bt/types", 28 "libbluetooth-types",
|
/packages/apps/Contacts/tests/src/com/android/contacts/model/ |
D | AccountTypeManagerTest.java | 75 … private static Map<AccountTypeWithDataSet, AccountType> buildAccountTypes(AccountType... types) { in buildAccountTypes() argument 77 for (AccountType type : types) { in buildAccountTypes()
|
/packages/services/Car/tools/emulator/ |
D | vhal_emulator_test.py | 357 def __init__(self, types, logLevel=20): argument 358 self._types = types 364 self._vhal = vhal_emulator.Vhal(types)
|