Searched refs:mStorage (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/graphics/jni/ |
D | android_graphics_cts_BitmapTest.cpp | 200 , mStorage(storage) in Context() 201 , mCapacity(mEnv->GetArrayLength(mStorage)) in Context() 214 mEnv->SetByteArrayRegion(mStorage, 0, requested, in compress() 223 mEnv->CallVoidMethod(mOutputStream, gOutputStream_writeMethodID, mStorage, 0, in compress() 241 jbyteArray mStorage; member in Context
|
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/ |
D | CommandSession.java | 619 final ArrayMap<String, ArrayList<T>> mStorage = new ArrayMap<>(); 622 ArrayList<T> commands = mStorage.get(hostId); 625 mStorage.put(hostId, commands); 631 return mStorage.get(hostId); 635 mStorage.remove(hostId); 644 final ArrayList<Bundle> commands = mStorage.get(hostId); 662 final ArrayList<Bundle> dataList = mStorage.get(receiverId);
|