Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libmediatranscoding/include/media/
H A DTranscodingRequest.h59 isForTesting = parcel.isForTesting; in setTo()
/aosp12/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DDialogLaunchAnimator.kt48 private var isForTesting: Boolean = false
114 isForTesting
193 private val isForTesting: Boolean
423 if (isForTesting || !touchSurface.isAttachedToWindow || touchSurface.viewRootImpl == null ||
/aosp12/frameworks/av/media/libmediatranscoding/aidl/android/media/
H A DTranscodingRequestParcel.aidl109 boolean isForTesting = false;
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
H A DLaunchConversationActivity.java202 void setIsForTesting(boolean isForTesting, IStatusBarService statusBarService) { in setIsForTesting() argument
203 mIsForTesting = isForTesting; in setIsForTesting()
/aosp12/frameworks/base/services/people/java/com/android/server/people/
H A DPeopleService.java97 protected void onStart(boolean isForTesting) { in onStart() argument
98 if (!isForTesting) { in onStart()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
H A DDialogLaunchAnimatorTest.kt46 dreamManager, launchAnimator, isForTesting = true)
/aosp12/frameworks/base/services/core/java/com/android/server/tv/tunerresourcemanager/
H A DTunerResourceManagerService.java102 protected void onStart(boolean isForTesting) { in onStart() argument
103 if (!isForTesting) { in onStart()
/aosp12/frameworks/av/services/mediatranscoding/tests/
H A DMediaTranscodingServiceTestHelper.h388 request.isForTesting = true;
/aosp12/frameworks/base/apex/media/framework/java/android/media/
H A DMediaTranscodingManager.java672 parcel.isForTesting = true; in writeToParcel()