Home
last modified time | relevance | path

Searched refs:setInt (Results 1 – 25 of 1608) sorted by relevance

12345678910>>...65

/aosp_15_r20/packages/apps/Calendar/src/com/android/calendar/widget/
DCalendarAppWidgetService.kt273 views.setInt( in getViewAt()
278 views.setInt( in getViewAt()
294 views.setInt( in getViewAt()
298 views.setInt(R.id.title, "setTextColor", displayColor) in getViewAt()
300 views.setInt( in getViewAt()
304 views.setInt(R.id.title, "setTextColor", mAllDayColor) in getViewAt()
308 views.setInt( in getViewAt()
313 views.setInt(R.id.agenda_item_color, "setColorFilter", displayColor) in getViewAt()
316 views.setInt(R.id.title, "setTextColor", mDeclinedColor) in getViewAt()
317 views.setInt(R.id.`when`, "setTextColor", mDeclinedColor) in getViewAt()
[all …]
/aosp_15_r20/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/
H A DJobConcurrencyManagerTest.java776 mConfigBuilder.setInt(KEY_PKG_CONCURRENCY_LIMIT_EJ, 8); in testIsPkgConcurrencyLimited()
777 mConfigBuilder.setInt(KEY_PKG_CONCURRENCY_LIMIT_REGULAR, 8); in testIsPkgConcurrencyLimited()
782 mConfigBuilder.setInt(KEY_PKG_CONCURRENCY_LIMIT_EJ, 8); in testIsPkgConcurrencyLimited()
783 mConfigBuilder.setInt(KEY_PKG_CONCURRENCY_LIMIT_REGULAR, 4); in testIsPkgConcurrencyLimited()
788 mConfigBuilder.setInt(KEY_PKG_CONCURRENCY_LIMIT_EJ, 8); in testIsPkgConcurrencyLimited()
789 mConfigBuilder.setInt(KEY_PKG_CONCURRENCY_LIMIT_REGULAR, 3); in testIsPkgConcurrencyLimited()
794 mConfigBuilder.setInt(KEY_PKG_CONCURRENCY_LIMIT_EJ, 4); in testIsPkgConcurrencyLimited()
795 mConfigBuilder.setInt(KEY_PKG_CONCURRENCY_LIMIT_REGULAR, 8); in testIsPkgConcurrencyLimited()
800 mConfigBuilder.setInt(KEY_PKG_CONCURRENCY_LIMIT_EJ, 3); in testIsPkgConcurrencyLimited()
801 mConfigBuilder.setInt(KEY_PKG_CONCURRENCY_LIMIT_REGULAR, 8); in testIsPkgConcurrencyLimited()
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shared/notifications/data/repository/
H A DNotificationSettingsRepositoryTest.kt66 secureSettingsRepository.setInt( in getIsShowNotificationsOnLockscreenEnabled()
72 secureSettingsRepository.setInt( in getIsShowNotificationsOnLockscreenEnabled()
96 secureSettingsRepository.setInt( in getIsNotificationHistoryEnabled()
102 secureSettingsRepository.setInt( in getIsNotificationHistoryEnabled()
114 systemSettingsRepository.setInt( in testGetIsCooldownEnabled()
120 systemSettingsRepository.setInt( in testGetIsCooldownEnabled()
132 secureSettingsRepository.setInt( in zenDuration()
138 secureSettingsRepository.setInt( in zenDuration()
/aosp_15_r20/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/analytics/
DProvisioningAnalyticsTracker.java116 .setInt(cancelState) in logProvisioningCancelled()
185 .setInt(count) in logNumberOfTermsDisplayed()
199 .setInt(count) in logNumberOfTermsRead()
228 .setInt(time) in logTimeLoggerEvent()
280 .setInt(intentActionCode) in logDpcSetupStarted()
295 .setInt(resultCode) in logDpcSetupCompleted()
308 .setInt(params.flowType == ProvisioningParams.FLOW_TYPE_ADMIN_INTEGRATED in logProvisioningFlowType()
403 .setInt(resultCode) in logPlatformRoleHolderUpdateFinished()
416 .setInt(resultCode) in logRoleHolderUpdaterUpdateFinish()
442 .setInt(provisioningTrigger) in logProvisionedFromTrustedSource()
/aosp_15_r20/packages/apps/ThemePicker/tests/robotests/src/com/android/customization/model/notifications/domain/interactor/
DNotificationsSnapshotRestorerTest.kt80 fakeSecureSettingsRepository.setInt(Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, 1) in setUpAndRestore_Active()
94 fakeSecureSettingsRepository.setInt(Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, 0) in setUpAndRestore_Inactive()
107 fakeSecureSettingsRepository.setInt(Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, 1) in <lambda>()
113 fakeSecureSettingsRepository.setInt(Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, 0) in <lambda>()
121 fakeSecureSettingsRepository.setInt(Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, 0) in <lambda>()
127 fakeSecureSettingsRepository.setInt(Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, 1) in <lambda>()
/aosp_15_r20/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
H A DDeviceAndProfileOwnerTest.java365 .setInt(0) in testAlwaysOnVpnPackageLogged()
832 .setInt(0) in testGenerateKeyPairLogged()
838 .setInt(0) in testGenerateKeyPairLogged()
881 .setInt(KEYGUARD_DISABLE_FEATURES_NONE) in testSetKeyguardDisabledFeaturesLogged()
886 .setInt(KEYGUARD_DISABLE_FINGERPRINT) in testSetKeyguardDisabledFeaturesLogged()
891 .setInt(KEYGUARD_DISABLE_TRUST_AGENTS) in testSetKeyguardDisabledFeaturesLogged()
896 .setInt(KEYGUARD_DISABLE_FEATURES_NONE) in testSetKeyguardDisabledFeaturesLogged()
908 .setInt(KEYGUARD_DISABLE_SECURE_CAMERA) in testSetKeyguardDisabledSecureCameraLogged()
976 .setInt(PERMISSION_POLICY_AUTO_DENY) in testSetPermissionPolicyLogged()
981 .setInt(PERMISSION_POLICY_AUTO_GRANT) in testSetPermissionPolicyLogged()
[all …]
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/lang/reflect/
H A DArrayTest.java201 try { Array.setInt(booleans, 0, ints[0]); fail(); } catch (IllegalArgumentException expected) {} in testSetInt()
202 try { Array.setInt(bytes, 0, ints[0]); fail(); } catch (IllegalArgumentException expected) {} in testSetInt()
203 try { Array.setInt(chars, 0, ints[0]); fail(); } catch (IllegalArgumentException expected) {} in testSetInt()
204 Array.setInt(doubles, 0, ints[0]); in testSetInt()
205 Array.setInt(floats, 0, ints[0]); in testSetInt()
206 Array.setInt(ints, 0, ints[0]); in testSetInt()
207 Array.setInt(longs, 0, ints[0]); in testSetInt()
208 try { Array.setInt(shorts, 0, ints[0]); fail(); } catch (IllegalArgumentException expected) {} in testSetInt()
209 try { Array.setInt(null, 0, ints[0]); fail(); } catch (NullPointerException expected) {} in testSetInt()
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/utils/
H A DUserSettingDeviceConfigMediatorTest.java39 .setInt("int", 1) in testDeviceConfigOnly()
118 .setInt("int", 10) in testSettingsOverridesAll()
119 .setInt("intOnlyInDeviceConfig", 9001) in testSettingsOverridesAll()
201 .setInt("int", 10) in testSettingsOverridesIndividual()
202 .setInt("intOnlyInDeviceConfig", 9001) in testSettingsOverridesIndividual()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DDeclContextInternals.h93 RHS.Data.setInt(false); in StoredDeclsList()
117 RHS.Data.setInt(false);
145 Data.setInt(true); in setHasExternalDecls()
158 Data.setInt(false); in removeExternalDecls()
178 Data.setInt(false); in replaceExternalDecls()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DDeclContextInternals.h93 RHS.Data.setInt(false); in StoredDeclsList()
117 RHS.Data.setInt(false);
145 Data.setInt(true); in setHasExternalDecls()
158 Data.setInt(false); in removeExternalDecls()
178 Data.setInt(false); in replaceExternalDecls()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DDeclContextInternals.h105 RHS.Data.setInt(false); in StoredDeclsList()
129 RHS.Data.setInt(false);
157 Data.setInt(true); in setHasExternalDecls()
170 Data.setInt(false); in removeExternalDecls()
190 Data.setInt(false); in replaceExternalDecls()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DDeclContextInternals.h93 RHS.Data.setInt(false); in StoredDeclsList()
117 RHS.Data.setInt(false);
145 Data.setInt(true); in setHasExternalDecls()
158 Data.setInt(false); in removeExternalDecls()
178 Data.setInt(false); in replaceExternalDecls()
DGlobalDecl.h97 CanonGD.Value.setInt(Value.getInt()); in getCanonicalDecl()
172 Result.Value.setInt(Type); in getWithCtorType()
179 Result.Value.setInt(Type); in getWithDtorType()
199 Result.Value.setInt(unsigned(Kind)); in getWithKernelReferenceKind()
/aosp_15_r20/external/llvm/include/llvm/Analysis/
H A DPtrUseVisitor.h56 AbortedInfo.setInt(false); in reset()
58 EscapedInfo.setInt(false); in reset()
80 AbortedInfo.setInt(true);
87 EscapedInfo.setInt(true);
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/network/
DAirplaneModePreferenceTest.kt88 SettingsGlobalStore.get(context).setInt(Settings.Global.AIRPLANE_MODE_ON, 1) in getValue_defaultOn_returnOn()
98 SettingsGlobalStore.get(context).setInt(Settings.Global.AIRPLANE_MODE_ON, 0) in getValue_defaultOff_returnOff()
108 SettingsGlobalStore.get(context).setInt(Settings.Global.AIRPLANE_MODE_ON, 1) in performClick_defaultOn_checkedIsFalse()
117 SettingsGlobalStore.get(context).setInt(Settings.Global.AIRPLANE_MODE_ON, 0) in performClick_defaultOff_checkedIsTrue()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DPtrUseVisitor.h69 AbortedInfo.setInt(false); in reset()
71 EscapedInfo.setInt(false); in reset()
93 AbortedInfo.setInt(true);
100 EscapedInfo.setInt(true);
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DPtrUseVisitor.h61 AbortedInfo.setInt(false); in reset()
63 EscapedInfo.setInt(false); in reset()
85 AbortedInfo.setInt(true);
92 EscapedInfo.setInt(true);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DPtrUseVisitor.h61 AbortedInfo.setInt(false); in reset()
63 EscapedInfo.setInt(false); in reset()
85 AbortedInfo.setInt(true);
92 EscapedInfo.setInt(true);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DPtrUseVisitor.h61 AbortedInfo.setInt(false); in reset()
63 EscapedInfo.setInt(false); in reset()
85 AbortedInfo.setInt(true);
92 EscapedInfo.setInt(true);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DPtrUseVisitor.h61 AbortedInfo.setInt(false); in reset()
63 EscapedInfo.setInt(false); in reset()
85 AbortedInfo.setInt(true);
92 EscapedInfo.setInt(true);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DPtrUseVisitor.h61 AbortedInfo.setInt(false); in reset()
63 EscapedInfo.setInt(false); in reset()
85 AbortedInfo.setInt(true);
92 EscapedInfo.setInt(true);
/aosp_15_r20/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/ui/
H A DRemoteViewsFactory.kt71 remoteViews.setInt( in <lambda>()
82 remoteViews.setInt( in <lambda>()
128 remoteViews.setInt( in <lambda>()
135 remoteViews.setInt( in <lambda>()
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/power/batterysaver/
H A DBatterySaverPolicyTest.java442 .setInt(BatterySaverPolicy.KEY_LOCATION_MODE, in testUserSettingsOverrideDeviceConfig()
444 .setInt(BatterySaverPolicy.KEY_SOUNDTRIGGER_MODE, in testUserSettingsOverrideDeviceConfig()
488 .setInt(BatterySaverPolicy.KEY_LOCATION_MODE, in testDeviceConfigOverridesDefaults()
490 .setInt(BatterySaverPolicy.KEY_SOUNDTRIGGER_MODE, in testDeviceConfigOverridesDefaults()
537 .setInt(BatterySaverPolicy.KEY_LOCATION_MODE, in testDeviceConfig_AdaptiveValues()
539 .setInt(BatterySaverPolicy.KEY_SOUNDTRIGGER_MODE, in testDeviceConfig_AdaptiveValues()
566 .setInt(BatterySaverPolicy.KEY_LOCATION_MODE + adaptiveSuffix, in testDeviceConfig_AdaptiveValues()
568 .setInt(BatterySaverPolicy.KEY_SOUNDTRIGGER_MODE + adaptiveSuffix, in testDeviceConfig_AdaptiveValues()
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGValue.h88 ER.V1.setInt(Scalar); in get()
89 ER.V2.setInt(false); in get()
96 ER.V1.setInt(Complex); in getComplex()
97 ER.V2.setInt(false); in getComplex()
109 ER.V1.setInt(Aggregate);
113 ER.V2.setInt(isVolatile);
/aosp_15_r20/external/kotlinx.atomicfu/atomicfu/src/commonTest/kotlin/kotlinx/atomicfu/test/
H A DSetArrayElementTest.kt14 assertTrue(aes.setInt(2, 5)) in testGetArrayField()
15 assertFalse(aes.setInt(2, 10)) in testGetArrayField()
33 fun setInt(index: Int, data: Int) = intArr[index].compareAndSet(0, data) in setInt() method in kotlinx.atomicfu.test.ArrayElementSetters

12345678910>>...65