Home
last modified time | relevance | path

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

/cts/tests/tests/os/src/android/os/cts/
DBinderTest.java52 private static final String DESCRIPTOR_GOOGLE = "google"; field in BinderTest
264 mBinder.attachInterface(new MockIInterface(), DESCRIPTOR_GOOGLE); in testInterfaceRelatedMethods()
265 assertEquals(DESCRIPTOR_GOOGLE, mBinder.getInterfaceDescriptor()); in testInterfaceRelatedMethods()
268 assertNull(mBinder.queryLocalInterface(DESCRIPTOR_GOOGLE)); in testInterfaceRelatedMethods()
269 mBinder.attachInterface(new MockIInterface(), DESCRIPTOR_GOOGLE); in testInterfaceRelatedMethods()
270 assertNotNull(mBinder.queryLocalInterface(DESCRIPTOR_GOOGLE)); in testInterfaceRelatedMethods()