Home
last modified time | relevance | path

Searched refs:mZipPath (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/Shell/tests/src/com/android/shell/
DBugreportReceiverTest.java160 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/
DAssetManager.h311 mutable Vector<String8> mZipPath; variable
/frameworks/base/libs/androidfw/
DAssetManager.cpp1604 const size_t N = mZipPath.size(); in getIndex()
1606 if (mZipPath[i] == zip) { in getIndex()
1611 mZipPath.add(zip); in getIndex()
1614 return mZipPath.size()-1; in getIndex()