OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:screenshotPath
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/packages/Shell/tests/src/com/android/shell/
BugreportReceiverTest.java
627
String
screenshotPath
) {
628
return sendBugreportFinishedAndGetSharedIntent(NO_ID, bugreportPath,
screenshotPath
);
637
String
screenshotPath
) {
638
sendBugreportFinished(id, bugreportPath,
screenshotPath
);
670
private void sendBugreportFinished(int id, String bugreportPath, String
screenshotPath
) {
679
if (
screenshotPath
!= null) {
680
intent.putExtra(EXTRA_SCREENSHOT,
screenshotPath
);
[
all
...]
/frameworks/base/packages/Shell/src/com/android/shell/
BugreportProgressService.java
725
final String
screenshotPath
=
728
Message.obtain(mScreenshotHandler, MSG_SCREENSHOT_REQUEST, id, UNUSED_ARG2,
screenshotPath
)
[
all
...]
/prebuilts/devtools/tools/lib/
uiautomatorviewer.jar
/prebuilts/gradle-plugin/com/android/tools/uiautomatorviewer/24.4.0-beta6/
uiautomatorviewer-24.4.0-beta6.jar
/prebuilts/gradle-plugin/com/android/tools/uiautomatorviewer/24.5.0/
uiautomatorviewer-24.5.0.jar
/prebuilts/gradle-plugin/com/android/tools/uiautomatorviewer/25.0.0-alpha1/
uiautomatorviewer-25.0.0-alpha1.jar
Completed in 2469 milliseconds