OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mProxies
(Results
1 - 2
of
2
) sorted by null
/packages/services/Car/service/src/com/android/car/pm/
CarPackageManagerService.java
75
private LinkedList<AppBlockingPolicyProxy>
mProxies
;
233
if (
mProxies
!= null) {
234
for (AppBlockingPolicyProxy proxy :
mProxies
) {
237
mProxies
.clear();
429
mProxies
= proxies;
446
if (
mProxies
== null) {
450
mProxies
.remove(proxy);
451
if (
mProxies
.size() == 0) {
453
mProxies
= null;
501
if (
mProxies
!= null)
[
all
...]
/frameworks/base/services/core/java/com/android/server/
BluetoothManagerService.java
[
all
...]
Completed in 61 milliseconds