Searched refs:forceRebind (Results 1 – 3 of 3) sorted by relevance
293 private void onBestServiceChanged(boolean forceRebind) { in onBestServiceChanged() argument309 if (forceRebind || !bestServiceInfo.equals(mServiceInfo)) { in onBestServiceChanged()
1171 boolean forceRebind, in populateComponentsToUnbind() argument1178 if (forceRebind || !allowedComponents.contains(info.component)) { in populateComponentsToUnbind()1192 protected void rebindServices(boolean forceRebind, int userToRebind) { in rebindServices() argument1193 if (DEBUG) Slog.d(TAG, "rebindServices " + forceRebind + " " + userToRebind); in rebindServices()1215 forceRebind, removableBoundServices, componentsToBind, componentsToUnbind); in rebindServices()
659 boolean forceRebind = bestComponent != null in processMessage()661 if (!isSameComponent || forceRebind) { in processMessage()