Home
last modified time | relevance | path

Searched refs:iInterface (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DManagedServicesTest.java1335 IInterface iInterface = mock(IInterface.class); in testPopulateComponentsToUnbind_forceRebind() local
1336 when(iInterface.asBinder()).thenReturn(mock(IBinder.class)); in testPopulateComponentsToUnbind_forceRebind()
1339 iInterface, ComponentName.unflattenFromString("a/a"), 0, false, in testPopulateComponentsToUnbind_forceRebind()
1342 iInterface, ComponentName.unflattenFromString("b/b"), 10, false, in testPopulateComponentsToUnbind_forceRebind()
1371 IInterface iInterface = mock(IInterface.class); in testPopulateComponentsToUnbind() local
1372 when(iInterface.asBinder()).thenReturn(mock(IBinder.class)); in testPopulateComponentsToUnbind()
1375 iInterface, ComponentName.unflattenFromString("a/a"), 0, false, in testPopulateComponentsToUnbind()
1378 iInterface, ComponentName.unflattenFromString("c/c"), 0, false, in testPopulateComponentsToUnbind()
1381 iInterface, ComponentName.unflattenFromString("b/b"), 10, false, in testPopulateComponentsToUnbind()
/aosp14/system/core/fastboot/device/
H A Dusb_client.cpp74 .iInterface = 1, /* first string from the provided table */