Searched refs:shouldScheduleRebind (Results 1 – 1 of 1) sorted by relevance
881 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 DevicePresenceProcessor898 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()