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.java37 private static final String DESCRIPTOR_GOOGLE = "google"; field in BinderTest
386 mBinder.attachInterface(new MockIInterface(), DESCRIPTOR_GOOGLE); in testInterfaceRelatedMethods()
387 assertEquals(DESCRIPTOR_GOOGLE, mBinder.getInterfaceDescriptor()); in testInterfaceRelatedMethods()
390 assertNull(mBinder.queryLocalInterface(DESCRIPTOR_GOOGLE)); in testInterfaceRelatedMethods()
391 mBinder.attachInterface(new MockIInterface(), DESCRIPTOR_GOOGLE); in testInterfaceRelatedMethods()
392 assertNotNull(mBinder.queryLocalInterface(DESCRIPTOR_GOOGLE)); in testInterfaceRelatedMethods()