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

/frameworks/base/include/androidfw/
H A DAssetManager.h367 mutable Vector<String8> mZipPath; member in class:android::AssetManager::ZipSet
/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DBugreportReceiverTest.java143 private String mZipPath; field in class:BugreportReceiverTest
162 mZipPath = getPath(ZIP_FILE);
167 createZipFile(mZipPath, BUGREPORT_FILE, BUGREPORT_CONTENT);
356 plainText? mPlainTextPath : mZipPath, mScreenshotPath);
383 Bundle extras = sendBugreportFinishedAndGetSharedIntent(ID, mZipPath, mScreenshotPath);
414 sendBugreportFinished(ID, mZipPath, mScreenshotPath);
559 Bundle extras = sendBugreportFinishedAndGetSharedIntent(mZipPath, mScreenshotPath);
569 Bundle extras = sendBugreportFinishedAndGetSharedIntent(mZipPath, NO_SCREENSHOT);

Completed in 100 milliseconds