Home
last modified time | relevance | path

Searched defs:newAsOld (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/tools/aidl/tests/
H A Daidl_test_client_renamed_interface.cpp64 TEST_F(RenamedInterfaceTest, newAsOld) { in TEST_F() argument
65 sp<IOldName> newAsOld = IOldName::asInterface(IInterface::asBinder(newName)); in TEST_F() local
/aosp12/system/tools/aidl/tests/java/src/android/aidl/tests/
H A DTestServiceClient.java813 IOldName newAsOld = IOldName.Stub.asInterface(service.GetNewNameInterface().asBinder()); in testRenamedInterface() local