OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXTRA_ORIGINAL_INTENT
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/Shell/src/com/android/shell/
BugreportReceiver.java
20
import static com.android.shell.BugreportProgressService.
EXTRA_ORIGINAL_INTENT
;
61
serviceIntent.putExtra(
EXTRA_ORIGINAL_INTENT
, intent);
BugreportProgressService.java
146
static final String
EXTRA_ORIGINAL_INTENT
= "android.intent.extra.ORIGINAL_INTENT";
319
final Parcelable parcel = ((Intent) msg.obj).getParcelableExtra(
EXTRA_ORIGINAL_INTENT
);
[
all
...]
Completed in 451 milliseconds