Searched refs:isPreHoneycomb (Results 1 – 2 of 2) sorted by relevance
408 public boolean isPreHoneycomb() { in isPreHoneycomb() method in ActivityThread.ActivityClientRecord2880 if (r.isPreHoneycomb()) { in handleLaunchActivity()3826 performPauseActivity(token, finished, r.isPreHoneycomb(), "handlePauseActivity"); in handlePauseActivity()3829 if (r.isPreHoneycomb()) { in handlePauseActivity()4093 if (!r.isPreHoneycomb()) { in handleStopActivity()4169 if (!r.stopped && !r.isPreHoneycomb()) { in handleSleeping()4191 if (!r.isPreHoneycomb()) { in handleSleeping()4669 performPauseActivity(r.token, false, r.isPreHoneycomb(), "handleRelaunchActivity"); in handleRelaunchActivity()4671 if (r.state == null && !r.stopped && !r.isPreHoneycomb()) { in handleRelaunchActivity()
15421 HSPLandroid/app/ActivityThread$ActivityClientRecord;->isPreHoneycomb()Z