Searched defs:MockAttributeFinder (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/androidfw/tests/
H A DAttributeFinder_test.cpp23 class MockAttributeFinder : public BackTrackingAttributeFinder<MockAttributeFinder, int> { class in inherits:BackTrackingAttributeFinder
25 MockAttributeFinder(const uint32_t* attrs, int len) function in class:MockAttributeFinder
31 ~MockAttributeFinder() {
59 MockAttributeFinder finder(sortedAttributes, end);
73 MockAttributeFinder finder(sortedAttributes, end);
87 MockAttributeFinder finder(sortedAttributes, end);
102 MockAttributeFinder finder(packageUnsortedAttributes, end);
119 MockAttributeFinder finder(singlePackageAttributes, end);

Completed in 42 milliseconds