Searched refs:TestServiceType (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DRegisteredServicesCacheTest.java56 private final TestServiceType t1 = new TestServiceType("t1", "value1");
57 private final TestServiceType t2 = new TestServiceType("t2", "value2");
97 Collection<RegisteredServicesCache.ServiceInfo<TestServiceType>> allServices = cache
101 for (RegisteredServicesCache.ServiceInfo<TestServiceType> srv : allServices) {
189 private static RegisteredServicesCache.ServiceInfo<TestServiceType> newServiceInfo(
190 TestServiceType type, int uid) {
204 private class TestServicesCache extends RegisteredServicesCache<TestServiceType> {
208 private SparseArray<Map<ResolveInfo, ServiceInfo<TestServiceType>>> mService
318 static class TestServiceType implements Parcelable { class in class:RegisteredServicesCacheTest
322 public TestServiceType(String type, String value) { method in class:RegisteredServicesCacheTest.TestServiceType
363 public TestServiceType(Parcel source) { method in class:RegisteredServicesCacheTest.TestServiceType
[all...]

Completed in 100 milliseconds