Searched refs:TakesANullableIBinderList (Results 1 – 4 of 4) sorted by relevance
48 void TakesANullableIBinderList(in @nullable List<IBinder> input); in TakesANullableIBinderList() method
159 auto status = cpp_java_tests->TakesANullableIBinderList(input); in TEST_F()173 auto status = cpp_java_tests->TakesANullableIBinderList(input); in TEST_F()
264 Status TakesANullableIBinderList(const optional<vector<sp<IBinder>>>& input) { in TakesANullableIBinderList() function in __anonee08dd980111::CppJavaTests
526 public void TakesANullableIBinderList(List<IBinder> input) throws RemoteException {} in TakesANullableIBinderList() method in TestServiceServer.MyCppJavaTests