OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:launchingApp
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/java/com/android/server/am/
ContentProviderRecord.java
36
ProcessRecord
launchingApp
; // if non-null, waiting for this app to be launched.
65
if (
launchingApp
!= null) {
66
pw.print(prefix); pw.print("
launchingApp
="); pw.println(
launchingApp
);
ActivityManagerService.java
[
all
...]
Completed in 146 milliseconds