Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-2419/
Dpoc.cpp51 data.writeInterfaceToken(iMediaPlayerService->getInterfaceDescriptor()); in doInforLeakTest()
57 data2.writeInterfaceToken(iDrm->getInterfaceDescriptor()); in doInforLeakTest()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-2460/
Dpoc.cpp58 data.writeInterfaceToken(iGBP->getInterfaceDescriptor()); in main()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-0811/
Dpoc.cpp27 data.writeInterfaceToken(sit->getInterfaceDescriptor()); in mediaPoc()
/cts/tests/tests/os/src/android/os/cts/
DBinderTest.java385 assertNull(mBinder.getInterfaceDescriptor()); in testInterfaceRelatedMethods()
387 assertEquals(DESCRIPTOR_GOOGLE, mBinder.getInterfaceDescriptor()); in testInterfaceRelatedMethods()
DStrictModeTest.java636 assertThat(binder.queryLocalInterface(binder.getInterfaceDescriptor())).isNull(); in runWithRemoteServiceBound()
/cts/hostsidetests/securitybulletin/test-apps/launchanywhere/src/com/android/security/cts/launchanywhere/
DAuthenticator.java40 public String getInterfaceDescriptor() throws RemoteException {
/cts/tests/tests/security/src/android/security/cts/
DIBinderExchange.java96 public java.lang.String getInterfaceDescriptor() { in getInterfaceDescriptor() method in IBinderExchange.Stub.Proxy