Home
last modified time | relevance | path

Searched refs:HC_PACKAGE_NAME_CONFIG_NAME (Results 1 – 5 of 5) sorted by relevance

/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/migration/
DAppUpdateRequiredFragment.kt49 const val HC_PACKAGE_NAME_CONFIG_NAME = constant
90 getString(resources.getIdentifier(HC_PACKAGE_NAME_CONFIG_NAME, null, null)) in onViewCreated()
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/migration/
DMigrationBroadcast.java19 …t static com.android.server.healthconnect.migration.MigrationConstants.HC_PACKAGE_NAME_CONFIG_NAME;
84 .getIdentifier(HC_PACKAGE_NAME_CONFIG_NAME, null, null)); in sendInvocationBroadcast()
DMigrationConstants.java30 public static final String HC_PACKAGE_NAME_CONFIG_NAME = field in MigrationConstants
DMigrationStateManager.java29 …t static com.android.server.healthconnect.migration.MigrationConstants.HC_PACKAGE_NAME_CONFIG_NAME;
657 context.getResources().getIdentifier(HC_PACKAGE_NAME_CONFIG_NAME, null, null)); in getDataMigratorPackageName()
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/migration/notification/
DMigrationNotificationFactory.java19 …t static com.android.server.healthconnect.migration.MigrationConstants.HC_PACKAGE_NAME_CONFIG_NAME;
389 .getIdentifier(HC_PACKAGE_NAME_CONFIG_NAME, null, null)); in getAppStorePendingIntent()