Home
last modified time | relevance | path

Searched refs:isRemoved (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarHeadsUpNotificationManager.java467 private void animateOutHun(AlertEntry alertEntry, boolean isRemoved) { in animateOutHun() argument
493 if (!isRemoved) { in animateOutHun()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DSoftApManager.java1174 private void updateSoftApInfo(@Nullable SoftApInfo apInfo, boolean isRemoved) { in updateSoftApInfo() argument
1175 Log.d(getTag(), "SoftApInfo update " + apInfo + ", isRemoved: " + isRemoved); in updateSoftApInfo() local
1186 if (isRemoved) { in updateSoftApInfo()