Searched refs:mCancel (Results 1 – 3 of 3) sorted by relevance
43 Button mCancel; field in SimpleSaveActivity66 mCancel = findViewById(R.id.cancel); in onCreate()69 mCancel.setOnClickListener((v) -> getAutofillManager().cancel()); in onCreate()
169 assertTrue(listener.mCancel); in testSetListener()225 assertTrue(listener.mCancel); in testNullObjectAnimator()231 boolean mCancel = false; field in AnimatorTest.MyListener235 mCancel = true; in onAnimationCancel()
52 assertFalse(option.mCancel); in testRequestCancelDecode()54 assertTrue(option.mCancel); in testRequestCancelDecode()