Lines Matching refs:method
121 public Bundle call(String method, String request, Bundle args)
123 return MockContentProvider.this.call(method, request, args);
170 throw new UnsupportedOperationException("unimplemented mock method");
175 throw new UnsupportedOperationException("unimplemented mock method");
180 throw new UnsupportedOperationException("unimplemented mock method");
185 throw new UnsupportedOperationException("unimplemented mock method");
191 throw new UnsupportedOperationException("unimplemented mock method");
196 throw new UnsupportedOperationException("unimplemented mock method");
204 throw new UnsupportedOperationException("unimplemented mock method");
209 throw new UnsupportedOperationException("unimplemented mock method");
214 throw new UnsupportedOperationException("unimplemented mock method");
221 public Bundle call(String method, String request, Bundle args) {
222 throw new UnsupportedOperationException("unimplemented mock method call");