Home
last modified time | relevance | path

Searched refs:types (Results 1 – 25 of 104) sorted by relevance

12345

/packages/services/Telephony/ecc/input/
Deccdata.txt6 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/
DFakeDeviceAccountTypeFactory.java46 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/
DTopLevelAccountEntryPreferenceController.java46 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/
DTopLevelAccountEntryPreferenceController.java46 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/
DGestureStrokeDrawingPoints.java95 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/
DTelephonyManagerTestApp.java171 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/
DJniCallbacks.java52 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/
DDvbManager.cpp339 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/
Dchannel.proto65 // 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/
DSortingCursorWrapperTest.java415 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/
DReverseGeocodeTask.java81 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/
DAccountTypeProvider.java95 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/
DKnowledgeGraph.java143 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/
Dcom_android_bluetooth_btservice_AdapterService.cpp97 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/
DDebugView.java120 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/
DApnSettings.java205 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/
DCompatUtils.java68 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/
DContactLookupKeyTest.java224 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/
Dlauncher_log.proto42 // For container types only
46 // For control types only
49 // For item types only
Dlauncher_dump.proto35 // For container types only
38 // For item types only
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
Dtutorial.md11 …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/
DMockAccountTypeManager.java41 public MockAccountTypeManager(AccountType[] types, AccountWithDataSet[] accounts) { in MockAccountTypeManager() argument
42 this.mTypes = types; in MockAccountTypeManager()
/packages/apps/Bluetooth/
DAndroid.bp19 "system/bt/types",
28 "libbluetooth-types",
/packages/apps/Contacts/tests/src/com/android/contacts/model/
DAccountTypeManagerTest.java75 … private static Map<AccountTypeWithDataSet, AccountType> buildAccountTypes(AccountType... types) { in buildAccountTypes() argument
77 for (AccountType type : types) { in buildAccountTypes()
/packages/services/Car/tools/emulator/
Dvhal_emulator_test.py357 def __init__(self, types, logLevel=20): argument
358 self._types = types
364 self._vhal = vhal_emulator.Vhal(types)

12345