Searched defs:mZipPath (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/androidfw/include/androidfw/
H A DAssetManager.h311 mutable Vector<String8> mZipPath; member in class:android::AssetManager::ZipSet
/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DBugreportReceiverTest.java160 private String mZipPath; field in class:BugreportReceiverTest
181 mZipPath = getPath(ZIP_FILE);
186 createZipFile(mZipPath, BUGREPORT_FILE, BUGREPORT_CONTENT);
413 plainText? mPlainTextPath : mZipPath, mScreenshotPath, TITLE);
442 Bundle extras = sendBugreportFinishedAndGetSharedIntent(ID, mZipPath, mScreenshotPath);
467 sendBugreportFinished(ID, mZipPath, mScreenshotPath);
621 Bundle extras = sendBugreportFinishedAndGetSharedIntent(mZipPath, mScreenshotPath);
633 Bundle extras = sendBugreportFinishedAndGetSharedIntent(mZipPath, NO_SCREENSHOT);

Completed in 78 milliseconds