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()
950 boolean forceRebind, in populateComponentsToUnbind() argument957 if (forceRebind || !allowedComponents.contains(info.component)) { in populateComponentsToUnbind()971 protected void rebindServices(boolean forceRebind, int userToRebind) { in rebindServices() argument972 if (DEBUG) Slog.d(TAG, "rebindServices " + forceRebind + " " + userToRebind); in rebindServices()994 forceRebind, removableBoundServices, componentsToBind, componentsToUnbind); in rebindServices()
623 boolean forceRebind = bestComponent != null in processMessage()625 if (!isSameComponent || forceRebind) { in processMessage()