Home
last modified time | relevance | path

Searched defs:types (Results 151 – 175 of 394) sorted by relevance

12345678910>>...16

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppBatteryExemptionTracker.java206 int types) { in getUidBatteryExemptedUsageSince()
293 long now, int types) { in getBatteryUsageSince()
/aosp12/hardware/interfaces/tv/tuner/config/
H A DTunerTestingConfigReaderV1_1.h60 vector<FrontendStatusTypeExt1_1> types; in readFrontendConfig1_1() local
/aosp12/frameworks/base/core/java/com/android/internal/statusbar/
H A DIStatusBar.aidl211 void showTransient(int displayId, in int[] types, boolean isGestureOnSystemBar); in showTransient()
221 void abortTransient(int displayId, in int[] types); in abortTransient()
/aosp12/art/tools/dexanalyze/
H A Ddexanalyze_bytecode.cc114 std::map<size_t, TypeLinkage> types; in ProcessDexFiles() local
221 std::map<size_t, TypeLinkage>& types) { in ProcessCodeItem()
/aosp12/bionic/tools/versioner/src/
H A Dversioner.cpp185 static std::unique_ptr<HeaderDatabase> compileHeaders(const std::set<CompilationType>& types, in compileHeaders()
351 static bool checkVersions(const std::set<CompilationType>& types, in checkVersions()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarCommandQueueCallbacks.java177 public void abortTransient(int displayId, @InternalInsetsType int[] types) { in abortTransient()
498 public void showTransient(int displayId, @InternalInsetsType int[] types, in showTransient()
/aosp12/packages/services/Car/car-lib/src/android/car/user/
H A DCarUserManager.java646 public UserIdentificationAssociationResponse getUserIdentificationAssociation( in getUserIdentificationAssociation()
675 public AsyncFuture<UserIdentificationAssociationResponse> setUserIdentificationAssociation( in setUserIdentificationAssociation()
/aosp14/frameworks/base/core/java/android/view/
H A DInsetsAnimationControlImpl.java124 @InsetsType int types, InsetsAnimationControlCallbacks controller, long durationMs, in InsetsAnimationControlImpl()
225 public void notifyControlRevoked(@InsetsType int types) { in notifyControlRevoked()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesCommandQueueCallbacks.java191 public void abortTransient(int displayId, @InsetsType int types) { in abortTransient()
486 public void showTransient(int displayId, @InsetsType int types, boolean isGestureOnSystemBar) { in showTransient()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/window/
H A DOverlayViewGlobalStateController.java306 private void setFitInsetsTypes(@InsetsType int types) { in setFitInsetsTypes()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardPasswordView.java192 int types) { in startDisappearAnimation()
/aosp12/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityEvent.java978 private static String contentChangeTypesToString(int types) { in contentChangeTypesToString()
1031 private static String windowChangeTypesToString(@WindowsChangeTypes int types) { in windowChangeTypesToString()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DDisplayImeController.java310 public void showInsets(int types, boolean fromIme) { in showInsets()
319 public void hideInsets(int types, boolean fromIme) { in hideInsets()
H A DSystemWindows.java348 public void showInsets(int types, boolean fromIme) {} in showInsets()
351 public void hideInsets(int types, boolean fromIme) {} in hideInsets()
/aosp12/frameworks/base/tools/aapt2/
H A DResourceTable.h193 std::vector<std::unique_ptr<ResourceTableType>> types; variable
234 std::vector<ResourceTableTypeView> types; member
/aosp12/frameworks/av/services/tuner/
H A DTunerFrontend.cpp299 vector<FrontendStatusType> types; in getStatus() local
325 vector<FrontendStatusTypeExt1_1> types; in getStatusExtended_1_1() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DDisplayImeController.java329 public void showInsets(@InsetsType int types, boolean fromIme, in showInsets()
339 public void hideInsets(@InsetsType int types, boolean fromIme, in hideInsets()
H A DSystemWindows.java358 public void showInsets(int types, boolean fromIme, @Nullable ImeTracker.Token statsToken) {} in showInsets()
361 public void hideInsets(int types, boolean fromIme, @Nullable ImeTracker.Token statsToken) {} in hideInsets()
/aosp14/frameworks/base/tools/aapt2/
H A DResourceTable.h196 std::vector<std::unique_ptr<ResourceTableType>> types; variable
238 std::vector<ResourceTableTypeView> types; member
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/
H A DDreamOverlayStateController.java374 public void setAvailableComplicationTypes(@Complication.ComplicationType int types) { in setAvailableComplicationTypes()
/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioSystemAdapter.java610 public int setUidDeviceAffinities(int uid, @NonNull int[] types, @NonNull String[] addresses) { in setUidDeviceAffinities()
632 public int setUserIdDeviceAffinities(int userId, @NonNull int[] types, in setUserIdDeviceAffinities()
/aosp12/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
H A DHidParser.cpp225 const std::vector<int> types = {REPORT_TYPE_FEATURE, REPORT_TYPE_INPUT, REPORT_TYPE_OUTPUT}; in convertGroupToPacket() local
/aosp12/packages/services/Mms/src/com/android/mms/service/
H A DApnSettings.java206 private static boolean isValidApnType(String types, String requestType) { in isValidApnType()
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactLookupKeyTest.java224 private void assertLookupKey(String lookupKey, int[] accountHashCodes, int[] types, in assertLookupKey()
/aosp12/frameworks/layoutlib/validator/src/com/android/tools/idea/validator/
H A DValidatorData.java60 public Policy(@NotNull EnumSet<Type> types, @NotNull EnumSet<Level> levels) { in Policy()

12345678910>>...16