Home
last modified time | relevance | path

Searched refs:updateFragment (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/network/
DMobileNetworkIntentConverter.java123 .andThen(intent -> updateFragment(intent, mAppContext, subId)); in apply()
129 .andThen(intent -> updateFragment(intent, mAppContext, subId)); in apply()
135 .andThen(intent -> updateFragment(intent, mAppContext, subId)); in apply()
142 .andThen(intent -> updateFragment(intent, mAppContext, subId)); in apply()
223 protected Intent updateFragment(Intent intent, Context context, int subId) { in updateFragment() method in MobileNetworkIntentConverter
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/migration/
DMigrationNavigationFragment.kt43 updateFragment(migrationState.migrationRestoreState) in <lambda>()
52 private fun updateFragment(migrationRestoreState: MigrationRestoreState) { in <lambda>() method in com.android.healthconnect.controller.migration.MigrationNavigationFragment