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.java982 boolean forceRebind, in populateComponentsToUnbind() argument
989 if (forceRebind || !allowedComponents.contains(info.component)) { in populateComponentsToUnbind()
1003 protected void rebindServices(boolean forceRebind, int userToRebind) { in rebindServices() argument
1004 if (DEBUG) Slog.d(TAG, "rebindServices " + forceRebind + " " + userToRebind); in rebindServices()
1026 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()