Home
last modified time | relevance | path

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

12345678910>>...12

/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/tests/
H A 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()
/aosp12/system/memory/libmemtrack/
H A Dmemtrack.cpp49 std::vector<memtrack_proc_type> types; member
142 const std::vector<MemtrackType>& types, uint32_t flags) in memtrack_proc_sum()
161 std::vector<MemtrackType> types = {MemtrackType::GRAPHICS}; in memtrack_proc_graphics_total() local
167 std::vector<MemtrackType> types = { MemtrackType::GRAPHICS }; in memtrack_proc_graphics_pss() local
174 std::vector<MemtrackType> types = { MemtrackType::GL }; in memtrack_proc_gl_total() local
180 std::vector<MemtrackType> types = { MemtrackType::GL }; in memtrack_proc_gl_pss() local
187 std::vector<MemtrackType> types = { MemtrackType::MULTIMEDIA, in memtrack_proc_other_total() local
194 std::vector<MemtrackType> types = { MemtrackType::MULTIMEDIA, in memtrack_proc_other_pss() local
/aosp12/system/tools/aidl/
H A Dgenerate_ndk.cpp573 void GenerateClassSource(CodeWriter& out, const AidlTypenames& types, in GenerateClassSource()
632 void GenerateClientSource(CodeWriter& out, const AidlTypenames& types, in GenerateClientSource()
646 void GenerateServerSource(CodeWriter& out, const AidlTypenames& types, in GenerateServerSource()
696 void GenerateInterfaceSource(CodeWriter& out, const AidlTypenames& types, in GenerateInterfaceSource()
818 void GenerateClientHeader(CodeWriter& out, const AidlTypenames& types, in GenerateClientHeader()
868 void GenerateServerHeader(CodeWriter& out, const AidlTypenames& types, in GenerateServerHeader()
1005 void GenerateParcelHeader(CodeWriter& out, const AidlTypenames& types, in GenerateParcelHeader()
1076 void GenerateParcelSource(CodeWriter& out, const AidlTypenames& types, in GenerateParcelSource()
1153 void GenerateParcelHeader(CodeWriter& out, const AidlTypenames& types, in GenerateParcelHeader()
1217 void GenerateParcelSource(CodeWriter& out, const AidlTypenames& types, in GenerateParcelSource()
[all …]
H A Daidl_to_ndk.cpp152 const AidlTypenames& types) { in ParcelableTypeInfo()
351 static TypeInfo::Aspect GetTypeAspect(const AidlTypenames& types, const AidlTypeSpecifier& aidl) { in GetTypeAspect()
424 std::string NdkNameOf(const AidlTypenames& types, const AidlTypeSpecifier& aidl, StorageMode mode) { in NdkNameOf()
443 size_t NdkAlignmentOf(const AidlTypenames& types, const AidlTypeSpecifier& aidl) { in NdkAlignmentOf()
474 const AidlTypenames& types, const AidlMethod& method, in NdkArgList()
494 std::string NdkMethodDecl(const AidlTypenames& types, const AidlMethod& method, in NdkMethodDecl()
/aosp12/frameworks/base/tests/Internal/src/com/android/internal/protolog/common/
H A DLogDataTypeTest.java61 List<Integer> types = Arrays.asList(LogDataType.STRING, LogDataType.DOUBLE, in logDataTypesToBitMask() local
69 ArrayList<Integer> types = new ArrayList<>(); in logDataTypesToBitMask_toManyParams() local
79 List<Integer> types = Arrays.asList(LogDataType.STRING, LogDataType.DOUBLE, in bitmaskToLogDataTypes() local
/aosp12/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglGetDebugMessageLog.java8 int[] types, in glGetDebugMessageLog()
24 java.nio.IntBuffer types, in glGetDebugMessageLog()
36 int[] types, in glGetDebugMessageLog()
48 java.nio.IntBuffer types, in glGetDebugMessageLog()
H A DglGetDebugMessageLogKHR.java8 int[] types, in glGetDebugMessageLogKHR()
24 java.nio.IntBuffer types, in glGetDebugMessageLogKHR()
36 int[] types, in glGetDebugMessageLogKHR()
48 java.nio.IntBuffer types, in glGetDebugMessageLogKHR()
/aosp12/frameworks/base/core/java/android/view/
H A DPendingInsetsController.java49 public void show(int types) { in show()
58 public void hide(int types) { in hide()
201 public void controlWindowInsetsAnimation(@InsetsType int types, long durationMillis, in controlWindowInsetsAnimation()
221 public ShowRequest(int types) { in ShowRequest()
235 public HideRequest(int types) { in HideRequest()
H A DInsetsController.java536 final @InsetsType int types; field in InsetsController.PendingControlRequest
777 @InsetsType int types = 0; in startResizingAnimationIfNeeded() local
908 public void show(@InsetsType int types) { in show()
913 public void show(@InsetsType int types, boolean fromIme) { in show()
972 public void hide(@InsetsType int types) { in hide()
977 public void hide(@InsetsType int types, boolean fromIme) { in hide()
1030 private void controlAnimationUnchecked(@InsetsType int types, in controlAnimationUnchecked()
1237 private void cancelExistingControllers(@InsetsType int types) { in cancelExistingControllers()
1462 private void hideDirectly( in hideDirectly()
1634 @InsetsType int types = calculateControllableTypes(); in invokeControllableInsetsChangedListeners() local
[all …]
H A DIDisplayWindowInsetsController.aidl49 void showInsets(int types, boolean fromIme); in showInsets()
54 void hideInsets(int types, boolean fromIme); in hideInsets()
H A DInsetsAnimationControlCallbacks.java39 void startAnimation(T runner, WindowInsetsAnimationControlListener listener, int types, in startAnimation()
78 void reportPerceptible(@InsetsType int types, boolean perceptible); in reportPerceptible()
H A DWindowInsetsController.java161 void show(@InsetsType int types); in show()
173 void hide(@InsetsType int types); in hide()
198 void controlWindowInsetsAnimation(@InsetsType int types, long durationMillis, in controlWindowInsetsAnimation()
H A DInsetsAnimationThreadControlRunner.java112 @InsetsType int types, InsetsAnimationControlCallbacks controller, long durationMs, in InsetsAnimationThreadControlRunner()
157 public void notifyControlRevoked(@InsetsType int types) { in notifyControlRevoked()
H A DInsetsResizeAnimationRunner.java58 Interpolator interpolator, long duration, @InsetsType int types, in InsetsResizeAnimationRunner()
111 public void onReady(WindowInsetsAnimationController controller, int types) { in onReady()
215 public void notifyControlRevoked(int types) { in notifyControlRevoked()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DDisplayInsetsController.java153 private void showInsets(int types, boolean fromIme) { in showInsets()
163 private void hideInsets(int types, boolean fromIme) { in hideInsets()
209 public void showInsets(int types, boolean fromIme) throws RemoteException { in showInsets()
216 public void hideInsets(int types, boolean fromIme) throws RemoteException { in hideInsets()
255 default void showInsets(int types, boolean fromIme) {} in showInsets()
263 default void hideInsets(int types, boolean fromIme) {} in hideInsets()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DInsetsControlTarget.java55 default void showInsets(@InsetsType int types, boolean fromIme) { in showInsets()
64 default void hideInsets(@InsetsType int types, boolean fromIme) { in hideInsets()
/aosp12/frameworks/base/core/java/com/android/internal/protolog/common/
H A DLogDataType.java39 public static int logDataTypesToBitMask(List<Integer> types) { in logDataTypesToBitMask()
66 ArrayList<Integer> types = new ArrayList<>(); in parseFormatString() local
/aosp12/system/libhidl/transport/
H A DHidlTransportUtils.cpp39 auto chainRet = interface->interfaceChain([&](const hidl_vec<hidl_string> &types) { in canCastInterface()
64 auto ret = interface->interfaceDescriptor([&](const hidl_string &types) { in getDescriptor()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/wm/
H A DDisplaySystemBarsController.java125 public void hideInsets(@Type.InsetsType int types, boolean fromIme) { in hideInsets()
135 public void showInsets(@Type.InsetsType int types, boolean fromIme) { in showInsets()
170 private void updateRequestedVisibilities(@Type.InsetsType int types, boolean visible) { in updateRequestedVisibilities()
/aosp12/frameworks/base/tools/locked_region_code_injection/src/lockedregioncodeinjection/
H A DLockTargetStateAnalysis.java54 List<LockTarget> types = new ArrayList<>(); in naryOperation() local
68 List<LockTarget> types = new ArrayList<>(); in newValue() local
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/
H A DCarUserManagerUnitTest.java436 int[] types = new int[] {1}; in testGetUserIdentificationAssociation_remoteException() local
450 int[] types = new int[] {1}; in testGetUserIdentificationAssociation_runtimeException() local
464 int[] types = new int[] { 4, 8, 15, 16, 23, 42 }; in testGetUserIdentificationAssociation_ok() local
507 int[] types = new int[] {1}; in testSetUserIdentificationAssociation_remoteException() local
525 int[] types = new int[] {1}; in testSetUserIdentificationAssociation_runtimeException() local
543 int[] types = new int[] { 1, 2, 3 }; in testSetUserIdentificationAssociation_ok() local
/aosp12/frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/
H A DControllerActivity.java105 private void updateWidgets(WindowInsets insets, int types, ToggleButton toggle, SeekBar seek) { in updateWidgets()
121 ToggleListener(int types) { in ToggleListener()
145 SeekBarListener(int types) { in SeekBarListener()
/aosp12/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerFilter.java48 public NotificationListenerFilter(int types, ArraySet<VersionedPackage> pkgs) { in NotificationListenerFilter()
101 public void setTypes(int types) { in setTypes()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DCommandQueueTest.java153 int[] types = new int[]{ITYPE_STATUS_BAR, ITYPE_NAVIGATION_BAR}; in testShowTransient() local
161 int[] types = new int[]{ITYPE_STATUS_BAR, ITYPE_NAVIGATION_BAR}; in testShowTransientForSecondaryDisplay() local
169 int[] types = new int[]{ITYPE_STATUS_BAR, ITYPE_NAVIGATION_BAR}; in testAbortTransient() local
177 int[] types = new int[]{ITYPE_STATUS_BAR, ITYPE_NAVIGATION_BAR}; in testAbortTransientForSecondaryDisplay() local
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/common/
H A DDisplayInsetsControllerTest.java184 public void showInsets(int types, boolean fromIme) { in showInsets()
189 public void hideInsets(int types, boolean fromIme) { in hideInsets()

12345678910>>...12