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

  /packages/apps/Exchange/exchange2/tests/src/com/android/exchange/provider/
MockProvider.java 82 private HashMap<String, ContentValues> mMockStore = new HashMap<String, ContentValues>();
102 if (mMockStore.containsKey(path)) {
103 mMockStore.remove(path);
124 mMockStore.put(newUri.getPath(), values);
148 Set<Entry<String, ContentValues>> entrySet = mMockStore.entrySet();
157 ContentValues values = mMockStore.get(uri.getPath());
187 Set<Entry<String, ContentValues>> entrySet = mMockStore.entrySet();
196 ContentValues cv = mMockStore.get(path);
223 mMockStore.put(path + "/" + targetValues.getAsLong(ID_COLUMN), targetValues);
  /packages/apps/Exchange/tests/src/com/android/exchange/provider/
MockProvider.java 82 private HashMap<String, ContentValues> mMockStore = new HashMap<String, ContentValues>();
102 if (mMockStore.containsKey(path)) {
103 mMockStore.remove(path);
124 mMockStore.put(newUri.getPath(), values);
148 Set<Entry<String, ContentValues>> entrySet = mMockStore.entrySet();
157 ContentValues values = mMockStore.get(uri.getPath());
187 Set<Entry<String, ContentValues>> entrySet = mMockStore.entrySet();
196 ContentValues cv = mMockStore.get(path);
223 mMockStore.put(path + "/" + targetValues.getAsLong(ID_COLUMN), targetValues);

Completed in 127 milliseconds