Searched refs:FLAG_FACTORY_TEST (Results 1 – 5 of 5) sorted by relevance
135 public static final int FLAG_FACTORY_TEST = 1<<4; field in ApplicationInfo
2878 ApplicationInfo.FLAG_FACTORY_TEST, "FACTORY_TEST",
4657 pkg.applicationInfo.flags |= ApplicationInfo.FLAG_FACTORY_TEST; in scanPackageLI()
2740 && (app.info.flags&ApplicationInfo.FLAG_FACTORY_TEST) != 0) { in startProcessLocked()
7023 field public static final int FLAG_FACTORY_TEST = 16; // 0x10