HomeSort by relevance Sort by last modified time
    Searched refs:mServiceContext (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/tests/servicestests/src/com/android/server/
NetworkStatsServiceTest.java 108 private BroadcastInterceptingContext mServiceContext;
125 mServiceContext = new BroadcastInterceptingContext(getContext());
138 mServiceContext, mNetManager, mAlarmManager, mTime, mStatsDir, mSettings);
168 mServiceContext = null;
194 mServiceContext.sendBroadcast(new Intent(CONNECTIVITY_ACTION_IMMEDIATE));
210 mServiceContext.sendBroadcast(new Intent(ACTION_NETWORK_STATS_POLL));
227 mServiceContext.sendBroadcast(new Intent(ACTION_NETWORK_STATS_POLL));
248 mServiceContext.sendBroadcast(new Intent(CONNECTIVITY_ACTION_IMMEDIATE));
274 mServiceContext.sendBroadcast(new Intent(ACTION_NETWORK_STATS_POLL));
289 mServiceContext.sendBroadcast(new Intent(Intent.ACTION_SHUTDOWN))
    [all...]
ConnectivityServiceTest.java 81 private BroadcastInterceptingContext mServiceContext;
115 // mServiceContext = new BroadcastInterceptingContext(getContext());
139 // mServiceContext, mNetManager, mStatsService, mPolicyService);
161 // nextConnBroadcast = mServiceContext.nextBroadcastIntent(CONNECTIVITY_ACTION_IMMEDIATE);
181 // nextConnBroadcast = mServiceContext.nextBroadcastIntent(CONNECTIVITY_ACTION_IMMEDIATE);
197 // nextConnBroadcast = mServiceContext.nextBroadcastIntent(CONNECTIVITY_ACTION_IMMEDIATE);
216 // nextConnBroadcast = mServiceContext.nextBroadcastIntent(CONNECTIVITY_ACTION_IMMEDIATE);
NetworkPolicyManagerServiceTest.java 111 private BroadcastInterceptingContext mServiceContext;
151 mServiceContext = new BroadcastInterceptingContext(getContext()) {
196 mService = new NetworkPolicyManagerService(mServiceContext, mActivityManager, mPowerManager,
238 mServiceContext = null;
258 final Future<Intent> backgroundChanged = mServiceContext.nextBroadcastIntent(
339 mServiceContext.sendBroadcast(new Intent(Intent.ACTION_SCREEN_OFF));
349 mServiceContext.sendBroadcast(new Intent(Intent.ACTION_SCREEN_ON));
600 mServiceContext.sendBroadcast(new Intent(CONNECTIVITY_ACTION_IMMEDIATE));
650 mServiceContext.sendBroadcast(intent);
711 mServiceContext.sendBroadcast(new Intent(CONNECTIVITY_ACTION_IMMEDIATE))
    [all...]

Completed in 67 milliseconds