Searched refs:isForTesting (Results 1 – 9 of 9) sorted by relevance
59 isForTesting = parcel.isForTesting; in setTo()
48 private var isForTesting: Boolean = false114 isForTesting193 private val isForTesting: Boolean423 if (isForTesting || !touchSurface.isAttachedToWindow || touchSurface.viewRootImpl == null ||
109 boolean isForTesting = false;
202 void setIsForTesting(boolean isForTesting, IStatusBarService statusBarService) { in setIsForTesting() argument203 mIsForTesting = isForTesting; in setIsForTesting()
97 protected void onStart(boolean isForTesting) { in onStart() argument98 if (!isForTesting) { in onStart()
46 dreamManager, launchAnimator, isForTesting = true)
102 protected void onStart(boolean isForTesting) { in onStart() argument103 if (!isForTesting) { in onStart()
388 request.isForTesting = true;
672 parcel.isForTesting = true; in writeToParcel()