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.java34 private static final String DESCRIPTOR_GOOGLE = "google"; field in BinderTest
350 mBinder.attachInterface(new MockIInterface(), DESCRIPTOR_GOOGLE); in testInterfaceRelatedMethods()
351 assertEquals(DESCRIPTOR_GOOGLE, mBinder.getInterfaceDescriptor()); in testInterfaceRelatedMethods()
354 assertNull(mBinder.queryLocalInterface(DESCRIPTOR_GOOGLE)); in testInterfaceRelatedMethods()
355 mBinder.attachInterface(new MockIInterface(), DESCRIPTOR_GOOGLE); in testInterfaceRelatedMethods()
356 assertNotNull(mBinder.queryLocalInterface(DESCRIPTOR_GOOGLE)); in testInterfaceRelatedMethods()