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.java253 private void bindBestPackage(boolean forceRebind) { in bindBestPackage() argument
324 if (forceRebind || !alreadyBound) { in bindBestPackage()
/frameworks/base/services/core/java/com/android/server/notification/
DManagedServices.java950 boolean forceRebind, in populateComponentsToUnbind() argument
957 if (forceRebind || !allowedComponents.contains(info.component)) { in populateComponentsToUnbind()
971 protected void rebindServices(boolean forceRebind, int userToRebind) { in rebindServices() argument
972 if (DEBUG) Slog.d(TAG, "rebindServices " + forceRebind + " " + userToRebind); in rebindServices()
994 forceRebind, removableBoundServices, componentsToBind, componentsToUnbind); in rebindServices()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccConnector.java623 boolean forceRebind = bestComponent != null in processMessage()
625 if (!isSameComponent || forceRebind) { in processMessage()