Home
last modified time | relevance | path

Searched refs:isForTesting (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/animation/
H A DFakeDialogLaunchAnimator.kt40 isForTesting = true,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
H A DLaunchConversationActivity.java214 void setIsForTesting(boolean isForTesting, IStatusBarService statusBarService) { in setIsForTesting() argument
215 mIsForTesting = isForTesting; in setIsForTesting()
/aosp14/frameworks/base/services/people/java/com/android/server/people/
H A DPeopleService.java98 protected void onStart(boolean isForTesting) { in onStart() argument
99 if (!isForTesting) { in onStart()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DBackgroundInstallControlService.java446 void onStart(boolean isForTesting) { in onStart() argument
447 if (!isForTesting) { in onStart()
/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DDialogLaunchAnimator.kt62 private val isForTesting: Boolean = false,
281 forceDisableSynchronization = isForTesting,
/aosp14/frameworks/base/core/java/android/content/pm/
H A DUserInfo.java404 public boolean isForTesting() { in isForTesting() method in UserInfo
/aosp14/frameworks/base/services/core/java/com/android/server/tv/tunerresourcemanager/
H A DTunerResourceManagerService.java140 protected void onStart(boolean isForTesting) { in onStart() argument
141 if (!isForTesting) { in onStart()
150 if (!isForTesting) { in onStart()
/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioDeviceInventory.java1377 boolean connect, boolean isForTesting,
1406 if (isForTesting) {
/aosp14/frameworks/base/core/api/
H A Dtest-current.txt1054 method public boolean isForTesting();
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java17480 .filter(u -> !u.isForTesting())