Searched refs:mNotificationGutsExposed (Results 1 – 1 of 1) sorted by relevance
112 private NotificationGuts mNotificationGutsExposed; field in NotificationGutsManager273 if (mNotificationGutsExposed == g) { in bindGuts()274 mNotificationGutsExposed = null; in bindGuts()524 if (mNotificationGutsExposed != null) { in closeAndSaveGuts()525 mNotificationGutsExposed.removeCallbacks(mOpenRunnable); in closeAndSaveGuts()537 return mNotificationGutsExposed; in getExposedGuts()541 mNotificationGutsExposed = guts; in setExposedGuts()621 mNotificationGutsExposed = guts; in openGutsInternal()679 &&(mNotificationGutsExposed != null in shouldExtendLifetime()681 && mNotificationGutsExposed == entry.getGuts() in shouldExtendLifetime()[all …]