Home
last modified time | relevance | path

Searched refs:mStorage (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/graphics/jni/
Dandroid_graphics_cts_BitmapTest.cpp200 , 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/
DCommandSession.java660 final ArrayMap<String, ArrayList<T>> mStorage = new ArrayMap<>();
663 ArrayList<T> commands = mStorage.get(hostId);
666 mStorage.put(hostId, commands);
672 return mStorage.get(hostId);
676 mStorage.remove(hostId);
685 final ArrayList<Bundle> commands = mStorage.get(hostId);
703 final ArrayList<Bundle> dataList = mStorage.get(receiverId);