Searched refs:maxReconnectAttempts (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/service/dreams/ |
D | DreamOverlayConnectionHandler.java | 63 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/ |
D | PersistentServiceConnection.java | 104 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/ |
D | PersistentConnectionManager.java | 105 @Named(MAX_RECONNECT_ATTEMPTS) int maxReconnectAttempts, in PersistentConnectionManager() argument 116 mMaxReconnectAttempts = maxReconnectAttempts; in PersistentConnectionManager()
|
/frameworks/base/services/tests/mockingservicestests/src/android/service/dreams/ |
D | DreamOverlayConnectionHandlerTest.java | 241 int maxReconnectAttempts, int baseReconnectDelayMs) { in buildConnection() argument
|