Searched refs:forceRebind (Results 1 – 3 of 3) sorted by relevance
253 private void bindBestPackage(boolean forceRebind) { in bindBestPackage() argument324 if (forceRebind || !alreadyBound) { in bindBestPackage()
982 boolean forceRebind, in populateComponentsToUnbind() argument989 if (forceRebind || !allowedComponents.contains(info.component)) { in populateComponentsToUnbind()1003 protected void rebindServices(boolean forceRebind, int userToRebind) { in rebindServices() argument1004 if (DEBUG) Slog.d(TAG, "rebindServices " + forceRebind + " " + userToRebind); in rebindServices()1026 forceRebind, removableBoundServices, componentsToBind, componentsToUnbind); in rebindServices()
659 boolean forceRebind = bestComponent != null in processMessage()661 if (!isSameComponent || forceRebind) { in processMessage()