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

/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);
/frameworks/base/libs/androidfw/include/androidfw/
H A DAssetManager.h311 mutable Vector<String8> mZipPath; member in class:android::AssetManager::ZipSet
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp1604 const size_t N = mZipPath.size();
1606 if (mZipPath[i] == zip) {
1611 mZipPath.add(zip);
1614 return mZipPath.size()-1;

Completed in 371 milliseconds