HomeSort by relevance Sort by last modified time
    Searched refs:mMockStore (Results 1 - 2 of 2) sorted by null

  /packages/apps/UnifiedEmail/tests/src/com/android/mail/browse/
TestProvider.java 84 private HashMap<String, ContentValues> mMockStore = new HashMap<String, ContentValues>();
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.put(path, targetValues)
    [all...]
  /packages/apps/Exchange/tests/src/com/android/exchange/provider/
MockProvider.java 85 private HashMap<String, ContentValues> mMockStore = new HashMap<String, ContentValues>();
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 117 milliseconds