Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DServiceWatcher.java293 private void onBestServiceChanged(boolean forceRebind) { in onBestServiceChanged() argument
309 if (forceRebind || !bestServiceInfo.equals(mServiceInfo)) { in onBestServiceChanged()
/frameworks/base/services/core/java/com/android/server/notification/
DManagedServices.java1171 boolean forceRebind, in populateComponentsToUnbind() argument
1178 if (forceRebind || !allowedComponents.contains(info.component)) { in populateComponentsToUnbind()
1192 protected void rebindServices(boolean forceRebind, int userToRebind) { in rebindServices() argument
1193 if (DEBUG) Slog.d(TAG, "rebindServices " + forceRebind + " " + userToRebind); in rebindServices()
1215 forceRebind, removableBoundServices, componentsToBind, componentsToUnbind); in rebindServices()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccConnector.java659 boolean forceRebind = bestComponent != null in processMessage()
661 if (!isSameComponent || forceRebind) { in processMessage()