Searched refs:TARGET_PACKAGE_NAME (Results 1 – 4 of 4) sorted by relevance
73 static const char* TARGET_PACKAGE_NAME; variable
66 private static final String TARGET_PACKAGE_NAME = "com.android.systemui"; field in LogcatManagerService450 mIntent.setComponent(new ComponentName(TARGET_PACKAGE_NAME, TARGET_ACTIVITY_NAME)); in processNewLogAccessRequest()
33 private const val TARGET_PACKAGE_NAME = "com.test.target" in <lambda>() constant
82 const char* AssetManager::TARGET_PACKAGE_NAME = "android"; member in AssetManager