Searched refs:isPreHoneycomb (Results 1 – 1 of 1) sorted by relevance
309 public boolean isPreHoneycomb() { in isPreHoneycomb() method in ActivityThread.ActivityClientRecord2258 if (r.isPreHoneycomb()) { in handleLaunchActivity()2949 performPauseActivity(token, finished, r.isPreHoneycomb()); in handlePauseActivity()2952 if (r.isPreHoneycomb()) { in handlePauseActivity()3197 if (!r.isPreHoneycomb()) { in handleStopActivity()3253 if (!r.stopped && !r.isPreHoneycomb()) { in handleSleeping()3269 if (!r.isPreHoneycomb()) { in handleSleeping()3661 performPauseActivity(r.token, false, r.isPreHoneycomb()); in handleRelaunchActivity()3663 if (r.state == null && !r.stopped && !r.isPreHoneycomb()) { in handleRelaunchActivity()