Searched refs:APP_CLASS_NAME (Results 1 – 2 of 2) sorted by relevance
57 private static final String APP_CLASS_NAME = ".TestClass"; field in SideLoadedAppDetectorTest83 taskInfo.topActivity = new ComponentName(APP_PACKAGE_NAME, APP_CLASS_NAME); in isSafe_systemApp_returnsTrue()98 taskInfo.topActivity = new ComponentName(APP_PACKAGE_NAME, APP_CLASS_NAME); in isSafe_updatedSystemApp_returnsTrue()117 taskInfo.topActivity = new ComponentName(APP_PACKAGE_NAME, APP_CLASS_NAME); in isSafe_nonSystemApp_withSafeSource_returnsTrue()136 taskInfo.topActivity = new ComponentName(APP_PACKAGE_NAME, APP_CLASS_NAME); in isSafe_nonSystemApp_withUnsafeSource_returnsFalse()155 taskInfo.topActivity = new ComponentName(APP_PACKAGE_NAME, APP_CLASS_NAME); in isSafe_nonSystemApp_withoutSource_returnsFalse()
57 private static final String APP_CLASS_NAME = ".TestClass"; field in SideLoadedAppListenerTest82 ComponentName componentName = new ComponentName(APP_PACKAGE_NAME, APP_CLASS_NAME); in onTaskCreated_safeTask_callsNoMethods()110 ComponentName componentName = new ComponentName(APP_PACKAGE_NAME, APP_CLASS_NAME); in onTaskCreated_unsafeTask_callsUnsafeTaskCreated()