Home
last modified time | relevance | path

Searched defs:types (Results 1 – 25 of 69) sorted by relevance

123

/packages/apps/Contacts/tests/src/com/android/contacts/tests/
DFakeDeviceAccountTypeFactory.java46 public FakeDeviceAccountTypeFactory withSimTypes(String... types) { in withSimTypes()
53 public FakeDeviceAccountTypeFactory withSimTypes(AccountType... types) { in withSimTypes()
60 public FakeDeviceAccountTypeFactory withDeviceTypes(String... types) { in withDeviceTypes()
67 public FakeDeviceAccountTypeFactory withDeviceTypes(AccountType... types) { in withDeviceTypes()
/packages/modules/HealthFitness/tests/unittests/src/android/healthconnect/
DExerciseSegmentTypesTest.java36 List<Integer> types = getAllDeclaredExerciseSegmentTypes(); in testExerciseSegmentTypeStrings_allValuesAreUnique() local
44 List<Integer> types = new ArrayList<>(); in getAllDeclaredExerciseSegmentTypes() local
/packages/apps/Car/SystemUI/src/com/android/systemui/wm/
DDisplaySystemBarsController.java141 public void hideInsets(@InsetsType int types, boolean fromIme, in hideInsets()
149 public void showInsets(@InsetsType int types, boolean fromIme, in showInsets()
197 protected void updateRequestedVisibleTypes(@InsetsType int types, boolean visible) { in updateRequestedVisibleTypes()
DMDSystemBarsController.java166 public void showInsets(@WindowInsets.Type.InsetsType int types, boolean fromIme, in showInsets()
172 public void hideInsets(@WindowInsets.Type.InsetsType int types, boolean fromIme, in hideInsets()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/
DCarUserManagerUnitTest.java632 int[] types = new int[] {1}; in testGetUserIdentificationAssociation_remoteException() local
646 int[] types = new int[] {1}; in testGetUserIdentificationAssociation_runtimeException() local
660 int[] types = new int[] { 4, 8, 15, 16, 23, 42 }; in testGetUserIdentificationAssociation_ok() local
703 int[] types = new int[] {1}; in testSetUserIdentificationAssociation_remoteException() local
721 int[] types = new int[] {1}; in testSetUserIdentificationAssociation_runtimeException() local
739 int[] types = new int[] { 1, 2, 3 }; in testSetUserIdentificationAssociation_ok() local
/packages/services/Car/car-lib/src/android/car/
DICarUserService.aidl48 UserIdentificationAssociationResponse getUserIdentificationAssociation(in int[] types); in getUserIdentificationAssociation()
49 void setUserIdentificationAssociation(int timeoutMs, in int[] types, in int[] values, in setUserIdentificationAssociation()
/packages/services/Car/service/src/com/android/car/evs/
DCarEvsService.java589 ArraySet<Integer> types = mCallbackToServiceType.get(callback.asBinder()); in startVideoStream() local
612 ArraySet<Integer> types = mCallbackToServiceType.get(callback.asBinder()); in stopVideoStream() local
902 ArraySet<Integer> types = mCallbackToServiceType.get(callback.asBinder()); in addStreamCallback() local
953 ArraySet<Integer> types = mCallbackToServiceType.get(callback.asBinder()); in handleClientDisconnected() local
993 ArraySet<Integer> types = mCallbackToServiceType.get(callback.asBinder()); in stopService() local
/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DMdnsNsecRecord.java46 String[] nextDomain, int[] types) { in MdnsNsecRecord()
70 final ArrayList<Integer> types = new ArrayList<>(); in readTypes() local
/packages/apps/UniversalMediaPlayer/java/com/android/pump/provider/
DKnowledgeGraph.java143 private @NonNull JSONObject getResultFromKG(String title, String... types) throws IOException { in getResultFromKG()
198 private static @NonNull Uri getContentUri(@NonNull String title, @NonNull String... types) { in getContentUri()
/packages/services/Car/tests/CarEvsMultiCameraPreviewApp/src/com/google/android/car/evs/multi/
DCarEvsCameraClient.java201 boolean updateServiceTypes(ArraySet<Integer> types) { in updateServiceTypes()
222 ArraySet<Integer> startVideoStream(ArraySet<Integer> types) { in startVideoStream()
DCarEvsMultiCameraPreviewActivity.java215 ArraySet<Integer> types = new ArraySet<>(); in onCreate() local
557 ArraySet types = mNextServiceTypes.valueAt(i); in createCameraViewLocked() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DGestureStrokeDrawingPoints.java95 final ResizableIntArray types) { in appendPreviewStroke()
126 final ResizableIntArray yCoords, final ResizableIntArray types) { in interpolateStrokeAndReturnStartIndexOfLastSegment()
/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DQnsUtils.java72 List<Integer> types = new ArrayList<>(); in getApnTypes() local
96 List<String> types = new ArrayList<>(); in getStringAccessNetworkTypes() local
544 static List<Integer> getNetCapabilitiesFromApnTypesString(@NonNull String[] types) { in getNetCapabilitiesFromApnTypesString()
/packages/apps/Contacts/tests/src/com/android/contacts/test/mocks/
DMockAccountTypeManager.java41 public MockAccountTypeManager(AccountType[] types, AccountWithDataSet[] accounts) { in MockAccountTypeManager()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DJniCallbacks.java54 void devicePropertyChangedCallback(byte[] address, int[] types, byte[][] val) { in devicePropertyChangedCallback()
92 void adapterPropertyChangedCallback(int[] types, byte[][] val) { in adapterPropertyChangedCallback()
/packages/services/Telephony/ecc/conversion_toolset_v1/proto/
Dprotobuf_ecc_data.proto32 repeated Type types = 2 [packed=true]; field
/packages/apps/Contacts/tests/src/com/android/contacts/model/
DAccountTypeManagerTest.java75 … private static Map<AccountTypeWithDataSet, AccountType> buildAccountTypes(AccountType... types) { in buildAccountTypes()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/
DSortingCursorWrapperTest.java415 List<String> types = new ArrayList<>(ITEM_COUNT); in testSort_type_ascending() local
447 List<String> types = new ArrayList<>(ITEM_COUNT); in testSort_type_descending() local
/packages/apps/Dialer/java/com/android/incallui/calllocation/impl/
DReverseGeocodeTask.java81 JSONArray types = component.optJSONArray(JSON_KEY_TYPES); in doInBackground() local
/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_types_test.cc24 namespace types { namespace
/packages/services/Car/tools/emulator/
Dvhal_emulator.py259 def __init__(self, types, device=None): argument
/packages/apps/Settings/src/com/android/settings/applications/specialaccess/notificationaccess/
DTypeFilterPreferenceController.java134 int types = 0; in updateState() local
/packages/apps/Car/SystemUI/src/com/android/systemui/car/window/
DSystemUIOverlayWindowController.java140 public void setFitInsetsTypes(@WindowInsets.Type.InsetsType int types) { in setFitInsetsTypes()
/packages/apps/DocumentsUI/src/com/android/documentsui/inspector/
DDebugView.java122 String[] types = metadata.getStringArray(DocumentsContract.METADATA_TYPES); in accept() local
/packages/services/Car/car-test-lib/src/android/car/test/
DApiHelper.java115 String types = methodSignature.substring(openingIndex + 1, in getMethod() local

123