/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/tests/ |
H A D | FakeDeviceAccountTypeFactory.java | 46 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 D | memtrack.cpp | 49 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 D | generate_ndk.cpp | 573 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 D | aidl_to_ndk.cpp | 152 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 D | LogDataTypeTest.java | 61 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 D | glGetDebugMessageLog.java | 8 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 D | glGetDebugMessageLogKHR.java | 8 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 D | PendingInsetsController.java | 49 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 D | InsetsController.java | 536 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 D | IDisplayWindowInsetsController.aidl | 49 void showInsets(int types, boolean fromIme); in showInsets() 54 void hideInsets(int types, boolean fromIme); in hideInsets()
|
H A D | InsetsAnimationControlCallbacks.java | 39 void startAnimation(T runner, WindowInsetsAnimationControlListener listener, int types, in startAnimation() 78 void reportPerceptible(@InsetsType int types, boolean perceptible); in reportPerceptible()
|
H A D | WindowInsetsController.java | 161 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 D | InsetsAnimationThreadControlRunner.java | 112 @InsetsType int types, InsetsAnimationControlCallbacks controller, long durationMs, in InsetsAnimationThreadControlRunner() 157 public void notifyControlRevoked(@InsetsType int types) { in notifyControlRevoked()
|
H A D | InsetsResizeAnimationRunner.java | 58 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 D | DisplayInsetsController.java | 153 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 D | InsetsControlTarget.java | 55 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 D | LogDataType.java | 39 public static int logDataTypesToBitMask(List<Integer> types) { in logDataTypesToBitMask() 66 ArrayList<Integer> types = new ArrayList<>(); in parseFormatString() local
|
/aosp12/system/libhidl/transport/ |
H A D | HidlTransportUtils.cpp | 39 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 D | DisplaySystemBarsController.java | 125 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 D | LockTargetStateAnalysis.java | 54 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 D | CarUserManagerUnitTest.java | 436 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 D | ControllerActivity.java | 105 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 D | NotificationListenerFilter.java | 48 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 D | CommandQueueTest.java | 153 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 D | DisplayInsetsControllerTest.java | 184 public void showInsets(int types, boolean fromIme) { in showInsets() 189 public void hideInsets(int types, boolean fromIme) { in hideInsets()
|