Home
last modified time | relevance | path

Searched defs:getBoundServiceConnections (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/connectedappssdk/tests/robotests/src/test/java/com/google/android/enterprise/connectedapps/
H A DRobolectricTestUtilities.java233 private List<ServiceConnection> getBoundServiceConnections() { in getBoundServiceConnections() method in RobolectricTestUtilities
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowApplication.java143 public List<ServiceConnection> getBoundServiceConnections() { in getBoundServiceConnections() method in ShadowApplication