/aosp14/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/ |
H A D | BaseSettingsProviderTest.java | 101 protected String getStringViaFrontEndApiSetting(int type, String name, int userId) { in getStringViaFrontEndApiSetting() 123 protected Uri insertStringViaProviderApi(int type, String name, String value, in insertStringViaProviderApi() 136 protected int deleteStringViaProviderApi(int type, String name) { in deleteStringViaProviderApi() 141 protected int updateStringViaProviderApiSetting(int type, String name, String value) { in updateStringViaProviderApiSetting() 150 protected String queryStringViaProviderApi(int type, String name) { in queryStringViaProviderApi() 228 protected static void resetToDefaultsViaShell(int type, String packageName, String tag) in resetToDefaultsViaShell() 252 protected String getSetting(int type, String name) { in getSetting() 272 protected void putSetting(int type, String name, String value) { in putSetting() 292 protected static void setSettingViaShell(int type, String name, String value, in setSettingViaShell() 297 protected static void setSettingViaShell(int type, String name, String value, in setSettingViaShell() [all …]
|
H A D | SettingsProviderTest.java | 253 private void testResetModePackageDefaultsCommon(int type) throws Exception { in testResetModePackageDefaultsCommon() 352 private void testResetModeUntrustedDefaultsCommon(int type) throws Exception { in testResetModeUntrustedDefaultsCommon() 394 private void testResetModeUntrustedClearCommon(int type) throws Exception { in testResetModeUntrustedClearCommon() 436 private void testResetModeTrustedDefaultsCommon(int type) throws Exception { in testResetModeTrustedDefaultsCommon() 492 private void doTestQueryStringInBracketsViaProviderApiForType(int type) { in doTestQueryStringInBracketsViaProviderApiForType() 512 private void toTestBulkInsertViaProviderApiForType(int type) { in toTestBulkInsertViaProviderApiForType() 600 private void performSetAndGetSettingTestViaFrontEndApi(int type, int userId) in performSetAndGetSettingTestViaFrontEndApi() 612 private void performSetAndGetSettingTestViaProviderApi(int type) in performSetAndGetSettingTestViaProviderApi() 625 private void setSettingViaFrontEndApiAndAssertSuccessfulChange(final int type, in setSettingViaFrontEndApiAndAssertSuccessfulChange() 632 private void setSettingViaProviderApiAndAssertSuccessfulChange(final int type, in setSettingViaProviderApiAndAssertSuccessfulChange() [all …]
|
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/ |
H A D | TonesAutoTest.java | 37 int type; in tonesDtmfTest() local 61 int type; in tonesSupervisoryTest() local 98 int type; in tonesProprietaryTest() local 123 int type; in tonesSimultaneousTest() local 153 int type; in tonesStressTest() local
|
/aosp14/frameworks/base/core/java/android/app/slice/ |
H A D | SliceQuery.java | 83 public static List<SliceItem> findAll(SliceItem s, String type) { in findAll() 90 public static List<SliceItem> findAll(SliceItem s, String type, String hints, String nonHints) { in findAll() 97 public static List<SliceItem> findAll(SliceItem s, String type, String[] hints, in findAll() 107 public static SliceItem find(Slice s, String type, String hints, String nonHints) { in find() 114 public static SliceItem find(Slice s, String type) { in find() 121 public static SliceItem find(SliceItem s, String type) { in find() 128 public static SliceItem find(SliceItem s, String type, String hints, String nonHints) { in find() 135 public static SliceItem find(Slice s, String type, String[] hints, String[] nonHints) { in find() 144 public static SliceItem find(SliceItem s, String type, String[] hints, String[] nonHints) { in find()
|
/aosp14/frameworks/base/core/java/android/credentials/ |
H A D | ListEnabledProvidersException.java | 47 public ListEnabledProvidersException(@NonNull String type, @Nullable String message) { in ListEnabledProvidersException() 56 public ListEnabledProvidersException( in ListEnabledProvidersException() 68 public ListEnabledProvidersException(@NonNull String type, @Nullable Throwable cause) { in ListEnabledProvidersException() 77 public ListEnabledProvidersException(@NonNull String type) { in ListEnabledProvidersException()
|
H A D | SetEnabledProvidersException.java | 47 public SetEnabledProvidersException(@NonNull String type, @Nullable String message) { in SetEnabledProvidersException() 56 public SetEnabledProvidersException( in SetEnabledProvidersException() 68 public SetEnabledProvidersException(@NonNull String type, @Nullable Throwable cause) { in SetEnabledProvidersException() 77 public SetEnabledProvidersException(@NonNull String type) { in SetEnabledProvidersException()
|
H A D | ClearCredentialStateException.java | 55 public ClearCredentialStateException(@NonNull String type, @Nullable String message) { in ClearCredentialStateException() 64 public ClearCredentialStateException( in ClearCredentialStateException() 76 public ClearCredentialStateException(@NonNull String type, @Nullable Throwable cause) { in ClearCredentialStateException() 85 public ClearCredentialStateException(@NonNull String type) { in ClearCredentialStateException()
|
H A D | GetCredentialException.java | 81 public GetCredentialException(@NonNull String type, @Nullable String message) { in GetCredentialException() 90 public GetCredentialException( in GetCredentialException() 102 public GetCredentialException(@NonNull String type, @Nullable Throwable cause) { in GetCredentialException() 111 public GetCredentialException(@NonNull String type) { in GetCredentialException()
|
H A D | CreateCredentialException.java | 81 public CreateCredentialException(@NonNull String type, @Nullable String message) { in CreateCredentialException() 90 public CreateCredentialException( in CreateCredentialException() 102 public CreateCredentialException(@NonNull String type, @Nullable Throwable cause) { in CreateCredentialException() 111 public CreateCredentialException(@NonNull String type) { in CreateCredentialException()
|
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/accessibility/ |
H A D | AccessibilityUtilsTest.java | 69 @AccessibilityUtils.A11yTextChangeType int type = AccessibilityUtils.textOrSpanChanged( in textOrSpanChanged_stringChange_returnTextChange() local 80 @AccessibilityUtils.A11yTextChangeType int type = AccessibilityUtils.textOrSpanChanged( in textOrSpanChanged_stringNotChange_returnNoneChange() local 93 @AccessibilityUtils.A11yTextChangeType int type = AccessibilityUtils.textOrSpanChanged( in textOrSpanChanged_nonSpanToNonParcelableSpan_returnNoneChange() local 106 @AccessibilityUtils.A11yTextChangeType int type = AccessibilityUtils.textOrSpanChanged( in textOrSpanChanged_nonSpanToParcelableSpan_returnParcelableSpanChange() local 121 @AccessibilityUtils.A11yTextChangeType int type = AccessibilityUtils.textOrSpanChanged( in textOrSpanChanged_nonParcelableSpanToParcelableSpan_returnParcelableSpanChange() local 135 @AccessibilityUtils.A11yTextChangeType int type = AccessibilityUtils.textOrSpanChanged( in textOrSpanChanged_nonParcelableSpanChange_returnNoneChange() local 149 @AccessibilityUtils.A11yTextChangeType int type = AccessibilityUtils.textOrSpanChanged( in textOrSpanChanged_parcelableSpanChange_returnParcelableSpanChange() local
|
/aosp14/frameworks/base/core/java/android/hardware/camera2/utils/ |
H A D | TypeReference.java | 91 private TypeReference(Type type) { in TypeReference() 108 public SpecializedBaseTypeReference(Type type) { in SpecializedBaseTypeReference() 144 public static TypeReference<?> createSpecializedTypeReference(Type type) { in createSpecializedTypeReference() 167 private static final Class<?> getRawType(Type type) { in getRawType() 221 private static Type getComponentType(Type type) { in getComponentType() 276 public static boolean containsTypeVariable(Type type) { in containsTypeVariable() 374 private static void toString(Type type, StringBuilder out) { in toString()
|
/aosp14/frameworks/base/core/java/android/content/res/ |
H A D | TypedArray.java | 230 final int type = data[index + STYLE_TYPE]; in getText() local 267 final int type = data[index + STYLE_TYPE]; in getString() local 306 final int type = data[index + STYLE_TYPE]; in getNonResourceString() local 338 final int type = data[index + STYLE_TYPE]; in getNonConfigurationString() local 385 final int type = data[index + STYLE_TYPE]; in getBoolean() local 424 final int type = data[index + STYLE_TYPE]; in getInt() local 461 final int type = data[index + STYLE_TYPE]; in getFloat() local 512 final int type = data[index + STYLE_TYPE]; in getColor() local 633 final int type = data[index + STYLE_TYPE]; in getInteger() local 682 final int type = data[index + STYLE_TYPE]; in getDimension() local [all …]
|
/aosp14/frameworks/base/core/java/com/android/server/ |
H A D | LocalServices.java | 45 public static <T> T getService(Class<T> type) { in getService() 54 public static <T> void addService(Class<T> type, T service) { in addService() 67 public static <T> void removeServiceForTest(Class<T> type) { in removeServiceForTest()
|
/aosp14/frameworks/base/apex/jobscheduler/framework/java/android/app/ |
H A D | AlarmManager.java | 511 public void set(@AlarmType int type, long triggerAtMillis, @Nullable String tag, in set() 576 public void setRepeating(@AlarmType int type, long triggerAtMillis, in setRepeating() 806 public void setExact(@AlarmType int type, long triggerAtMillis, in setExact() 919 public void set(@AlarmType int type, long triggerAtMillis, long windowMillis, in set() 937 public void set(@AlarmType int type, long triggerAtMillis, long windowMillis, in set() 985 public void set(@AlarmType int type, long triggerAtMillis, long windowMillis, in set() 1039 private void setImpl(@AlarmType int type, long triggerAtMillis, long windowMillis, in setImpl() 1187 public void setInexactRepeating(@AlarmType int type, long triggerAtMillis, in setInexactRepeating() 1237 public void setAndAllowWhileIdle(@AlarmType int type, long triggerAtMillis, in setAndAllowWhileIdle() 1310 public void setExactAndAllowWhileIdle(@AlarmType int type, long triggerAtMillis, in setExactAndAllowWhileIdle() [all …]
|
/aosp14/frameworks/base/libs/hwui/utils/ |
H A D | TypeLogic.h | 24 using type = std::conditional_t<std::is_const<S>::value, std::add_const_t<D>, D>; member 29 using type = std::conditional_t<std::is_volatile<S>::value, std::add_volatile_t<D>, D>; member 34 using type = copy_volatile_t<copy_const_t<D, S>, S>; member
|
/aosp14/frameworks/base/tools/aapt2/ |
H A D | Resource_test.cpp | 27 const ResourceType* type = ParseResourceType("anim"); in TEST() local 132 auto type = ParseResourceNamedType("anim"); in TEST() local 155 auto type = ResourceNamedTypeWithDefaultName(ResourceType::kAnim); in TEST() local
|
/aosp14/frameworks/base/core/java/android/accounts/ |
H A D | AuthenticatorDescription.java | 30 final public String type; field in AuthenticatorDescription 54 public AuthenticatorDescription(String type, String packageName, int labelId, int iconId, in AuthenticatorDescription() 67 public AuthenticatorDescription(String type, String packageName, int labelId, int iconId, in AuthenticatorDescription() 77 public static AuthenticatorDescription newKey(String type) { in newKey() 83 private AuthenticatorDescription(String type) { in AuthenticatorDescription()
|
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/alarm/ |
H A D | AlarmManagerServiceTest.java | 275 synchronized void set(int type, long millisElapsed) { in set() 345 void setAlarm(int type, long millis) { in setAlarm() 557 private void setTestAlarm(int type, long triggerTime, PendingIntent operation) { in setTestAlarm() 561 private void setRepeatingTestAlarm(int type, long firstTrigger, long interval, in setRepeatingTestAlarm() 566 private void setIdleUntilAlarm(int type, long triggerTime, PendingIntent pi) { in setIdleUntilAlarm() 570 private void setWakeFromIdle(int type, long triggerTime, PendingIntent pi) { in setWakeFromIdle() 577 private void setPrioritizedAlarm(int type, long triggerTime, long windowLength, in setPrioritizedAlarm() 584 private void setAllowWhileIdleAlarm(int type, long triggerTime, PendingIntent pi, in setAllowWhileIdleAlarm() 603 private void setTestAlarm(int type, long triggerTime, long windowLength, in setTestAlarm() 609 private void setTestAlarm(int type, long triggerTime, long windowLength, in setTestAlarm() [all …]
|
/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/util/ |
H A D | XmlUtils.java | 33 int type; in beginDocument() local 53 int type; in nextElement() local 65 int type = parser.next(); in nextElementWithin() local
|
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/ |
H A D | SoundTriggerEvent.java | 28 public Event printLog(int type, String tag) { in printLog() 57 public ServiceEvent(Type type) { in ServiceEvent() 61 public ServiceEvent(Type type, String packageName) { in ServiceEvent() 65 public ServiceEvent(Type type, String packageName, String errorString) { in ServiceEvent() 113 public SessionEvent(Type type, UUID modelUuid, String errorString) { in SessionEvent() 119 public SessionEvent(Type type, UUID modelUuid) { in SessionEvent()
|
/aosp14/frameworks/base/core/java/android/os/health/ |
H A D | HealthKeys.java | 74 int type(); in type() method 112 final int type = constant.type(); in Constants() local 148 public int getSize(int type) { in getSize() 162 public int getIndex(int type, int key) { in getIndex() 175 public int[] getKeys(int type) { in getKeys()
|
/aosp14/system/core/property_service/libpropertyinfoserializer/ |
H A D | trie_builder.h | 34 const std::string* type; member 58 const std::string* type) { in AddPrefixContext() 69 const std::string* type) { in AddExactMatchContext() 83 const std::string* type() const { return property_entry_.type; } in type() function 84 void set_type(const std::string* type) { property_entry_.type = type; } in set_type()
|
/aosp14/frameworks/base/services/core/java/com/android/server/media/ |
H A D | AudioPoliciesDeviceRouteController.java | 95 public synchronized boolean selectRoute(@Nullable Integer type) { in selectRoute() 141 int type = TYPE_BUILTIN_SPEAKER; in createRouteFromAudioInfo() local 161 private MediaRoute2Info createRouteFromAudioInfo(@MediaRoute2Info.Type int type) { in createRouteFromAudioInfo() 207 private boolean isDeviceRouteType(@MediaRoute2Info.Type int type) { in isDeviceRouteType()
|
/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/ |
H A D | TestUtils.java | 44 public static void setSensorType(Sensor sensor, int type, String strType) throws Exception { in setSensorType() 61 public static Sensor createSensor(int type, String strType) throws Exception { in createSensor() 69 public static Sensor createSensor(int type, String strType, float maximumRange) in createSensor() 79 public static Sensor createSensor(String type, String name) { in createSensor()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/display/ |
H A D | TestUtils.java | 44 public static void setSensorType(Sensor sensor, int type, String strType) throws Exception { in setSensorType() 61 public static Sensor createSensor(int type, String strType) throws Exception { in createSensor() 69 public static Sensor createSensor(int type, String strType, float maximumRange) in createSensor() 79 public static Sensor createSensor(String type, String name) { in createSensor()
|