Home
last modified time | relevance | path

Searched refs:maxReconnectAttempts (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/service/dreams/
DDreamOverlayConnectionHandler.java63 int maxReconnectAttempts, in DreamOverlayConnectionHandler() argument
65 this(context, looper, serviceIntent, minConnectionDurationMs, maxReconnectAttempts, in DreamOverlayConnectionHandler()
75 int maxReconnectAttempts, in DreamOverlayConnectionHandler() argument
85 maxReconnectAttempts, in DreamOverlayConnectionHandler()
225 int maxReconnectAttempts, in buildConnection() argument
237 maxReconnectAttempts, in buildConnection()
/frameworks/base/core/java/com/android/internal/util/
DPersistentServiceConnection.java104 int maxReconnectAttempts, in PersistentServiceConnection() argument
113 maxReconnectAttempts, in PersistentServiceConnection()
127 int maxReconnectAttempts, in PersistentServiceConnection() argument
133 mMaxReconnectAttempts = maxReconnectAttempts; in PersistentServiceConnection()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/service/
DPersistentConnectionManager.java105 @Named(MAX_RECONNECT_ATTEMPTS) int maxReconnectAttempts, in PersistentConnectionManager() argument
116 mMaxReconnectAttempts = maxReconnectAttempts; in PersistentConnectionManager()
/frameworks/base/services/tests/mockingservicestests/src/android/service/dreams/
DDreamOverlayConnectionHandlerTest.java241 int maxReconnectAttempts, int baseReconnectDelayMs) { in buildConnection() argument