OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RealSystemFacade
(Results
1 - 4
of
4
) sorted by null
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
RealSystemFacade.java
28
class
RealSystemFacade
implements SystemFacade {
31
public
RealSystemFacade
(Context context) {
DownloadReceiver.java
61
mSystemFacade = new
RealSystemFacade
(context);
DownloadService.java
156
mSystemFacade = new
RealSystemFacade
(this);
DownloadProvider.java
443
mSystemFacade = new
RealSystemFacade
(getContext());
[
all
...]
Completed in 46 milliseconds