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

/packages/apps/UnifiedEmail/tests/src/com/android/mail/browse/
H A DTestProvider.java84 private HashMap<String, ContentValues> mMockStore = new HashMap<String, ContentValues>(); field in class:TestProvider
105 if (mMockStore.containsKey(path)) {
106 mMockStore.remove(path);
127 mMockStore.put(newUri.getPath(), values);
151 Set<Entry<String, ContentValues>> entrySet = mMockStore.entrySet();
160 ContentValues values = mMockStore.get(uri.getPath());
190 Set<Entry<String, ContentValues>> entrySet = mMockStore.entrySet();
199 ContentValues cv = mMockStore.get(path);
228 mMockStore.put(path + "/" + targetValues.getAsLong(ID_COLUMN), targetValues);
231 mMockStore
[all...]
/packages/apps/Exchange/tests/src/com/android/exchange/provider/
H A DMockProvider.java85 private HashMap<String, ContentValues> mMockStore = new HashMap<String, ContentValues>(); field in class:MockProvider
105 if (mMockStore.containsKey(path)) {
106 mMockStore.remove(path);
127 mMockStore.put(newUri.getPath(), values);
151 Set<Entry<String, ContentValues>> entrySet = mMockStore.entrySet();
160 ContentValues values = mMockStore.get(uri.getPath());
190 Set<Entry<String, ContentValues>> entrySet = mMockStore.entrySet();
199 ContentValues cv = mMockStore.get(path);
226 mMockStore.put(path + "/" + targetValues.getAsLong(ID_COLUMN), targetValues);

Completed in 31 milliseconds