Home
last modified time | relevance | path

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

/frameworks/base/services/companion/java/com/android/server/companion/devicepresence/
DDevicePresenceProcessor.java881 final boolean shouldScheduleRebind = shouldScheduleRebind(userId, packageName, isPrimary); in onBinderDied()
883 if (shouldScheduleRebind) { in onBinderDied()
892 private boolean shouldScheduleRebind(int userId, String packageName, boolean isPrimary) { in shouldScheduleRebind() method in DevicePresenceProcessor
898 boolean shouldScheduleRebind = false; in shouldScheduleRebind()
911 shouldScheduleRebind = false; in shouldScheduleRebind()
915 shouldScheduleRebind = mCompanionAppBinder.isCompanionApplicationBound(userId, in shouldScheduleRebind()
919 shouldScheduleRebind = true; in shouldScheduleRebind()
930 return (stillAssociated && shouldScheduleRebind) || shouldScheduleRebindForUuid; in shouldScheduleRebind()