Searched refs:mZipPath (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/Shell/tests/src/com/android/shell/ |
D | BugreportReceiverTest.java | 160 private String mZipPath; field in BugreportReceiverTest 181 mZipPath = getPath(ZIP_FILE); in setUp() 186 createZipFile(mZipPath, BUGREPORT_FILE, BUGREPORT_CONTENT); in setUp() 413 plainText? mPlainTextPath : mZipPath, mScreenshotPath, TITLE); in changeDetailsTest() 442 Bundle extras = sendBugreportFinishedAndGetSharedIntent(ID, mZipPath, mScreenshotPath); in changeJustDetailsTest() 467 sendBugreportFinished(ID, mZipPath, mScreenshotPath); in testProgress_changeJustDetailsIsClearedOnSecondBugreport() 621 Bundle extras = sendBugreportFinishedAndGetSharedIntent(mZipPath, mScreenshotPath); in testBugreportFinished_zippedBugreportAndScreenshot() 633 Bundle extras = sendBugreportFinishedAndGetSharedIntent(mZipPath, NO_SCREENSHOT); in testBugreportFinished_zippedBugreportAndNoScreenshot()
|
/frameworks/base/libs/androidfw/include/androidfw/ |
D | AssetManager.h | 338 mutable Vector<String8> mZipPath; variable
|
/frameworks/base/libs/androidfw/ |
D | AssetManager.cpp | 1687 const size_t N = mZipPath.size(); in getIndex() 1689 if (mZipPath[i] == zip) { in getIndex() 1694 mZipPath.add(zip); in getIndex() 1697 return mZipPath.size()-1; in getIndex()
|