OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BugreportProgressService
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/packages/Shell/src/com/android/shell/
BugreportReceiver.java
19
import static com.android.shell.
BugreportProgressService
.EXTRA_BUGREPORT;
20
import static com.android.shell.
BugreportProgressService
.EXTRA_ORIGINAL_INTENT;
21
import static com.android.shell.
BugreportProgressService
.INTENT_BUGREPORT_FINISHED;
22
import static com.android.shell.
BugreportProgressService
.getFileExtra;
23
import static com.android.shell.
BugreportProgressService
.dumpIntent;
60
Intent serviceIntent = new Intent(context,
BugreportProgressService
.class);
RemoteBugreportReceiver.java
19
import static com.android.shell.
BugreportProgressService
.EXTRA_BUGREPORT;
20
import static com.android.shell.
BugreportProgressService
.INTENT_REMOTE_BUGREPORT_FINISHED;
21
import static com.android.shell.
BugreportProgressService
.getFileExtra;
22
import static com.android.shell.
BugreportProgressService
.getUri;
BugreportProgressService.java
118
public class
BugreportProgressService
extends Service {
119
private static final String TAG = "
BugreportProgressService
";
486
final Intent infoIntent = new Intent(mContext,
BugreportProgressService
.class);
495
final Intent screenshotIntent = new Intent(mContext,
BugreportProgressService
.class);
531
intent.setClass(context,
BugreportProgressService
.class);
737
synchronized (
BugreportProgressService
.this) {
[
all
...]
/frameworks/base/packages/Shell/tests/src/com/android/shell/
UtilitiesTest.java
20
import static com.android.shell.
BugreportProgressService
.isValid;
BugreportReceiverTest.java
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
[
all
...]
Completed in 428 milliseconds