Searched refs:isPreHoneycomb (Results 1 – 1 of 1) sorted by relevance
367 public boolean isPreHoneycomb() { in isPreHoneycomb() method in ActivityThread.ActivityClientRecord2731 if (r.isPreHoneycomb()) { in handleLaunchActivity()3636 performPauseActivity(token, finished, r.isPreHoneycomb(), "handlePauseActivity"); in handlePauseActivity()3639 if (r.isPreHoneycomb()) { in handlePauseActivity()3895 if (!r.isPreHoneycomb()) { in handleStopActivity()3968 if (!r.stopped && !r.isPreHoneycomb()) { in handleSleeping()3986 if (!r.isPreHoneycomb()) { in handleSleeping()4453 performPauseActivity(r.token, false, r.isPreHoneycomb(), "handleRelaunchActivity"); in handleRelaunchActivity()4455 if (r.state == null && !r.stopped && !r.isPreHoneycomb()) { in handleRelaunchActivity()