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

  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageHelperTests.java 237 ApplicationInfo systemAppInfo = new ApplicationInfo();
238 systemAppInfo.flags = ApplicationInfo.FLAG_SYSTEM;
242 mockedInterface.setMockValues(systemAppInfo, false /*force allow on external*/,
249 mockedInterface.setMockValues(systemAppInfo, true /*force allow on external*/,
255 mockedInterface.setMockValues(systemAppInfo, false /*force allow on external*/,
261 mockedInterface.setMockValues(systemAppInfo, true /*force allow on external*/,
270 mockedInterface.setMockValues(systemAppInfo, true /*force allow on external*/,
280 mockedInterface.setMockValues(systemAppInfo, false /*force allow on external*/,
290 mockedInterface.setMockValues(systemAppInfo, false /*force allow on external*/,
300 mockedInterface.setMockValues(systemAppInfo, true /*force allow on external*/
    [all...]
  /packages/apps/Settings/tests/unit/src/com/android/settings/
TetherServiceTest.java 136 ApplicationInfo systemAppInfo = new ApplicationInfo();
137 systemAppInfo.flags |= ApplicationInfo.FLAG_SYSTEM;
138 systemActivityInfo.applicationInfo = systemAppInfo;

Completed in 144 milliseconds