Lines Matching refs:shell

17 package com.android.shell;
21 import static com.android.shell.ActionSendMultipleConsumerActivity.UI_NAME;
22 import static com.android.shell.BugreportPrefs.PREFS_BUGREPORT;
23 import static com.android.shell.BugreportPrefs.STATE_HIDE;
24 import static com.android.shell.BugreportPrefs.STATE_SHOW;
25 import static com.android.shell.BugreportPrefs.STATE_UNKNOWN;
26 import static com.android.shell.BugreportPrefs.getWarningState;
27 import static com.android.shell.BugreportPrefs.setWarningState;
28 import static com.android.shell.BugreportProgressService.EXTRA_BUGREPORT;
29 import static com.android.shell.BugreportProgressService.EXTRA_ID;
30 import static com.android.shell.BugreportProgressService.EXTRA_MAX;
31 import static com.android.shell.BugreportProgressService.EXTRA_NAME;
32 import static com.android.shell.BugreportProgressService.EXTRA_PID;
33 import static com.android.shell.BugreportProgressService.EXTRA_SCREENSHOT;
34 import static com.android.shell.BugreportProgressService.INTENT_BUGREPORT_FINISHED;
35 import static com.android.shell.BugreportProgressService.INTENT_BUGREPORT_STARTED;
36 import static com.android.shell.BugreportProgressService.POLLING_FREQUENCY;
37 import static com.android.shell.BugreportProgressService.SCREENSHOT_DELAY_SECONDS;
79 import com.android.shell.ActionSendMultipleConsumerActivity.CustomActionSendMultipleListener;
969 nameField = mUiBot.getVisibleObjectById("com.android.shell:id/name");
970 titleField = mUiBot.getVisibleObjectById("com.android.shell:id/title");
971 descField = mUiBot.getVisibleObjectById("com.android.shell:id/description");