Home | History | Annotate | Download | only in accounts

Lines Matching defs:getSystemService

150         when(mMockContext.getSystemService(Context.APP_OPS_SERVICE)).thenReturn(mMockAppOpsManager);
151 when(mMockContext.getSystemService(Context.USER_SERVICE)).thenReturn(mMockUserManager);
158 when(mMockContext.getSystemService(Context.DEVICE_POLICY_SERVICE)).thenReturn(
511 when(mMockContext.getSystemService(Context.DEVICE_POLICY_SERVICE)).thenReturn(
1020 when(mMockContext.getSystemService(Context.DEVICE_POLICY_SERVICE)).thenReturn(
1391 when(mMockContext.getSystemService(Context.DEVICE_POLICY_SERVICE)).thenReturn(
1889 when(mMockContext.getSystemService(Context.DEVICE_POLICY_SERVICE)).thenReturn(
3216 public Object getSystemService(String name) {
3217 return mMockContext.getSystemService(name);