Searched refs:mCancelled (Results 1 – 5 of 5) sorted by relevance
16 private boolean mCancelled = false; field in PreparePageFadeoutTexture21 mCancelled = true; in PreparePageFadeoutTexture()27 mCancelled = true; in PreparePageFadeoutTexture()35 return mCancelled; in isCancelled()39 if (mCancelled) { in get()44 mCancelled = true; in get()51 if (!mCancelled) { in onGLIdle()
259 boolean[] mCancelled; field in AlertServiceTest.NotificationTestManager269 mCancelled = new boolean[mExpectedNotifications.length]; in NotificationTestManager()302 mCancelled[id]); in validateNotificationsAndReset()307 + debugStr, mCancelled[id]); in validateNotificationsAndReset()337 Arrays.fill(mCancelled, false); in validateNotificationsAndReset()371 assertTrue("id out of bound: " + id, id < mCancelled.length); in cancel()373 assertFalse("id already used", mCancelled[id]); in cancel()374 mCancelled[id] = true; in cancel()
130 if (mOwner.mCancelled) { in onPostExecute()139 private volatile boolean mCancelled; field in EmailAsyncTask161 mCancelled = true; in cancel()
320 private volatile boolean mCancelled; field in PhotoModule.CameraStartUpThread323 mCancelled = true; in cancel()328 return mCancelled; in isCanceled()336 if (mCancelled) return; in run()345 if (mCancelled) return; in run()348 if (mCancelled) return; in run()
2251 private boolean mCancelled = false;2259 if (!mCancelled) {2267 mCancelled = true;