OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:removeSystemService
(Results
1 - 2
of
2
) sorted by null
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowContextWrapper.java
121
public void
removeSystemService
(String name) {
123
.
removeSystemService
(name);
ShadowContextImpl.java
81
public void
removeSystemService
(String name) {
Completed in 44 milliseconds