Searched refs:BroadcastInterceptingContext (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DBroadcastInterceptingContext.java41 public class BroadcastInterceptingContext extends ContextWrapper { class in inherits:ContextWrapper
58 final Context context = BroadcastInterceptingContext.this;
80 public BroadcastInterceptingContext(Context base) { method in class:BroadcastInterceptingContext
H A DNetworkManagementServiceTest.java56 BroadcastInterceptingContext context = new BroadcastInterceptingContext(getContext());
H A DConnectivityServiceTest.java82 private BroadcastInterceptingContext mServiceContext;
115 mServiceContext = new BroadcastInterceptingContext(getContext());
H A DNetworkPolicyManagerServiceTest.java111 private BroadcastInterceptingContext mServiceContext;
151 mServiceContext = new BroadcastInterceptingContext(getContext()) {
H A DNetworkStatsServiceTest.java108 private BroadcastInterceptingContext mServiceContext;
125 mServiceContext = new BroadcastInterceptingContext(getContext());

Completed in 164 milliseconds